From chenjie.xu at intel.com Mon Sep 2 05:51:13 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Mon, 2 Sep 2019 05:51:13 +0000 Subject: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs In-Reply-To: <85FFB864-A407-4590-917E-10CBD4735D10@windriver.com> References: <35423D55-043D-4F11-A2D7-86B8D4E4CCDB@windriver.com> <2D45BE88-FE4A-4B96-9934-48E24B0AAB7C@windriver.com> <8CB39FEB-D0AC-46B4-97B8-60CEA4E95E24@windriver.com> <85FFB864-A407-4590-917E-10CBD4735D10@windriver.com> Message-ID: Hi Matt, The created VM’s status is error and the description says that ”No valid host was found. There are not enough hosts available”. By checking the log of nova scheduler, the following line says that the controller-0 is filtered out by PciPassthroughFilter: ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: 1)', 'AvailabilityZoneFilter: (start: 1, end: 1)', 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', 'ComputeCapabilitiesFilter: (start: 1, end: 1)', 'ImagePropertiesFilter: (start: 1, end: 1)', 'NUMATopologyFilter: (start: 1, end: 1)', 'ServerGroupAffinityFilter: (start: 1, end: 1)', 'ServerGroupAntiAffinityFilter: (start: 1, end: 1)', 'PciPassthroughFilter: (start: 1, end: 0)'] Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Friday, August 30, 2019 7:40 PM To: Xu, Chenjie Cc: Khalil, Ghada ; Zhao, Forrest ; starlingx-discuss at lists.starlingx.io; Webster, Steven ; Kopec, Gerald (Gerry) Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Chenjie, What were the issues you encountered that prevented it from working with the port vnic_type? Thanks, Matt From: "Xu, Chenjie" > Date: Thursday, August 29, 2019 at 10:49 PM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, I have finished my testing with I210 NIC and the result shows that this way should be only used for SR-IOV physical function. And the blueprint "SR-IOV physical functions assignment with Neutron port" also indicates the same thing. https://blueprints.launchpad.net/nova/+spec/sriov-pf-passthrough-neutron-port https://bugs.launchpad.net/starlingx/+bug/1836682 For this limitation, which way do you suggest? 1. Record as a known limitation and document how to pass through NICs which don't support SR-IOV. Like below: users need to override helm with PCI alias like following: cat > nova-overrides.yaml <>; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Chenjie, The latest openstack release should support using the port vnic_type for type-PCI devices. The only device I know of that doesn’t support PF/VF is the i210, which is what I think was used in reporting the bug. I think your approach of having them retest with this method is the correct thing to do given you don’t have access to the hardware. -Matt From: "Xu, Chenjie" > Date: Tuesday, August 6, 2019 at 8:17 PM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, Yes, I mean the port that does not report itself as a PF. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Wednesday, August 7, 2019 12:55 AM To: Xu, Chenjie >; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hello Chenjie, We typically configure the PCI-PT devices using the vnic-type option for manually created ports. This replaces the older mechanism of being able to specify the vif-type (which was a StarlingX specific extension that was dropped). For your question about the NIC type that does not support SR-IOV, do you mean a port that does not report itself as a PF (from a libvirt/nova perspective that would be device with Type-PCI vs Type-PF)? -Matt From: "Xu, Chenjie" > Date: Tuesday, August 6, 2019 at 11:14 AM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, I find another way to pass through SR-IOV capable physical NIC to VM. This new way doesn't require to configure "PCI alias". The key point is to create a port whose vnic_type is direct-physical. The following link can be referenced: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/networking_guide/sr-iov-support-for-virtual-networking However if we try to pass through a physical NIC which doesn't support SR-IOV, we may still need to configure "PCI alias". Because I don't have a physical NIC which doesn't support SR-IOV on my server, I can't test passing such NIC to VM by creating port whose vnic_type is direct-physical. Do you think StarlingX needs to configure “PCI alias” automatically for physical NIC which doesn’t support SR-IOV or not? Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Thursday, August 1, 2019 6:34 PM To: Xu, Chenjie >; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs +Steve +Gerry Do you have any additional information to add here? I don’t believe we had to setup an alias in the past to do PCI-PT, so is this something that is new to the latest OpenStack nova release? Did we drop some functionality to align with upstream nova (that use to be in starlingx-staging)? -Matt From: "Xu, Chenjie" > Date: Thursday, August 1, 2019 at 3:36 AM To: "Peters, Matt" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, Based on my testing, the flavor with property “pci_passthrough:alias” should be required for passing a physical NIC to the VM. But it should not be required for passing a VF to the VM. So I think the alias information should contain physical NICs which are configured with “pci-passthrough” by following command: system host-if-modify -m 1500 -n pcipass -c pci-passthrough ${COMPUTE} ${IFUUID} system interface-datanetwork-assign ${COMPUTE} pcipass ${PHYSNET2} Could you please let me know your opinions and leave a comment in the below bug: https://bugs.launchpad.net/starlingx/+bug/1836682 Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From work at hubspace.de Mon Sep 2 07:24:35 2019 From: work at hubspace.de (Felix Kretschmer) Date: Mon, 2 Sep 2019 09:24:35 +0200 Subject: [Starlingx-discuss] Couple of questions about STX Message-ID: <1827344A-720E-4AF3-BCF2-D994A329DDCF@hubspace.de> Hello *, I am at the research of possible technologies for my use case and came across STX. Reading through the documentation and website I came up with a couple of questions and hope someone can help me by finding answers. 1. Realtime capabilities I did not find any information about the realtime capabilities. Is STX in the compute nodes ready for time deterministic workloads within VMs? e.g. PREEMPT_RT Linux or bare metal virtual machines? I guess kvm is the underlying hypervisor? 2. Windows VMs So far I did not find anything about Windows VMs. Due to the integration of Nova and the underlying technologies, I suppose this is possible without any doubts. Is it? 3. Hardware requirements Probably the most interessting topic for me, because the requirements for bare metal installations seem quite high (Dual-socket with 8 cores each and 32GB RAM) for compute nodes. Is this necessary? I wanted to deploy a couple of compute nodes, but with a lot smaller hw requirements as well (single socket octa or even quad cores with 16 or 8 GB of RAM). How much does the system of compute nodes itself needs? Quite a lot I suppose if the controller needs 64GB of RAM. Thanks for any help. Best, Felix Von meinem Mobiltelefon gesendet From yong.hu at intel.com Mon Sep 2 07:56:00 2019 From: yong.hu at intel.com (Yong Hu) Date: Mon, 2 Sep 2019 15:56:00 +0800 Subject: [Starlingx-discuss] Couple of questions about STX In-Reply-To: <1827344A-720E-4AF3-BCF2-D994A329DDCF@hubspace.de> References: <1827344A-720E-4AF3-BCF2-D994A329DDCF@hubspace.de> Message-ID: Felix, pls see my comments inline. In addition, are you going to use OpenStack VMs or K8S containers? Regards, Yong On 02/09/2019 3:24 PM, Felix Kretschmer wrote: > Hello *, > > I am at the research of possible technologies for my use case and came across STX. > Reading through the documentation and website I came up with a couple of questions and hope someone can help me by finding answers. > > 1. Realtime capabilities > I did not find any information about the realtime capabilities. Is STX in the compute nodes ready for time deterministic workloads within VMs? e.g. PREEMPT_RT Linux or bare metal virtual machines? I guess kvm is the underlying hypervisor? Compute node host Linux could be with standard kernel or RT kernel. Similarly guest OS in VM can have one of them. Yes, we are using KVM and QEMU. > > 2. Windows VMs > So far I did not find anything about Windows VMs. Due to the integration of Nova and the underlying technologies, I suppose this is possible without any doubts. Is it? > Good question. We haven't tried Windows as guest OS in VMs. Technically it should be okay to install a Windows VM on top of OpenStack.Checking out this doc: https://docs.openstack.org/image-guide/windows-image.html > 3. Hardware requirements > Probably the most interessting topic for me, because the requirements for bare metal installations seem quite high (Dual-socket with 8 cores each and 32GB RAM) for compute nodes. > Is this necessary? I wanted to deploy a couple of compute nodes, but with a lot smaller hw requirements as well (single socket octa or even quad cores with 16 or 8 GB of RAM). How much does the system of compute nodes itself needs? Quite a lot I suppose if the controller needs 64GB of RAM. It should be doable. In some experimental cases (like demos), we did install compute nodes on PCs (core based, 16GB RAM), though StarlingX preferable memory size is 32GB... As well, Supporting *smaller* work-notes ongoing effort... > > Thanks for any help. > Best, > Felix > > > Von meinem Mobiltelefon gesendet > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From work at hubspace.de Mon Sep 2 08:27:47 2019 From: work at hubspace.de (Felix Kretschmer) Date: Mon, 2 Sep 2019 10:27:47 +0200 Subject: [Starlingx-discuss] Couple of questions about STX In-Reply-To: References: <1827344A-720E-4AF3-BCF2-D994A329DDCF@hubspace.de> Message-ID: <99F8292A-9F23-48CF-8D6B-E2F79041C5B7@hubspace.de> Hi Yong, thanks for the answer. Starting with OpenStack VMs. Containers via K8S might also be a later possibility. So everything running on OpenStack will work with STX? I know that windows works with OpenStack. The kvm in STX supports RT by VMs? Is there any information about the demos you were talking about. Would be interested in gained experiences there. Best, Felix Von meinem Mobiltelefon gesendet > Am 02.09.2019 um 09:56 schrieb Yong Hu : > > Felix, > pls see my comments inline. > > In addition, are you going to use OpenStack VMs or K8S containers? > > > Regards, > Yong > >> On 02/09/2019 3:24 PM, Felix Kretschmer wrote: >> Hello *, >> I am at the research of possible technologies for my use case and came across STX. >> Reading through the documentation and website I came up with a couple of questions and hope someone can help me by finding answers. >> 1. Realtime capabilities >> I did not find any information about the realtime capabilities. Is STX in the compute nodes ready for time deterministic workloads within VMs? e.g. PREEMPT_RT Linux or bare metal virtual machines? I guess kvm is the underlying hypervisor? > Compute node host Linux could be with standard kernel or RT kernel. Similarly guest OS in VM can have one of them. > Yes, we are using KVM and QEMU. >> 2. Windows VMs >> So far I did not find anything about Windows VMs. Due to the integration of Nova and the underlying technologies, I suppose this is possible without any doubts. Is it? > Good question. We haven't tried Windows as guest OS in VMs. Technically it should be okay to install a Windows VM on top of OpenStack.Checking out this doc: https://docs.openstack.org/image-guide/windows-image.html > >> 3. Hardware requirements >> Probably the most interessting topic for me, because the requirements for bare metal installations seem quite high (Dual-socket with 8 cores each and 32GB RAM) for compute nodes. >> Is this necessary? I wanted to deploy a couple of compute nodes, but with a lot smaller hw requirements as well (single socket octa or even quad cores with 16 or 8 GB of RAM). How much does the system of compute nodes itself needs? Quite a lot I suppose if the controller needs 64GB of RAM. > > It should be doable. > In some experimental cases (like demos), we did install compute nodes on PCs (core based, 16GB RAM), though StarlingX preferable memory size is 32GB... > As well, Supporting *smaller* work-notes ongoing effort... > >> Thanks for any help. >> Best, >> Felix >> Von meinem Mobiltelefon gesendet >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From yong.hu at intel.com Mon Sep 2 08:51:26 2019 From: yong.hu at intel.com (Yong Hu) Date: Mon, 2 Sep 2019 16:51:26 +0800 Subject: [Starlingx-discuss] Couple of questions about STX In-Reply-To: <99F8292A-9F23-48CF-8D6B-E2F79041C5B7@hubspace.de> References: <1827344A-720E-4AF3-BCF2-D994A329DDCF@hubspace.de> <99F8292A-9F23-48CF-8D6B-E2F79041C5B7@hubspace.de> Message-ID: <0ec16044-aedf-985b-029a-2454d8f7f8c2@intel.com> Hi Felex, pls see my comments inline. On 02/09/2019 4:27 PM, Felix Kretschmer wrote: > Hi Yong, > thanks for the answer. Starting with OpenStack VMs. Containers via K8S might also be a later possibility. > > So everything running on OpenStack will work with STX? I know that windows works with OpenStack. > YES, StarlingX doesn't change OpenStack. It's supposed to make deployment of OpenStack easier. > The kvm in STX supports RT by VMs? > Yes, it does. We ever tested a CentOS with RT kernel as the guest OS in VM. > Is there any information about the demos you were talking about. Would be interested in gained experiences there. If you can articulate your use cases in details, we might share more about how to deploy. > Best, > Felix > > Von meinem Mobiltelefon gesendet > >> Am 02.09.2019 um 09:56 schrieb Yong Hu : >> >> Felix, >> pls see my comments inline. >> >> In addition, are you going to use OpenStack VMs or K8S containers? >> >> >> Regards, >> Yong >> >>> On 02/09/2019 3:24 PM, Felix Kretschmer wrote: >>> Hello *, >>> I am at the research of possible technologies for my use case and came across STX. >>> Reading through the documentation and website I came up with a couple of questions and hope someone can help me by finding answers. >>> 1. Realtime capabilities >>> I did not find any information about the realtime capabilities. Is STX in the compute nodes ready for time deterministic workloads within VMs? e.g. PREEMPT_RT Linux or bare metal virtual machines? I guess kvm is the underlying hypervisor? >> Compute node host Linux could be with standard kernel or RT kernel. Similarly guest OS in VM can have one of them. >> Yes, we are using KVM and QEMU. >>> 2. Windows VMs >>> So far I did not find anything about Windows VMs. Due to the integration of Nova and the underlying technologies, I suppose this is possible without any doubts. Is it? >> Good question. We haven't tried Windows as guest OS in VMs. Technically it should be okay to install a Windows VM on top of OpenStack.Checking out this doc: https://docs.openstack.org/image-guide/windows-image.html >> >>> 3. Hardware requirements >>> Probably the most interessting topic for me, because the requirements for bare metal installations seem quite high (Dual-socket with 8 cores each and 32GB RAM) for compute nodes. >>> Is this necessary? I wanted to deploy a couple of compute nodes, but with a lot smaller hw requirements as well (single socket octa or even quad cores with 16 or 8 GB of RAM). How much does the system of compute nodes itself needs? Quite a lot I suppose if the controller needs 64GB of RAM. >> >> It should be doable. >> In some experimental cases (like demos), we did install compute nodes on PCs (core based, 16GB RAM), though StarlingX preferable memory size is 32GB... >> As well, Supporting *smaller* work-notes ongoing effort... >> >>> Thanks for any help. >>> Best, >>> Felix >>> Von meinem Mobiltelefon gesendet >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From yatindrax.shashi at intel.com Mon Sep 2 09:21:15 2019 From: yatindrax.shashi at intel.com (Shashi, YatindraX) Date: Mon, 2 Sep 2019 09:21:15 +0000 Subject: [Starlingx-discuss] DNS resolution of instances enablement in the StarlingX Message-ID: Hi All, Can somebody tell me how to enable DNS in the starlingX to resolve the instances name. I saw in the openstack documentation https://docs.openstack.org/mitaka/networking-guide/config-dns-int.html but unable to associate a port to VM, it fails. I had changed the configuration file in neutron helm and added as below 1. dns_domain = stx-mu.org and also added the DNS external driver in ml2 plugin as below. extension_drivers = port_security,dns While researching more about the DNS configuration in the Openstack, I found that Designate component provide DNS as service. Do we have it in StarlingX or any plan for it. Mit freundlichen Grüßen/ with best regards, Yatindra Shashi IoT Technical Solutions Engineer On behalf of Developer Relations Division, Intel Corporation Munich, Germany P Save Paper, Go Digital :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From work at hubspace.de Mon Sep 2 14:01:07 2019 From: work at hubspace.de (Felix Kretschmer) Date: Mon, 2 Sep 2019 16:01:07 +0200 Subject: [Starlingx-discuss] Couple of questions about STX In-Reply-To: <0ec16044-aedf-985b-029a-2454d8f7f8c2@intel.com> References: <1827344A-720E-4AF3-BCF2-D994A329DDCF@hubspace.de> <99F8292A-9F23-48CF-8D6B-E2F79041C5B7@hubspace.de> <0ec16044-aedf-985b-029a-2454d8f7f8c2@intel.com> Message-ID: Hi Yong, thanks. See my comments inline as well. Best, Felix Am 2019-09-02 10:51, schrieb Yong Hu: > Hi Felex, pls see my comments inline. > On 02/09/2019 4:27 PM, Felix Kretschmer wrote: >> Hi Yong, >> thanks for the answer. Starting with OpenStack VMs. Containers via K8S might also be a later possibility. >> So everything running on OpenStack will work with STX? I know that windows works with OpenStack. > YES, StarlingX doesn't change OpenStack. It's supposed to make > deployment of OpenStack easier. >> The kvm in STX supports RT by VMs? > Yes, it does. We ever tested a CentOS with RT kernel as the guest OS in VM. Cool. Do you have any measurements (e.g. a cyclictest histogram) of this? >> Is there any information about the demos you were talking about. Would be interested in gained experiences there. > If you can articulate your use cases in details, we might share more > about how to deploy. My use case may be described as some kind of distributed setup of compute-nodes but they are filled with relative small workloads and therefore are not that rich in resources. So I might have a controller (with or dedicated storage is both possible at full hardware specs) and several nodes with hardware specs of: single socket CPU (quad or octa core), 8 to 16 GB (sometimes 32GB) memory and only 1 disk (HDD or SSD possible) >> Best, >> Felix >> Von meinem Mobiltelefon gesendet >>> Am 02.09.2019 um 09:56 schrieb Yong Hu : >>> Felix, >>> pls see my comments inline. >>> In addition, are you going to use OpenStack VMs or K8S containers? >>> Regards, >>> Yong >>>> On 02/09/2019 3:24 PM, Felix Kretschmer wrote: >>>> Hello *, >>>> I am at the research of possible technologies for my use case and came across STX. >>>> Reading through the documentation and website I came up with a couple of questions and hope someone can help me by finding answers. >>>> 1. Realtime capabilities >>>> I did not find any information about the realtime capabilities. Is STX in the compute nodes ready for time deterministic workloads within VMs? e.g. PREEMPT_RT Linux or bare metal virtual machines? I guess kvm is the underlying hypervisor? >>> Compute node host Linux could be with standard kernel or RT kernel. Similarly guest OS in VM can have one of them. >>> Yes, we are using KVM and QEMU. >>>> 2. Windows VMs >>>> So far I did not find anything about Windows VMs. Due to the integration of Nova and the underlying technologies, I suppose this is possible without any doubts. Is it? >>> Good question. We haven't tried Windows as guest OS in VMs. Technically it should be okay to install a Windows VM on top of OpenStack.Checking out this doc: https://docs.openstack.org/image-guide/windows-image.html >>>> 3. Hardware requirements >>>> Probably the most interessting topic for me, because the requirements for bare metal installations seem quite high (Dual-socket with 8 cores each and 32GB RAM) for compute nodes. >>>> Is this necessary? I wanted to deploy a couple of compute nodes, but with a lot smaller hw requirements as well (single socket octa or even quad cores with 16 or 8 GB of RAM). How much does the system of compute nodes itself needs? Quite a lot I suppose if the controller needs 64GB of RAM. >>> It should be doable. >>> In some experimental cases (like demos), we did install compute nodes on PCs (core based, 16GB RAM), though StarlingX preferable memory size is 32GB... >>> As well, Supporting *smaller* work-notes ongoing effort... >>>> Thanks for any help. >>>> Best, >>>> Felix >>>> Von meinem Mobiltelefon gesendet >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From cristopher.j.lemus.contreras at intel.com Mon Sep 2 17:53:58 2019 From: cristopher.j.lemus.contreras at intel.com (Lemus Contreras, Cristopher J) Date: Mon, 2 Sep 2019 17:53:58 +0000 Subject: [Starlingx-discuss] Support single huge page size for openstack worker node In-Reply-To: <7242A3DC72E453498E3D783BBB134C3EA4EA87F5@ALA-MBD.corp.ad.wrs.com> References: <7242A3DC72E453498E3D783BBB134C3EA4EA7770@ALA-MBD.corp.ad.wrs.com> <7242A3DC72E453498E3D783BBB134C3EA4EA87F5@ALA-MBD.corp.ad.wrs.com> Message-ID: Hi Tao, Thanks a lot for the explanation and examples, it was really useful to quickly made the required adjustments to our automation. We're able to continue executing sanity test. Regards, Cristopher Lemus On 8/28/19, 3:26 PM, "Liu, Tao" wrote: Hi Cristopher, OVS-DPDK is NOT supported on virtual environment, and VM huge pages were not auto-provisioned previously, so there is no impact for virtual environment. For Bare Meta, you would need to allocate 1 1G huge page per NUMA node for vSwitch memory, if vswitch_type is set to OVS-DPDK (assuming all Bare Meta servers support 1G nowadays). Use 'system host-memory-list ' to discover how many processors are supported on the host Then allocate 1 1G huge pages per processor for vswitch, for example: system host-memory-modify -f vswitch -1G 1 compute-0 0 system host-memory-modify -f vswitch -1G 1 compute-0 1 For VM huge pages, we used to auto-provisioned the possible VM huge pages to 2M pages, i.e. VM possible = (node total memory - platform reserved) * 0.9 - vswitch. With the single huge page size support, you would need to allocate X number of 1G huge pages for VMs to satisfy the automated test cases ( if the test cases launch VMs using the huge pages). This depends on how many VMs are launched during the test. I think 6 to 10 of 1G huge page should be enough and it is safe for small Bare Meta servers. For example: system host-memory-modify -1G 6 compute-0 0 system host-memory-modify -1G 6 compute-0 1 Regards, Tao -----Original Message----- From: Lemus Contreras, Cristopher J [mailto:cristopher.j.lemus.contreras at intel.com] Sent: Wednesday, August 28, 2019 3:28 PM To: Victor Rodriguez; Liu, Tao Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Support single huge page size for openstack worker node Hello, This change will break the automation that we have to do the setup. We'll adapt it, seems to be a quick change, tomorrow, with the build that contains this change, we can do the required testing (not sure, but most likely, we won't have sanity results tomorrow for BareMetal). The issue that we faced last time, was on virtual environments. We don't change the vswitch on virtual environments, I expect that this won't have an impact. Tao, could you please point us to the documentation to properly use " system host-memory-modify -f -1G <1G hugepages number> " ? We'd need to know which values are adequate for these two values: <1G hugepages number> I'm thinking that these are related to the actual amount of memory and cpus on each baremetal server. Are there best practices? Recommended values? Should we stick to <1G hugepages number>=1 and =0 no matter our hardware specs? Thanks in advance. Cristopher Lemus On 8/28/19, 2:06 PM, "Victor Rodriguez" wrote: Hi Tao Thanks for sharing the information Cristopher, I was wondering if this change with huge pages of 1 GB affected the testing environment. Last time you, Erich and myself were debugging the lack of memory during sanity and was mainly because of huge pages reservations On Wed, Aug 28, 2019 at 12:51 PM Liu, Tao wrote: > > Hi All, > > > > The change that removes auto-provision of huge pages has been merged into the master branch. > > > > A new provisioning step is required prior to unlocking an AIO controller or a worker node, if vswitch_type is set to OVS-DPDK. > > > > Configure vSwitch memory per NUMA node: > > system host-memory-modify -f -1G <1G hugepages number> > > i.e. system host-memory-modify -f vswitch -1G 1 compute-0 0 > Thanks, this enables the users to choose accordingly to their needs and performance requirements > > > If you plan to create VMs using the huge pages, you would need to configure VM huge pages as well. > > > > Please make any necessary documentation changes. > I will encourage that important code changes like this came with the same patch to documentation Regards Victor R. > > > > > Regards, > > Tao > > > > From: Liu, Tao > Sent: Tuesday, August 20, 2019 8:39 PM > To: 'starlingx-discuss at lists.starlingx.io' > Subject: Re: Pending: Support single huge page size for openstack worker node > > > > Hi All, > > > > The changes to support single huge page size have been merged into master. > > > > In this first update, the auto-provision of VM huge pages has been changed from 2M to 1G. > > > > A subsequent update, will remove the auto-provisioning of huge pages for both VM and vSwitch. > > If any test case is dependent on the default VM huge pages, a new step will be required to allocate huge pages for VM on a openstack worker node. > > Prior to unlocking a worker node , user provisioning of the vSwitch memory would be required, if vswitch_type is set to OVS-DPDK. > > > > Regards, > > Tao > > > > From: Liu, Tao > Sent: Thursday, August 15, 2019 1:06 PM > To: starlingx-discuss at lists.starlingx.io > Subject: Pending: Support single huge page size for openstack worker node > > > > Hi All, > > > > Per story 2006295, we are in the process of supporting single huge page size for openstack worker node. This means we will enforce the provisioning of a single huge page size > > per worker, which aligns with the non-openstack worker behavior. The automated test cases that attempt to allocate both 2M and 1G huge pages on a worker node should be updated. > > > > The code changes are available here: > > https://review.opendev.org/#/c/676710/ > > > > > > Regards, > > > > Tao Liu, Member of Technical Staff, Engineering,, Wind River > > direct 613.963.1413 fax: 613.492.7870 skype: tao_at_home > > 350 Terry Fox Drive, Suite 200, Ottawa, Ontario, K2K 2W5 > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From marcela.a.rosales.jimenez at intel.com Mon Sep 2 21:39:16 2019 From: marcela.a.rosales.jimenez at intel.com (Rosales Jimenez, Marcela A) Date: Mon, 2 Sep 2019 21:39:16 +0000 Subject: [Starlingx-discuss] [MultiOS ] Team meeting 9/2/19 Message-ID: Hi team, These are today’s minutes https://etherpad.openstack.org/p/stx-multios Multi-OS team meeting - 9/2/2019 openSUSE: - Maintenance: - still working on modifying _service files tar.xz to tar.gz - mtce compiling errors patches sent to gerrit - after that, patches will be sent to gerrit master branch under "opensuse" directory - Fault: - working on opensuse spec files - Dominig volunteered to use OBS to generate CentOS rpms to verify that changes work for centos and opensuse CentOS - systemd: - Work in progress Regards. Marcela -------------- next part -------------- An HTML attachment was scrubbed... URL: From maria.g.perez.ibarra at intel.com Tue Sep 3 00:27:40 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Tue, 3 Sep 2019 00:27:40 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190902 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-02 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From yong.hu at intel.com Tue Sep 3 01:21:36 2019 From: yong.hu at intel.com (Yong Hu) Date: Tue, 3 Sep 2019 09:21:36 +0800 Subject: [Starlingx-discuss] Couple of questions about STX In-Reply-To: References: <1827344A-720E-4AF3-BCF2-D994A329DDCF@hubspace.de> <99F8292A-9F23-48CF-8D6B-E2F79041C5B7@hubspace.de> <0ec16044-aedf-985b-029a-2454d8f7f8c2@intel.com> Message-ID: Hi Felix, Please see my comments. To let the community know you and your research or business, I would invite you join us into the weekly community meeting for a quick introduction about what you are doing/going to do with StarlingX. https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Community_Call regards, Yong On 02/09/2019 10:01 PM, Felix Kretschmer wrote: > Hi Yong, > thanks. See my comments inline as well. > Best, > Felix > > Am 2019-09-02 10:51, schrieb Yong Hu: >> Hi Felex, pls see my comments inline. >> On 02/09/2019 4:27 PM, Felix Kretschmer wrote: >>> Hi Yong, >>> thanks for the answer. Starting with OpenStack VMs. Containers via K8S might also be a later possibility. >>> So everything running on OpenStack will work with STX? I know that windows works with OpenStack. >> YES, StarlingX doesn't change OpenStack. It's supposed to make >> deployment of OpenStack easier. >>> The kvm in STX supports RT by VMs? >> Yes, it does. We ever tested a CentOS with RT kernel as the guest OS in VM. > > Cool. Do you have any measurements (e.g. a cyclictest histogram) of this? > Yes, we have run cyclictest on the RT kernel of compute node and the result was very reasonable (in ms), but I am afraid I cannot disclose the data itself. In the meantime, there is a performance test framework proposal (https://review.opendev.org/#/c/677287/) under review, in which cyclictest will be used as the RT test framework, and accordingly the test recipe will be presented as a part later. If you have more specific performance test requirements or even better you, as a community member, want to contribute into this area, you are definitely very welcome. >>> Is there any information about the demos you were talking about. Would be interested in gained experiences there. >> If you can articulate your use cases in details, we might share more >> about how to deploy. > > My use case may be described as some kind of distributed setup of compute-nodes but they are filled with relative small workloads and therefore are not that rich in resources. > So I might have a controller (with or dedicated storage is both possible at full hardware specs) and several nodes with hardware specs of: > single socket CPU (quad or octa core), 8 to 16 GB (sometimes 32GB) memory and only 1 disk (HDD or SSD possible) > This kind of remote or distributed "small" compute node is also an ongoing task in community, you are welcome to join us, in terms of making requirement spec, use case spec and prototype development. >>> Best, >>> Felix >>> Von meinem Mobiltelefon gesendet >>>> Am 02.09.2019 um 09:56 schrieb Yong Hu : >>>> Felix, >>>> pls see my comments inline. >>>> In addition, are you going to use OpenStack VMs or K8S containers? >>>> Regards, >>>> Yong >>>>> On 02/09/2019 3:24 PM, Felix Kretschmer wrote: >>>>> Hello *, >>>>> I am at the research of possible technologies for my use case and came across STX. >>>>> Reading through the documentation and website I came up with a couple of questions and hope someone can help me by finding answers. >>>>> 1. Realtime capabilities >>>>> I did not find any information about the realtime capabilities. Is STX in the compute nodes ready for time deterministic workloads within VMs? e.g. PREEMPT_RT Linux or bare metal virtual machines? I guess kvm is the underlying hypervisor? >>>> Compute node host Linux could be with standard kernel or RT kernel. Similarly guest OS in VM can have one of them. >>>> Yes, we are using KVM and QEMU. >>>>> 2. Windows VMs >>>>> So far I did not find anything about Windows VMs. Due to the integration of Nova and the underlying technologies, I suppose this is possible without any doubts. Is it? >>>> Good question. We haven't tried Windows as guest OS in VMs. Technically it should be okay to install a Windows VM on top of OpenStack.Checking out this doc: https://docs.openstack.org/image-guide/windows-image.html >>>>> 3. Hardware requirements >>>>> Probably the most interessting topic for me, because the requirements for bare metal installations seem quite high (Dual-socket with 8 cores each and 32GB RAM) for compute nodes. >>>>> Is this necessary? I wanted to deploy a couple of compute nodes, but with a lot smaller hw requirements as well (single socket octa or even quad cores with 16 or 8 GB of RAM). How much does the system of compute nodes itself needs? Quite a lot I suppose if the controller needs 64GB of RAM. >>>> It should be doable. >>>> In some experimental cases (like demos), we did install compute nodes on PCs (core based, 16GB RAM), though StarlingX preferable memory size is 32GB... >>>> As well, Supporting *smaller* work-notes ongoing effort... >>>>> Thanks for any help. >>>>> Best, >>>>> Felix >>>>> Von meinem Mobiltelefon gesendet >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From Matt.Peters at windriver.com Tue Sep 3 11:49:55 2019 From: Matt.Peters at windriver.com (Peters, Matt) Date: Tue, 3 Sep 2019 11:49:55 +0000 Subject: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs In-Reply-To: References: <35423D55-043D-4F11-A2D7-86B8D4E4CCDB@windriver.com> <2D45BE88-FE4A-4B96-9934-48E24B0AAB7C@windriver.com> <8CB39FEB-D0AC-46B4-97B8-60CEA4E95E24@windriver.com> <85FFB864-A407-4590-917E-10CBD4735D10@windriver.com> Message-ID: <8CD4A6B3-9C57-48B3-8C87-A1BFB44AE2EC@windriver.com> MP> inline From: "Xu, Chenjie" Date: Monday, September 2, 2019 at 1:51 AM To: "Peters, Matt" Cc: Ghada Khalil , "Zhao, Forrest" , "starlingx-discuss at lists.starlingx.io" , "Webster, Steven" , "Kopec, Gerald (Gerry)" Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, The created VM’s status is error and the description says that ”No valid host was found. There are not enough hosts available”. By checking the log of nova scheduler, the following line says that the controller-0 is filtered out by PciPassthroughFilter: ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: 1)', 'AvailabilityZoneFilter: (start: 1, end: 1)', 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', 'ComputeCapabilitiesFilter: (start: 1, end: 1)', 'ImagePropertiesFilter: (start: 1, end: 1)', 'NUMATopologyFilter: (start: 1, end: 1)', 'ServerGroupAffinityFilter: (start: 1, end: 1)', 'ServerGroupAntiAffinityFilter: (start: 1, end: 1)', 'PciPassthroughFilter: (start: 1, end: 0)'] MP> Do you have the log of the PCI request when using this method? MP> More comments below… Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Friday, August 30, 2019 7:40 PM To: Xu, Chenjie Cc: Khalil, Ghada ; Zhao, Forrest ; starlingx-discuss at lists.starlingx.io; Webster, Steven ; Kopec, Gerald (Gerry) Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Chenjie, What were the issues you encountered that prevented it from working with the port vnic_type? Thanks, Matt From: "Xu, Chenjie" > Date: Thursday, August 29, 2019 at 10:49 PM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, I have finished my testing with I210 NIC and the result shows that this way should be only used for SR-IOV physical function. And the blueprint "SR-IOV physical functions assignment with Neutron port" also indicates the same thing. https://blueprints.launchpad.net/nova/+spec/sriov-pf-passthrough-neutron-port https://bugs.launchpad.net/starlingx/+bug/1836682 For this limitation, which way do you suggest? 1. Record as a known limitation and document how to pass through NICs which don't support SR-IOV. Like below: users need to override helm with PCI alias like following: cat > nova-overrides.yaml < I prefer this option to avoid adding special handling for specific devices (if required – see next comment). 2. Generate the helm override automatically. If this way is chosen, do you think this should be fixed in stx 2.0 or stx 3.0? MP> System Inventory / Config doesn’t currently have knowledge of the device type, so it would need to infer the type based on something like sriov_totalvfs. We wouldn’t want device specific overrides, so I would only suggest an automatic override if we can key off of something generic. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Wednesday, August 7, 2019 6:52 PM To: Xu, Chenjie >; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Chenjie, The latest openstack release should support using the port vnic_type for type-PCI devices. The only device I know of that doesn’t support PF/VF is the i210, which is what I think was used in reporting the bug. I think your approach of having them retest with this method is the correct thing to do given you don’t have access to the hardware. -Matt From: "Xu, Chenjie" > Date: Tuesday, August 6, 2019 at 8:17 PM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, Yes, I mean the port that does not report itself as a PF. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Wednesday, August 7, 2019 12:55 AM To: Xu, Chenjie >; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hello Chenjie, We typically configure the PCI-PT devices using the vnic-type option for manually created ports. This replaces the older mechanism of being able to specify the vif-type (which was a StarlingX specific extension that was dropped). For your question about the NIC type that does not support SR-IOV, do you mean a port that does not report itself as a PF (from a libvirt/nova perspective that would be device with Type-PCI vs Type-PF)? -Matt From: "Xu, Chenjie" > Date: Tuesday, August 6, 2019 at 11:14 AM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, I find another way to pass through SR-IOV capable physical NIC to VM. This new way doesn't require to configure "PCI alias". The key point is to create a port whose vnic_type is direct-physical. The following link can be referenced: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/networking_guide/sr-iov-support-for-virtual-networking However if we try to pass through a physical NIC which doesn't support SR-IOV, we may still need to configure "PCI alias". Because I don't have a physical NIC which doesn't support SR-IOV on my server, I can't test passing such NIC to VM by creating port whose vnic_type is direct-physical. Do you think StarlingX needs to configure “PCI alias” automatically for physical NIC which doesn’t support SR-IOV or not? Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Thursday, August 1, 2019 6:34 PM To: Xu, Chenjie >; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs +Steve +Gerry Do you have any additional information to add here? I don’t believe we had to setup an alias in the past to do PCI-PT, so is this something that is new to the latest OpenStack nova release? Did we drop some functionality to align with upstream nova (that use to be in starlingx-staging)? -Matt From: "Xu, Chenjie" > Date: Thursday, August 1, 2019 at 3:36 AM To: "Peters, Matt" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, Based on my testing, the flavor with property “pci_passthrough:alias” should be required for passing a physical NIC to the VM. But it should not be required for passing a VF to the VM. So I think the alias information should contain physical NICs which are configured with “pci-passthrough” by following command: system host-if-modify -m 1500 -n pcipass -c pci-passthrough ${COMPUTE} ${IFUUID} system interface-datanetwork-assign ${COMPUTE} pcipass ${PHYSNET2} Could you please let me know your opinions and leave a comment in the below bug: https://bugs.launchpad.net/starlingx/+bug/1836682 Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Tue Sep 3 13:32:37 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Tue, 3 Sep 2019 13:32:37 +0000 Subject: [Starlingx-discuss] Agenda: Weekly StarlingX non-OpenStack distro meeting, 9/4 Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3603603D@SHSMSX104.ccr.corp.intel.com> Agenda for 9/4 meeting: 1. stx.2.0 bug review (Cindy) 2. stx.3.0 top level stories, including Python2to3 (Cindy) 3. Ceph containerization status update (Tingjie) 4. Opens (all) -----Original Appointment----- From: Xie, Cindy Sent: Thursday, April 25, 2019 5:42 PM To: Xie, Cindy; 'zhaos'; Wold, Saul; 'starlingx-discuss at lists.starlingx.io'; 'Rowsell, Brent' Cc: Armstrong, Robert H; 'Komiyama, Takeo'; 'Eslimi, Dariush'; 'Seiler, Glenn'; 'Peng Tan'; 'Chen, Jacky'; Gomez, Juan P; 'Waines, Greg'; 'Zhi Zhi2 Chang'; 'Badea, Daniel'; Jones, Bruce E; Chen, Tingjie; 'Carlos Cebrian'; Cobbley, David A; Hu, Wei W Subject: Weekly StarlingX non-OpenStack distro meeting When: Wednesday, September 4, 2019 9:00 PM-10:00 PM (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi. Where: https://zoom.us/j/342730236 . Cadence and time slot: o Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) . Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ . Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other From vm.rod25 at gmail.com Tue Sep 3 13:34:45 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Tue, 3 Sep 2019 08:34:45 -0500 Subject: [Starlingx-discuss] Couple of questions about STX In-Reply-To: References: <1827344A-720E-4AF3-BCF2-D994A329DDCF@hubspace.de> <99F8292A-9F23-48CF-8D6B-E2F79041C5B7@hubspace.de> <0ec16044-aedf-985b-029a-2454d8f7f8c2@intel.com> Message-ID: On Mon, Sep 2, 2019 at 8:22 PM Yong Hu wrote: > > Hi Felix, > Please see my comments. > > To let the community know you and your research or business, I would > invite you join us into the weekly community meeting for a quick > introduction about what you are doing/going to do with StarlingX. > > https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Community_Call > > > regards, > Yong > > On 02/09/2019 10:01 PM, Felix Kretschmer wrote: > > Hi Yong, > > thanks. See my comments inline as well. > > Best, > > Felix > > > > Am 2019-09-02 10:51, schrieb Yong Hu: > >> Hi Felex, pls see my comments inline. > >> On 02/09/2019 4:27 PM, Felix Kretschmer wrote: > >>> Hi Yong, > >>> thanks for the answer. Starting with OpenStack VMs. Containers via K8S might also be a later possibility. > >>> So everything running on OpenStack will work with STX? I know that windows works with OpenStack. > >> YES, StarlingX doesn't change OpenStack. It's supposed to make > >> deployment of OpenStack easier. > >>> The kvm in STX supports RT by VMs? > >> Yes, it does. We ever tested a CentOS with RT kernel as the guest OS in VM. > > > > Cool. Do you have any measurements (e.g. a cyclictest histogram) of this? > > > Yes, we have run cyclictest on the RT kernel of compute node and the > result was very reasonable (in ms), but I am afraid I cannot disclose > the data itself. > > In the meantime, there is a performance test framework proposal > (https://review.opendev.org/#/c/677287/) under review, in which > cyclictest will be used as the RT test framework, and accordingly the > test recipe will be presented as a part later. > If you have more specific performance test requirements or even better > you, as a community member, want to contribute into this area, you are > definitely very welcome. > Hello Felix I will be more than happy to have a chat with you about the performance metrics you are interested in. Right now our list of tests cases that we are developing include: Detection of failed VM Detect failed compute node Controller Node fail detect/recover Network link fail detect DPDK Live Migrate Latency Vswitch: line rate 1-core Avg and Max host latency ( using cyclictest ) Avg and Max gst latency ( using cyclictest ) They will be part of the performance test framework that Yong mention before. In the end, you will be able to run the framework on your environment to get your personal metrics. Every environment is different and each performance result is affected by multiple variables, because of that, we encourage every user to use the incoming framework to get their own metrics. Regards > >>> Is there any information about the demos you were talking about. Would be interested in gained experiences there. > >> If you can articulate your use cases in details, we might share more > >> about how to deploy. > > > > My use case may be described as some kind of distributed setup of compute-nodes but they are filled with relative small workloads and therefore are not that rich in resources. > > So I might have a controller (with or dedicated storage is both possible at full hardware specs) and several nodes with hardware specs of: > > single socket CPU (quad or octa core), 8 to 16 GB (sometimes 32GB) memory and only 1 disk (HDD or SSD possible) > > > This kind of remote or distributed "small" compute node is also an > ongoing task in community, you are welcome to join us, in terms of > making requirement spec, use case spec and prototype development. > > >>> Best, > >>> Felix > >>> Von meinem Mobiltelefon gesendet > >>>> Am 02.09.2019 um 09:56 schrieb Yong Hu : > >>>> Felix, > >>>> pls see my comments inline. > >>>> In addition, are you going to use OpenStack VMs or K8S containers? > >>>> Regards, > >>>> Yong > >>>>> On 02/09/2019 3:24 PM, Felix Kretschmer wrote: > >>>>> Hello *, > >>>>> I am at the research of possible technologies for my use case and came across STX. > >>>>> Reading through the documentation and website I came up with a couple of questions and hope someone can help me by finding answers. > >>>>> 1. Realtime capabilities > >>>>> I did not find any information about the realtime capabilities. Is STX in the compute nodes ready for time deterministic workloads within VMs? e.g. PREEMPT_RT Linux or bare metal virtual machines? I guess kvm is the underlying hypervisor? > >>>> Compute node host Linux could be with standard kernel or RT kernel. Similarly guest OS in VM can have one of them. > >>>> Yes, we are using KVM and QEMU. > >>>>> 2. Windows VMs > >>>>> So far I did not find anything about Windows VMs. Due to the integration of Nova and the underlying technologies, I suppose this is possible without any doubts. Is it? > >>>> Good question. We haven't tried Windows as guest OS in VMs. Technically it should be okay to install a Windows VM on top of OpenStack.Checking out this doc: https://docs.openstack.org/image-guide/windows-image.html > >>>>> 3. Hardware requirements > >>>>> Probably the most interessting topic for me, because the requirements for bare metal installations seem quite high (Dual-socket with 8 cores each and 32GB RAM) for compute nodes. > >>>>> Is this necessary? I wanted to deploy a couple of compute nodes, but with a lot smaller hw requirements as well (single socket octa or even quad cores with 16 or 8 GB of RAM). How much does the system of compute nodes itself needs? Quite a lot I suppose if the controller needs 64GB of RAM. > >>>> It should be doable. > >>>> In some experimental cases (like demos), we did install compute nodes on PCs (core based, 16GB RAM), though StarlingX preferable memory size is 32GB... > >>>> As well, Supporting *smaller* work-notes ongoing effort... > >>>>> Thanks for any help. > >>>>> Best, > >>>>> Felix > >>>>> Von meinem Mobiltelefon gesendet > >>>>> _______________________________________________ > >>>>> Starlingx-discuss mailing list > >>>>> Starlingx-discuss at lists.starlingx.io > >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >>> _______________________________________________ > >>> Starlingx-discuss mailing list > >>> Starlingx-discuss at lists.starlingx.io > >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From juan.carlos.alonso at intel.com Tue Sep 3 15:16:40 2019 From: juan.carlos.alonso at intel.com (Alonso, Juan Carlos) Date: Tue, 3 Sep 2019 15:16:40 +0000 Subject: [Starlingx-discuss] Detection of network error on Starling X In-Reply-To: References: <151EE31B9FCCA54397A757BC674650F0C1591E78@ALA-MBD.corp.ad.wrs.com> <6345119E91D5C843A93D64F498ACFA1374EFCB89@shsmsx102.ccr.corp.intel.com> Message-ID: <8557B550001AFB46A43A0CCC314BF8516879C824@FMSMSX108.amr.corp.intel.com> Hello Forrest, I saw that the launchpad is set to High. Is there any progress on the implementation of this issue? Regards. Juan Carlos Alonso From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] Sent: Thursday, August 15, 2019 10:05 AM To: Zhao, Forrest Cc: Khalil, Ghada ; Xu, Chenjie ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Detection of network error on Starling X That is excellent news, thanks a lot !! On Wed, Aug 14, 2019 at 8:14 PM Zhao, Forrest > wrote: Hi Victor and Ghada, We agree that this is a required feature for networking testing and failure detection. We set the priority to high and Chenjie is committed to working on it. Thanks, Forrest -----Original Message----- From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] Sent: Thursday, August 15, 2019 2:45 AM To: Xu, Chenjie >; Victor Rodriguez >; starlingx-discuss at lists.starlingx.io; Zhao, Forrest > Subject: Re: [Starlingx-discuss] Detection of network error on Starling X Hi Victor / Chenjie, I have no issues with increasing the priority of this feature. It's all a matter of resourcing. Hi Forrest, Do you have resources in your team to work on this feature? I will not be able to resource this request. Regards, Ghada -----Original Message----- From: Xu, Chenjie [mailto:chenjie.xu at intel.com] Sent: Tuesday, August 13, 2019 9:53 PM To: Victor Rodriguez; starlingx-discuss at lists.starlingx.io; Khalil, Ghada Subject: RE: [Starlingx-discuss] Detection of network error on Starling X Hi Victor, The feature you want to test is not implemented. The below comment from Ghada explains the reason which is “Starlingx does not have the capability to raise alarms when data links are pulled”. https://bugs.launchpad.net/starlingx/+bug/1834512/comments/2 Hi Ghada, As requested by Victor, can we improve the priority of this feature? Best Regards, Xu, Chenjie -----Original Message----- From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] Sent: Wednesday, August 14, 2019 1:06 AM To: starlingx-discuss at lists.starlingx.io; Khalil, Ghada > Subject: [Starlingx-discuss] Detection of network error on Starling X Hi team/Ghada From a functional perspective, we are not able to detect when the data network is lost. We found the launchpad: https://bugs.launchpad.net/starlingx/+bug/1834512 and we were wondering if there is any log where we could find the lost of data network apart from fm alarm-list. Was this something supported in STX 1.0? I saw that we will discuss if this will be supported by R 3.0 but I was wondering if we could discuss the possibility to change the priority to the launchpad since some use cases might want to measure/test the network link failure detection. Thanks Victor Rodriguez _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Tue Sep 3 15:37:07 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Tue, 3 Sep 2019 17:37:07 +0200 Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm Message-ID: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> Hello, I propose to replace all the call to tar_scm which is deprecated by obs_scm in all _service files. I have done a test in my sand box and it works as before. Any reason why a deprecated service had been used ? Any motive to not use the current OBS source tool ? -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Brent.Rowsell at windriver.com Tue Sep 3 15:41:18 2019 From: Brent.Rowsell at windriver.com (Rowsell, Brent) Date: Tue, 3 Sep 2019 15:41:18 +0000 Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm In-Reply-To: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> References: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> Message-ID: <2588653EBDFFA34B982FAF00F1B4844EC2670112@ALA-MBD.corp.ad.wrs.com> Hi, Can you provide some more context. Thanks, Brent -----Original Message----- From: Dominig ar Foll (Intel Open Source) [mailto:dominig.arfoll at fridu.net] Sent: Tuesday, September 3, 2019 11:37 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm Hello, I propose to replace all the call to tar_scm which is deprecated by obs_scm in all _service files. I have done a test in my sand box and it works as before. Any reason why a deprecated service had been used ? Any motive to not use the current OBS source tool ? -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From sgw at linux.intel.com Tue Sep 3 15:49:02 2019 From: sgw at linux.intel.com (Saul Wold) Date: Tue, 3 Sep 2019 08:49:02 -0700 Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm In-Reply-To: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> References: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> Message-ID: On 9/3/19 8:37 AM, Dominig ar Foll (Intel Open Source) wrote: > Hello, > > I propose to replace all the call to tar_scm which is deprecated by > obs_scm in all _service files. > I have done a test in my sand box and it works as before. > Any reason why a deprecated service had been used ? I got this info from some wiki page, I did not realize that it was a deprecated service. > Any motive to not use the current OBS source tool ? > Go for it. I am working on a Zuul Job to auto-generate the _service file, I can incorporate your changes into the zuul job when I get it working locally. This review is the Zuul job without the _service file. https://review.opendev.org/#/c/679353/ If your fixing up the fault _service files, I realized that we should stick with .tar.gz files in opensuse that way we get better reuse of the tarball. Sau! From dominig.arfoll at fridu.net Tue Sep 3 15:57:36 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Tue, 3 Sep 2019 17:57:36 +0200 Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm In-Reply-To: References: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> Message-ID: <9a71b104-189d-6a7c-fc71-24e677841186@fridu.net> Some more info on that change. https://github.com/openSUSE/obs-service-tar_scm On 03/09/2019 17:49, Saul Wold wrote: > > > On 9/3/19 8:37 AM, Dominig ar Foll (Intel Open Source) wrote: >> Hello, >> >> I propose to replace all the call to tar_scm which is deprecated by >> obs_scm in all _service files. >> I have done a test in my sand box and it works as before. >> Any reason why a deprecated service had been used ? > > I got this info from some wiki page, I did not realize that it was a > deprecated service. > >> Any motive to not use the current OBS source tool ? >> > Go for it.  I am working on a Zuul Job to auto-generate the _service > file, I can incorporate your changes into the zuul job when I get it > working locally. > > This review is the Zuul job without the _service file. > https://review.opendev.org/#/c/679353/ > > If your fixing up the fault _service files, I realized that we should > stick with .tar.gz files in opensuse that way we get better reuse of > the tarball. > > Sau! > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From dominig.arfoll at fridu.net Tue Sep 3 16:35:17 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Tue, 3 Sep 2019 18:35:17 +0200 Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm (correction done) In-Reply-To: References: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> Message-ID: Hello, as it seems that it was a simple error, I have corrected all the concerned _service files. Please in future use obs_scm Regards Dominig On 03/09/2019 17:49, Saul Wold wrote: > > > On 9/3/19 8:37 AM, Dominig ar Foll (Intel Open Source) wrote: >> Hello, >> >> I propose to replace all the call to tar_scm which is deprecated by >> obs_scm in all _service files. >> I have done a test in my sand box and it works as before. >> Any reason why a deprecated service had been used ? > > I got this info from some wiki page, I did not realize that it was a > deprecated service. > >> Any motive to not use the current OBS source tool ? >> > Go for it.  I am working on a Zuul Job to auto-generate the _service > file, I can incorporate your changes into the zuul job when I get it > working locally. > > This review is the Zuul job without the _service file. > https://review.opendev.org/#/c/679353/ > > If your fixing up the fault _service files, I realized that we should > stick with .tar.gz files in opensuse that way we get better reuse of > the tarball. > > Sau! > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From scott.little at windriver.com Tue Sep 3 18:33:33 2019 From: scott.little at windriver.com (Scott Little) Date: Tue, 3 Sep 2019 14:33:33 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> Message-ID: <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> Pending a final green sanity result, the tentative restructure day will be Sept 4 (tomorrow). Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, until further notice. I'll be running a repo split tool. It will generate more than a dozen code reviews that will ALL have to be merged before we can unfreeze the code for general updates. After everything has merged, you'll need to ... 1) If you are working on code that has not been relocated (refer to spreadsheet [3]) then 'repo sync --force-sync' be sufficient.  Before doing that, be sure to save your work as a commit on a private working branch. 2) If your working on code that has been relocated,  Then your best bet is to start with a fresh 'repo init' into a new working directory.  Use 'git format-patch' or 'diff' to capture your work, and apply the patch at the new location.   Some surgery to path names may be required. Scott Little On 2019-08-30 4:09 p.m., Scott Little wrote: > > The layered build feature is getting ready for its initial required > changes [1] [2]. > > The first phase is a restructuring of the StarlingX git repos to > enable layered builds in the next phase.  In light of new package > additions in the last few weeks, there has been a few modifications > and additions to the spreadsheet [3] documenting all the intended > moves.  Edits are in blue text.  The intent is that all package > relocations will be history preserving. > > We plan to implement the git restructuring on the week of September 3-6. > > My initial ask of the StarlingX community is that we *temporarily > freeze the addition of any new packages* while we make a final test > run.  This means that any updates that touch a centos_pkgs_dir file > should not receive a WF+1 until the relocation is complete.  After the > relocation, you may need to re-issue your code review. > > Thanks for your co-operation. > > Scott Little > > [1] https://review.opendev.org/#/c/672288/ > > [2] https://storyboard.openstack.org/#!/story/2006166 > > [3] > https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Tue Sep 3 18:47:17 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Tue, 3 Sep 2019 18:47:17 +0000 Subject: [Starlingx-discuss] Community Call (Sep 4, 2019) Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF2719@ALA-MBD.corp.ad.wrs.com> Hi all - reminder of the Community Call tomorrow. Topics on the agenda include... - 2.0 declaration! - 3.0 planning - Milestone 3 - StarlingX review bandwidth planning - repo restructuring Please feel free to add topics on the etherpad [0]. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190904T1400 From hayde.martinez.landa at intel.com Tue Sep 3 20:08:51 2019 From: hayde.martinez.landa at intel.com (Martinez Landa, Hayde) Date: Tue, 3 Sep 2019 20:08:51 +0000 Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm (correction done) In-Reply-To: References: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> Message-ID: Hi Dominig, Just to be on the same page, Instead of using: We will use: But for this part: xz *.tar For the compression part, shouldn't we be using ".gz" as in centos? Regards, Hayde On 9/3/19, 11:36 AM, "Dominig ar Foll (Intel Open Source)" wrote: Hello, as it seems that it was a simple error, I have corrected all the concerned _service files. Please in future use obs_scm Regards Dominig On 03/09/2019 17:49, Saul Wold wrote: > > > On 9/3/19 8:37 AM, Dominig ar Foll (Intel Open Source) wrote: >> Hello, >> >> I propose to replace all the call to tar_scm which is deprecated by >> obs_scm in all _service files. >> I have done a test in my sand box and it works as before. >> Any reason why a deprecated service had been used ? > > I got this info from some wiki page, I did not realize that it was a > deprecated service. > >> Any motive to not use the current OBS source tool ? >> > Go for it. I am working on a Zuul Job to auto-generate the _service > file, I can incorporate your changes into the zuul job when I get it > working locally. > > This review is the Zuul job without the _service file. > https://review.opendev.org/#/c/679353/ > > If your fixing up the fault _service files, I realized that we should > stick with .tar.gz files in opensuse that way we get better reuse of > the tarball. > > Sau! > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From sgw at linux.intel.com Tue Sep 3 20:47:00 2019 From: sgw at linux.intel.com (Saul Wold) Date: Tue, 3 Sep 2019 13:47:00 -0700 Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm (correction done) In-Reply-To: References: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> Message-ID: On 9/3/19 1:08 PM, Martinez Landa, Hayde wrote: > Hi Dominig, > Just to be on the same page, > Instead of using: > > > We will use: > > > I think this is correct, but there seems to be some errors when I run it locally and on the Cloud:StarlingX project area. > But for this part: > > xz > *.tar > > For the compression part, shouldn't we be using ".gz" as in centos? > Yes, we should be using .gz for both centos and opensuse specfiles and _service files. Sau! > Regards, > Hayde > > On 9/3/19, 11:36 AM, "Dominig ar Foll (Intel Open Source)" wrote: > > Hello, > > as it seems that it was a simple error, I have corrected all the > concerned _service files. > Please in future use obs_scm > > Regards > Dominig > > On 03/09/2019 17:49, Saul Wold wrote: > > > > > > On 9/3/19 8:37 AM, Dominig ar Foll (Intel Open Source) wrote: > >> Hello, > >> > >> I propose to replace all the call to tar_scm which is deprecated by > >> obs_scm in all _service files. > >> I have done a test in my sand box and it works as before. > >> Any reason why a deprecated service had been used ? > > > > I got this info from some wiki page, I did not realize that it was a > > deprecated service. > > > >> Any motive to not use the current OBS source tool ? > >> > > Go for it. I am working on a Zuul Job to auto-generate the _service > > file, I can incorporate your changes into the zuul job when I get it > > working locally. > > > > This review is the Zuul job without the _service file. > > https://review.opendev.org/#/c/679353/ > > > > If your fixing up the fault _service files, I realized that we should > > stick with .tar.gz files in opensuse that way we get better reuse of > > the tarball. > > > > Sau! > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From cboylan at sapwetik.org Tue Sep 3 21:36:04 2019 From: cboylan at sapwetik.org (Clark Boylan) Date: Tue, 03 Sep 2019 14:36:04 -0700 Subject: [Starlingx-discuss] review.opendev.org Outage September 16 to Perform Project Renames Message-ID: Hello, We will be taking a Gerrit outage of about an hour on September 16 at 14:00 UTC to perform project renames. Please let us know if this scheduling does not work for some reason. We have tried to schedule this for a quiet time at the end of OpenStack's Train release cycle. Also, if you'd like to rename a project, now is the time to start prepping for that. Feel free to ask us any questions you have or bring up your concerns with us. Thank you for your patience, Clark From maria.g.perez.ibarra at intel.com Tue Sep 3 23:19:37 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Tue, 3 Sep 2019 23:19:37 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190903 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-03 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Tue Sep 3 23:47:51 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Tue, 3 Sep 2019 23:47:51 +0000 Subject: [Starlingx-discuss] stx.2.0 Release milestone declared Message-ID: <151EE31B9FCCA54397A757BC674650F0C15BEB6C@ALA-MBD.corp.ad.wrs.com> Hello all, This email announces that the stx.2.0 Release milestone has been achieved as of August 30, 2019. StarlingX release 2.0 is officially delivered! It is available on CENGN at: http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0 This release delivers significant new capabilities to StarlingX with the introduction of the containerized platform, the alignment on the latest openstack stein release, as well as a number of other features/enhancements; a total of 200 story boards. Over the course of the release, we also delivered close to 600 bug fixes - which in itself is a tremendous achievement, adding to the quality of the release. Thank you to everyone in the Community - from development, test and documentation - for all of your hard work in making this release a success! Regards, Ghada & Bill On behalf of the StarlingX Release team -------------- next part -------------- An HTML attachment was scrubbed... URL: From ada.cabrales at intel.com Tue Sep 3 23:52:45 2019 From: ada.cabrales at intel.com (Cabrales, Ada) Date: Tue, 3 Sep 2019 23:52:45 +0000 Subject: [Starlingx-discuss] [ Test ] Meeting notes - 09/03 Message-ID: <4F6AACE4B0F173488D033B02A8BB5B7E7CEB9311@FMSMSX114.amr.corp.intel.com> Agenda for 09/03 Attendees: Elio, Cristopher, Fernando, Jose, Maria P, Richo, JC, Yang 1. Sanity status - Cristopher Got back to run only one sanity: from master branch. Still green - updates made after two new features added last week: huge pages and one item less in the install menu. For maintenance release (trending to Sep 30) we will have an extra ISO. At WRS - OpenStack horizon cannot be reached - intermittent failure (60% of the time is happening) - https://bugs.launchpad.net/starlingx/+bug/1841833 App port unreachable from external - https://bugs.launchpad.net/starlingx/+bug/1841802 Configuration is out-of-date alarm was not cleared after SX host lock/unlock - https://bugs.launchpad.net/starlingx/+bug/1841620 Elio to test at Intel side and make notes in the launchpad Unified sanity - test coverage is identified. JC and Ada to work on a plan and present it in next week. 2. stx.2.0 - latest updates Feature testing Last test from ironic was successful - finished on mid last week Final regression Done - 95.2% of pass rate. 3. stx.3.0 - split of features Initial split between WRS and Intel is here: https://docs.google.com/spreadsheets/d/1n9P7as4iqO55DytIRuIGdyc7x0n2WM_q-cMfHcItJlY/edit?usp=sharing Each feature will have an assignee, responsible for contacting the feature owner and scope the testing required. 4. Pytest framework - any progress running it @ Intel? There's the need to adapt some of the things pytest is asking to integrate it with robot. A shell script for setting up the env has been sent by Yang Natbox is required - requires a networking person to work on configuring it. JC will join the task and work with Elio. This is critical for regression testing going on. 5. Opens Yang - help required to verify a launchpad - https://bugs.launchpad.net/bugs/1824831 Richo to contact Yang to work on this Jose - maintenace releases - is there a way to tag releases/milestones into the repo? One suggestion is to make a branch per release. Cristopher, Jose and Yang to work on this request/requirement. Regards Ada From chenjie.xu at intel.com Wed Sep 4 01:37:42 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Wed, 4 Sep 2019 01:37:42 +0000 Subject: [Starlingx-discuss] Detection of network error on Starling X In-Reply-To: <8557B550001AFB46A43A0CCC314BF8516879C824@FMSMSX108.amr.corp.intel.com> References: <151EE31B9FCCA54397A757BC674650F0C1591E78@ALA-MBD.corp.ad.wrs.com> <6345119E91D5C843A93D64F498ACFA1374EFCB89@shsmsx102.ccr.corp.intel.com> <8557B550001AFB46A43A0CCC314BF8516879C824@FMSMSX108.amr.corp.intel.com> Message-ID: Hi Juan, I’m the owner of this bug. For now I’m still working the high bugs in stx 2.0 and this bug is in stx 3.0. I will work on this bug once I have time. https://bugs.launchpad.net/starlingx/+bug/1836682 https://bugs.launchpad.net/starlingx/+bug/1839181 Best Regards, Xu, Chenjie From: Alonso, Juan Carlos Sent: Tuesday, September 3, 2019 11:17 PM To: Victor Rodriguez ; Zhao, Forrest Cc: Khalil, Ghada ; Xu, Chenjie ; starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] Detection of network error on Starling X Hello Forrest, I saw that the launchpad is set to High. Is there any progress on the implementation of this issue? Regards. Juan Carlos Alonso From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] Sent: Thursday, August 15, 2019 10:05 AM To: Zhao, Forrest > Cc: Khalil, Ghada >; Xu, Chenjie >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Detection of network error on Starling X That is excellent news, thanks a lot !! On Wed, Aug 14, 2019 at 8:14 PM Zhao, Forrest > wrote: Hi Victor and Ghada, We agree that this is a required feature for networking testing and failure detection. We set the priority to high and Chenjie is committed to working on it. Thanks, Forrest -----Original Message----- From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] Sent: Thursday, August 15, 2019 2:45 AM To: Xu, Chenjie >; Victor Rodriguez >; starlingx-discuss at lists.starlingx.io; Zhao, Forrest > Subject: Re: [Starlingx-discuss] Detection of network error on Starling X Hi Victor / Chenjie, I have no issues with increasing the priority of this feature. It's all a matter of resourcing. Hi Forrest, Do you have resources in your team to work on this feature? I will not be able to resource this request. Regards, Ghada -----Original Message----- From: Xu, Chenjie [mailto:chenjie.xu at intel.com] Sent: Tuesday, August 13, 2019 9:53 PM To: Victor Rodriguez; starlingx-discuss at lists.starlingx.io; Khalil, Ghada Subject: RE: [Starlingx-discuss] Detection of network error on Starling X Hi Victor, The feature you want to test is not implemented. The below comment from Ghada explains the reason which is “Starlingx does not have the capability to raise alarms when data links are pulled”. https://bugs.launchpad.net/starlingx/+bug/1834512/comments/2 Hi Ghada, As requested by Victor, can we improve the priority of this feature? Best Regards, Xu, Chenjie -----Original Message----- From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] Sent: Wednesday, August 14, 2019 1:06 AM To: starlingx-discuss at lists.starlingx.io; Khalil, Ghada > Subject: [Starlingx-discuss] Detection of network error on Starling X Hi team/Ghada From a functional perspective, we are not able to detect when the data network is lost. We found the launchpad: https://bugs.launchpad.net/starlingx/+bug/1834512 and we were wondering if there is any log where we could find the lost of data network apart from fm alarm-list. Was this something supported in STX 1.0? I saw that we will discuss if this will be supported by R 3.0 but I was wondering if we could discuss the possibility to change the priority to the launchpad since some use cases might want to measure/test the network link failure detection. Thanks Victor Rodriguez _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Wed Sep 4 02:31:07 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Wed, 4 Sep 2019 02:31:07 +0000 Subject: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs In-Reply-To: <8CD4A6B3-9C57-48B3-8C87-A1BFB44AE2EC@windriver.com> References: <35423D55-043D-4F11-A2D7-86B8D4E4CCDB@windriver.com> <2D45BE88-FE4A-4B96-9934-48E24B0AAB7C@windriver.com> <8CB39FEB-D0AC-46B4-97B8-60CEA4E95E24@windriver.com> <85FFB864-A407-4590-917E-10CBD4735D10@windriver.com> <8CD4A6B3-9C57-48B3-8C87-A1BFB44AE2EC@windriver.com> Message-ID: Hi Matt, Thank you for your reply! I agree with your opinion that the first way is preferable. I have documented this limitation in the below page: https://wiki.openstack.org/wiki/StarlingX/Networking#Useful_Networking_Commands For the log of PCI request, I have lost my environment and I don’t know which log to find PCI request. If you need the log, I can set up the environment again. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Tuesday, September 3, 2019 7:50 PM To: Xu, Chenjie Cc: Khalil, Ghada ; Zhao, Forrest ; starlingx-discuss at lists.starlingx.io; Webster, Steven ; Kopec, Gerald (Gerry) Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs MP> inline From: "Xu, Chenjie" > Date: Monday, September 2, 2019 at 1:51 AM To: "Peters, Matt" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, The created VM’s status is error and the description says that ”No valid host was found. There are not enough hosts available”. By checking the log of nova scheduler, the following line says that the controller-0 is filtered out by PciPassthroughFilter: ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: 1)', 'AvailabilityZoneFilter: (start: 1, end: 1)', 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', 'ComputeCapabilitiesFilter: (start: 1, end: 1)', 'ImagePropertiesFilter: (start: 1, end: 1)', 'NUMATopologyFilter: (start: 1, end: 1)', 'ServerGroupAffinityFilter: (start: 1, end: 1)', 'ServerGroupAntiAffinityFilter: (start: 1, end: 1)', 'PciPassthroughFilter: (start: 1, end: 0)'] MP> Do you have the log of the PCI request when using this method? MP> More comments below… Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Friday, August 30, 2019 7:40 PM To: Xu, Chenjie > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io; Webster, Steven >; Kopec, Gerald (Gerry) > Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Chenjie, What were the issues you encountered that prevented it from working with the port vnic_type? Thanks, Matt From: "Xu, Chenjie" > Date: Thursday, August 29, 2019 at 10:49 PM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, I have finished my testing with I210 NIC and the result shows that this way should be only used for SR-IOV physical function. And the blueprint "SR-IOV physical functions assignment with Neutron port" also indicates the same thing. https://blueprints.launchpad.net/nova/+spec/sriov-pf-passthrough-neutron-port https://bugs.launchpad.net/starlingx/+bug/1836682 For this limitation, which way do you suggest? 1. Record as a known limitation and document how to pass through NICs which don't support SR-IOV. Like below: users need to override helm with PCI alias like following: cat > nova-overrides.yaml < I prefer this option to avoid adding special handling for specific devices (if required – see next comment). 2. Generate the helm override automatically. If this way is chosen, do you think this should be fixed in stx 2.0 or stx 3.0? MP> System Inventory / Config doesn’t currently have knowledge of the device type, so it would need to infer the type based on something like sriov_totalvfs. We wouldn’t want device specific overrides, so I would only suggest an automatic override if we can key off of something generic. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Wednesday, August 7, 2019 6:52 PM To: Xu, Chenjie >; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Chenjie, The latest openstack release should support using the port vnic_type for type-PCI devices. The only device I know of that doesn’t support PF/VF is the i210, which is what I think was used in reporting the bug. I think your approach of having them retest with this method is the correct thing to do given you don’t have access to the hardware. -Matt From: "Xu, Chenjie" > Date: Tuesday, August 6, 2019 at 8:17 PM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, Yes, I mean the port that does not report itself as a PF. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Wednesday, August 7, 2019 12:55 AM To: Xu, Chenjie >; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hello Chenjie, We typically configure the PCI-PT devices using the vnic-type option for manually created ports. This replaces the older mechanism of being able to specify the vif-type (which was a StarlingX specific extension that was dropped). For your question about the NIC type that does not support SR-IOV, do you mean a port that does not report itself as a PF (from a libvirt/nova perspective that would be device with Type-PCI vs Type-PF)? -Matt From: "Xu, Chenjie" > Date: Tuesday, August 6, 2019 at 11:14 AM To: "Peters, Matt" >, "Webster, Steven" >, "Kopec, Gerald (Gerry)" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: RE: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, I find another way to pass through SR-IOV capable physical NIC to VM. This new way doesn't require to configure "PCI alias". The key point is to create a port whose vnic_type is direct-physical. The following link can be referenced: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/networking_guide/sr-iov-support-for-virtual-networking However if we try to pass through a physical NIC which doesn't support SR-IOV, we may still need to configure "PCI alias". Because I don't have a physical NIC which doesn't support SR-IOV on my server, I can't test passing such NIC to VM by creating port whose vnic_type is direct-physical. Do you think StarlingX needs to configure “PCI alias” automatically for physical NIC which doesn’t support SR-IOV or not? Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Thursday, August 1, 2019 6:34 PM To: Xu, Chenjie >; Webster, Steven >; Kopec, Gerald (Gerry) > Cc: Khalil, Ghada >; Zhao, Forrest >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs +Steve +Gerry Do you have any additional information to add here? I don’t believe we had to setup an alias in the past to do PCI-PT, so is this something that is new to the latest OpenStack nova release? Did we drop some functionality to align with upstream nova (that use to be in starlingx-staging)? -Matt From: "Xu, Chenjie" > Date: Thursday, August 1, 2019 at 3:36 AM To: "Peters, Matt" > Cc: Ghada Khalil >, "Zhao, Forrest" >, "starlingx-discuss at lists.starlingx.io" > Subject: [Starlingx-discuss] [Bug] flavor "pci_passthrough:alias" should be required to passthrough physical NICs Hi Matt, Based on my testing, the flavor with property “pci_passthrough:alias” should be required for passing a physical NIC to the VM. But it should not be required for passing a VF to the VM. So I think the alias information should contain physical NICs which are configured with “pci-passthrough” by following command: system host-if-modify -m 1500 -n pcipass -c pci-passthrough ${COMPUTE} ${IFUUID} system interface-datanetwork-assign ${COMPUTE} pcipass ${PHYSNET2} Could you please let me know your opinions and leave a comment in the below bug: https://bugs.launchpad.net/starlingx/+bug/1836682 Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Wed Sep 4 02:54:19 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Wed, 4 Sep 2019 02:54:19 +0000 Subject: [Starlingx-discuss] BUG "Platform CPU threshold exceeded in compute after lock/unlock a different compute host (Storage System)" Message-ID: Hi Yang/Senthil, I have several questions for the below bug: https://bugs.launchpad.net/starlingx/+bug/1839181 1. Before lock/unlock compute-0, is there any VM running on compute-0? Is there any network configured on compute-0? 2. Could you please help check the file (filename starts with "tap" or "qr") status in the below directory: /sys/devices/virtual/net/ /sys/class/net/ The following log in ovs-vswitchd in compute-1 shows those file are in wrong status which may cause ovs-vswitchd wrong: 2019-08-05T08:40:03.921Z|00881|dpif_netdev|ERR|error receiving data from tap588a7711-e2: File descriptor in bad state 2019-08-05T08:40:04.006Z|00882|dpif_netdev|ERR|error receiving data from tap588a7711-e2: File descriptor in bad state 2019-08-05T08:40:04.020Z|00888|dpif_netdev|ERR|error receiving data from tap588a7711-e2: File descriptor in bad state 2019-08-05T08:40:04.167Z|00889|dpif_netdev|ERR|error receiving data from tap6c26786b-f7: File descriptor in bad state 2019-08-05T08:40:04.167Z|00890|dpif_netdev|ERR|error receiving data from tap588a7711-e2: File descriptor in bad state Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Wed Sep 4 09:36:33 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 4 Sep 2019 11:36:33 +0200 Subject: [Starlingx-discuss] MultiOS: why not to place our Spec files in git directly Message-ID: <7393af05-ce85-8b6a-521b-1fea81230971@fridu.net> Hello, as OBS allows to read the spec files from the git repo, would it not be a great idea to extract it from there directly ? It would allow to get get the same review process allocated to that critical files. See example here:    https://build.opensuse.org/package/view_file/OBS:Server:2.10/obs-server/_service?expand=1 Thoughts ? -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Bill.Zvonar at windriver.com Wed Sep 4 10:16:39 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 4 Sep 2019 10:16:39 +0000 Subject: [Starlingx-discuss] Release Plan - stx.3.0 References: <151EE31B9FCCA54397A757BC674650F0C1599F8F@ALA-MBD.corp.ad.wrs.com> Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF2866@ALA-MBD.corp.ad.wrs.com> Hi all, as discussed in the Community Call & Release team meetings last week, we need forecast completion dates for each of the Rel 3 features to achieve Milestone-2. The list is below, from the 3.0 planning sheet [0], and we’re also now tracking in StoryBoard [1]. As a reminder from the Release Milestones page [2], the criteria for Milestone-2 are: - Spec freeze - Feature plans defined and feature development well underway - Release test plan defined - including test automation deliverables - Documentation plan defined Bill… Feature [TSC Status, Project Lead(s)] - Distributed Cloud [In, Dariush Eslimi] - Backup & Restore with containers [In, Frank Miller] - Containerized Openstack clients [In, Frank Miller] - Fault Containerization [In, Frank Miller] - Upversion K8s and dependencies [In, Frank Miller] - Upversion Openstack to Train [In, Bruce Jones/Yong Hu] - Intel GPU support for K8s [In, Cindy Xie] - Intel QAT support for K8s [In, Cindy Xie] - IPv6 support for PXE boot network [In, TBD] - TSN Support in VM [In, Forrest Zhao] - R2 >> R3 Upgrades [In, Dariush Eslimi] - Redfish Support [In, Dariush Eslimi] - Infrastructure & Cluster Monitoring [In, Dariush Eslimi] - Layered Build [In, Frank Miller] - Support remote auth via OIDC / OAUTH2 for K8s API [In, Ghada Khalil] - Sysvinit >> systemd Conversion/Cleanup [Ongoing, Saul Wold] - Performance Testing/Measurement Framework [Ongoing, Bruce Jones/Victor] - Multi-OS Support [Prep, Abraham Arce / Saul Wold] - Intel FPGA support for K8s [Prep, Ghada Khalil] - Containerize Ceph [TBD, Vivian Zhu] - Containerize OVS-DPDK [TBD, Forrest Zhao] - Flock Versioning [Under review, Saul Wold] [0] 3.0 planning sheet: https://docs.google.com/spreadsheets/d/1ZFR-9-riwhIwiBYBmWmi1qOVyHtgJ8Xk_FaF2jp5rY0/edit?usp=sharing [1] 3.0 planning board on StoryBoard: https://storyboard.openstack.org/#!/board/186 [2] Release Milestone descriptions: https://wiki.openstack.org/wiki/StarlingX/Release_Plan#Release_Milestones -----Original Message----- From: Zvonar, Bill Sent: Thursday, August 29, 2019 7:59 AM To: starlingx-discuss at lists.starlingx.io Cc: 'Khalil, Ghada' Subject: RE: Release Plan - stx.3.0 Hello stx.3.0 feature primes... As discussed in the Community Call yesterday, we're looking for your forecast for dev/test completion. Per below, the list of features targeted for stx.3.0 is available at: https://docs.google.com/spreadsheets/d/1ZFR-9-riwhIwiBYBmWmi1qOVyHtgJ8Xk_FaF2jp5rY0/edit#gid=1010323020. We've also started a board on StoryBoard to track the plans for the features by top-level story: https://storyboard.openstack.org/#!/board/186. Please provide an update for your feature(s) as to when you plan to complete your development & testing, and can hand off to the test team for feature testing. Thanks, Bill... -----Original Message----- From: Khalil, Ghada Sent: Friday, August 23, 2019 4:24 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Release Plan - stx.3.0 Hello all, The stx.3.0 milestone-2 is planned for the week of Sept 3. This is a call to the various primes (dev, test, doc) to help close the milestone criteria. For a list of features targeted for stx.3.0 is available at: https://docs.google.com/spreadsheets/d/1ZFR-9-riwhIwiBYBmWmi1qOVyHtgJ8Xk_FaF2jp5rY0/edit#gid=1010323020 The criteria for the milestone are as follows: - Spec freeze - Specs are in good shape. - Performance Framework spec is posted. R2 >> R3 spec will continue to be an exception. - Feature plans defined and feature development well underway - To date, we do not have concrete plans from the feature PLs on risk, status, and expected code merge dates - PLs, please update your plans on the spreadsheet above. Please also create the corresponding stories in StoryBoard and tag them with the stx.3.0 label - Release test plan defined - including test automation deliverables - Test team is raising concerns about the scope of features for stx.3.0 and the release timeline. There are only 5wks left for feature testing and regression is supposed to start on Sept 23. - Given the tight timeline, we need PLs to provide a risk indicator for landing their feature content. Ideally, a rough plan would help the test team plan accordingly. If a feature is too big to land in stx.3.0, knowing this now helps the test team focus their efforts on the features that will make it. If a feature is delivering in chunks, please engage the test team so that they can test as content is delivered. - Documentation plan defined - Need confirmation from the doc team on what they have planned Regards, Ghada _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Greg.Waines at windriver.com Wed Sep 4 11:52:26 2019 From: Greg.Waines at windriver.com (Waines, Greg) Date: Wed, 4 Sep 2019 11:52:26 +0000 Subject: [Starlingx-discuss] Distributed Cloud in the overview slide deck update In-Reply-To: <65571BB7-2D0C-4F46-8ED7-0261D123E1B3@gmail.com> References: <65571BB7-2D0C-4F46-8ED7-0261D123E1B3@gmail.com> Message-ID: <649E231E-B70F-4C6F-8A9F-4F71359CD70B@windriver.com> Hey Ildiko, ... i’m just getting back from 2-weeks vacation ... Not sure if you got an answer to this. You’re correct, DC is not in STX 2.0 . We should either remove the slide or mark it as future direction. Greg. From: Ildiko Vancsa Date: Wednesday, August 21, 2019 at 1:46 PM To: starlingx Cc: Greg Waines Subject: Distributed Cloud in the overview slide deck update Hi, I’ve been going through the new overview slide deck that is proposed to describe the enhanced platform: https://github.com/StarlingXWeb/starlingx-website/files/3392060/StarlingX.Onboarding.Deck.for.Web.July.2019.pdf I came across a section on Distributed Cloud which got me a bit confused as if I remember correctly we said that this functionality was delayed until the 3.0 release. To make sure communications around 2.0 are accurate, my question would be if the functionality in the slides covers only a subset of features that was planned for 2.0, did the feature fully make it into 2.0 or the slides are containing information about 2.0 + 3.0? Thanks and Best Regards, Ildikó -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko.vancsa at gmail.com Wed Sep 4 12:11:14 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Wed, 4 Sep 2019 14:11:14 +0200 Subject: [Starlingx-discuss] Distributed Cloud in the overview slide deck update In-Reply-To: <649E231E-B70F-4C6F-8A9F-4F71359CD70B@windriver.com> References: <65571BB7-2D0C-4F46-8ED7-0261D123E1B3@gmail.com> <649E231E-B70F-4C6F-8A9F-4F71359CD70B@windriver.com> Message-ID: <0BE93E55-EDD9-4FE0-8D84-28A45B70EEC4@gmail.com> Hi Greg, Yes I did, thank you. I’m kind of leaning towards removing them for now and put them back once the feature is released. Just to be sure people don’t get confused on what is available in the already released software. We are having a community marketing planning call today where we plan to go through the slides and collect feedback and decide on final content. The meeting is at 1500 UTC, you can find further details here: https://etherpad.openstack.org/p/2019_StarlingX_Marketing_Plans Can you join the call? Thanks, Ildikó > On 2019. Sep 4., at 13:52, Waines, Greg wrote: > > Hey Ildiko, > ... i’m just getting back from 2-weeks vacation ... > Not sure if you got an answer to this. > > You’re correct, DC is not in STX 2.0 . > We should either remove the slide or mark it as future direction. > > Greg. > > From: Ildiko Vancsa > Date: Wednesday, August 21, 2019 at 1:46 PM > To: starlingx > Cc: Greg Waines > Subject: Distributed Cloud in the overview slide deck update > > Hi, > > I’ve been going through the new overview slide deck that is proposed to describe the enhanced platform: https://github.com/StarlingXWeb/starlingx-website/files/3392060/StarlingX.Onboarding.Deck.for.Web.July.2019.pdf > > I came across a section on Distributed Cloud which got me a bit confused as if I remember correctly we said that this functionality was delayed until the 3.0 release. To make sure communications around 2.0 are accurate, my question would be if the functionality in the slides covers only a subset of features that was planned for 2.0, did the feature fully make it into 2.0 or the slides are containing information about 2.0 + 3.0? > > Thanks and Best Regards, > Ildikó From ildiko.vancsa at gmail.com Wed Sep 4 12:32:56 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Wed, 4 Sep 2019 14:32:56 +0200 Subject: [Starlingx-discuss] Edge Hacking Days - September 6, 9, 13 Message-ID: <2CDDA43D-2469-4CBF-BAE5-C0503C07D13D@gmail.com> Hi, I hope you had a great Summer and ready to dive back into edge computing with some new energy! :) We have three potential days for September based on the Doodle poll: September 6, 9, 13 and we are using the same etherpad for tracking and ideas: https://etherpad.openstack.org/p/osf-edge-hacking-days As a reminder, the Edge Hacking Days initiative is a remote gathering to work on edge computing related items, such as the reference architecture work or feature development or bug fixing items in relevant OpenStack services. __Please sign up on the etherpad for the days when you are available with time slots (including your time zone) when you are planning to be around if you’re interested in joining.__ Let me know if you have any questions. Thanks and Best Regards, Ildikó From cindy.xie at intel.com Wed Sep 4 13:29:42 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Wed, 4 Sep 2019 13:29:42 +0000 Subject: [Starlingx-discuss] Notes: Weekly StarlingX non-OpenStack distro meeting, 9/4 Message-ID: <2FD5DDB5A04D264C80D42CA35194914F36037607@SHSMSX104.ccr.corp.intel.com> Agenda & Notes for 9/4 meeting: 1. stx.2.0 bug review (Cindy) stx.distro.others: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.distro.other+stx.2.0&field.tags_combinator=ALL stx.storage: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.storage+stx.2.0&field.tags_combinator=ALL 2. stx.3.0 top level stories develop status update: stx.distro.others: https://storyboard.openstack.org/#!/story/list?status=active&tags=stx.distro.other&tags=stx.3.0&project_group_id=86 stx.python2: https://storyboard.openstack.org/#!/story/list?status=active&tags=stx.python2&tags=stx.3.0&project_group_id=86 2006158: this was the master story but we decided to move two RPM work to independency story, AR for Austin to change the title. 2004586: will start after dist-cloud feature complete; 2006227 & 2006228: check w/ Don offline to get the resource planned. 3. Ceph containerization status update (Tingjie) spec has been approved & merged: https://review.opendev.org/#/c/656371/. congrats and nice job! MS1: https://review.opendev.org/#/c/674244 ; this is just for PoC. the patch is not intended to merge. MS2: sub-task 36441 & 36442 are planned to be done by this week. about testing: thinking about re-use Ceph test cases. AR: Tingjie to ask Ada to get test resource engage earlier. 4. Opens (all) Ricardo: QAT validation question, any new changes in QAT features in the past weeks? no changes have been done. and the LP: https://bugs.launchpad.net/starlingx/+bug/1824831 has been closed today. -----Original Message----- From: Xie, Cindy Sent: Tuesday, September 3, 2019 9:33 PM To: Wold, Saul ; 'starlingx-discuss at lists.starlingx.io' ; 'Rowsell, Brent' Subject: [Starlingx-discuss] Agenda: Weekly StarlingX non-OpenStack distro meeting, 9/4 Agenda for 9/4 meeting: 1. stx.2.0 bug review (Cindy) 2. stx.3.0 top level stories, including Python2to3 (Cindy) 3. Ceph containerization status update (Tingjie) 4. Opens (all) -----Original Appointment----- From: Xie, Cindy Sent: Thursday, April 25, 2019 5:42 PM To: Xie, Cindy; 'zhaos'; Wold, Saul; 'starlingx-discuss at lists.starlingx.io'; 'Rowsell, Brent' Cc: Armstrong, Robert H; 'Komiyama, Takeo'; 'Eslimi, Dariush'; 'Seiler, Glenn'; 'Peng Tan'; 'Chen, Jacky'; Gomez, Juan P; 'Waines, Greg'; 'Zhi Zhi2 Chang'; 'Badea, Daniel'; Jones, Bruce E; Chen, Tingjie; 'Carlos Cebrian'; Cobbley, David A; Hu, Wei W Subject: Weekly StarlingX non-OpenStack distro meeting When: Wednesday, September 4, 2019 9:00 PM-10:00 PM (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi. Where: https://zoom.us/j/342730236 . Cadence and time slot: o Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) . Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ . Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Wed Sep 4 13:33:24 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 4 Sep 2019 15:33:24 +0200 Subject: [Starlingx-discuss] MultiOS: replacing tar_scm by obs_scm (correction done) In-Reply-To: References: <1db500c7-4d95-1b76-0864-2e467e2b14a3@fridu.net> Message-ID: <323641df-1b7a-7f07-6752-589c13becf7e@fridu.net> On 03/09/2019 22:47, Saul Wold wrote: > >> >> For the compression part, shouldn't we be using ".gz" as in centos? >> > Yes, we should be using .gz for both centos and opensuse specfiles and > _service files. > Done -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From sgw at linux.intel.com Wed Sep 4 13:37:42 2019 From: sgw at linux.intel.com (Saul Wold) Date: Wed, 4 Sep 2019 06:37:42 -0700 Subject: [Starlingx-discuss] MultiOS: why not to place our Spec files in git directly In-Reply-To: <7393af05-ce85-8b6a-521b-1fea81230971@fridu.net> References: <7393af05-ce85-8b6a-521b-1fea81230971@fridu.net> Message-ID: On 9/4/19 2:36 AM, Dominig ar Foll (Intel Open Source) wrote: > Hello, > > as OBS allows to read the spec files from the git repo, would it not be > a great idea to extract it from there directly ? > It would allow to get get the same review process allocated to that > critical files. > See example here: > > https://build.opensuse.org/package/view_file/OBS:Server:2.10/obs-server/_service?expand=1 > > Thoughts ? > So if I am understanding what your suggesting, we just maintain an _service file in OBS and the spec file then comes from the SCM bundle? What about the case that some package has patches? Or other SourceX: directives in the spec file do those need to be listed also, it seems like that might be the case. Sau! From scott.little at windriver.com Wed Sep 4 13:50:12 2019 From: scott.little at windriver.com (Scott Little) Date: Wed, 4 Sep 2019 09:50:12 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> Message-ID: <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> Reminder Please treat the code base as frozen. No gerrit reviews, other than the restructuring reviews I'll be publishing today, should be receiving a WF+1 until further notice. Thanks for your cooperation. Scott On 2019-09-03 2:33 p.m., Scott Little wrote: > Pending a final green sanity result, the tentative restructure day > will be Sept 4 (tomorrow). > > Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, > until further notice. > > I'll be running a repo split tool. It will generate more than a dozen > code reviews that will ALL have to be merged before we can unfreeze > the code for general updates. > > After everything has merged, you'll need to ... > > 1) If you are working on code that has not been relocated (refer to > spreadsheet [3]) then 'repo sync --force-sync' be sufficient.  Before > doing that, be sure to save your work as a commit on a private working > branch. > > 2) If your working on code that has been relocated,  Then your best > bet is to start with a fresh 'repo init' into a new working > directory.  Use 'git format-patch' or 'diff' to capture your work, and > apply the patch at the new location.   Some surgery to path names may > be required. > > Scott Little > > > > On 2019-08-30 4:09 p.m., Scott Little wrote: >> >> The layered build feature is getting ready for its initial required >> changes [1] [2]. >> >> The first phase is a restructuring of the StarlingX git repos to >> enable layered builds in the next phase.  In light of new package >> additions in the last few weeks, there has been a few modifications >> and additions to the spreadsheet [3] documenting all the intended >> moves.  Edits are in blue text.  The intent is that all package >> relocations will be history preserving. >> >> We plan to implement the git restructuring on the week of September 3-6. >> >> My initial ask of the StarlingX community is that we *temporarily >> freeze the addition of any new packages* while we make a final test >> run.  This means that any updates that touch a centos_pkgs_dir file >> should not receive a WF+1 until the relocation is complete.  After >> the relocation, you may need to re-issue your code review. >> >> Thanks for your co-operation. >> >> Scott Little >> >> [1] https://review.opendev.org/#/c/672288/ >> >> [2] https://storyboard.openstack.org/#!/story/2006166 >> >> [3] >> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Wed Sep 4 14:05:51 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 4 Sep 2019 16:05:51 +0200 Subject: [Starlingx-discuss] MultiOS: why not to place our Spec files in git directly In-Reply-To: References: <7393af05-ce85-8b6a-521b-1fea81230971@fridu.net> Message-ID: <1d650732-9d8c-3c6b-255f-ba1bdd69c30a@fridu.net> On 04/09/2019 15:37, Saul Wold wrote: > > > On 9/4/19 2:36 AM, Dominig ar Foll (Intel Open Source) wrote: >> Hello, >> >> as OBS allows to read the spec files from the git repo, would it not be >> a great idea to extract it from there directly ? >> > So if I am understanding what your suggesting, we just maintain an > _service file in OBS and the spec file then comes from the SCM bundle? > > What about the case that some package has patches?  Or other SourceX: > directives in the spec file do those need to be listed also, it seems > like that might be the case. Saul, as we get the source file from the scm, any patches should be done in the scm directly, it's far easier to maintain changes in git than on individual patches files. the git command in OBS allows to point toward a given branch if needed. We can also download the patch file from the scm with the same tool as for the spec file. Would a patch file be the right solution to a given difference management. In short my proposal is to manage only the _service file in OBS and all the rest via git, in order to apply the same review process to all the the project. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Ian.Jolliffe at windriver.com Wed Sep 4 14:13:06 2019 From: Ian.Jolliffe at windriver.com (Jolliffe, Ian) Date: Wed, 4 Sep 2019 14:13:06 +0000 Subject: [Starlingx-discuss] stx.2.0 Release milestone declared Message-ID: Congratulations to the whole community on achieving this exciting milestone! Some fantastic new capabilities are now available to help enable new use cases at the Edge! Regards; Ian From: "Khalil, Ghada" Date: Tuesday, September 3, 2019 at 7:49 PM To: StarlingX ML Subject: [Starlingx-discuss] stx.2.0 Release milestone declared Hello all, This email announces that the stx.2.0 Release milestone has been achieved as of August 30, 2019. StarlingX release 2.0 is officially delivered! It is available on CENGN at: http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0 This release delivers significant new capabilities to StarlingX with the introduction of the containerized platform, the alignment on the latest openstack stein release, as well as a number of other features/enhancements; a total of 200 story boards. Over the course of the release, we also delivered close to 600 bug fixes – which in itself is a tremendous achievement, adding to the quality of the release. Thank you to everyone in the Community – from development, test and documentation – for all of your hard work in making this release a success! Regards, Ghada & Bill On behalf of the StarlingX Release team -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Wed Sep 4 15:53:50 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 4 Sep 2019 15:53:50 +0000 Subject: [Starlingx-discuss] Community Call (Sep 4, 2019) Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF2D1D@ALA-MBD.corp.ad.wrs.com> Notes from today's meeting... - standing topics - any reviews that need attention? -- nothing this week - repo restructuring - temporary freeze on addition of any new packages (re: Scott's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-August/005852.html - restructuring is happening *now* - please don't approve any reviews until Scott is done, some time later today likely - sanity - any reds since last call? -- nope - any unanswered calls for assistance on the mailing list? - Yatindra question about DNS http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005860.html - Ghada will forward this to Forrest to have a look - 2.0 release! - see Ghada's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005881.html - the press release is here: https://www.openstack.org/news/view/436/starlingx-community-delivers-20-release-featuring-cloudnative-kubernetes-platform-and-containerized-openstack-stein - 2.0 maintenance release - Current Target: the week of Sept 30 - r/stx.2.0 branch open for cherrypick for High priority bugs tagged for stx.2.0 - Bug Query: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.2.0 - Current bug count: 15 - Process: Address issue in master, wait for green sanity on master (and retest if required), cherrypick review to r/stx.2.0 - 3.0 milestone-2 - require feature plan dates, see http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005887.html - Distributed Cloud [In, Dariush Eslimi] - tbd, will provide plan date soon - Backup & Restore with containers [In, Frank Miller] - Containerized Openstack clients [In, Frank Miller] - Fault Containerization [In, Frank Miller] - Upversion K8s and dependencies [In, Frank Miller] - probably not finalized until Monday, but can put in ~half now - Upversion Openstack to Train [In, Bruce Jones/Yong Hu] - is just a matter of switching over to this - Yong/Bruce to provide plan date in next couple of days - Intel GPU support for K8s [In, Cindy Xie] - all patches have been uploaded - Intel QAT support for K8s [In, Cindy Xie] - not started yet - Cindy will provide a date next week - IPv6 support for PXE boot network [In, TBD] - ? - TSN Support in VM [In, Forrest Zhao] - per Cindy, this is just a recipe, there's no code change, just need to make a plan for Feature Test - R2 >> R3 Upgrades [In, Dariush Eslimi] - Redfish Support [In, Dariush Eslimi] - in progress, will provide update - Infrastructure & Cluster Monitoring [In, Dariush Eslimi] - code is mostly in, will provide update - Layered Build [In, Frank Miller] - part 1 is happening now; the layered build is a separate step - working on the plan (build meeting tomorrow) - Support remote auth via OIDC / OAUTH2 for K8s API [In, Ghada Khalil] - it's done, ready for Feature Test - Sysvinit >> systemd Conversion/Cleanup [Ongoing, Saul Wold] - it's ongoing, on a component by component basis, no feature test per se - Performance Testing/Measurement Framework [Ongoing, Bruce Jones/Victor] - spec is out, working on testcases; working with Ada's team on this (i.e. collaborating) - Multi-OS Support [Prep, Abraham Arce / Saul Wold] - per Saul, this is ongoing - will stop at Milestone-3, no feature test - Intel FPGA support for K8s [Prep, Ghada Khalil] - per Ghada, we have the H/W now - proposing to complete at Milestone-3, however far we are, no feature test in 3.0 - Containerize Ceph [TBD, Vivian Zhu] - per Cindy, they've started this - will strive to complete by Milestone-3 - if not done, will move to 4.0 - will engage with Ada on plan for feature test - Containerize OVS-DPDK [TBD, Forrest Zhao] - tbd - Ghada will check in on this in the networking meeting - Flock Versioning [Under review, Saul Wold] - per Saul, will be updated today, feels like it's converging - Python 2-3 transition - per Cindy, we're doing prep work in 3.0 - there are ~3 packages that need to be dealt w/ now - no need for feature test, just sanity/regression - StarlingX review bandwidth planning (Miguel/Ildiko/Ian) - per Ian, this came out of discussions from Release 2 planning -- how can we use 'review capacity' to gauge the Community's readiness to deliver a release - Miguel discussed his experience from Neutron - core reviewers' bandwidth is a big concern in many other projects -- some have tried ways to address this - when we approve a spec, we assign the core reviewer(s) for that spec - want specialized reviewers, more so than general purpose reviewers - the core reviewer is going to be reponsible for helping to get all of the commits for that spec/blueprint merged - usually they try to limit this to 2 or 3 specs per reviewers, unless they're small specs - they don't have a 'feature freeze' per se - seems to be working well -- they are able to get all commits merged for the specs they have planned for - they also focus on 'renewing' the core reviewers, so they're not left short as people cycle out of the core reviewer role - per Ildiko re: Nova - they also focus on planning their review capacity - Gerrit outage for project renames - Sep 16 @1400 UTC - this is a Monday, check here for the time where you are https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190916T1400 - see Clark Boyan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005879.html -----Original Message----- From: Zvonar, Bill Sent: Tuesday, September 3, 2019 2:47 PM To: starlingx-discuss at lists.starlingx.io Subject: Community Call (Sep 4, 2019) Hi all - reminder of the Community Call tomorrow. Topics on the agenda include... - 2.0 declaration! - 3.0 planning - Milestone 3 - StarlingX review bandwidth planning - repo restructuring Please feel free to add topics on the etherpad [0]. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190904T1400 From michael.l.tullis at intel.com Wed Sep 4 17:07:47 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Wed, 4 Sep 2019 17:07:47 +0000 Subject: [Starlingx-discuss] Release notes for R2 In-Reply-To: <3808363B39586544A6839C76CF81445EA1BB905F@ORSMSX104.amr.corp.intel.com> References: <3808363B39586544A6839C76CF81445EA1BB905F@ORSMSX104.amr.corp.intel.com> Message-ID: <3808363B39586544A6839C76CF81445EA1BBBF9B@ORSMSX104.amr.corp.intel.com> Status on R2 release notes: * The main landing page is at https://docs.starlingx.io/releasenotes/index.html * Empty stub page for R2 (linked from the landing page above) is at https://docs.starlingx.io/releasenotes/r2_release.html * Contributions are welcome per the process described at https://docs.starlingx.io/contributor/doc_contribute_guide.html Thx! -- Mike From: Tullis, Michael L Sent: Wednesday, August 28, 2019 6:24 PM To: 'starlingx-discuss at lists.starlingx.io' Subject: [Starlingx-discuss] Release notes for R2 As we discussed in the community and docs meetings today, we need to deliver release notes for R2. Please contribute! For the release notes high-level summary (crossing all projects), we’ve created the R2 stub page in our ongoing review at: https://review.opendev.org/#/c/677805/ This will go live Monday end of day at Central US time to give it some time to merge for the Tuesday announcement. To add content to the R2 release notes stub page, add a new patch set (commit) to the existing review above. For context, you can preview the updated release notes landing page here from the Zuul build for patch set 15: https://c260d403358ae79c8281-b484a2b89d5d2c358f068133dfb2fa14.ssl.cf1.rackcdn.com/677805/15/check/openstack-tox-docs/80f74da/docs/releasenotes/index.html And the stub page for the R2 summary is here: https://c260d403358ae79c8281-b484a2b89d5d2c358f068133dfb2fa14.ssl.cf1.rackcdn.com/677805/15/check/openstack-tox-docs/80f74da/docs/releasenotes/r2_release.html That will take care of the summary notes. For contributing to the detailed, project-specific release notes, see: https://docs.starlingx.io/contributor/release_note_contribute_guide.html Thx. -- Docs team -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Wed Sep 4 17:25:28 2019 From: sgw at linux.intel.com (Saul Wold) Date: Wed, 4 Sep 2019 10:25:28 -0700 Subject: [Starlingx-discuss] MultiOS: why not to place our Spec files in git directly In-Reply-To: <1d650732-9d8c-3c6b-255f-ba1bdd69c30a@fridu.net> References: <7393af05-ce85-8b6a-521b-1fea81230971@fridu.net> <1d650732-9d8c-3c6b-255f-ba1bdd69c30a@fridu.net> Message-ID: <7e3ff309-31c9-52b9-7034-4b76ba679499@linux.intel.com> On 9/4/19 7:05 AM, Dominig ar Foll (Intel Open Source) wrote: > On 04/09/2019 15:37, Saul Wold wrote: >> >> >> On 9/4/19 2:36 AM, Dominig ar Foll (Intel Open Source) wrote: >>> Hello, >>> >>> as OBS allows to read the spec files from the git repo, would it not be >>> a great idea to extract it from there directly ? >>> >> So if I am understanding what your suggesting, we just maintain an >> _service file in OBS and the spec file then comes from the SCM bundle? >> >> What about the case that some package has patches?  Or other SourceX: >> directives in the spec file do those need to be listed also, it seems >> like that might be the case. > Saul, > > as we get the source file from the scm, any patches should be done in > the scm directly, it's far easier to maintain changes in git than on > individual patches files. For the most part this will be true, but there may be some config or scripts that are maintained specifically for CentOS or openSUSE. > the git command in OBS allows to point toward a given branch if needed. > We can also download the patch file from the scm with the same tool as > for the spec file. Would a patch file be the right solution to a given > difference management. > Sounds like we can make it work beyond just patches. > In short my proposal is to manage only the _service file in OBS and all > the rest via git, in order to apply the same review process to all the > the project. > Agreed! I think there might be some details to work out in certain cases, but we should target for _service in OBS with *.spec, *.changes being maintained in Gerrit. Sau! From scott.little at windriver.com Wed Sep 4 18:35:00 2019 From: scott.little at windriver.com (Scott Little) Date: Wed, 4 Sep 2019 14:35:00 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> Message-ID: <964e18c6-3858-a81c-cfef-a33a3cdf427f@windriver.com> A concern was raised that repos named 'puppet' and 'kubernetes' might imply forks of those projects. Content wise, it's clearly not the case.  But it might be used in anti-StarlingX FUD. Any objections to renaming the repos 'stx-puppet' and 'containers' instead? Scott On 2019-09-04 9:50 a.m., Scott Little wrote: > Reminder > > Please treat the code base as frozen.  No gerrit reviews, other than > the restructuring reviews I'll be publishing today, should be > receiving a WF+1 until further notice. > > Thanks for your cooperation. > > Scott > > > On 2019-09-03 2:33 p.m., Scott Little wrote: >> Pending a final green sanity result, the tentative restructure day >> will be Sept 4 (tomorrow). >> >> Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, >> until further notice. >> >> I'll be running a repo split tool. It will generate more than a dozen >> code reviews that will ALL have to be merged before we can unfreeze >> the code for general updates. >> >> After everything has merged, you'll need to ... >> >> 1) If you are working on code that has not been relocated (refer to >> spreadsheet [3]) then 'repo sync --force-sync' be sufficient.  Before >> doing that, be sure to save your work as a commit on a private >> working branch. >> >> 2) If your working on code that has been relocated,  Then your best >> bet is to start with a fresh 'repo init' into a new working >> directory.  Use 'git format-patch' or 'diff' to capture your work, >> and apply the patch at the new location.   Some surgery to path names >> may be required. >> >> Scott Little >> >> >> >> On 2019-08-30 4:09 p.m., Scott Little wrote: >>> >>> The layered build feature is getting ready for its initial required >>> changes [1] [2]. >>> >>> The first phase is a restructuring of the StarlingX git repos to >>> enable layered builds in the next phase.  In light of new package >>> additions in the last few weeks, there has been a few modifications >>> and additions to the spreadsheet [3] documenting all the intended >>> moves.  Edits are in blue text.  The intent is that all package >>> relocations will be history preserving. >>> >>> We plan to implement the git restructuring on the week of September 3-6. >>> >>> My initial ask of the StarlingX community is that we *temporarily >>> freeze the addition of any new packages* while we make a final test >>> run.  This means that any updates that touch a centos_pkgs_dir file >>> should not receive a WF+1 until the relocation is complete.  After >>> the relocation, you may need to re-issue your code review. >>> >>> Thanks for your co-operation. >>> >>> Scott Little >>> >>> [1] https://review.opendev.org/#/c/672288/ >>> >>> [2] https://storyboard.openstack.org/#!/story/2006166 >>> >>> [3] >>> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Wed Sep 4 18:44:30 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 4 Sep 2019 20:44:30 +0200 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <964e18c6-3858-a81c-cfef-a33a3cdf427f@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <964e18c6-3858-a81c-cfef-a33a3cdf427f@windriver.com> Message-ID: <87141071-216a-09ae-3e10-4f1f547b85e0@fridu.net> On 04/09/2019 20:35, Scott Little wrote: > A concern was raised that repos named 'puppet' and 'kubernetes' might > imply forks of those projects.  > > Content wise, it's clearly not the case.  But it might be used in > anti-StarlingX FUD. > A valid concern that shall trigger a change in proposed name. Your new proposition looks OK to me but any non contentious name could do. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Don.Penney at windriver.com Wed Sep 4 18:45:48 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Wed, 4 Sep 2019 18:45:48 +0000 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <964e18c6-3858-a81c-cfef-a33a3cdf427f@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <964e18c6-3858-a81c-cfef-a33a3cdf427f@windriver.com> Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC157CDD8@ALA-MBD.corp.ad.wrs.com> +1 From: Scott Little [mailto:scott.little at windriver.com] Sent: Wednesday, September 04, 2019 2:35 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Important] repo restructuring A concern was raised that repos named 'puppet' and 'kubernetes' might imply forks of those projects. Content wise, it's clearly not the case. But it might be used in anti-StarlingX FUD. Any objections to renaming the repos 'stx-puppet' and 'containers' instead? Scott On 2019-09-04 9:50 a.m., Scott Little wrote: Reminder Please treat the code base as frozen. No gerrit reviews, other than the restructuring reviews I'll be publishing today, should be receiving a WF+1 until further notice. Thanks for your cooperation. Scott On 2019-09-03 2:33 p.m., Scott Little wrote: Pending a final green sanity result, the tentative restructure day will be Sept 4 (tomorrow). Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, until further notice. I'll be running a repo split tool. It will generate more than a dozen code reviews that will ALL have to be merged before we can unfreeze the code for general updates. After everything has merged, you'll need to ... 1) If you are working on code that has not been relocated (refer to spreadsheet [3]) then 'repo sync --force-sync' be sufficient. Before doing that, be sure to save your work as a commit on a private working branch. 2) If your working on code that has been relocated, Then your best bet is to start with a fresh 'repo init' into a new working directory. Use 'git format-patch' or 'diff' to capture your work, and apply the patch at the new location. Some surgery to path names may be required. Scott Little On 2019-08-30 4:09 p.m., Scott Little wrote: The layered build feature is getting ready for its initial required changes [1] [2]. The first phase is a restructuring of the StarlingX git repos to enable layered builds in the next phase. In light of new package additions in the last few weeks, there has been a few modifications and additions to the spreadsheet [3] documenting all the intended moves. Edits are in blue text. The intent is that all package relocations will be history preserving. We plan to implement the git restructuring on the week of September 3-6. My initial ask of the StarlingX community is that we temporarily freeze the addition of any new packages while we make a final test run. This means that any updates that touch a centos_pkgs_dir file should not receive a WF+1 until the relocation is complete. After the relocation, you may need to re-issue your code review. Thanks for your co-operation. Scott Little [1] https://review.opendev.org/#/c/672288/ [2] https://storyboard.openstack.org/#!/story/2006166 [3] https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Wed Sep 4 19:09:11 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 4 Sep 2019 21:09:11 +0200 Subject: [Starlingx-discuss] MultiOS: Spec are ready for transfer to git In-Reply-To: References: <7393af05-ce85-8b6a-521b-1fea81230971@fridu.net> Message-ID: <8cfcce3e-d530-46df-a4c2-fc5958a52508@fridu.net> Hello, as we are in sync, the next step is to transfer all the OpenSUSE spec files on git (like already done for Centos). I have corrected the last errors and all packages at least build. So we are ready. As soon the spec files are all in git; I will modify the _services accordingly. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From maria.g.perez.ibarra at intel.com Wed Sep 4 22:44:51 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Wed, 4 Sep 2019 22:44:51 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190904 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-04 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jimmy at openstack.org Thu Sep 5 00:53:11 2019 From: jimmy at openstack.org (Jimmy McArthur) Date: Wed, 04 Sep 2019 19:53:11 -0500 Subject: [Starlingx-discuss] Open Infrastructure Summit Shanghai: Forum Submissions Open Message-ID: <5D705C77.9070200@openstack.org> Hello Everyone! We are now accepting Forum [1] submissions for the 2019 Open Infrastructure Summit in Shanghai [2]. Please submit your ideas through the Summit CFP tool [3] through September20th. Don't forget to put your brainstorming etherpad up on the Shanghai Forum page [4]. This is not a classic conference track with speakers and presentations. OSF community members (participants in development teams, operators, working groups, SIGs, and other interested individuals) discuss the topics they want to cover and get alignment on and we welcome your participation. The Forum is your opportunity to help shape the development of future project releases. More information about the Forum [1]. Keep in mind, Forum submissions are for discussions, not presentations. The timeline for submissions is as follows: Sep 4th | Formal topic submission tool opens: https://cfp.openstack.org. Sep 20th | Deadline for proposing Forum topics. Scheduling committee meeting to make draft agenda. Sep 30th | Draft Forum schedule published. Crowd sourced session conflict detection. Forum promotion begins. Oct 7th | Scheduling committee final meeting Oct 14th | Forum schedule final Nov 4-6| Forum Time! If you have questions or concerns, please reach out to speakersupport at openstack.org . Cheers, Jimmy [1] https://wiki.openstack.org/wiki/Forum [2] https://www.openstack.org/summit/shanghai-2019/ [3] https://cfp.openstack.org [4] https://wiki.openstack.org/wiki/Forum/Shanghai2019 -------------- next part -------------- An HTML attachment was scrubbed... URL: From yan.chen at intel.com Thu Sep 5 01:07:08 2019 From: yan.chen at intel.com (Chen, Yan) Date: Thu, 5 Sep 2019 01:07:08 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190904 In-Reply-To: References: Message-ID: <72AD03D27224C74982BE13246D75B39739A52B7A@SHSMSX103.ccr.corp.intel.com> Hi, Will we have such kind of test on RT kernel? Yan From: Perez Ibarra, Maria G Sent: Thursday, September 5, 2019 06:45 To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity Test - ISO 20190904 Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-04 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Thu Sep 5 02:54:40 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Thu, 5 Sep 2019 02:54:40 +0000 Subject: [Starlingx-discuss] DNS resolution of instances enablement in the StarlingX In-Reply-To: References: Message-ID: Hi Yatindra, To enable DNS you need to create a yaml file and then override helm: cat > neutron-overrides.yaml < From bin1.lu at intel.com Thu Sep 5 04:54:52 2019 From: bin1.lu at intel.com (Lu, Bin1) Date: Thu, 5 Sep 2019 04:54:52 +0000 Subject: [Starlingx-discuss] stx2.0 release real-time cannot create VM Message-ID: <9ED55E6BFCFE0E49AFC802FD2F103637011F148D@SHSMSX106.ccr.corp.intel.com> Hi, If someone have recently used real-time simplex/duplex StarlingX, I have a problem to create VM on controller under the image and helm-chart of stx2.0 release. If you have some information about it, we can have a talk. Thanks, Bin Lu +--------------------------------------+------+--------+----------+--------+----------+ | ID | Name | Status | Networks | Image | Flavor | +--------------------------------------+------+--------+----------+--------+----------+ | a15c2c00-fabd-4509-a77d-92eb90ec4313 | vm1 | ERROR |HERE IS EMPTY!| cirros | m1.tinny | | c0464193-070d-410c-a137-5f35fdb2bbce | vm0 | ERROR | HERE IS EMPTY!| cirros | m1.tinny | +--------------------------------------+------+--------+----------+--------+----------+ Brief Description ----------------- Use stx2.0 release image and helm-chart to set up real-time StarlingX, and failed to create a VM on controller. It seems that the Networks is in some error. Severity -------- Provide the severity of the defect. Critical Steps to Reproduce ------------------ 1. export OS_CLOUD=openstack_helm 2. openstack server create --image --flavor --nic net-id=xxxxx Expected Behavior ------------------ VM is created successfully. Actual Behavior ---------------- Wait and you will find VM is in ERROR. Reproducibility --------------- 100% reproducible System Configuration -------------------- Real-time simplex/duplex Branch/Pull Time/Commit ----------------------- stx2.0 release -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Thu Sep 5 07:40:58 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Thu, 5 Sep 2019 15:40:58 +0800 Subject: [Starlingx-discuss] Offline installation for StarlingX R2.0 Message-ID: Dear all, How to do Offline installation for StarlingX R2.0? Currently, it seems external network at installation. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From yizhoux.xu at intel.com Thu Sep 5 08:36:52 2019 From: yizhoux.xu at intel.com (Xu, YizhouX) Date: Thu, 5 Sep 2019 08:36:52 +0000 Subject: [Starlingx-discuss] vm boot from big size image timeout Message-ID: <8E7F30EFCB9B334AAA0491274BEDBE75019EFE94@SHSMSX103.ccr.corp.intel.com> Hi all: I encouted a problem when I tried to create vm from a big-size image(4G) on a AIO node, and get error messages like: '''VolumeNotCreated: Volume 4c186b68-542e-453c-ab77-0e5272337289 did not finish being created even after we waited 642 seconds or 209 attempts. And its status is error.\n","stream":"stdout","time":"2019-09-05T10:31:51.947340783Z"}''' Refere to answer from openstack community like : https://ask.openstack.org/en/question/115832/volume-did-not-finish-being-created-even-after-we-waited-some-seconds/ Tuning parameters "block_device_allocate_retries", "block_device_allocate_retries_interval" in nova.conf of compute node can resolve the problem. But after checking current nova.conf in nova-compute pods, found nova.conf have already been set like that [DEFAULT] ''' block_device_allocate_retries = 2400 block_device_allocate_retries_interval = 3 ''' Seem retries(2400)*interval(3)=7800 sec didn't take effect on my env. Did anyone encounter that problem before ? Glad for any suggestion. Best Regards Xu ,Yizhou -------------- next part -------------- An HTML attachment was scrubbed... URL: From cheng1.li at intel.com Thu Sep 5 08:39:52 2019 From: cheng1.li at intel.com (Li, Cheng1) Date: Thu, 5 Sep 2019 08:39:52 +0000 Subject: [Starlingx-discuss] Meet issue with 2.0 installation guide for baremetal Message-ID: Hi, I am installation the starlingx AIO-duplex on baremetals by following the 2.0 guide[1] and with the ISO build on Sep 2[2]. I notice the following lines in the guide as well as in the AIO-simplex guide. My understanding is that we should select "All-in-one Controller Configuration" instead of "Standard Controller Configuration" for AIO-simple and AIO-duplex deployment. So is this a mistake of the guide? Thanks Make the following menu selections in the installer: 1. First menu: Select 'Standard Controller Configuration' 2. Second menu: Select 'Graphical Console' or 'Textual Console' depending on your terminal access to the console port 3. Third menu: Select 'Standard Security Profile' [1] https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_duplex.html [2] http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190902T230000Z/ Thanks, Cheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko.vancsa at gmail.com Thu Sep 5 11:05:38 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Thu, 5 Sep 2019 13:05:38 +0200 Subject: [Starlingx-discuss] Combined PL/TL/TSC Election Season Message-ID: <4E11F7A6-79D6-4FD2-91F7-47869B67FE79@gmail.com> Hi StarlingX Community, The second election season is starting in just a bit over a month from now. This email contains important information about the elections, please read carefully. For all the details on the elections please visit: https://docs.starlingx.io/election/ The nomination period officially begins on __October 6, 2019, 20:45 UTC__. Please read the stipulations and timelines for candidates and electorate contained in the above governance documentation. IMPORTANT CHANGE: differently from the previous elections if you would like to run for any open position you need to register as an OpenStack Foundation individual member prior to when the nomination period starts. Also please note that you are required to confirm your preferred email address in Gerrit by __September 20, 2019 00:00 UTC__ as described here: https://docs.starlingx.io/election/#electorate to make sure ballots are sent out to the correct addresses. As decided by the TSC group and the election officials the 2019, H2 PL/TL and TSC elections will run concurrently; deadlines for their nomination and voting activities are synchronized but will still use separate ballots. Please note, if only one candidate is nominated as PL or TL for a project team during the PL/TL nomination period, that candidate will win by acclaim, and there will be no poll. There will only be a poll if there is more than one candidate stepping forward for a project team's PL or TL position. There will be further announcements posted to the mailing list as action is required from the electorate or candidates. This email is for information purposes only. If you have any questions which you feel affect others please reply to this email thread. If you have any questions that you which to discuss in private please email any of the election officials[1] so that we may address your concerns. Thank you, [1] https://docs.starlingx.io/election/#election-officials From thierry at openstack.org Thu Sep 5 12:48:37 2019 From: thierry at openstack.org (Thierry Carrez) Date: Thu, 5 Sep 2019 14:48:37 +0200 Subject: [Starlingx-discuss] Individual contribution dashboard Message-ID: <78975d03-c6ce-5acb-72e2-841ff0715803@openstack.org> Hi everyone, By popular demand, an "individual contribution" dashboard was added to the "Activity" dashboards at https://starlingx.biterg.io/, allowing you to more easily find authored changes, reviews or emails sent by a specific contributor or organization. You can find it under the "Activity" menu at the top right, or by directly following: https://starlingx.biterg.io/goto/f350492d69c8161873e687de2c57ad52 Hope it helps, -- Thierry Carrez From Bill.Zvonar at windriver.com Thu Sep 5 14:04:21 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Thu, 5 Sep 2019 14:04:21 +0000 Subject: [Starlingx-discuss] Individual contribution dashboard In-Reply-To: <78975d03-c6ce-5acb-72e2-841ff0715803@openstack.org> References: <78975d03-c6ce-5acb-72e2-841ff0715803@openstack.org> Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF33EE@ALA-MBD.corp.ad.wrs.com> This is great Thierry, thanks! -----Original Message----- From: Thierry Carrez Sent: Thursday, September 5, 2019 8:49 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Individual contribution dashboard Hi everyone, By popular demand, an "individual contribution" dashboard was added to the "Activity" dashboards at https://starlingx.biterg.io/, allowing you to more easily find authored changes, reviews or emails sent by a specific contributor or organization. You can find it under the "Activity" menu at the top right, or by directly following: https://starlingx.biterg.io/goto/f350492d69c8161873e687de2c57ad52 Hope it helps, -- Thierry Carrez _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Ghada.Khalil at windriver.com Thu Sep 5 14:05:49 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 5 Sep 2019 14:05:49 +0000 Subject: [Starlingx-discuss] Meet issue with 2.0 installation guide for baremetal In-Reply-To: References: Message-ID: <151EE31B9FCCA54397A757BC674650F0C15BF414@ALA-MBD.corp.ad.wrs.com> Hi Cheng, My suggestion is to open a Launchpad so that it's assigned to the doc team to address and re-post the documentation. Thanks, Ghada From: Li, Cheng1 [mailto:cheng1.li at intel.com] Sent: Thursday, September 05, 2019 4:40 AM To: starlingx-discuss at lists.starlingx.io Cc: Jiang, Qianshui; Xu, Chenjie Subject: [Starlingx-discuss] Meet issue with 2.0 installation guide for baremetal Hi, I am installation the starlingx AIO-duplex on baremetals by following the 2.0 guide[1] and with the ISO build on Sep 2[2]. I notice the following lines in the guide as well as in the AIO-simplex guide. My understanding is that we should select "All-in-one Controller Configuration" instead of "Standard Controller Configuration" for AIO-simple and AIO-duplex deployment. So is this a mistake of the guide? Thanks Make the following menu selections in the installer: 1. First menu: Select 'Standard Controller Configuration' 2. Second menu: Select 'Graphical Console' or 'Textual Console' depending on your terminal access to the console port 3. Third menu: Select 'Standard Security Profile' [1] https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_duplex.html [2] http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190902T230000Z/ Thanks, Cheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Thu Sep 5 14:23:53 2019 From: scott.little at windriver.com (Scott Little) Date: Thu, 5 Sep 2019 10:23:53 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> Message-ID: <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> I'll need to update the governance file reference/tsc/projects.yaml We need to identify project and technical leads for the new repos. compile config-files helm-charts kubernetes monitor-armada-app monitoring openstack-armada-app platform-armada-app puppet utilities On 2019-09-04 9:50 a.m., Scott Little wrote: > Reminder > > Please treat the code base as frozen.  No gerrit reviews, other than > the restructuring reviews I'll be publishing today, should be > receiving a WF+1 until further notice. > > Thanks for your cooperation. > > Scott > > > On 2019-09-03 2:33 p.m., Scott Little wrote: >> Pending a final green sanity result, the tentative restructure day >> will be Sept 4 (tomorrow). >> >> Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, >> until further notice. >> >> I'll be running a repo split tool. It will generate more than a dozen >> code reviews that will ALL have to be merged before we can unfreeze >> the code for general updates. >> >> After everything has merged, you'll need to ... >> >> 1) If you are working on code that has not been relocated (refer to >> spreadsheet [3]) then 'repo sync --force-sync' be sufficient.  Before >> doing that, be sure to save your work as a commit on a private >> working branch. >> >> 2) If your working on code that has been relocated,  Then your best >> bet is to start with a fresh 'repo init' into a new working >> directory.  Use 'git format-patch' or 'diff' to capture your work, >> and apply the patch at the new location.   Some surgery to path names >> may be required. >> >> Scott Little >> >> >> >> On 2019-08-30 4:09 p.m., Scott Little wrote: >>> >>> The layered build feature is getting ready for its initial required >>> changes [1] [2]. >>> >>> The first phase is a restructuring of the StarlingX git repos to >>> enable layered builds in the next phase.  In light of new package >>> additions in the last few weeks, there has been a few modifications >>> and additions to the spreadsheet [3] documenting all the intended >>> moves.  Edits are in blue text.  The intent is that all package >>> relocations will be history preserving. >>> >>> We plan to implement the git restructuring on the week of September 3-6. >>> >>> My initial ask of the StarlingX community is that we *temporarily >>> freeze the addition of any new packages* while we make a final test >>> run.  This means that any updates that touch a centos_pkgs_dir file >>> should not receive a WF+1 until the relocation is complete.  After >>> the relocation, you may need to re-issue your code review. >>> >>> Thanks for your co-operation. >>> >>> Scott Little >>> >>> [1] https://review.opendev.org/#/c/672288/ >>> >>> [2] https://storyboard.openstack.org/#!/story/2006166 >>> >>> [3] >>> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From ada.cabrales at intel.com Thu Sep 5 14:10:00 2019 From: ada.cabrales at intel.com (Cabrales, Ada) Date: Thu, 5 Sep 2019 14:10:00 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190904 In-Reply-To: <72AD03D27224C74982BE13246D75B39739A52B7A@SHSMSX103.ccr.corp.intel.com> References: <72AD03D27224C74982BE13246D75B39739A52B7A@SHSMSX103.ccr.corp.intel.com> Message-ID: <4F6AACE4B0F173488D033B02A8BB5B7E7CEB9EF9@FMSMSX114.amr.corp.intel.com> Hello Yan In our side, we don't run sanity with RT kernel. However, I know Wind River runs sanity on some RT configs. A. From: Chen, Yan [mailto:yan.chen at intel.com] Sent: Wednesday, September 4, 2019 8:07 PM To: Perez Ibarra, Maria G ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Sanity Test - ISO 20190904 Hi, Will we have such kind of test on RT kernel? Yan From: Perez Ibarra, Maria G > Sent: Thursday, September 5, 2019 06:45 To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity Test - ISO 20190904 Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-04 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dtroyer at gmail.com Thu Sep 5 14:40:17 2019 From: dtroyer at gmail.com (Dean Troyer) Date: Thu, 5 Sep 2019 09:40:17 -0500 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> Message-ID: On Thu, Sep 5, 2019 at 9:25 AM Scott Little wrote: > We need to identify project and technical leads for the new repos. Teams can own multiple repos, I think the determination needed is what existing teams own which repos and which of these should be owned by new teams. dt From Barton.Wensley at windriver.com Thu Sep 5 14:41:36 2019 From: Barton.Wensley at windriver.com (Wensley, Barton) Date: Thu, 5 Sep 2019 14:41:36 +0000 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> Message-ID: <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> For almost all of these, shouldn’t they just inherit the PL/TL from the repo they were branched from? Bart From: Scott Little [mailto:scott.little at windriver.com] Sent: September 5, 2019 10:24 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Important] repo restructuring I'll need to update the governance file reference/tsc/projects.yaml We need to identify project and technical leads for the new repos. compile config-files helm-charts kubernetes monitor-armada-app monitoring openstack-armada-app platform-armada-app puppet utilities On 2019-09-04 9:50 a.m., Scott Little wrote: Reminder Please treat the code base as frozen. No gerrit reviews, other than the restructuring reviews I'll be publishing today, should be receiving a WF+1 until further notice. Thanks for your cooperation. Scott On 2019-09-03 2:33 p.m., Scott Little wrote: Pending a final green sanity result, the tentative restructure day will be Sept 4 (tomorrow). Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, until further notice. I'll be running a repo split tool. It will generate more than a dozen code reviews that will ALL have to be merged before we can unfreeze the code for general updates. After everything has merged, you'll need to ... 1) If you are working on code that has not been relocated (refer to spreadsheet [3]) then 'repo sync --force-sync' be sufficient. Before doing that, be sure to save your work as a commit on a private working branch. 2) If your working on code that has been relocated, Then your best bet is to start with a fresh 'repo init' into a new working directory. Use 'git format-patch' or 'diff' to capture your work, and apply the patch at the new location. Some surgery to path names may be required. Scott Little On 2019-08-30 4:09 p.m., Scott Little wrote: The layered build feature is getting ready for its initial required changes [1] [2]. The first phase is a restructuring of the StarlingX git repos to enable layered builds in the next phase. In light of new package additions in the last few weeks, there has been a few modifications and additions to the spreadsheet [3] documenting all the intended moves. Edits are in blue text. The intent is that all package relocations will be history preserving. We plan to implement the git restructuring on the week of September 3-6. My initial ask of the StarlingX community is that we temporarily freeze the addition of any new packages while we make a final test run. This means that any updates that touch a centos_pkgs_dir file should not receive a WF+1 until the relocation is complete. After the relocation, you may need to re-issue your code review. Thanks for your co-operation. Scott Little [1] https://review.opendev.org/#/c/672288/ [2] https://storyboard.openstack.org/#!/story/2006166 [3] https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From bruce.e.jones at intel.com Thu Sep 5 15:18:26 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 5 Sep 2019 15:18:26 +0000 Subject: [Starlingx-discuss] Combined PL/TL/TSC Election Season In-Reply-To: <4E11F7A6-79D6-4FD2-91F7-47869B67FE79@gmail.com> References: <4E11F7A6-79D6-4FD2-91F7-47869B67FE79@gmail.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07C5B18@fmsmsx123.amr.corp.intel.com> To register as a Foundation individual member, log into opendev.org and go to your profile. You should see a button in the upper right to "Register as a Foundation Member". Click that and follow the prompts. brucej -----Original Message----- From: Ildiko Vancsa [mailto:ildiko.vancsa at gmail.com] Sent: Thursday, September 5, 2019 4:06 AM To: starlingx Subject: [Starlingx-discuss] Combined PL/TL/TSC Election Season Hi StarlingX Community, The second election season is starting in just a bit over a month from now. This email contains important information about the elections, please read carefully. For all the details on the elections please visit: https://docs.starlingx.io/election/ The nomination period officially begins on __October 6, 2019, 20:45 UTC__. Please read the stipulations and timelines for candidates and electorate contained in the above governance documentation. IMPORTANT CHANGE: differently from the previous elections if you would like to run for any open position you need to register as an OpenStack Foundation individual member prior to when the nomination period starts. Also please note that you are required to confirm your preferred email address in Gerrit by __September 20, 2019 00:00 UTC__ as described here: https://docs.starlingx.io/election/#electorate to make sure ballots are sent out to the correct addresses. As decided by the TSC group and the election officials the 2019, H2 PL/TL and TSC elections will run concurrently; deadlines for their nomination and voting activities are synchronized but will still use separate ballots. Please note, if only one candidate is nominated as PL or TL for a project team during the PL/TL nomination period, that candidate will win by acclaim, and there will be no poll. There will only be a poll if there is more than one candidate stepping forward for a project team's PL or TL position. There will be further announcements posted to the mailing list as action is required from the electorate or candidates. This email is for information purposes only. If you have any questions which you feel affect others please reply to this email thread. If you have any questions that you which to discuss in private please email any of the election officials[1] so that we may address your concerns. Thank you, [1] https://docs.starlingx.io/election/#election-officials _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Kristine.Bujold at windriver.com Thu Sep 5 15:27:54 2019 From: Kristine.Bujold at windriver.com (Bujold, Kristine) Date: Thu, 5 Sep 2019 15:27:54 +0000 Subject: [Starlingx-discuss] [DOCS] 'Extended Security Profile' removed from installer menu Message-ID: <5ECD8395442B0C4FB807F9737625BB6768C7D0F8@ALA-MBD.corp.ad.wrs.com> The install menus were recently changed. See https://bugs.launchpad.net/starlingx/+bug/1839134. Menus for installing from ISO are now; For BIOS First menu: Standard Controller Configuration or All-in-one Controller Configuration or All-in-one (lowlatency) Controller Configuration Second menu: Serial Console or Graphical Console For UEFI First menu: UEFI Standard Controller Configuration or UEFI All-in-one Controller Configuration or UEFI All-in-one (lowlatency) Controller Configuration Second menu: Serial Console or Graphical Console Thanks, Kristine -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Thu Sep 5 15:39:45 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 5 Sep 2019 15:39:45 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Networking Meeting - 09/05 Message-ID: <151EE31B9FCCA54397A757BC674650F0C15BF6CE@ALA-MBD.corp.ad.wrs.com> Meeting minutes/agenda are captured at: https://etherpad.openstack.org/p/stx-networking Team Meeting Agenda/Notes - Sept 5/2019 stx.3.0 Features / Enhancements - Need to update the plans at: https://docs.google.com/spreadsheets/d/1ZFR-9-riwhIwiBYBmWmi1qOVyHtgJ8Xk_FaF2jp5rY0/edit#gid=1010323020 - TSN Support - Prime: Huifeng - https://storyboard.openstack.org/#!/story/2005516 -- tasks need to be updated - Action: Huifeng to update - Wiki created with the tested procedure: https://wiki.openstack.org/wiki/StarlingX/Networking/TSN - Matt did a quick scan, but will review in more detail later. Feature testing can still proceed - Elio assigned as the feature test prime. - Anything outstanding before testing can start? What is the target date to start/finish? - Agreed that testing with start 9/9 and conclude by 9/20 - OVS-DPDK Containerization - Prime: Cheng Li - https://storyboard.openstack.org/#!/story/2005496 - Action: Cheng to add tasks for the work items based on the spec - Spec merged. What are the next steps? Any idea of effort? Will this fit in stx.3.0? - Work Items - working on the openstack-helm patches - Estimate: 2wks - https://review.opendev.org/#/c/643284/ - Reserve huge pages for OVS-DPDK and enable k8s hugepage feature - Estimate: 3wks - Generate dpdk related configurations for openstack deployment (starlingx/config) - Estimate: 2wks - Release team is looking for the code merge / feature test dates - This feature is tight for stx.3.0 MS-3. Will monitor progress over next few weeks and decide whether we target stx.4.0 or request exception for stx.3.0 - OVS collectd resource monitoring - Prime: Chenjie - https://storyboard.openstack.org/#!/story/2002948 / https://bugs.launchpad.net/starlingx/+bug/1834512 - This was requested by Victor - Matt recommends that the focus be on the OVS port state monitoring / alarming which is described in the bug above. The remaining items of the story can be deferred. - Resolution of this issue is also dependent on the OVS-DPDK containerization, since access to the OVS state will be through the OVS client interface which will need access to the container socket. - May be able to start this work using the containerized OVS (non-accelerated) deployment as the OVS interface should be the same. Need to verify if OVS is running as a privileged container. - Forrest agreed that we will target the high priority bug related to this in stx.3.0 - New cni sriov plugin - https://bugs.launchpad.net/starlingx/+bug/1835020 - Steve will start working on this shortly (~wk of 9/9). I've changed the priority to Medium and tagged it for stx.3.0 stx.2.0 Bugs - https://bugs.launchpad.net/starlingx/+bug/1817936 - Austin, code merged caused issue w/ horizon; revert is in progress. Need to determine next steps - https://bugs.launchpad.net/starlingx/+bug/1835807 - Joseph, different attempts to address (ex: upgrade rabbitmq, configure in non-HA mode) have not addressed the issue - https://bugs.launchpad.net/starlingx/+bug/1836252 - Joseph, no progress since last update - https://bugs.launchpad.net/starlingx/+bug/1836682 - Chenjie, steps have been documented, i210 NIC has been tested and result shows i210 NIC can't be used with the way binding a port with vnic_type direct_physical. As aligned with Matt, this limiation has been documented. Thus mark this bug as invalid. https://wiki.openstack.org/wiki/StarlingX/Networking#Useful_Networking_Commands - https://bugs.launchpad.net/starlingx/+bug/1839181 - Chenjie, need more info from bug reporter and an email has been sent to Yang and Senthil. Pending on their reply. Ghada to follow up. - https://bugs.launchpad.net/starlingx/+bug/1840156 - Joseph, duplicate of 1835807; can be mark it as such? Ghada to confirm w/ Joseph when he's back from vacation stx.3.0 Bugs - Query: https://bugs.launchpad.net/starlingx/+bugs?field.searchtext=&orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=stx.networking+stx.3.0&field.tags_combinator=ALL&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search - Current count: 16 / In Progress: 3 - Developers working on stx.3.0 bugs: Steve,Teresa. Anyone else? - Agreed that developers will put the bug in progress when they are working on it. This should make it easier to see what is actively being worked. From ildiko.vancsa at gmail.com Thu Sep 5 15:52:04 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Thu, 5 Sep 2019 17:52:04 +0200 Subject: [Starlingx-discuss] Combined PL/TL/TSC Election Season In-Reply-To: <9A85D2917C58154C960D95352B22818BD07C5B18@fmsmsx123.amr.corp.intel.com> References: <4E11F7A6-79D6-4FD2-91F7-47869B67FE79@gmail.com> <9A85D2917C58154C960D95352B22818BD07C5B18@fmsmsx123.amr.corp.intel.com> Message-ID: <1E3D0871-72DF-47DB-A34A-CD988CCA0289@gmail.com> Here’s a direct link to register: https://www.openstack.org/join/ Thanks, Ildikó > On 2019. Sep 5., at 17:18, Jones, Bruce E wrote: > > To register as a Foundation individual member, log into opendev.org and go to your profile. You should see a button in the upper right to "Register as a Foundation Member". Click that and follow the prompts. > > brucej > > -----Original Message----- > From: Ildiko Vancsa [mailto:ildiko.vancsa at gmail.com] > Sent: Thursday, September 5, 2019 4:06 AM > To: starlingx > Subject: [Starlingx-discuss] Combined PL/TL/TSC Election Season > > Hi StarlingX Community, > > The second election season is starting in just a bit over a month from now. This email contains important information about the elections, please read carefully. > > For all the details on the elections please visit: https://docs.starlingx.io/election/ > > The nomination period officially begins on __October 6, 2019, 20:45 UTC__. > > Please read the stipulations and timelines for candidates and electorate contained in the above governance documentation. > > IMPORTANT CHANGE: differently from the previous elections if you would like to run for any open position you need to register as an OpenStack Foundation individual member prior to when the nomination period starts. > > Also please note that you are required to confirm your preferred email address in Gerrit by __September 20, 2019 00:00 UTC__ as described here: https://docs.starlingx.io/election/#electorate to make sure ballots are sent out to the correct addresses. > > As decided by the TSC group and the election officials the 2019, H2 PL/TL and TSC elections will run concurrently; deadlines for their nomination and voting activities are synchronized but will still use separate ballots. > > Please note, if only one candidate is nominated as PL or TL for a project team during the PL/TL nomination period, that candidate will win by acclaim, and there will be no poll. There will only be a poll if there is more than one candidate stepping forward for a project team's PL or TL position. > > There will be further announcements posted to the mailing list as action is required from the electorate or candidates. This email is for information purposes only. > > If you have any questions which you feel affect others please reply to this email thread. > > If you have any questions that you which to discuss in private please email any of the election officials[1] so that we may address your concerns. > > Thank you, > > [1] https://docs.starlingx.io/election/#election-officials > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From scott.little at windriver.com Thu Sep 5 16:44:32 2019 From: scott.little at windriver.com (Scott Little) Date: Thu, 5 Sep 2019 12:44:32 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> Message-ID: compile (derived from from integ)    Governance group: distro    PL: Cindy Xie    TL: Saul Wold config-files (derived from from integ)    Governance group:distro    PL: Cindy Xie    TL: Saul Wold helm-charts (derived from config)    Governance group: config    PL: Dariush Eslimi    TL: John Kung kubernetes (derived from from integ)    Governance group: distro    PL: Cindy Xie    TL: Saul Wold monitor-armada-app (derived from upstream and config)   ... Note: upstream is not listed in governance!    Governance group: config    PL: Dariush Eslimi    TL: John Kung monitoring (derived from from integ)    Governance group: distro    PL: Cindy Xie    TL: Saul Wold openstack-armada-app (derived from upstream and config)  ... Note: upstream is not listed in governance!    Governance group: config    PL: Dariush Eslimi    TL: John Kung platform-armada-app (derived from config)    Governance group: config    PL: Dariush Eslimi    TL: John Kung puppet (derived from config)    Governance group: config    PL: Dariush Eslimi    TL: John Kung utilities (derived mostly from integ)    Governance group: distro    PL: Cindy Xie    TL: Saul Wold On 2019-09-05 10:41 a.m., Wensley, Barton wrote: > > For almost all of these, shouldn’t they just inherit the PL/TL from > the repo they were branched from? > > Bart > > *From:*Scott Little [mailto:scott.little at windriver.com] > *Sent:* September 5, 2019 10:24 AM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring > > I'll need to update the governance file reference/tsc/projects.yaml > > We need to identify project and technical leads for the new repos. > > compile > config-files > helm-charts > kubernetes > monitor-armada-app > monitoring > openstack-armada-app > platform-armada-app > puppet > utilities > > On 2019-09-04 9:50 a.m., Scott Little wrote: > > Reminder > > Please treat the code base as frozen. No gerrit reviews, other > than the restructuring reviews I'll be publishing today, should be > receiving a WF+1 until further notice. > > Thanks for your cooperation. > > Scott > > On 2019-09-03 2:33 p.m., Scott Little wrote: > > Pending a final green sanity result, the tentative restructure > day will be Sept 4 (tomorrow). > > Please freeze ALL code submissions, starting at 1 pm UTC on > Sept 4, until further notice. > > I'll be running a repo split tool. It will generate more than > a dozen code reviews that will ALL have to be merged before we > can unfreeze the code for general updates. > > After everything has merged, you'll need to ... > > 1) If you are working on code that has not been relocated > (refer to spreadsheet [3]) then 'repo sync --force-sync' be > sufficient.  Before doing that, be sure to save your work as a > commit on a private working branch. > > 2) If your working on code that has been relocated,  Then your > best bet is to start with a fresh 'repo init' into a new > working directory.  Use 'git format-patch' or 'diff' to > capture your work, and apply the patch at the new location.   > Some surgery to path names may be required. > > Scott Little > > On 2019-08-30 4:09 p.m., Scott Little wrote: > > The layered build feature is getting ready for its initial > required changes [1] [2]. > > The first phase is a restructuring of the StarlingX git > repos to enable layered builds in the next phase.  In > light of new package additions in the last few weeks, > there has been a few modifications and additions to the > spreadsheet [3] documenting all the intended moves. Edits > are in blue text.  The intent is that all package > relocations will be history preserving. > > We plan to implement the git restructuring on the week of > September 3-6. > > My initial ask of the StarlingX community is that we > *temporarily freeze the addition of any new packages* > while we make a final test run.  This means that any > updates that touch a centos_pkgs_dir file should not > receive a WF+1 until the relocation is complete.  After > the relocation, you may need to re-issue your code review. > > Thanks for your co-operation. > > Scott Little > > [1] https://review.opendev.org/#/c/672288/ > > [2] https://storyboard.openstack.org/#!/story/2006166 > > [3] > https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bruce.e.jones at intel.com Thu Sep 5 16:49:12 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 5 Sep 2019 16:49:12 +0000 Subject: [Starlingx-discuss] [DOCS] 'Extended Security Profile' removed from installer menu In-Reply-To: <5ECD8395442B0C4FB807F9737625BB6768C7D0F8@ALA-MBD.corp.ad.wrs.com> References: <5ECD8395442B0C4FB807F9737625BB6768C7D0F8@ALA-MBD.corp.ad.wrs.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07C5BAE@fmsmsx123.amr.corp.intel.com> Kristine, thank you for the clarification. This raises a question for the community. When code is changed that impacts our Documentation, should the person making the change also change the documents? Or notify the Docs team to have them change it? Or assign the bug/story to the Docs team? Or create a new bug? Or ...? @Michael, as the Docs PL, do you have any guidance for us? brucej From: Bujold, Kristine [mailto:Kristine.Bujold at windriver.com] Sent: Thursday, September 5, 2019 8:28 AM To: starlingx Subject: [Starlingx-discuss] [DOCS] 'Extended Security Profile' removed from installer menu The install menus were recently changed. See https://bugs.launchpad.net/starlingx/+bug/1839134. Menus for installing from ISO are now; For BIOS First menu: Standard Controller Configuration or All-in-one Controller Configuration or All-in-one (lowlatency) Controller Configuration Second menu: Serial Console or Graphical Console For UEFI First menu: UEFI Standard Controller Configuration or UEFI All-in-one Controller Configuration or UEFI All-in-one (lowlatency) Controller Configuration Second menu: Serial Console or Graphical Console Thanks, Kristine -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Thu Sep 5 17:00:27 2019 From: sgw at linux.intel.com (Saul Wold) Date: Thu, 5 Sep 2019 10:00:27 -0700 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> Message-ID: <0f8108cc-d442-ef51-0628-c49381a06363@linux.intel.com> Mostly seems right, should the containers (nee: k8s) be part of the Containers team instead of distro? I don't think we have a container's project in governance, but it would seem we should. Sau! On 9/5/19 9:44 AM, Scott Little wrote: > compile (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > config-files (derived from from integ) >    Governance group:distro >    PL: Cindy Xie >    TL: Saul Wold > > helm-charts (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > kubernetes (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > monitor-armada-app (derived from upstream and config)   ... Note: > upstream is not listed in governance! >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > monitoring (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > openstack-armada-app (derived from upstream and config)  ... Note: > upstream is not listed in governance! >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > platform-armada-app (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > > puppet (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > utilities (derived mostly from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > On 2019-09-05 10:41 a.m., Wensley, Barton wrote: >> >> For almost all of these, shouldn’t they just inherit the PL/TL from >> the repo they were branched from? >> >> Bart >> >> *From:*Scott Little [mailto:scott.little at windriver.com] >> *Sent:* September 5, 2019 10:24 AM >> *To:* starlingx-discuss at lists.starlingx.io >> *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring >> >> I'll need to update the governance file reference/tsc/projects.yaml >> >> We need to identify project and technical leads for the new repos. >> >> compile >> config-files >> helm-charts >> kubernetes >> monitor-armada-app >> monitoring >> openstack-armada-app >> platform-armada-app >> puppet >> utilities >> >> On 2019-09-04 9:50 a.m., Scott Little wrote: >> >> Reminder >> >> Please treat the code base as frozen. No gerrit reviews, other >> than the restructuring reviews I'll be publishing today, should be >> receiving a WF+1 until further notice. >> >> Thanks for your cooperation. >> >> Scott >> >> On 2019-09-03 2:33 p.m., Scott Little wrote: >> >> Pending a final green sanity result, the tentative restructure >> day will be Sept 4 (tomorrow). >> >> Please freeze ALL code submissions, starting at 1 pm UTC on >> Sept 4, until further notice. >> >> I'll be running a repo split tool. It will generate more than >> a dozen code reviews that will ALL have to be merged before we >> can unfreeze the code for general updates. >> >> After everything has merged, you'll need to ... >> >> 1) If you are working on code that has not been relocated >> (refer to spreadsheet [3]) then 'repo sync --force-sync' be >> sufficient.  Before doing that, be sure to save your work as a >> commit on a private working branch. >> >> 2) If your working on code that has been relocated,  Then your >> best bet is to start with a fresh 'repo init' into a new >> working directory.  Use 'git format-patch' or 'diff' to >> capture your work, and apply the patch at the new location. >> Some surgery to path names may be required. >> >> Scott Little >> >> On 2019-08-30 4:09 p.m., Scott Little wrote: >> >> The layered build feature is getting ready for its initial >> required changes [1] [2]. >> >> The first phase is a restructuring of the StarlingX git >> repos to enable layered builds in the next phase.  In >> light of new package additions in the last few weeks, >> there has been a few modifications and additions to the >> spreadsheet [3] documenting all the intended moves. Edits >> are in blue text.  The intent is that all package >> relocations will be history preserving. >> >> We plan to implement the git restructuring on the week of >> September 3-6. >> >> My initial ask of the StarlingX community is that we >> *temporarily freeze the addition of any new packages* >> while we make a final test run.  This means that any >> updates that touch a centos_pkgs_dir file should not >> receive a WF+1 until the relocation is complete.  After >> the relocation, you may need to re-issue your code review. >> >> Thanks for your co-operation. >> >> Scott Little >> >> [1] https://review.opendev.org/#/c/672288/ >> >> [2] https://storyboard.openstack.org/#!/story/2006166 >> >> [3] >> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From Brent.Rowsell at windriver.com Thu Sep 5 17:02:54 2019 From: Brent.Rowsell at windriver.com (Rowsell, Brent) Date: Thu, 5 Sep 2019 17:02:54 +0000 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <0f8108cc-d442-ef51-0628-c49381a06363@linux.intel.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> <0f8108cc-d442-ef51-0628-c49381a06363@linux.intel.com> Message-ID: <2588653EBDFFA34B982FAF00F1B4844EC2678FB0@ALA-MBD.corp.ad.wrs.com> I will be updating the governance as per the TSC call this morning Brent -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Thursday, September 5, 2019 1:00 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Important] repo restructuring Mostly seems right, should the containers (nee: k8s) be part of the Containers team instead of distro? I don't think we have a container's project in governance, but it would seem we should. Sau! On 9/5/19 9:44 AM, Scott Little wrote: > compile (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > config-files (derived from from integ) >    Governance group:distro >    PL: Cindy Xie >    TL: Saul Wold > > helm-charts (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > kubernetes (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > monitor-armada-app (derived from upstream and config)   ... Note: > upstream is not listed in governance! >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > monitoring (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > openstack-armada-app (derived from upstream and config)  ... Note: > upstream is not listed in governance! >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > platform-armada-app (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > > puppet (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > utilities (derived mostly from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > On 2019-09-05 10:41 a.m., Wensley, Barton wrote: >> >> For almost all of these, shouldn’t they just inherit the PL/TL from >> the repo they were branched from? >> >> Bart >> >> *From:*Scott Little [mailto:scott.little at windriver.com] >> *Sent:* September 5, 2019 10:24 AM >> *To:* starlingx-discuss at lists.starlingx.io >> *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring >> >> I'll need to update the governance file reference/tsc/projects.yaml >> >> We need to identify project and technical leads for the new repos. >> >> compile >> config-files >> helm-charts >> kubernetes >> monitor-armada-app >> monitoring >> openstack-armada-app >> platform-armada-app >> puppet >> utilities >> >> On 2019-09-04 9:50 a.m., Scott Little wrote: >> >> Reminder >> >> Please treat the code base as frozen. No gerrit reviews, other >> than the restructuring reviews I'll be publishing today, should be >> receiving a WF+1 until further notice. >> >> Thanks for your cooperation. >> >> Scott >> >> On 2019-09-03 2:33 p.m., Scott Little wrote: >> >> Pending a final green sanity result, the tentative restructure >> day will be Sept 4 (tomorrow). >> >> Please freeze ALL code submissions, starting at 1 pm UTC on >> Sept 4, until further notice. >> >> I'll be running a repo split tool. It will generate more than >> a dozen code reviews that will ALL have to be merged before we >> can unfreeze the code for general updates. >> >> After everything has merged, you'll need to ... >> >> 1) If you are working on code that has not been relocated >> (refer to spreadsheet [3]) then 'repo sync --force-sync' be >> sufficient.  Before doing that, be sure to save your work as a >> commit on a private working branch. >> >> 2) If your working on code that has been relocated,  Then your >> best bet is to start with a fresh 'repo init' into a new >> working directory.  Use 'git format-patch' or 'diff' to >> capture your work, and apply the patch at the new location. >> Some surgery to path names may be required. >> >> Scott Little >> >> On 2019-08-30 4:09 p.m., Scott Little wrote: >> >> The layered build feature is getting ready for its initial >> required changes [1] [2]. >> >> The first phase is a restructuring of the StarlingX git >> repos to enable layered builds in the next phase.  In >> light of new package additions in the last few weeks, >> there has been a few modifications and additions to the >> spreadsheet [3] documenting all the intended moves. Edits >> are in blue text.  The intent is that all package >> relocations will be history preserving. >> >> We plan to implement the git restructuring on the week of >> September 3-6. >> >> My initial ask of the StarlingX community is that we >> *temporarily freeze the addition of any new packages* >> while we make a final test run.  This means that any >> updates that touch a centos_pkgs_dir file should not >> receive a WF+1 until the relocation is complete.  After >> the relocation, you may need to re-issue your code review. >> >> Thanks for your co-operation. >> >> Scott Little >> >> [1] https://review.opendev.org/#/c/672288/ >> >> [2] https://storyboard.openstack.org/#!/story/2006166 >> >> [3] >> >> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6E >> VF6TDBwNR9TQik/edit#gid=1697053891 >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Frank.Miller at windriver.com Thu Sep 5 17:17:47 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Thu, 5 Sep 2019 17:17:47 +0000 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <0f8108cc-d442-ef51-0628-c49381a06363@linux.intel.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> <0f8108cc-d442-ef51-0628-c49381a06363@linux.intel.com> Message-ID: Scott: I have corrected the ones for containers as well as the monitoring one - see below. Frank -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Thursday, September 05, 2019 1:00 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Important] repo restructuring Mostly seems right, should the containers (nee: k8s) be part of the Containers team instead of distro? I don't think we have a container's project in governance, but it would seem we should. Sau! On 9/5/19 9:44 AM, Scott Little wrote: > compile (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > config-files (derived from from integ) >    Governance group:distro >    PL: Cindy Xie >    TL: Saul Wold > > helm-charts (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung [FM]: This is containers. So PL: Frank Miller TL: Brent Rowsell > > kubernetes (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold [FM]: This is containers. So PL: Frank Miller TL: Brent Rowsell > > monitor-armada-app (derived from upstream and config)   ... Note: > upstream is not listed in governance! >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung [FM]: This is containers. So PL: Frank Miller TL: Brent Rowsell > > monitoring (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold [FM]: These files were added mostly by Eric MacDonald and more closely align with stx-metal. So PL: Dariush Eslimi TL: Eric MacDonald > > openstack-armada-app (derived from upstream and config)  ... Note: > upstream is not listed in governance! >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung [FM]: This is containers. So PL: Frank Miller TL: Brent Rowsell > > platform-armada-app (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung [FM]: This is containers. So PL: Frank Miller TL: Brent Rowsell > > > puppet (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > utilities (derived mostly from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > On 2019-09-05 10:41 a.m., Wensley, Barton wrote: >> >> For almost all of these, shouldn’t they just inherit the PL/TL from >> the repo they were branched from? >> >> Bart >> >> *From:*Scott Little [mailto:scott.little at windriver.com] >> *Sent:* September 5, 2019 10:24 AM >> *To:* starlingx-discuss at lists.starlingx.io >> *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring >> >> I'll need to update the governance file reference/tsc/projects.yaml >> >> We need to identify project and technical leads for the new repos. >> >> compile >> config-files >> helm-charts >> kubernetes >> monitor-armada-app >> monitoring >> openstack-armada-app >> platform-armada-app >> puppet >> utilities >> >> On 2019-09-04 9:50 a.m., Scott Little wrote: >> >> Reminder >> >> Please treat the code base as frozen. No gerrit reviews, other >> than the restructuring reviews I'll be publishing today, should be >> receiving a WF+1 until further notice. >> >> Thanks for your cooperation. >> >> Scott >> >> On 2019-09-03 2:33 p.m., Scott Little wrote: >> >> Pending a final green sanity result, the tentative restructure >> day will be Sept 4 (tomorrow). >> >> Please freeze ALL code submissions, starting at 1 pm UTC on >> Sept 4, until further notice. >> >> I'll be running a repo split tool. It will generate more than >> a dozen code reviews that will ALL have to be merged before we >> can unfreeze the code for general updates. >> >> After everything has merged, you'll need to ... >> >> 1) If you are working on code that has not been relocated >> (refer to spreadsheet [3]) then 'repo sync --force-sync' be >> sufficient.  Before doing that, be sure to save your work as a >> commit on a private working branch. >> >> 2) If your working on code that has been relocated,  Then your >> best bet is to start with a fresh 'repo init' into a new >> working directory.  Use 'git format-patch' or 'diff' to >> capture your work, and apply the patch at the new location. >> Some surgery to path names may be required. >> >> Scott Little >> >> On 2019-08-30 4:09 p.m., Scott Little wrote: >> >> The layered build feature is getting ready for its initial >> required changes [1] [2]. >> >> The first phase is a restructuring of the StarlingX git >> repos to enable layered builds in the next phase.  In >> light of new package additions in the last few weeks, >> there has been a few modifications and additions to the >> spreadsheet [3] documenting all the intended moves. Edits >> are in blue text.  The intent is that all package >> relocations will be history preserving. >> >> We plan to implement the git restructuring on the week of >> September 3-6. >> >> My initial ask of the StarlingX community is that we >> *temporarily freeze the addition of any new packages* >> while we make a final test run.  This means that any >> updates that touch a centos_pkgs_dir file should not >> receive a WF+1 until the relocation is complete.  After >> the relocation, you may need to re-issue your code review. >> >> Thanks for your co-operation. >> >> Scott Little >> >> [1] https://review.opendev.org/#/c/672288/ >> >> [2] https://storyboard.openstack.org/#!/story/2006166 >> >> [3] >> >> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6E >> VF6TDBwNR9TQik/edit#gid=1697053891 >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Thu Sep 5 17:24:41 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 5 Sep 2019 17:24:41 +0000 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <2588653EBDFFA34B982FAF00F1B4844EC2678FB0@ALA-MBD.corp.ad.wrs.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> <0f8108cc-d442-ef51-0628-c49381a06363@linux.intel.com> <2588653EBDFFA34B982FAF00F1B4844EC2678FB0@ALA-MBD.corp.ad.wrs.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07C5C5A@fmsmsx123.amr.corp.intel.com> I'm reviewing the Project List [1]. We used to have a distro.openstack project and a distro.nonopenstack project. Now I see a Distro project. Did we merge them? I think we can/should if we haven’t. The project Wiki page [2] lists several projects that are not on the list: P2->P3, Zuul, DevStack & StarlingX-in-a-box. I don't think we need these as separate projects anymore. Should we remove them from the Wiki? Brucej [1] https://docs.starlingx.io/governance/reference/tsc/projects/index.html [2] https://wiki.openstack.org/wiki/StarlingX -----Original Message----- From: Rowsell, Brent [mailto:Brent.Rowsell at windriver.com] Sent: Thursday, September 5, 2019 10:03 AM To: Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Important] repo restructuring I will be updating the governance as per the TSC call this morning Brent -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Thursday, September 5, 2019 1:00 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Important] repo restructuring Mostly seems right, should the containers (nee: k8s) be part of the Containers team instead of distro? I don't think we have a container's project in governance, but it would seem we should. Sau! On 9/5/19 9:44 AM, Scott Little wrote: > compile (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > config-files (derived from from integ) >    Governance group:distro >    PL: Cindy Xie >    TL: Saul Wold > > helm-charts (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > kubernetes (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > monitor-armada-app (derived from upstream and config)   ... Note: > upstream is not listed in governance! >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > monitoring (derived from from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > openstack-armada-app (derived from upstream and config)  ... Note: > upstream is not listed in governance! >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > platform-armada-app (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > > puppet (derived from config) >    Governance group: config >    PL: Dariush Eslimi >    TL: John Kung > > utilities (derived mostly from integ) >    Governance group: distro >    PL: Cindy Xie >    TL: Saul Wold > > On 2019-09-05 10:41 a.m., Wensley, Barton wrote: >> >> For almost all of these, shouldn’t they just inherit the PL/TL from >> the repo they were branched from? >> >> Bart >> >> *From:*Scott Little [mailto:scott.little at windriver.com] >> *Sent:* September 5, 2019 10:24 AM >> *To:* starlingx-discuss at lists.starlingx.io >> *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring >> >> I'll need to update the governance file reference/tsc/projects.yaml >> >> We need to identify project and technical leads for the new repos. >> >> compile >> config-files >> helm-charts >> kubernetes >> monitor-armada-app >> monitoring >> openstack-armada-app >> platform-armada-app >> puppet >> utilities >> >> On 2019-09-04 9:50 a.m., Scott Little wrote: >> >> Reminder >> >> Please treat the code base as frozen. No gerrit reviews, other >> than the restructuring reviews I'll be publishing today, should be >> receiving a WF+1 until further notice. >> >> Thanks for your cooperation. >> >> Scott >> >> On 2019-09-03 2:33 p.m., Scott Little wrote: >> >> Pending a final green sanity result, the tentative restructure >> day will be Sept 4 (tomorrow). >> >> Please freeze ALL code submissions, starting at 1 pm UTC on >> Sept 4, until further notice. >> >> I'll be running a repo split tool. It will generate more than >> a dozen code reviews that will ALL have to be merged before we >> can unfreeze the code for general updates. >> >> After everything has merged, you'll need to ... >> >> 1) If you are working on code that has not been relocated >> (refer to spreadsheet [3]) then 'repo sync --force-sync' be >> sufficient.  Before doing that, be sure to save your work as a >> commit on a private working branch. >> >> 2) If your working on code that has been relocated,  Then your >> best bet is to start with a fresh 'repo init' into a new >> working directory.  Use 'git format-patch' or 'diff' to >> capture your work, and apply the patch at the new location. >> Some surgery to path names may be required. >> >> Scott Little >> >> On 2019-08-30 4:09 p.m., Scott Little wrote: >> >> The layered build feature is getting ready for its initial >> required changes [1] [2]. >> >> The first phase is a restructuring of the StarlingX git >> repos to enable layered builds in the next phase.  In >> light of new package additions in the last few weeks, >> there has been a few modifications and additions to the >> spreadsheet [3] documenting all the intended moves. Edits >> are in blue text.  The intent is that all package >> relocations will be history preserving. >> >> We plan to implement the git restructuring on the week of >> September 3-6. >> >> My initial ask of the StarlingX community is that we >> *temporarily freeze the addition of any new packages* >> while we make a final test run.  This means that any >> updates that touch a centos_pkgs_dir file should not >> receive a WF+1 until the relocation is complete.  After >> the relocation, you may need to re-issue your code review. >> >> Thanks for your co-operation. >> >> Scott Little >> >> [1] https://review.opendev.org/#/c/672288/ >> >> [2] https://storyboard.openstack.org/#!/story/2006166 >> >> [3] >> >> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6E >> VF6TDBwNR9TQik/edit#gid=1697053891 >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> >> Starlingx-discuss mailing list >> >> Starlingx-discuss at lists.starlingx.io >> >> >> >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From scott.little at windriver.com Thu Sep 5 21:12:22 2019 From: scott.little at windriver.com (Scott Little) Date: Thu, 5 Sep 2019 17:12:22 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <30d919a8-0c8f-7d30-476c-35652ac02fc9@windriver.com> <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B74564@ALA-MBD.corp.ad.wrs.com> Message-ID: I have set up an initial set of core reviewers as follows.  We can adjust going forward. starlingx-compile-core starlingx-config-files-core starlingx-utilities-core     Bob Church    robert.church at windriver.com     Brent Rowsell    brent.rowsell at windriver.com     Don Penney    don.penney at windriver.com     Erich Cordoba    erich.cordoba.malibran at intel.com     Saul Wold    sgw at linux.intel.com     Scott Little    scott.little at windriver.com     yong hu        yong.hu at intel.com starlingx-containers-core     Bart Wensley    barton.wensley at windriver.com     Don Penney    don.penney at windriver.com     Jerry Sun    jerry.sun at windriver.com starlingx-helm-charts-core starlingx-monitor-armada-app-core starlingx-openstack-armada-app-core starlingx-platform-armada-app-core     Bob Church    robert.church at windriver.com     Don Penney    don.penney at windriver.com     Angie Wang    angie.wang at windriver.com     Chris Friesen    chris.friesen at windriver.com starlingx-monitoring-core     Don Penney    don.penney at windriver.com     Eric MacDonald    eric.macdonald at windriver.com     John Kung    john.kung at windriver.com     Tao Liu    tao.liu at windriver.com starlingx-stx-puppet-core     Al Bailey    al.bailey at windriver.com     Bart Wensley    barton.wensley at windriver.com     Bob Church    robert.church at windriver.com     Chris Friesen    chris.friesen at windriver.com     Don Penney    don.penney at windriver.com     John Kung    john.kung at windriver.com On 2019-09-05 10:41 a.m., Wensley, Barton wrote: > > For almost all of these, shouldn’t they just inherit the PL/TL from > the repo they were branched from? > > Bart > > *From:*Scott Little [mailto:scott.little at windriver.com] > *Sent:* September 5, 2019 10:24 AM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring > > I'll need to update the governance file reference/tsc/projects.yaml > > We need to identify project and technical leads for the new repos. > > compile > config-files > helm-charts > kubernetes > monitor-armada-app > monitoring > openstack-armada-app > platform-armada-app > puppet > utilities > > On 2019-09-04 9:50 a.m., Scott Little wrote: > > Reminder > > Please treat the code base as frozen. No gerrit reviews, other > than the restructuring reviews I'll be publishing today, should be > receiving a WF+1 until further notice. > > Thanks for your cooperation. > > Scott > > On 2019-09-03 2:33 p.m., Scott Little wrote: > > Pending a final green sanity result, the tentative restructure > day will be Sept 4 (tomorrow). > > Please freeze ALL code submissions, starting at 1 pm UTC on > Sept 4, until further notice. > > I'll be running a repo split tool. It will generate more than > a dozen code reviews that will ALL have to be merged before we > can unfreeze the code for general updates. > > After everything has merged, you'll need to ... > > 1) If you are working on code that has not been relocated > (refer to spreadsheet [3]) then 'repo sync --force-sync' be > sufficient.  Before doing that, be sure to save your work as a > commit on a private working branch. > > 2) If your working on code that has been relocated,  Then your > best bet is to start with a fresh 'repo init' into a new > working directory.  Use 'git format-patch' or 'diff' to > capture your work, and apply the patch at the new location.   > Some surgery to path names may be required. > > Scott Little > > On 2019-08-30 4:09 p.m., Scott Little wrote: > > The layered build feature is getting ready for its initial > required changes [1] [2]. > > The first phase is a restructuring of the StarlingX git > repos to enable layered builds in the next phase.  In > light of new package additions in the last few weeks, > there has been a few modifications and additions to the > spreadsheet [3] documenting all the intended moves. Edits > are in blue text.  The intent is that all package > relocations will be history preserving. > > We plan to implement the git restructuring on the week of > September 3-6. > > My initial ask of the StarlingX community is that we > *temporarily freeze the addition of any new packages* > while we make a final test run.  This means that any > updates that touch a centos_pkgs_dir file should not > receive a WF+1 until the relocation is complete.  After > the relocation, you may need to re-issue your code review. > > Thanks for your co-operation. > > Scott Little > > [1] https://review.opendev.org/#/c/672288/ > > [2] https://storyboard.openstack.org/#!/story/2006166 > > [3] > https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cboylan at sapwetik.org Thu Sep 5 23:13:04 2019 From: cboylan at sapwetik.org (Clark Boylan) Date: Thu, 05 Sep 2019 16:13:04 -0700 Subject: [Starlingx-discuss] Root Ara report removed from Zuul Jobs Message-ID: <48fbb3f4-aa20-4c0d-8aeb-1ecff613ff71@www.fastmail.com> Hello Everyone, We have removed the top level Zuul job Ara reports from our Zuul jobs. This was done to reduce the total number of objects we are uploading to our swift/ceph object stores as some clouds have indicated the total object volume is a bit high. Analysis showed that Ara represented a significant chunk of that data. We did not remove that information though. Zuul's build dashboard is able to render a similar report for builds. You can find that by clicking on the "Console" tab of a build. For exampe, here is one for a nova tox job: http://zuul.openstack.org/build/8e581b24d38b4e5c8ff046be081c4525/console We hope this makes our log storage easier to support while still providing the information you need to debug your jobs. Note jobs that run a nested ara-report are not affected by this. I think TripleO, OSA, and others do this. Thank you, Clark From ricardo.o.perez at intel.com Thu Sep 5 23:41:44 2019 From: ricardo.o.perez at intel.com (Perez, Ricardo O) Date: Thu, 5 Sep 2019 23:41:44 +0000 Subject: [Starlingx-discuss] Looking for 2 RPMs Message-ID: Hello List, I'm looking for these 2 RPMs: kernel-devel-3.10.0-957.12.2.el7.3.tis.x86_64.rpm kernel-headers-3.10.0-957.12.2.el7.3.tis.x86_64.rpm I have made some browsing in our repo, but I can't find them. I'll be glad if someone can point me to the right location. Thanks -Richo -------------- next part -------------- An HTML attachment was scrubbed... URL: From Don.Penney at windriver.com Fri Sep 6 00:01:07 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Fri, 6 Sep 2019 00:01:07 +0000 Subject: [Starlingx-discuss] Looking for 2 RPMs In-Reply-To: References: Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC157E79B@ALA-MBD.corp.ad.wrs.com> You'll find those in the build output. If you're looking at the latest master CENGN build, you'll find them here: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/ If you're building your own, you'll find them under $MY_WORKSPACE in std/rpmbuild/RPMS or look under std/results From: Perez, Ricardo O [mailto:ricardo.o.perez at intel.com] Sent: Thursday, September 05, 2019 7:42 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Looking for 2 RPMs Hello List, I'm looking for these 2 RPMs: kernel-devel-3.10.0-957.12.2.el7.3.tis.x86_64.rpm kernel-headers-3.10.0-957.12.2.el7.3.tis.x86_64.rpm I have made some browsing in our repo, but I can't find them. I'll be glad if someone can point me to the right location. Thanks -Richo -------------- next part -------------- An HTML attachment was scrubbed... URL: From maria.g.perez.ibarra at intel.com Fri Sep 6 00:26:56 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Fri, 6 Sep 2019 00:26:56 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190905 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-05 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Fri Sep 6 01:39:11 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Fri, 6 Sep 2019 01:39:11 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Release Meeting - Sept 5/2019 Message-ID: <151EE31B9FCCA54397A757BC674650F0C15BFBEF@ALA-MBD.corp.ad.wrs.com> Agenda/Minutes are posted at: https://etherpad.openstack.org/p/stx-releases Release Team Meeting - September 5 2019 stx.3.0 - Release Plan: https://docs.google.com/spreadsheets/d/1ZFR-9-riwhIwiBYBmWmi1qOVyHtgJ8Xk_FaF2jp5rY0/edit#gid=1010323020 - StoryBoard Dashboard: https://storyboard.openstack.org/#!/board/186 - Went through the spreadsheet and updated feature risk and dates, building on the discussion in the community call. - Action: Feature primes, please review the Release Plan and update as soon as possible. - Agreed to move MS-2 to next week for the following items: - Allow PLs to get more of their feature data in - Allow Ada and test team to come up with feature test plan dates and high-level release test plan - Documentation plan is in place stx.2.0 - Release Notes - Location: https://docs.starlingx.io/releasenotes/r2_release.html - Agreed to add a table of features w/ storyboard references ...similar to what was done for stx.1.0 - Other suggestions are to include a link to the fixed bugs and the open bugs gating the release - Action: Ghada & Bill to work on that - Suggestion from Ildiko: - Moving forward, make this part of the feature development process instead of leaving it to the end of the release. - Agreed to put on the agenda for the community call next week to bring awareness to this. Action: Bill - Maintenance Release - Current Target: the week of Sept 30 (soft target) - stx.2.0 branch: https://review.opendev.org/#/q/projects:+starlingx+branch:r/stx.2.0 - stx.2.0 gating bugs: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.2.0 - Current count: 13 - As of Sept 5, only one additional commit merged to the stx.2.0 branch so far. Agreed that it's not worth building a load yet. - Ghada is reluctant to send a reminder to the mailing list for cherry-picks when the master branch is closed for repo restructuring - As per Saul, we hope to have master back open on Monday Sept 9 From cheng1.li at intel.com Fri Sep 6 02:43:04 2019 From: cheng1.li at intel.com (Li, Cheng1) Date: Fri, 6 Sep 2019 02:43:04 +0000 Subject: [Starlingx-discuss] Meet issue with 2.0 installation guide for baremetal In-Reply-To: <151EE31B9FCCA54397A757BC674650F0C15BF414@ALA-MBD.corp.ad.wrs.com> References: <151EE31B9FCCA54397A757BC674650F0C15BF414@ALA-MBD.corp.ad.wrs.com> Message-ID: Hi Ghada, Thanks for the advice. I just created the bug, but I don't have the permission to assign it to other members. https://bugs.launchpad.net/starlingx/+bug/1842993 Thanks, Cheng From: Khalil, Ghada Sent: Thursday, September 5, 2019 10:06 PM To: Li, Cheng1 ; starlingx-discuss at lists.starlingx.io Cc: Jiang, Qianshui ; Xu, Chenjie ; Tullis, Michael L Subject: RE: [Starlingx-discuss] Meet issue with 2.0 installation guide for baremetal Hi Cheng, My suggestion is to open a Launchpad so that it's assigned to the doc team to address and re-post the documentation. Thanks, Ghada From: Li, Cheng1 [mailto:cheng1.li at intel.com] Sent: Thursday, September 05, 2019 4:40 AM To: starlingx-discuss at lists.starlingx.io Cc: Jiang, Qianshui; Xu, Chenjie Subject: [Starlingx-discuss] Meet issue with 2.0 installation guide for baremetal Hi, I am installation the starlingx AIO-duplex on baremetals by following the 2.0 guide[1] and with the ISO build on Sep 2[2]. I notice the following lines in the guide as well as in the AIO-simplex guide. My understanding is that we should select "All-in-one Controller Configuration" instead of "Standard Controller Configuration" for AIO-simple and AIO-duplex deployment. So is this a mistake of the guide? Thanks Make the following menu selections in the installer: 1. First menu: Select 'Standard Controller Configuration' 2. Second menu: Select 'Graphical Console' or 'Textual Console' depending on your terminal access to the console port 3. Third menu: Select 'Standard Security Profile' [1] https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_duplex.html [2] http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190902T230000Z/ Thanks, Cheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.l.tullis at intel.com Fri Sep 6 03:45:04 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Fri, 6 Sep 2019 03:45:04 +0000 Subject: [Starlingx-discuss] [DOCS] 'Extended Security Profile' removed from installer menu In-Reply-To: <9A85D2917C58154C960D95352B22818BD07C5BAE@fmsmsx123.amr.corp.intel.com> References: <5ECD8395442B0C4FB807F9737625BB6768C7D0F8@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07C5BAE@fmsmsx123.amr.corp.intel.com> Message-ID: <3808363B39586544A6839C76CF81445EA1BBC8FA@ORSMSX104.amr.corp.intel.com> Yes, thanks for this update. For these kinds of impacts to docs, our #1 preference is a direct contribution following the guideline at https://docs.starlingx.io/contributor/doc_contribute_guide.html. But we are flexible. If the impact is not fully understood or too complicated to implement, the next best path would be a launchpad. Thx. -- Mime From: Jones, Bruce E Sent: Thursday, September 5, 2019 11:49 AM To: Bujold, Kristine ; starlingx ; Tullis, Michael L Subject: RE: [Starlingx-discuss] [DOCS] 'Extended Security Profile' removed from installer menu Kristine, thank you for the clarification. This raises a question for the community. When code is changed that impacts our Documentation, should the person making the change also change the documents? Or notify the Docs team to have them change it? Or assign the bug/story to the Docs team? Or create a new bug? Or ...? @Michael, as the Docs PL, do you have any guidance for us? brucej From: Bujold, Kristine [mailto:Kristine.Bujold at windriver.com] Sent: Thursday, September 5, 2019 8:28 AM To: starlingx > Subject: [Starlingx-discuss] [DOCS] 'Extended Security Profile' removed from installer menu The install menus were recently changed. See https://bugs.launchpad.net/starlingx/+bug/1839134. Menus for installing from ISO are now; For BIOS First menu: Standard Controller Configuration or All-in-one Controller Configuration or All-in-one (lowlatency) Controller Configuration Second menu: Serial Console or Graphical Console For UEFI First menu: UEFI Standard Controller Configuration or UEFI All-in-one Controller Configuration or UEFI All-in-one (lowlatency) Controller Configuration Second menu: Serial Console or Graphical Console Thanks, Kristine -------------- next part -------------- An HTML attachment was scrubbed... URL: From Scott.Little at windriver.com Fri Sep 6 04:19:16 2019 From: Scott.Little at windriver.com (Little, Scott) Date: Fri, 6 Sep 2019 04:19:16 +0000 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com>, <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> Message-ID: <98F2C8C83A16254EB3DAEC57F3437778BEFB2421@ALA-MBD.corp.ad.wrs.com> We have a successful ISO build on CENGN. I will be launching a second build to test docker image creation. I still recommend we stay frozen for one more day while we await a sanity result. You can however start looking at the new code structure. A warning however. The paths to our most active repos has changed. The 'stx-' prefix has been dropped from must repos. e.g. cgcs-root/stx/stx-integ is now just cgcs-root/stx/integ. What this meens is that a 'repo sync --force-sync' will delete cgcs-root/stx/stx-integ and create cgcs-root/stx/integ from scratch. It won't just move the repo to the new install path. Deleting the old path mean any work you may have saved in a side branch or in stash will be gone! I strongly recommend you do one of two things. 1) Back up your work somewhere outside of the directory structure controlled by the repo tool before you 'repo sync ...' 2) Set up a new root directory and start fresh with 'repo init ...' and 'repo sync ...' ________________________________ From: Scott Little [scott.little at windriver.com] Sent: September 4, 2019 9:50 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Important] repo restructuring Reminder Please treat the code base as frozen. No gerrit reviews, other than the restructuring reviews I'll be publishing today, should be receiving a WF+1 until further notice. Thanks for your cooperation. Scott On 2019-09-03 2:33 p.m., Scott Little wrote: Pending a final green sanity result, the tentative restructure day will be Sept 4 (tomorrow). Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, until further notice. I'll be running a repo split tool. It will generate more than a dozen code reviews that will ALL have to be merged before we can unfreeze the code for general updates. After everything has merged, you'll need to ... 1) If you are working on code that has not been relocated (refer to spreadsheet [3]) then 'repo sync --force-sync' be sufficient. Before doing that, be sure to save your work as a commit on a private working branch. 2) If your working on code that has been relocated, Then your best bet is to start with a fresh 'repo init' into a new working directory. Use 'git format-patch' or 'diff' to capture your work, and apply the patch at the new location. Some surgery to path names may be required. Scott Little On 2019-08-30 4:09 p.m., Scott Little wrote: The layered build feature is getting ready for its initial required changes [1] [2]. The first phase is a restructuring of the StarlingX git repos to enable layered builds in the next phase. In light of new package additions in the last few weeks, there has been a few modifications and additions to the spreadsheet [3] documenting all the intended moves. Edits are in blue text. The intent is that all package relocations will be history preserving. We plan to implement the git restructuring on the week of September 3-6. My initial ask of the StarlingX community is that we temporarily freeze the addition of any new packages while we make a final test run. This means that any updates that touch a centos_pkgs_dir file should not receive a WF+1 until the relocation is complete. After the relocation, you may need to re-issue your code review. Thanks for your co-operation. Scott Little [1] https://review.opendev.org/#/c/672288/ [2] https://storyboard.openstack.org/#!/story/2006166 [3] https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From hu.tianhao at 99cloud.net Fri Sep 6 06:12:57 2019 From: hu.tianhao at 99cloud.net (=?UTF-8?B?6IOh5aSp5piK?=) Date: Fri, 6 Sep 2019 14:12:57 +0800 (GMT+08:00) Subject: [Starlingx-discuss] =?utf-8?q?Fail_to_change_config_of_nova-compu?= =?utf-8?q?te_container?= Message-ID: Hi guys, Recently I got a problem when I try to change config of nova-compute.After run the the following command : system helm-override-update six-openstack nova openstack --value nova.yml system application-apply six-openstack I find that config of every container about nova(just like nova-conductor and nova-scheduler) has changed except nova-compute. Here is my nova.yml file. conf: nova: libvirt: images_type: rbd I can find 'images_type: rbd' in /etc/nova/nova.conf in every container about nova but in nova-compute I just find 'images_type: default'. My system is virtual standard with controller storage r2.0 following the guide(https://docs.starlingx.io/deploy_install_guides/current/virtual_controller_storage.html). I don't understand why this happened. Can anyone give me some help? Thanks Hu Tianhao -------------- next part -------------- An HTML attachment was scrubbed... URL: From zhang.kunpeng at 99cloud.net Fri Sep 6 07:08:58 2019 From: zhang.kunpeng at 99cloud.net (=?UTF-8?B?5byg6bKy6bmP?=) Date: Fri, 6 Sep 2019 15:08:58 +0800 (GMT+08:00) Subject: [Starlingx-discuss] =?utf-8?q?=5Bstarlingx-discuss=5D_How_to_acce?= =?utf-8?q?ss_openstack_services_api_with_OAM_IP?= Message-ID: Hi all, How to access openstack services api with OAM IP in stx2.0? Example: My oam floating ip is 172.16.180.154 I want to access the nova api via 172.16.180.154, what should I do? Thanks Kunpeng -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 82330 bytes Desc: not available URL: From Greg.Waines at windriver.com Fri Sep 6 11:41:30 2019 From: Greg.Waines at windriver.com (Waines, Greg) Date: Fri, 6 Sep 2019 11:41:30 +0000 Subject: [Starlingx-discuss] [starlingx-discuss] How to access openstack services api with OAM IP In-Reply-To: References: Message-ID: <9CE5F4C4-A7DB-4E55-A8B8-48811FE3A641@windriver.com> https://docs.starlingx.io/deploy_install_guides/current/access_starlingx_openstack.html#id1 From: 张鲲鹏 Date: Friday, September 6, 2019 at 3:13 AM To: starlingx-discuss Subject: [Starlingx-discuss] [starlingx-discuss] How to access openstack services api with OAM IP Hi all, How to access openstack services api with OAM IP in stx2.0? Example: My oam floating ip is 172.16.180.154 I want to access the nova api via 172.16.180.154, what should I do? [cid:1505998205.70250.1567753578579.Hmail.zhang.kunpeng at 99cloud.net] Thanks Kunpeng -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 82331 bytes Desc: image001.png URL: From scott.little at windriver.com Fri Sep 6 13:38:06 2019 From: scott.little at windriver.com (Scott Little) Date: Fri, 6 Sep 2019 09:38:06 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <98F2C8C83A16254EB3DAEC57F3437778BEFB2421@ALA-MBD.corp.ad.wrs.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <98F2C8C83A16254EB3DAEC57F3437778BEFB2421@ALA-MBD.corp.ad.wrs.com> Message-ID: <601fb79e-9d67-7c59-87c6-190ffa1e9735@windriver.com> The docker image build was also successful. Scott On 2019-09-06 12:19 a.m., Little, Scott wrote: > We have a successful ISO build on CENGN.  I will be launching a second > build to test docker image creation. > > I still recommend we stay frozen for one more day while we await a > sanity result.  You can however start looking at the new code structure. > > A warning however.  The paths to our most active repos has changed.  > The 'stx-' prefix has been dropped from must repos. e.g. > cgcs-root/stx/stx-integ is now just cgcs-root/stx/integ. What this > meens is that a 'repo sync --force-sync' will delete > cgcs-root/stx/stx-integ and create cgcs-root/stx/integ from scratch.  > It won't just move the repo to the new install path. Deleting the old > path mean any work you may have saved in a side branch or in stash > will be gone! > > I strongly recommend you do one of two things. > > 1) Back up your work somewhere outside of the directory structure > controlled by the repo tool before you 'repo sync ...' > > 2) Set up a new root directory and start fresh with 'repo init ...' > and 'repo sync ...' > > ------------------------------------------------------------------------ > *From:* Scott Little [scott.little at windriver.com] > *Sent:* September 4, 2019 9:50 AM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring > > Reminder > > Please treat the code base as frozen.  No gerrit reviews, other than > the restructuring reviews I'll be publishing today, should be > receiving a WF+1 until further notice. > > Thanks for your cooperation. > > Scott > > > On 2019-09-03 2:33 p.m., Scott Little wrote: >> Pending a final green sanity result, the tentative restructure day >> will be Sept 4 (tomorrow). >> >> Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, >> until further notice. >> >> I'll be running a repo split tool. It will generate more than a dozen >> code reviews that will ALL have to be merged before we can unfreeze >> the code for general updates. >> >> After everything has merged, you'll need to ... >> >> 1) If you are working on code that has not been relocated (refer to >> spreadsheet [3]) then 'repo sync --force-sync' be sufficient.  Before >> doing that, be sure to save your work as a commit on a private >> working branch. >> >> 2) If your working on code that has been relocated,  Then your best >> bet is to start with a fresh 'repo init' into a new working >> directory. Use 'git format-patch' or 'diff' to capture your work, and >> apply the patch at the new location.   Some surgery to path names may >> be required. >> >> Scott Little >> >> >> >> On 2019-08-30 4:09 p.m., Scott Little wrote: >>> >>> The layered build feature is getting ready for its initial required >>> changes [1] [2]. >>> >>> The first phase is a restructuring of the StarlingX git repos to >>> enable layered builds in the next phase. In light of new package >>> additions in the last few weeks, there has been a few modifications >>> and additions to the spreadsheet [3] documenting all the intended >>> moves.  Edits are in blue text.  The intent is that all package >>> relocations will be history preserving. >>> >>> We plan to implement the git restructuring on the week of September 3-6. >>> >>> My initial ask of the StarlingX community is that we *temporarily >>> freeze the addition of any new packages* while we make a final test >>> run.  This means that any updates that touch a centos_pkgs_dir file >>> should not receive a WF+1 until the relocation is complete. After >>> the relocation, you may need to re-issue your code review. >>> >>> Thanks for your co-operation. >>> >>> Scott Little >>> >>> [1] https://review.opendev.org/#/c/672288/ >>> >>> >>> [2] https://storyboard.openstack.org/#!/story/2006166 >>> >>> >>> [3] >>> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Fri Sep 6 13:44:47 2019 From: scott.little at windriver.com (Scott Little) Date: Fri, 6 Sep 2019 09:44:47 -0400 Subject: [Starlingx-discuss] Special Sanity Request Message-ID: Ada, Please run a sanity test against the following build: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T041846Z/outputs/iso/bootimage.iso This is the first post-restructure build to include docker images. Thank You Scott Little From cristopher.j.lemus.contreras at intel.com Fri Sep 6 14:07:52 2019 From: cristopher.j.lemus.contreras at intel.com (Lemus Contreras, Cristopher J) Date: Fri, 6 Sep 2019 14:07:52 +0000 Subject: [Starlingx-discuss] Special Sanity Request In-Reply-To: References: Message-ID: <4266DCC7-68C7-4413-AD29-11B963D61C94@intel.com> Hi Scott, We got an error during ansible-playbook " fatal: [localhost]: FAILED! => {"changed": false, "msg": "This playbook is not compatible with StarlingX software version 99.99."}": Some extra details: http://paste.openstack.org/show/771950/ Let me know if you need a bug created for this. Thanks & Regards. Cristopher Lemus On 9/6/19, 8:49 AM, "Scott Little" wrote: Ada, Please run a sanity test against the following build: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T041846Z/outputs/iso/bootimage.iso This is the first post-restructure build to include docker images. Thank You Scott Little _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From scott.little at windriver.com Fri Sep 6 14:36:11 2019 From: scott.little at windriver.com (Scott Little) Date: Fri, 6 Sep 2019 10:36:11 -0400 Subject: [Starlingx-discuss] Special Sanity Request In-Reply-To: <4266DCC7-68C7-4413-AD29-11B963D61C94@intel.com> References: <4266DCC7-68C7-4413-AD29-11B963D61C94@intel.com> Message-ID: <73127c5b-1094-a4b2-b617-08c4f6a17dc2@windriver.com> Ok, I see a CENGN build script that needs to be fixed. I'll need to rebuild the load Scott On 2019-09-06 10:07 a.m., Lemus Contreras, Cristopher J wrote: > Hi Scott, > > We got an error during ansible-playbook " fatal: [localhost]: FAILED! => {"changed": false, "msg": "This playbook is not compatible with StarlingX software version 99.99."}": > > Some extra details: http://paste.openstack.org/show/771950/ > > > Let me know if you need a bug created for this. > > Thanks & Regards. > > Cristopher Lemus > > > > On 9/6/19, 8:49 AM, "Scott Little" wrote: > > Ada, > > Please run a sanity test against the following build: > > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T041846Z/outputs/iso/bootimage.iso > > This is the first post-restructure build to include docker images. > > Thank You > > > Scott Little > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > From build.starlingx at gmail.com Fri Sep 6 17:14:04 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 6 Sep 2019 13:14:04 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! Message-ID: <1143772738.203.1567790045535.JavaMail.javamailuser@localhost> Project: STX_build_docker_base_image Build #: 132 Status: Failure Timestamp: 20190906T170437Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters HOST_PORT: 80 MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z OS: centos MY_REPO: /localdisk/designer/jenkins/master/cgcs-root BASE_VERSION: master-stable-20190906T143354Z PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs REGISTRY_USERID: slittlewrs HOST: build.starlingx.cengn.ca PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs OS_VERSION: 7.5.1804 BUILD_STREAM: stable REGISTRY_ORG: starlingx BASE_LATEST_TAG: master-stable-latest PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs REGISTRY: docker.io From build.starlingx at gmail.com Fri Sep 6 17:14:07 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 6 Sep 2019 13:14:07 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! Message-ID: <1992448495.206.1567790048625.JavaMail.javamailuser@localhost> Project: STX_build_docker_images Build #: 126 Status: Failure Timestamp: 20190906T170437Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_BUILD_NUMBER: 239 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190906T143354Z DOCKER_BUILD_ID: jenkins-master-20190906T143354Z-builder TIMESTAMP: 20190906T143354Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs From build.starlingx at gmail.com Fri Sep 6 17:14:10 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 6 Sep 2019 13:14:10 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_master_master - Build # 239 - Failure! Message-ID: <1455192693.209.1567790051685.JavaMail.javamailuser@localhost> Project: STX_build_master_master Build #: 239 Status: Failure Timestamp: 20190906T143354Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true From scott.little at windriver.com Fri Sep 6 20:46:07 2019 From: scott.little at windriver.com (Scott Little) Date: Fri, 6 Sep 2019 16:46:07 -0400 Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! In-Reply-To: <1143772738.203.1567790045535.JavaMail.javamailuser@localhost> References: <1143772738.203.1567790045535.JavaMail.javamailuser@localhost> Message-ID: CENGN timed out on pushing an image to dockerhub.  Whatever the issue, it's back to normal now. Restarting the job... Scott On 2019-09-06 1:14 p.m., build.starlingx at gmail.com wrote: > Project: STX_build_docker_base_image > Build #: 132 > Status: Failure > Timestamp: 20190906T170437Z > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > -------------------------------------------------------------------------------- > Parameters > > HOST_PORT: 80 > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z > OS: centos > MY_REPO: /localdisk/designer/jenkins/master/cgcs-root > BASE_VERSION: master-stable-20190906T143354Z > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > REGISTRY_USERID: slittlewrs > HOST: build.starlingx.cengn.ca > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs > OS_VERSION: 7.5.1804 > BUILD_STREAM: stable > REGISTRY_ORG: starlingx > BASE_LATEST_TAG: master-stable-latest > PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs > PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs > REGISTRY: docker.io > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Frank.Miller at windriver.com Fri Sep 6 21:22:40 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Fri, 6 Sep 2019 21:22:40 +0000 Subject: [Starlingx-discuss] StarlingX Weekly Containerization Meeting Message-ID: Folks: I'd appreciate your attendance to update us on the following. If you cannot attend please send a brief email update before the meeting. Thank-you. Agenda for September 9 meeting: 1. stx gating bugs (28, 4 High, 24 Medium) : https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.containers a) Updates on High Priority bugs - what is plan to closure?: o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1827246 Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local [Zhipeng Liu] o 1836609 application apply fails after compute lock and unlock [Stefan Dinescu] o 1838659 kubernetes apiserver certificate needs rotation [Mingyuan Qi] b) Updates on older Medium priority bugs - what is the plan to address or close as invalid/not reproducible./etc? o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1817958 Containers: Worker nodes are pulling from external registry instead from the internal registry [Erich Cordoba] o 1819021 manifest.yaml with test "enabled: true" fails to apply [An Ran] o 1819688 Image conversion fails with large qcow2 guest image due to insufficient filesystem size [Kristine Bujold] o 1823375 After force reboot of active controller keystone-api pod sometimes hangs [Yong Hu] o 1824881 Unlock after force lock enabled the worker according to maintenance but hypervisor remained down [Erich Cordoba] o 1825056 AIO-SX: overrides for vcpu_pin_set not updated after Platform cpu assignment update and unlock [Jim Gauld] o 1829931 AIO-DX: hypervisor is not up in 5 mins after unlocked standby controller becomes available [Bart Wensley] 2. Stx.3.0 features: a) Status update and forecast for code completion date for the following: o 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] o 2004008: [Feature] Create HELM chart for Fault project [Mario Arevalo/An Ran] o 2005860: Upversion container components [Al Bailey] o [NEW]: Collect tool enhancements for containers [Dan Voiculeasa] b) The following SBs can be accepted: o 2006274: Support authenticated registry for bootstrap and application apply https://storyboard.openstack.org/#!/story/2006274 o 2006295: Support Single huge page size for openstack worker node https://storyboard.openstack.org/#!/story/2006295 3. Other topics? Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 4875 bytes Desc: not available URL: From dtroyer at gmail.com Sat Sep 7 01:27:05 2019 From: dtroyer at gmail.com (Dean Troyer) Date: Fri, 6 Sep 2019 20:27:05 -0500 Subject: [Starlingx-discuss] [nova] server usage audit API Message-ID: I'm not sure how many folks here also follow the openstack-discuss list so I'm bringing some attention to this bit of API that the Nova team is considering deprecating. http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009199.html melwitt> TL;DR: I have a question, does the Telemetry service (or any other service) still make use of the server usage audit log API in Nova [1]? Do any flock services use this API? If so we should head over to openstack-discuss and join the conversation. dt -- Dean Troyer dtroyer at gmail.com From scott.little at windriver.com Sat Sep 7 02:56:56 2019 From: scott.little at windriver.com (Scott Little) Date: Fri, 6 Sep 2019 22:56:56 -0400 Subject: [Starlingx-discuss] Special Sanity Request In-Reply-To: <73127c5b-1094-a4b2-b617-08c4f6a17dc2@windriver.com> References: <4266DCC7-68C7-4413-AD29-11B963D61C94@intel.com> <73127c5b-1094-a4b2-b617-08c4f6a17dc2@windriver.com> Message-ID: <89c3eb53-daa7-f11a-8106-1a6f1d377b47@windriver.com> Ada, Second try. Please run a sanity test against the following build: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T204103Z/outputs/iso/bootimage.iso Thank You Scott Little On 2019-09-06 10:36 a.m., Scott Little wrote: > Ok, I see a CENGN build script that needs to be fixed. > > I'll need to rebuild the load > > Scott > > > On 2019-09-06 10:07 a.m., Lemus Contreras, Cristopher J wrote: >> Hi Scott, >> >> We got an error during ansible-playbook " fatal: [localhost]: FAILED! >> => {"changed": false, "msg": "This playbook is not compatible with >> StarlingX software version 99.99."}": >> >> Some extra details: http://paste.openstack.org/show/771950/ >> >> >> Let me know if you need a bug created for this. >> >> Thanks & Regards. >> >> Cristopher Lemus >> >> >> >> On 9/6/19, 8:49 AM, "Scott Little" wrote: >> >>      Ada, >>           Please run a sanity test against the following build: >> http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T041846Z/outputs/iso/bootimage.iso >>           This is the first post-restructure build to include docker >> images. >>           Thank You >>                Scott Little >>                _______________________________________________ >>      Starlingx-discuss mailing list >>      Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From cindy.xie at intel.com Sat Sep 7 04:43:06 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Sat, 7 Sep 2019 04:43:06 +0000 Subject: [Starlingx-discuss] what's the difference of the starlingx with Openstack In-Reply-To: References: Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3603EC7F@SHSMSX104.ccr.corp.intel.com> Hi, Liu Zheng, Not sure if you question got answered. I noticed that you are in China, and if you're still interested, we have a StarlingX meetup event in Beijing on Sep 20th, and you're welcome to join. Details see: https://etherpad.openstack.org/p/OpenSource-StarlingX_meetup-Beijing Thx. - cindy From: 504626684 Sent: Tuesday, August 6, 2019 9:16 AM To: Penney, Don ; Xie, Cindy ; starlingx-discuss ; Sun, Austin ; mailman ; luzitao at chinatelecom.cn Subject: what's the difference of the starlingx with Openstack Hi, From now on, I read some projects and documents of Starlingx, but I haven't learned the real difference with the Openstack yet. Who have the infomation of this question, please tell me. Thank you. -- Liu zheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From wang.changjin at zte.com.cn Sat Sep 7 05:13:39 2019 From: wang.changjin at zte.com.cn (wang.changjin at zte.com.cn) Date: Sat, 7 Sep 2019 13:13:39 +0800 (CST) Subject: [Starlingx-discuss] =?utf-8?q?Starlingx-discuss_Digest=2C_Vol_16?= =?utf-8?q?=2C_Issue_27?= In-Reply-To: References: mailman.219.1567804965.32013.starlingx-discuss@lists.starlingx.io Message-ID: <201909071313397810337@zte.com.cn> StarlingX 2.0(19.08) ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml TASK [bringup-essential-services : Fail if adding interface addresses failed for reason other than it has been done before] *** failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.530397', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'end': u'2019-09-07 13:11:10.228016', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'cmd': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:07.697619', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "delta": "0:00:02.530397", "end": "2019-09-07 13:11:10.228016", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:07.697619", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500 failed for reason: [Errno 101] Network is unreachable."} failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.140193', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'end': u'2019-09-07 13:11:12.589717', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'cmd': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:10.449524', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "delta": "0:00:02.140193", "end": "2019-09-07 13:11:12.589717", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:10.449524", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt failed for reason: [Errno 101] Network is unreachable."} failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.236828', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'end': u'2019-09-07 13:11:15.026358', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'cmd': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:12.789530', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "delta": "0:00:02.236828", "end": "2019-09-07 13:11:15.026358", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:12.789530", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host failed for reason: [Errno 101] Network is unreachable."} PLAY RECAP ********************************************************************* localhost : ok=138 changed=55 unreachable=0 failed=1 王长金 Wang ChangJin 电信云及核心网产品团队/无线产品经营部 CCN Product Team/Wireless Product Operation 南京市雨花台区花神大道6号 ZTE Corporation, 6# Huashen Rd, Yuhuatai District, Nanjing, P.R.China, 210012 T: +86 25 52877110 F:+86 25 52870000 M: +86 15850586900 E: wang.changjin at zte.com.cn www.zte.com.cn 原始邮件 发件人:starlingx-discuss-request at lists.starlingx.io 收件人:starlingx-discuss at lists.starlingx.io ; 日 期 :2019年09月07日 05:23 主 题 :Starlingx-discuss Digest, Vol 16, Issue 27 Send Starlingx-discuss mailing list submissions to starlingx-discuss at lists.starlingx.io To subscribe or unsubscribe via the World Wide Web, visit http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss or, via email, send a message with subject or body 'help' to starlingx-discuss-request at lists.starlingx.io You can reach the person managing the list at starlingx-discuss-owner at lists.starlingx.io When replying, please edit your Subject line so it is more specific than "Re: Contents of Starlingx-discuss digest..." Today's Topics: 1. [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! (build.starlingx at gmail.com) 2. [build-report] STX_build_master_master - Build # 239 - Failure! (build.starlingx at gmail.com) 3. Re: [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! (Scott Little) 4. StarlingX Weekly Containerization Meeting (Miller, Frank) ---------------------------------------------------------------------- Message: 1 Date: Fri, 6 Sep 2019 13:14:07 -0400 (EDT) From: build.starlingx at gmail.com To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! Message-ID: <1992448495.206.1567790048625.JavaMail.javamailuser at localhost> Content-Type: text/plain; charset="utf-8" Project: STX_build_docker_images Build #: 126 Status: Failure Timestamp: 20190906T170437Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_BUILD_NUMBER: 239 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190906T143354Z DOCKER_BUILD_ID: jenkins-master-20190906T143354Z-builder TIMESTAMP: 20190906T143354Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs ------------------------------ Message: 2 Date: Fri, 6 Sep 2019 13:14:10 -0400 (EDT) From: build.starlingx at gmail.com To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [build-report] STX_build_master_master - Build # 239 - Failure! Message-ID: <1455192693.209.1567790051685.JavaMail.javamailuser at localhost> Content-Type: text/plain; charset="utf-8" Project: STX_build_master_master Build #: 239 Status: Failure Timestamp: 20190906T143354Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true ------------------------------ Message: 3 Date: Fri, 6 Sep 2019 16:46:07 -0400 From: Scott Little To: Subject: Re: [Starlingx-discuss] [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! Message-ID: Content-Type: text/plain; charset="windows-1252"; Format="flowed" CENGN timed out on pushing an image to dockerhub. Whatever the issue, it's back to normal now. Restarting the job... Scott On 2019-09-06 1:14 p.m., build.starlingx at gmail.com wrote: > Project: STX_build_docker_base_image > Build #: 132 > Status: Failure > Timestamp: 20190906T170437Z > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > -------------------------------------------------------------------------------- > Parameters > > HOST_PORT: 80 > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z > OS: centos > MY_REPO: /localdisk/designer/jenkins/master/cgcs-root > BASE_VERSION: master-stable-20190906T143354Z > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > REGISTRY_USERID: slittlewrs > HOST: build.starlingx.cengn.ca > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs > OS_VERSION: 7.5.1804 > BUILD_STREAM: stable > REGISTRY_ORG: starlingx > BASE_LATEST_TAG: master-stable-latest > PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs > PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs > REGISTRY: docker.io > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 4 Date: Fri, 6 Sep 2019 21:22:40 +0000 From: "Miller, Frank" To: "starlingx-discuss at lists.starlingx.io" Subject: [Starlingx-discuss] StarlingX Weekly Containerization Meeting Message-ID: Content-Type: text/plain; charset="iso-8859-1" Folks: I'd appreciate your attendance to update us on the following. If you cannot attend please send a brief email update before the meeting. Thank-you. Agenda for September 9 meeting: 1. stx gating bugs (28, 4 High, 24 Medium) : https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.containers a) Updates on High Priority bugs - what is plan to closure?: o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1827246 Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local [Zhipeng Liu] o 1836609 application apply fails after compute lock and unlock [Stefan Dinescu] o 1838659 kubernetes apiserver certificate needs rotation [Mingyuan Qi] b) Updates on older Medium priority bugs - what is the plan to address or close as invalid/not reproducible./etc? o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1817958 Containers: Worker nodes are pulling from external registry instead from the internal registry [Erich Cordoba] o 1819021 manifest.yaml with test "enabled: true" fails to apply [An Ran] o 1819688 Image conversion fails with large qcow2 guest image due to insufficient filesystem size [Kristine Bujold] o 1823375 After force reboot of active controller keystone-api pod sometimes hangs [Yong Hu] o 1824881 Unlock after force lock enabled the worker according to maintenance but hypervisor remained down [Erich Cordoba] o 1825056 AIO-SX: overrides for vcpu_pin_set not updated after Platform cpu assignment update and unlock [Jim Gauld] o 1829931 AIO-DX: hypervisor is not up in 5 mins after unlocked standby controller becomes available [Bart Wensley] 2. Stx.3.0 features: a) Status update and forecast for code completion date for the following: o 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] o 2004008: [Feature] Create HELM chart for Fault project [Mario Arevalo/An Ran] o 2005860: Upversion container components [Al Bailey] o [NEW]: Collect tool enhancements for containers [Dan Voiculeasa] b) The following SBs can be accepted: o 2006274: Support authenticated registry for bootstrap and application apply https://storyboard.openstack.org/#!/story/2006274 o 2006295: Support Single huge page size for openstack worker node https://storyboard.openstack.org/#!/story/2006295 3. Other topics? Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 4875 bytes Desc: not available URL: ------------------------------ Subject: Digest Footer _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss ------------------------------ End of Starlingx-discuss Digest, Vol 16, Issue 27 ************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Sat Sep 7 06:01:14 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Sat, 7 Sep 2019 06:01:14 +0000 Subject: [Starlingx-discuss] Starlingx-discuss Digest, Vol 16, Issue 27 In-Reply-To: <201909071313397810337@zte.com.cn> References: mailman.219.1567804965.32013.starlingx-discuss@lists.starlingx.io <201909071313397810337@zte.com.cn> Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3603ECDB@SHSMSX104.ccr.corp.intel.com> Hi, ChangJin, Which ISO are you using? Can you provide the download link? I suggest you use the stx.2.0 ISO which has been validate: The official 2.0 ISO can be found: http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/iso/ Thx. - cindy From: wang.changjin at zte.com.cn Sent: Saturday, September 7, 2019 1:14 PM To: starlingx-discuss-request at lists.starlingx.io Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Starlingx-discuss Digest, Vol 16, Issue 27 StarlingX 2.0(19.08) ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml TASK [bringup-essential-services : Fail if adding interface addresses failed for reason other than it has been done before] *** failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.530397', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'end': u'2019-09-07 13:11:10.228016', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'cmd': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:07.697619', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "delta": "0:00:02.530397", "end": "2019-09-07 13:11:10.228016", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:07.697619", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500 failed for reason: [Errno 101] Network is unreachable."} failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.140193', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'end': u'2019-09-07 13:11:12.589717', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'cmd': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:10.449524', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "delta": "0:00:02.140193", "end": "2019-09-07 13:11:12.589717", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:10.449524", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt failed for reason: [Errno 101] Network is unreachable."} failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.236828', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'end': u'2019-09-07 13:11:15.026358', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'cmd': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:12.789530', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "delta": "0:00:02.236828", "end": "2019-09-07 13:11:15.026358", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:12.789530", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host failed for reason: [Errno 101] Network is unreachable."} PLAY RECAP ********************************************************************* localhost : ok=138 changed=55 unreachable=0 failed=1 王长金 Wang ChangJin 电信云及核心网产品团队/无线产品经营部 CCN Product Team/Wireless Product Operation [http://10.41.135.201/sign/9/a/9ae3e214c17d49ed935d87c674ba3ee2.jpg] [http://10.41.135.201/sign/2/4/24242e5637af428891c4db731e7765ad.jpg] 南京市雨花台区花神大道6号 ZTE Corporation, 6# Huashen Rd, Yuhuatai District, Nanjing, P.R.China, 210012 T: +86 25 52877110 F:+86 25 52870000 M: +86 15850586900 E: wang.changjin at zte.com.cn www.zte.com.cn 原始邮件 发件人:starlingx-discuss-request at lists.starlingx.io 收件人:starlingx-discuss at lists.starlingx.io ; 日 期 :2019年09月07日 05:23 主 题 :Starlingx-discuss Digest, Vol 16, Issue 27 Send Starlingx-discuss mailing list submissions to starlingx-discuss at lists.starlingx.io To subscribe or unsubscribe via the World Wide Web, visit http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss or, via email, send a message with subject or body 'help' to starlingx-discuss-request at lists.starlingx.io You can reach the person managing the list at starlingx-discuss-owner at lists.starlingx.io When replying, please edit your Subject line so it is more specific than "Re: Contents of Starlingx-discuss digest..." Today's Topics: 1. [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! (build.starlingx at gmail.com) 2. [build-report] STX_build_master_master - Build # 239 - Failure! (build.starlingx at gmail.com) 3. Re: [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! (Scott Little) 4. StarlingX Weekly Containerization Meeting (Miller, Frank) ---------------------------------------------------------------------- Message: 1 Date: Fri, 6 Sep 2019 13:14:07 -0400 (EDT) From: build.starlingx at gmail.com To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! Message-ID: <1992448495.206.1567790048625.JavaMail.javamailuser at localhost> Content-Type: text/plain; charset="utf-8" Project: STX_build_docker_images Build #: 126 Status: Failure Timestamp: 20190906T170437Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_BUILD_NUMBER: 239 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190906T143354Z DOCKER_BUILD_ID: jenkins-master-20190906T143354Z-builder TIMESTAMP: 20190906T143354Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs ------------------------------ Message: 2 Date: Fri, 6 Sep 2019 13:14:10 -0400 (EDT) From: build.starlingx at gmail.com To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [build-report] STX_build_master_master - Build # 239 - Failure! Message-ID: <1455192693.209.1567790051685.JavaMail.javamailuser at localhost> Content-Type: text/plain; charset="utf-8" Project: STX_build_master_master Build #: 239 Status: Failure Timestamp: 20190906T143354Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true ------------------------------ Message: 3 Date: Fri, 6 Sep 2019 16:46:07 -0400 From: Scott Little To: Subject: Re: [Starlingx-discuss] [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! Message-ID: Content-Type: text/plain; charset="windows-1252"; Format="flowed" CENGN timed out on pushing an image to dockerhub. Whatever the issue, it's back to normal now. Restarting the job... Scott On 2019-09-06 1:14 p.m., build.starlingx at gmail.com wrote: > Project: STX_build_docker_base_image > Build #: 132 > Status: Failure > Timestamp: 20190906T170437Z > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > -------------------------------------------------------------------------------- > Parameters > > HOST_PORT: 80 > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z > OS: centos > MY_REPO: /localdisk/designer/jenkins/master/cgcs-root > BASE_VERSION: master-stable-20190906T143354Z > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > REGISTRY_USERID: slittlewrs > HOST: build.starlingx.cengn.ca > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs > OS_VERSION: 7.5.1804 > BUILD_STREAM: stable > REGISTRY_ORG: starlingx > BASE_LATEST_TAG: master-stable-latest > PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs > PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs > REGISTRY: docker.io > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 4 Date: Fri, 6 Sep 2019 21:22:40 +0000 From: "Miller, Frank" To: "starlingx-discuss at lists.starlingx.io" Subject: [Starlingx-discuss] StarlingX Weekly Containerization Meeting Message-ID: Content-Type: text/plain; charset="iso-8859-1" Folks: I'd appreciate your attendance to update us on the following. If you cannot attend please send a brief email update before the meeting. Thank-you. Agenda for September 9 meeting: 1. stx gating bugs (28, 4 High, 24 Medium) : https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.containers a) Updates on High Priority bugs - what is plan to closure?: o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1827246 Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local [Zhipeng Liu] o 1836609 application apply fails after compute lock and unlock [Stefan Dinescu] o 1838659 kubernetes apiserver certificate needs rotation [Mingyuan Qi] b) Updates on older Medium priority bugs - what is the plan to address or close as invalid/not reproducible./etc? o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1817958 Containers: Worker nodes are pulling from external registry instead from the internal registry [Erich Cordoba] o 1819021 manifest.yaml with test "enabled: true" fails to apply [An Ran] o 1819688 Image conversion fails with large qcow2 guest image due to insufficient filesystem size [Kristine Bujold] o 1823375 After force reboot of active controller keystone-api pod sometimes hangs [Yong Hu] o 1824881 Unlock after force lock enabled the worker according to maintenance but hypervisor remained down [Erich Cordoba] o 1825056 AIO-SX: overrides for vcpu_pin_set not updated after Platform cpu assignment update and unlock [Jim Gauld] o 1829931 AIO-DX: hypervisor is not up in 5 mins after unlocked standby controller becomes available [Bart Wensley] 2. Stx.3.0 features: a) Status update and forecast for code completion date for the following: o 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] o 2004008: [Feature] Create HELM chart for Fault project [Mario Arevalo/An Ran] o 2005860: Upversion container components [Al Bailey] o [NEW]: Collect tool enhancements for containers [Dan Voiculeasa] b) The following SBs can be accepted: o 2006274: Support authenticated registry for bootstrap and application apply https://storyboard.openstack.org/#!/story/2006274 o 2006295: Support Single huge page size for openstack worker node https://storyboard.openstack.org/#!/story/2006295 3. Other topics? Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 4875 bytes Desc: not available URL: ------------------------------ Subject: Digest Footer _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss ------------------------------ End of Starlingx-discuss Digest, Vol 16, Issue 27 ************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Sat Sep 7 06:16:09 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Sat, 7 Sep 2019 06:16:09 +0000 Subject: [Starlingx-discuss] StarlingX Beijing meetup - Sep 20th Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3603ED0C@SHSMSX104.ccr.corp.intel.com> All, We are going to hold an StarlingX meetup event in Beijing China on Sep 20th, and also take this opportunity to celebrate StarlingX 2.0 release. If you're interested to meet community partners, and want to understand what's new in 2.0, you're very much welcome to participant. You can register yourself with names and email address in the etherpad below: https://etherpad.openstack.org/p/OpenSource-StarlingX_meetup-Beijing thanks. - cindy -------------- next part -------------- An HTML attachment was scrubbed... URL: From wang.changjin at zte.com.cn Sat Sep 7 06:27:04 2019 From: wang.changjin at zte.com.cn (wang.changjin at zte.com.cn) Date: Sat, 7 Sep 2019 14:27:04 +0800 (CST) Subject: [Starlingx-discuss] =?utf-8?q?Starlingx-discuss_Digest=2C_Vol_16?= =?utf-8?q?=2C_Issue_27?= In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3603ECDB@SHSMSX104.ccr.corp.intel.com> References: 201909071313397810337@zte.com.cn, 2FD5DDB5A04D264C80D42CA35194914F3603ECDB@SHSMSX104.ccr.corp.intel.com Message-ID: <201909071427043400813@zte.com.cn> I deploy starlingx 2.0 behind a proxy cat < localhost.yml system_mode: simplex timezone: Asia/Shanghai dns_servers: - 192.168.100.53 external_oam_subnet: 192.168.100.0/24 external_oam_gateway_address: 192.168.100.1 external_oam_floating_address: 192.168.100.2 admin_username: admin admin_password: Stx at 2019 ansible_become_pass: Stx at 2019 docker_http_proxy: http://10.10.70.12:80 docker_https_proxy: http://10.10.70.12:80 docker_no_proxy: - localhost - 192.168.100.1 - 192.168.100.2 - 192.168.100.3 - 192.168.204.2 - 192.168.204.3 EOF now the fail log is EXEC /bin/sh -c 'sudo -H -S -p "[sudo via ansible, key=ltdutwedyyospcdvsjnsfsmfpmediswo] password: " -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ltdutwedyyospcdvsjnsfsmfpmediswo; /usr/bin/python'"'"' && sleep 0' failed: [localhost] (item={'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_item_label': u'app=helm', u'ansible_job_id': u'276928287892.104190', 'failed': False, u'started': 1, 'changed': True, 'item': u'app=helm', u'finished': 0, u'results_file': u'/root/.ansible_async/276928287892.104190', '_ansible_ignore_errors': None, '_ansible_no_log': False}) => { "ansible_job_id": "276928287892.104190", "attempts": 1, "changed": true, "cmd": [ "kubectl", "--kubeconfig=/etc/kubernetes/admin.conf", "wait", "--namespace=kube-system", "--for=condition=Ready", "pods", "--selector", "app=helm", "--timeout=30s" ], "delta": "0:00:30.227998", "end": "2019-09-07 14:26:16.145269", "finished": 1, "invocation": { "module_args": { "_raw_params": "kubectl --kubeconfig=/etc/kubernetes/admin.conf wait --namespace=kube-system --for=condition=Ready pods --selector app=helm --timeout=30s", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "item": { "ansible_job_id": "276928287892.104190", "changed": true, "failed": false, "finished": 0, "item": "app=helm", "results_file": "/root/.ansible_async/276928287892.104190", "started": 1 }, "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 14:25:45.917271", "stderr": "error: timed out waiting for the condition", "stderr_lines": [ "error: timed out waiting for the condition" ], "stdout": "", "stdout_lines": [] } 王长金 Wang ChangJin 电信云及核心网产品团队/无线产品经营部 CCN Product Team/Wireless Product Operation 南京市雨花台区花神大道6号 ZTE Corporation, 6# Huashen Rd, Yuhuatai District, Nanjing, P.R.China, 210012 T: +86 25 52877110 F:+86 25 52870000 M: +86 15850586900 E: wang.changjin at zte.com.cn www.zte.com.cn 原始邮件 发件人:Xie,Cindy 收件人:王长金10071798;starlingx-discuss-request at lists.starlingx.io ; 抄送人:starlingx-discuss at lists.starlingx.io ; 日 期 :2019年09月07日 14:01 主 题 :RE: [Starlingx-discuss] Starlingx-discuss Digest, Vol 16, Issue 27 Hi, ChangJin, Which ISO are you using? Can you provide the download link? I suggest you use the stx.2.0 ISO which has been validate: The official 2.0 ISO can be found: http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/iso/ Thx. - cindy From: wang.changjin at zte.com.cn Sent: Saturday, September 7, 2019 1:14 PM To: starlingx-discuss-request at lists.starlingx.io Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Starlingx-discuss Digest, Vol 16, Issue 27 StarlingX 2.0(19.08) ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml TASK [bringup-essential-services : Fail if adding interface addresses failed for reason other than it has been done before] *** failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.530397', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'end': u'2019-09-07 13:11:10.228016', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'cmd': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:07.697619', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "delta": "0:00:02.530397", "end": "2019-09-07 13:11:10.228016", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:07.697619", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500 failed for reason: [Errno 101] Network is unreachable."} failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.140193', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'end': u'2019-09-07 13:11:12.589717', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'cmd': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:10.449524', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "delta": "0:00:02.140193", "end": "2019-09-07 13:11:12.589717", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:10.449524", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt failed for reason: [Errno 101] Network is unreachable."} failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.236828', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'end': u'2019-09-07 13:11:15.026358', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'cmd': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:12.789530', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "delta": "0:00:02.236828", "end": "2019-09-07 13:11:15.026358", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:12.789530", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host failed for reason: [Errno 101] Network is unreachable."} PLAY RECAP ********************************************************************* localhost : ok=138 changed=55 unreachable=0 failed=1 王长金 Wang ChangJin 电信云及核心网产品团队/无线产品经营部 CCN Product Team/Wireless Product Operation 南京市雨花台区花神大道6号 ZTE Corporation, 6# Huashen Rd, Yuhuatai District, Nanjing, P.R.China, 210012 T:+86 25 52877110 F:+86 25 52870000 M:+86 15850586900 E:wang.changjin at zte.com.cn www.zte.com.cn 原始邮件 发件人:starlingx-discuss-request at lists.starlingx.io 收件人:starlingx-discuss at lists.starlingx.io ; 日期:2019年09月07日 05:23 主题:Starlingx-discuss Digest, Vol 16, Issue 27 Send Starlingx-discuss mailing list submissions to starlingx-discuss at lists.starlingx.io To subscribe or unsubscribe via the World Wide Web, visit http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss or, via email, send a message with subject or body 'help' to starlingx-discuss-request at lists.starlingx.io You can reach the person managing the list at starlingx-discuss-owner at lists.starlingx.io When replying, please edit your Subject line so it is more specific than "Re: Contents of Starlingx-discuss digest..." Today's Topics: 1. [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! (build.starlingx at gmail.com) 2. [build-report] STX_build_master_master - Build # 239 - Failure! (build.starlingx at gmail.com) 3. Re: [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! (Scott Little) 4. StarlingX Weekly Containerization Meeting (Miller, Frank) ---------------------------------------------------------------------- Message: 1 Date: Fri, 6 Sep 2019 13:14:07 -0400 (EDT) From: build.starlingx at gmail.com To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! Message-ID: <1992448495.206.1567790048625.JavaMail.javamailuser at localhost> Content-Type: text/plain; charset="utf-8" Project: STX_build_docker_images Build #: 126 Status: Failure Timestamp: 20190906T170437Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_BUILD_NUMBER: 239 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190906T143354Z DOCKER_BUILD_ID: jenkins-master-20190906T143354Z-builder TIMESTAMP: 20190906T143354Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs ------------------------------ Message: 2 Date: Fri, 6 Sep 2019 13:14:10 -0400 (EDT) From: build.starlingx at gmail.com To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [build-report] STX_build_master_master - Build # 239 - Failure! Message-ID: <1455192693.209.1567790051685.JavaMail.javamailuser at localhost> Content-Type: text/plain; charset="utf-8" Project: STX_build_master_master Build #: 239 Status: Failure Timestamp: 20190906T143354Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true ------------------------------ Message: 3 Date: Fri, 6 Sep 2019 16:46:07 -0400 From: Scott Little To: Subject: Re: [Starlingx-discuss] [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! Message-ID: Content-Type: text/plain; charset="windows-1252"; Format="flowed" CENGN timed out on pushing an image to dockerhub. Whatever the issue, it's back to normal now. Restarting the job... Scott On 2019-09-06 1:14 p.m., build.starlingx at gmail.com wrote: > Project: STX_build_docker_base_image > Build #: 132 > Status: Failure > Timestamp: 20190906T170437Z > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > -------------------------------------------------------------------------------- > Parameters > > HOST_PORT: 80 > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z > OS: centos > MY_REPO: /localdisk/designer/jenkins/master/cgcs-root > BASE_VERSION: master-stable-20190906T143354Z > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > REGISTRY_USERID: slittlewrs > HOST: build.starlingx.cengn.ca > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs > OS_VERSION: 7.5.1804 > BUILD_STREAM: stable > REGISTRY_ORG: starlingx > BASE_LATEST_TAG: master-stable-latest > PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs > PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs > REGISTRY: docker.io > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 4 Date: Fri, 6 Sep 2019 21:22:40 +0000 From: "Miller, Frank" To: "starlingx-discuss at lists.starlingx.io" Subject: [Starlingx-discuss] StarlingX Weekly Containerization Meeting Message-ID: Content-Type: text/plain; charset="iso-8859-1" Folks: I'd appreciate your attendance to update us on the following. If you cannot attend please send a brief email update before the meeting. Thank-you. Agenda for September 9 meeting: 1. stx gating bugs (28, 4 High, 24 Medium) : https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.containers a) Updates on High Priority bugs - what is plan to closure?: o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1827246 Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local [Zhipeng Liu] o 1836609 application apply fails after compute lock and unlock [Stefan Dinescu] o 1838659 kubernetes apiserver certificate needs rotation [Mingyuan Qi] b) Updates on older Medium priority bugs - what is the plan to address or close as invalid/not reproducible./etc? o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1817958 Containers: Worker nodes are pulling from external registry instead from the internal registry [Erich Cordoba] o 1819021 manifest.yaml with test "enabled: true" fails to apply [An Ran] o 1819688 Image conversion fails with large qcow2 guest image due to insufficient filesystem size [Kristine Bujold] o 1823375 After force reboot of active controller keystone-api pod sometimes hangs [Yong Hu] o 1824881 Unlock after force lock enabled the worker according to maintenance but hypervisor remained down [Erich Cordoba] o 1825056 AIO-SX: overrides for vcpu_pin_set not updated after Platform cpu assignment update and unlock [Jim Gauld] o 1829931 AIO-DX: hypervisor is not up in 5 mins after unlocked standby controller becomes available [Bart Wensley] 2. Stx.3.0 features: a) Status update and forecast for code completion date for the following: o 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] o 2004008: [Feature] Create HELM chart for Fault project [Mario Arevalo/An Ran] o 2005860: Upversion container components [Al Bailey] o [NEW]: Collect tool enhancements for containers [Dan Voiculeasa] b) The following SBs can be accepted: o 2006274: Support authenticated registry for bootstrap and application apply https://storyboard.openstack.org/#!/story/2006274 o 2006295: Support Single huge page size for openstack worker node https://storyboard.openstack.org/#!/story/2006295 3. Other topics? Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 4875 bytes Desc: not available URL: ------------------------------ Subject: Digest Footer _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss ------------------------------ End of Starlingx-discuss Digest, Vol 16, Issue 27 ************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From wang.changjin at zte.com.cn Sat Sep 7 06:56:30 2019 From: wang.changjin at zte.com.cn (wang.changjin at zte.com.cn) Date: Sat, 7 Sep 2019 14:56:30 +0800 (CST) Subject: [Starlingx-discuss] =?utf-8?q?Starlingx-discuss_Digest=2C_Vol_16?= =?utf-8?q?=2C_Issue_27?= In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3603ECDB@SHSMSX104.ccr.corp.intel.com> References: 201909071313397810337@zte.com.cn, 2FD5DDB5A04D264C80D42CA35194914F3603ECDB@SHSMSX104.ccr.corp.intel.com Message-ID: <201909071456306291127@zte.com.cn> when i run "ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml" again,it works 王长金 Wang ChangJin 电信云及核心网产品团队/无线产品经营部 CCN Product Team/Wireless Product Operation 南京市雨花台区花神大道6号 ZTE Corporation, 6# Huashen Rd, Yuhuatai District, Nanjing, P.R.China, 210012 T: +86 25 52877110 F:+86 25 52870000 M: +86 15850586900 E: wang.changjin at zte.com.cn www.zte.com.cn 原始邮件 发件人:Xie,Cindy 收件人:王长金10071798;starlingx-discuss-request at lists.starlingx.io ; 抄送人:starlingx-discuss at lists.starlingx.io ; 日 期 :2019年09月07日 14:01 主 题 :RE: [Starlingx-discuss] Starlingx-discuss Digest, Vol 16, Issue 27 Hi, ChangJin, Which ISO are you using? Can you provide the download link? I suggest you use the stx.2.0 ISO which has been validate: The official 2.0 ISO can be found: http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/iso/ Thx. - cindy From: wang.changjin at zte.com.cn Sent: Saturday, September 7, 2019 1:14 PM To: starlingx-discuss-request at lists.starlingx.io Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Starlingx-discuss Digest, Vol 16, Issue 27 StarlingX 2.0(19.08) ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml TASK [bringup-essential-services : Fail if adding interface addresses failed for reason other than it has been done before] *** failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.530397', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'end': u'2019-09-07 13:11:10.228016', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'cmd': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:07.697619', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "delta": "0:00:02.530397", "end": "2019-09-07 13:11:10.228016", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:07.697619", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system host-if-add controller-0 lo virtual none lo -c platform -m 1500 failed for reason: [Errno 101] Network is unreachable."} failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.140193', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'end': u'2019-09-07 13:11:12.589717', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'cmd': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:10.449524', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "delta": "0:00:02.140193", "end": "2019-09-07 13:11:12.589717", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:10.449524", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system interface-network-assign controller-0 lo mgmt failed for reason: [Errno 101] Network is unreachable."} failed: [localhost] (item={'_ansible_parsed': True, 'stderr_lines': [u'[Errno 101] Network is unreachable'], u'changed': True, u'stdout': u'', '_ansible_item_result': True, u'msg': u'non-zero return code', u'delta': u'0:00:02.236828', 'stdout_lines': [], 'failed_when_result': False, '_ansible_item_label': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'end': u'2019-09-07 13:11:15.026358', '_ansible_no_log': False, 'item': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'cmd': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'failed': False, u'stderr': u'[Errno 101] Network is unreachable', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, u'start': u'2019-09-07 13:11:12.789530', '_ansible_ignore_errors': None}) => {"changed": false, "item": {"changed": true, "cmd": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "delta": "0:00:02.236828", "end": "2019-09-07 13:11:15.026358", "failed": false, "failed_when_result": false, "invocation": {"module_args": {"_raw_params": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host", "msg": "non-zero return code", "rc": 1, "start": "2019-09-07 13:11:12.789530", "stderr": "[Errno 101] Network is unreachable", "stderr_lines": ["[Errno 101] Network is unreachable"], "stdout": "", "stdout_lines": []}, "msg": "source /etc/platform/openrc; system interface-network-assign controller-0 lo cluster-host failed for reason: [Errno 101] Network is unreachable."} PLAY RECAP ********************************************************************* localhost : ok=138 changed=55 unreachable=0 failed=1 王长金 Wang ChangJin 电信云及核心网产品团队/无线产品经营部 CCN Product Team/Wireless Product Operation 南京市雨花台区花神大道6号 ZTE Corporation, 6# Huashen Rd, Yuhuatai District, Nanjing, P.R.China, 210012 T:+86 25 52877110 F:+86 25 52870000 M:+86 15850586900 E:wang.changjin at zte.com.cn www.zte.com.cn 原始邮件 发件人:starlingx-discuss-request at lists.starlingx.io 收件人:starlingx-discuss at lists.starlingx.io ; 日期:2019年09月07日 05:23 主题:Starlingx-discuss Digest, Vol 16, Issue 27 Send Starlingx-discuss mailing list submissions to starlingx-discuss at lists.starlingx.io To subscribe or unsubscribe via the World Wide Web, visit http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss or, via email, send a message with subject or body 'help' to starlingx-discuss-request at lists.starlingx.io You can reach the person managing the list at starlingx-discuss-owner at lists.starlingx.io When replying, please edit your Subject line so it is more specific than "Re: Contents of Starlingx-discuss digest..." Today's Topics: 1. [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! (build.starlingx at gmail.com) 2. [build-report] STX_build_master_master - Build # 239 - Failure! (build.starlingx at gmail.com) 3. Re: [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! (Scott Little) 4. StarlingX Weekly Containerization Meeting (Miller, Frank) ---------------------------------------------------------------------- Message: 1 Date: Fri, 6 Sep 2019 13:14:07 -0400 (EDT) From: build.starlingx at gmail.com To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 126 - Failure! Message-ID: <1992448495.206.1567790048625.JavaMail.javamailuser at localhost> Content-Type: text/plain; charset="utf-8" Project: STX_build_docker_images Build #: 126 Status: Failure Timestamp: 20190906T170437Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_BUILD_NUMBER: 239 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190906T143354Z DOCKER_BUILD_ID: jenkins-master-20190906T143354Z-builder TIMESTAMP: 20190906T143354Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs ------------------------------ Message: 2 Date: Fri, 6 Sep 2019 13:14:10 -0400 (EDT) From: build.starlingx at gmail.com To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [build-report] STX_build_master_master - Build # 239 - Failure! Message-ID: <1455192693.209.1567790051685.JavaMail.javamailuser at localhost> Content-Type: text/plain; charset="utf-8" Project: STX_build_master_master Build #: 239 Status: Failure Timestamp: 20190906T143354Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true ------------------------------ Message: 3 Date: Fri, 6 Sep 2019 16:46:07 -0400 From: Scott Little To: Subject: Re: [Starlingx-discuss] [stable] [build-report] STX_build_docker_base_image - Build # 132 - Failure! Message-ID: Content-Type: text/plain; charset="windows-1252"; Format="flowed" CENGN timed out on pushing an image to dockerhub. Whatever the issue, it's back to normal now. Restarting the job... Scott On 2019-09-06 1:14 p.m., build.starlingx at gmail.com wrote: > Project: STX_build_docker_base_image > Build #: 132 > Status: Failure > Timestamp: 20190906T170437Z > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > -------------------------------------------------------------------------------- > Parameters > > HOST_PORT: 80 > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190906T143354Z > OS: centos > MY_REPO: /localdisk/designer/jenkins/master/cgcs-root > BASE_VERSION: master-stable-20190906T143354Z > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T143354Z/logs > REGISTRY_USERID: slittlewrs > HOST: build.starlingx.cengn.ca > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/logs > OS_VERSION: 7.5.1804 > BUILD_STREAM: stable > REGISTRY_ORG: starlingx > BASE_LATEST_TAG: master-stable-latest > PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/inputs > PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190906T143354Z/outputs > REGISTRY: docker.io > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 4 Date: Fri, 6 Sep 2019 21:22:40 +0000 From: "Miller, Frank" To: "starlingx-discuss at lists.starlingx.io" Subject: [Starlingx-discuss] StarlingX Weekly Containerization Meeting Message-ID: Content-Type: text/plain; charset="iso-8859-1" Folks: I'd appreciate your attendance to update us on the following. If you cannot attend please send a brief email update before the meeting. Thank-you. Agenda for September 9 meeting: 1. stx gating bugs (28, 4 High, 24 Medium) : https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.containers a) Updates on High Priority bugs - what is plan to closure?: o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1827246 Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local [Zhipeng Liu] o 1836609 application apply fails after compute lock and unlock [Stefan Dinescu] o 1838659 kubernetes apiserver certificate needs rotation [Mingyuan Qi] b) Updates on older Medium priority bugs - what is the plan to address or close as invalid/not reproducible./etc? o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1817958 Containers: Worker nodes are pulling from external registry instead from the internal registry [Erich Cordoba] o 1819021 manifest.yaml with test "enabled: true" fails to apply [An Ran] o 1819688 Image conversion fails with large qcow2 guest image due to insufficient filesystem size [Kristine Bujold] o 1823375 After force reboot of active controller keystone-api pod sometimes hangs [Yong Hu] o 1824881 Unlock after force lock enabled the worker according to maintenance but hypervisor remained down [Erich Cordoba] o 1825056 AIO-SX: overrides for vcpu_pin_set not updated after Platform cpu assignment update and unlock [Jim Gauld] o 1829931 AIO-DX: hypervisor is not up in 5 mins after unlocked standby controller becomes available [Bart Wensley] 2. Stx.3.0 features: a) Status update and forecast for code completion date for the following: o 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] o 2004008: [Feature] Create HELM chart for Fault project [Mario Arevalo/An Ran] o 2005860: Upversion container components [Al Bailey] o [NEW]: Collect tool enhancements for containers [Dan Voiculeasa] b) The following SBs can be accepted: o 2006274: Support authenticated registry for bootstrap and application apply https://storyboard.openstack.org/#!/story/2006274 o 2006295: Support Single huge page size for openstack worker node https://storyboard.openstack.org/#!/story/2006295 3. Other topics? Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 4875 bytes Desc: not available URL: ------------------------------ Subject: Digest Footer _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss ------------------------------ End of Starlingx-discuss Digest, Vol 16, Issue 27 ************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From cristopher.j.lemus.contreras at intel.com Sat Sep 7 15:36:42 2019 From: cristopher.j.lemus.contreras at intel.com (Lemus Contreras, Cristopher J) Date: Sat, 7 Sep 2019 15:36:42 +0000 Subject: [Starlingx-discuss] Special Sanity Request In-Reply-To: <89c3eb53-daa7-f11a-8106-1a6f1d377b47@windriver.com> References: <4266DCC7-68C7-4413-AD29-11B963D61C94@intel.com> <73127c5b-1094-a4b2-b617-08c4f6a17dc2@windriver.com> <89c3eb53-daa7-f11a-8106-1a6f1d377b47@windriver.com> Message-ID: <2BCCE73B-1C45-4FCF-BCE9-B656A72E6AAF@intel.com> Hi Scott, With that image, sanity results look as good as before the cut, Green status: Baremetal AIO – Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO – Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Virtual AIO – Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO – Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Thanks & Regards, Cristopher Lemus On 9/6/19, 10:00 PM, "Scott Little" wrote: Ada, Second try. Please run a sanity test against the following build: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T204103Z/outputs/iso/bootimage.iso Thank You Scott Little On 2019-09-06 10:36 a.m., Scott Little wrote: > Ok, I see a CENGN build script that needs to be fixed. > > I'll need to rebuild the load > > Scott > > > On 2019-09-06 10:07 a.m., Lemus Contreras, Cristopher J wrote: >> Hi Scott, >> >> We got an error during ansible-playbook " fatal: [localhost]: FAILED! >> => {"changed": false, "msg": "This playbook is not compatible with >> StarlingX software version 99.99."}": >> >> Some extra details: http://paste.openstack.org/show/771950/ >> >> >> Let me know if you need a bug created for this. >> >> Thanks & Regards. >> >> Cristopher Lemus >> >> >> >> On 9/6/19, 8:49 AM, "Scott Little" wrote: >> >> Ada, >> Please run a sanity test against the following build: >> http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T041846Z/outputs/iso/bootimage.iso >> This is the first post-restructure build to include docker >> images. >> Thank You >> Scott Little >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From shuicheng.lin at intel.com Mon Sep 9 00:27:15 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Mon, 9 Sep 2019 00:27:15 +0000 Subject: [Starlingx-discuss] Fail to change config of nova-compute container In-Reply-To: References: Message-ID: <9700A18779F35F49AF027300A49E7C76608C92C9@SHSMSX105.ccr.corp.intel.com> Hi, For nova-compute, it is due to this configuration is overrides by sysinv in below code. https://opendev.org/starlingx/config/src/branch/master/sysinv/sysinv/sysinv/sysinv/helm/nova.py#L363 Best Regards Shuicheng From: 胡天昊 [mailto:hu.tianhao at 99cloud.net] Sent: Friday, September 6, 2019 2:13 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Fail to change config of nova-compute container Hi guys, Recently I got a problem when I try to change config of nova-compute.After run the the following command : system helm-override-update six-openstack nova openstack --value nova.yml system application-apply six-openstack I find that config of every container about nova(just like nova-conductor and nova-scheduler) has changed except nova-compute. Here is my nova.yml file. conf: nova: libvirt: images_type: rbd I can find 'images_type: rbd' in /etc/nova/nova.conf in every container about nova but in nova-compute I just find 'images_type: default'. My system is virtual standard with controller storage r2.0 following the guide(https://docs.starlingx.io/deploy_install_guides/current/virtual_controller_storage.html). I don't understand why this happened. Can anyone give me some help? Thanks Hu Tianhao -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Mon Sep 9 06:39:05 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Mon, 9 Sep 2019 14:39:05 +0800 Subject: [Starlingx-discuss] Storage configuration Issue for STX R2.0 Message-ID: Dear all, AIO Simplex: https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html Add an OSD on controller-0 for ceph: system host-disk-list controller-0system host-disk-list controller-0 | awk '/\/dev\/sdb/{print $2}' | xargs -i system host-stor-add controller-0 {}system host-stor-list controller-0 There's only one hard disk so there's no /dev/sdb. How to configure it? Thanks a lot. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shuicheng.lin at intel.com Mon Sep 9 08:09:33 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Mon, 9 Sep 2019 08:09:33 +0000 Subject: [Starlingx-discuss] Storage configuration Issue for STX R2.0 In-Reply-To: References: Message-ID: <9700A18779F35F49AF027300A49E7C76608C9537@SHSMSX105.ccr.corp.intel.com> Hi, 2 disk is required at least. https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html#hardware-requirements Best Regards Shuicheng From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Monday, September 9, 2019 2:39 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Storage configuration Issue for STX R2.0 Dear all, AIO Simplex: https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html Add an OSD on controller-0 for ceph: system host-disk-list controller-0 system host-disk-list controller-0 | awk '/\/dev\/sdb/{print $2}' | xargs -i system host-stor-add controller-0 {} system host-stor-list controller-0 There's only one hard disk so there's no /dev/sdb. How to configure it? Thanks a lot. -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Mon Sep 9 13:53:28 2019 From: scott.little at windriver.com (Scott Little) Date: Mon, 9 Sep 2019 09:53:28 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <601fb79e-9d67-7c59-87c6-190ffa1e9735@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <98F2C8C83A16254EB3DAEC57F3437778BEFB2421@ALA-MBD.corp.ad.wrs.com> <601fb79e-9d67-7c59-87c6-190ffa1e9735@windriver.com> Message-ID: <333c1813-9ff8-d6a8-ef16-6fc862b79225@windriver.com> We have a green sanity. The freeze is now lifted. There is a spreadsheet [1] that maps the location of packages from old to new. Scott [1] https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053 On 2019-09-06 9:38 a.m., Scott Little wrote: > The docker image build was also successful. > > Scott > > On 2019-09-06 12:19 a.m., Little, Scott wrote: >> We have a successful ISO build on CENGN.  I will be launching a >> second build to test docker image creation. >> >> I still recommend we stay frozen for one more day while we await a >> sanity result.  You can however start looking at the new code structure. >> >> A warning however.  The paths to our most active repos has changed.  >> The 'stx-' prefix has been dropped from must repos.  e.g. >> cgcs-root/stx/stx-integ is now just cgcs-root/stx/integ.  What this >> meens is that a 'repo sync --force-sync' will delete >> cgcs-root/stx/stx-integ and create cgcs-root/stx/integ from scratch.  >> It won't just move the repo to the new install path. Deleting the old >> path mean any work you may have saved in a side branch or in stash >> will be gone! >> >> I strongly recommend you do one of two things. >> >> 1) Back up your work somewhere outside of the directory structure >> controlled by the repo tool before you 'repo sync ...' >> >> 2) Set up a new root directory and start fresh with 'repo init ...' >> and 'repo sync ...' >> >> ------------------------------------------------------------------------ >> *From:* Scott Little [scott.little at windriver.com] >> *Sent:* September 4, 2019 9:50 AM >> *To:* starlingx-discuss at lists.starlingx.io >> *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring >> >> Reminder >> >> Please treat the code base as frozen.  No gerrit reviews, other than >> the restructuring reviews I'll be publishing today, should be >> receiving a WF+1 until further notice. >> >> Thanks for your cooperation. >> >> Scott >> >> >> On 2019-09-03 2:33 p.m., Scott Little wrote: >>> Pending a final green sanity result, the tentative restructure day >>> will be Sept 4 (tomorrow). >>> >>> Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, >>> until further notice. >>> >>> I'll be running a repo split tool. It will generate more than a >>> dozen code reviews that will ALL have to be merged before we can >>> unfreeze the code for general updates. >>> >>> After everything has merged, you'll need to ... >>> >>> 1) If you are working on code that has not been relocated (refer to >>> spreadsheet [3]) then 'repo sync --force-sync' be sufficient. Before >>> doing that, be sure to save your work as a commit on a private >>> working branch. >>> >>> 2) If your working on code that has been relocated,  Then your best >>> bet is to start with a fresh 'repo init' into a new working >>> directory.  Use 'git format-patch' or 'diff' to capture your work, >>> and apply the patch at the new location.   Some surgery to path >>> names may be required. >>> >>> Scott Little >>> >>> >>> >>> On 2019-08-30 4:09 p.m., Scott Little wrote: >>>> >>>> The layered build feature is getting ready for its initial required >>>> changes [1] [2]. >>>> >>>> The first phase is a restructuring of the StarlingX git repos to >>>> enable layered builds in the next phase.  In light of new package >>>> additions in the last few weeks, there has been a few modifications >>>> and additions to the spreadsheet [3] documenting all the intended >>>> moves.  Edits are in blue text.  The intent is that all package >>>> relocations will be history preserving. >>>> >>>> We plan to implement the git restructuring on the week of September >>>> 3-6. >>>> >>>> My initial ask of the StarlingX community is that we *temporarily >>>> freeze the addition of any new packages* while we make a final test >>>> run.  This means that any updates that touch a centos_pkgs_dir file >>>> should not receive a WF+1 until the relocation is complete.  After >>>> the relocation, you may need to re-issue your code review. >>>> >>>> Thanks for your co-operation. >>>> >>>> Scott Little >>>> >>>> [1] https://review.opendev.org/#/c/672288/ >>>> >>>> >>>> [2] https://storyboard.openstack.org/#!/story/2006166 >>>> >>>> >>>> [3] >>>> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From haochuan.z.chen at intel.com Mon Sep 9 13:59:53 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Mon, 9 Sep 2019 13:59:53 +0000 Subject: [Starlingx-discuss] Fail to change config of nova-compute container Message-ID: <56829C2A36C2E542B0CCB9854828E4D856263A6A@CDSMSX102.ccr.corp.intel.com> If you confirm this is a bug, you can submit a Launchpad issue. And you can debug this issue, delete stx-openstack application, and extract nova chart tarball /scratch/apps/stx-openstack/1.0-18-centos-stable-latest/charts/nova/ nova-0.1.0.tgz Change value "nova: libvirt: images_type: rbd " and compress again /scratch/apps/stx-openstack/1.0-18-centos-stable-latest/charts/nova/values.yaml And deploy stx-openstack again. If it is same, this is nova chart issue. BR! Martin, Chen SSP, Software Engineer 021-61164330 -----Original Message----- From: starlingx-discuss-request at lists.starlingx.io [mailto:starlingx-discuss-request at lists.starlingx.io] Sent: Monday, September 9, 2019 2:39 PM To: starlingx-discuss at lists.starlingx.io Subject: Starlingx-discuss Digest, Vol 16, Issue 32 Send Starlingx-discuss mailing list submissions to starlingx-discuss at lists.starlingx.io To subscribe or unsubscribe via the World Wide Web, visit http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss or, via email, send a message with subject or body 'help' to starlingx-discuss-request at lists.starlingx.io You can reach the person managing the list at starlingx-discuss-owner at lists.starlingx.io When replying, please edit your Subject line so it is more specific than "Re: Contents of Starlingx-discuss digest..." Today's Topics: 1. Re: Special Sanity Request (Lemus Contreras, Cristopher J) 2. Re: Fail to change config of nova-compute container (Lin, Shuicheng) 3. Storage configuration Issue for STX R2.0 (Ezpeer Chen) ---------------------------------------------------------------------- Message: 1 Date: Sat, 7 Sep 2019 15:36:42 +0000 From: "Lemus Contreras, Cristopher J" To: Scott Little , "starlingx-discuss at lists.starlingx.io" , "Cabrales, Ada" Subject: Re: [Starlingx-discuss] Special Sanity Request Message-ID: <2BCCE73B-1C45-4FCF-BCE9-B656A72E6AAF at intel.com> Content-Type: text/plain; charset="utf-8" Hi Scott, With that image, sanity results look as good as before the cut, Green status: Baremetal AIO – Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO – Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Virtual AIO – Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO – Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Thanks & Regards, Cristopher Lemus On 9/6/19, 10:00 PM, "Scott Little" wrote: Ada, Second try. Please run a sanity test against the following build: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T204103Z/outputs/iso/bootimage.iso Thank You Scott Little On 2019-09-06 10:36 a.m., Scott Little wrote: > Ok, I see a CENGN build script that needs to be fixed. > > I'll need to rebuild the load > > Scott > > > On 2019-09-06 10:07 a.m., Lemus Contreras, Cristopher J wrote: >> Hi Scott, >> >> We got an error during ansible-playbook " fatal: [localhost]: FAILED! >> => {"changed": false, "msg": "This playbook is not compatible with >> StarlingX software version 99.99."}": >> >> Some extra details: http://paste.openstack.org/show/771950/ >> >> >> Let me know if you need a bug created for this. >> >> Thanks & Regards. >> >> Cristopher Lemus >> >> >> >> On 9/6/19, 8:49 AM, "Scott Little" wrote: >> >> Ada, >> Please run a sanity test against the following build: >> http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190906T041846Z/outputs/iso/bootimage.iso >> This is the first post-restructure build to include docker >> images. >> Thank You >> Scott Little >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss ------------------------------ Message: 2 Date: Mon, 9 Sep 2019 00:27:15 +0000 From: "Lin, Shuicheng" To: 胡天昊 , "starlingx-discuss at lists.starlingx.io" Subject: Re: [Starlingx-discuss] Fail to change config of nova-compute container Message-ID: <9700A18779F35F49AF027300A49E7C76608C92C9 at SHSMSX105.ccr.corp.intel.com> Content-Type: text/plain; charset="utf-8" Hi, For nova-compute, it is due to this configuration is overrides by sysinv in below code. https://opendev.org/starlingx/config/src/branch/master/sysinv/sysinv/sysinv/sysinv/helm/nova.py#L363 Best Regards Shuicheng From: 胡天昊 [mailto:hu.tianhao at 99cloud.net] Sent: Friday, September 6, 2019 2:13 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Fail to change config of nova-compute container Hi guys, Recently I got a problem when I try to change config of nova-compute.After run the the following command : system helm-override-update six-openstack nova openstack --value nova.yml system application-apply six-openstack I find that config of every container about nova(just like nova-conductor and nova-scheduler) has changed except nova-compute. Here is my nova.yml file. conf: nova: libvirt: images_type: rbd I can find 'images_type: rbd' in /etc/nova/nova.conf in every container about nova but in nova-compute I just find 'images_type: default'. My system is virtual standard with controller storage r2.0 following the guide(https://docs.starlingx.io/deploy_install_guides/current/virtual_controller_storage.html). I don't understand why this happened. Can anyone give me some help? Thanks Hu Tianhao -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 3 Date: Mon, 9 Sep 2019 14:39:05 +0800 From: Ezpeer Chen To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Storage configuration Issue for STX R2.0 Message-ID: Content-Type: text/plain; charset="utf-8" Dear all, AIO Simplex: https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html Add an OSD on controller-0 for ceph: system host-disk-list controller-0system host-disk-list controller-0 | awk '/\/dev\/sdb/{print $2}' | xargs -i system host-stor-add controller-0 {}system host-stor-list controller-0 There's only one hard disk so there's no /dev/sdb. How to configure it? Thanks a lot. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Subject: Digest Footer _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss ------------------------------ End of Starlingx-discuss Digest, Vol 16, Issue 32 ************************************************* From Frank.Miller at windriver.com Mon Sep 9 14:59:05 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Mon, 9 Sep 2019 14:59:05 +0000 Subject: [Starlingx-discuss] StarlingX Weekly Containerization Meeting In-Reply-To: References: Message-ID: Due to a fire alarm that just went off - this meeting will be cancelled today. I will contact people individually for updates. Frank -----Original Appointment----- From: Miller, Frank Sent: Friday, September 06, 2019 5:23 PM To: Miller, Frank; starlingx-discuss at lists.starlingx.io Cc: Balaraj, Juanita; Kuhl, Brian Subject: StarlingX Weekly Containerization Meeting When: Monday, September 09, 2019 11:00 AM-11:30 AM (UTC-05:00) Eastern Time (US & Canada). Where: https://zoom.us/j/342730236 Folks: I'd appreciate your attendance to update us on the following. If you cannot attend please send a brief email update before the meeting. Thank-you. Agenda for September 9 meeting: 1. stx gating bugs (28, 4 High, 24 Medium) : https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.containers a) Updates on High Priority bugs - what is plan to closure?: o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1827246 Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local [Zhipeng Liu] o 1836609 application apply fails after compute lock and unlock [Stefan Dinescu] o 1838659 kubernetes apiserver certificate needs rotation [Mingyuan Qi] b) Updates on older Medium priority bugs - what is the plan to address or close as invalid/not reproducible./etc? o 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] o 1817958 Containers: Worker nodes are pulling from external registry instead from the internal registry [Erich Cordoba] o 1819021 manifest.yaml with test "enabled: true" fails to apply [An Ran] o 1819688 Image conversion fails with large qcow2 guest image due to insufficient filesystem size [Kristine Bujold] o 1823375 After force reboot of active controller keystone-api pod sometimes hangs [Yong Hu] o 1824881 Unlock after force lock enabled the worker according to maintenance but hypervisor remained down [Erich Cordoba] o 1825056 AIO-SX: overrides for vcpu_pin_set not updated after Platform cpu assignment update and unlock [Jim Gauld] o 1829931 AIO-DX: hypervisor is not up in 5 mins after unlocked standby controller becomes available [Bart Wensley] 2. Stx.3.0 features: a) Status update and forecast for code completion date for the following: o 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] o 2004008: [Feature] Create HELM chart for Fault project [Mario Arevalo/An Ran] o 2005860: Upversion container components [Al Bailey] o [NEW]: Collect tool enhancements for containers [Dan Voiculeasa] b) The following SBs can be accepted: o 2006274: Support authenticated registry for bootstrap and application apply https://storyboard.openstack.org/#!/story/2006274 o 2006295: Support Single huge page size for openstack worker node https://storyboard.openstack.org/#!/story/2006295 3. Other topics? Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.friesen at windriver.com Mon Sep 9 15:51:28 2019 From: chris.friesen at windriver.com (Chris Friesen) Date: Mon, 9 Sep 2019 09:51:28 -0600 Subject: [Starlingx-discuss] Fail to change config of nova-compute container In-Reply-To: <9700A18779F35F49AF027300A49E7C76608C92C9@SHSMSX105.ccr.corp.intel.com> References: <9700A18779F35F49AF027300A49E7C76608C92C9@SHSMSX105.ccr.corp.intel.com> Message-ID: <1e7c232f-af09-c145-b982-ac66435f6b8e@windriver.com> This is arguably a bug...the intent of the "system helm-override-update" command was to allow the admin to override system-configured settings. Chris On 9/8/2019 6:27 PM, Lin, Shuicheng wrote: > > Hi, > > For nova-compute, it is due to this configuration is overrides by > sysinv in below code. > > https://opendev.org/starlingx/config/src/branch/master/sysinv/sysinv/sysinv/sysinv/helm/nova.py#L363 > > Best Regards > > Shuicheng > > *From:*胡天昊[mailto:hu.tianhao at 99cloud.net] > *Sent:* Friday, September 6, 2019 2:13 PM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Fail to change config of nova-compute > container > > Hi guys, > > Recently I got a problem when I try to change config of > nova-compute.After run the the following command : > > system helm-override-update six-openstack nova openstack --value nova.yml > > system application-apply six-openstack > > I find that config of every container about nova(just like > nova-conductor and nova-scheduler) has changed except nova-compute. > Here is my nova.yml file. > > conf: > > nova: > >   libvirt: > >     images_type: rbd > > I can find 'images_type: rbd' in /etc/nova/nova.conf in every > container about nova but in nova-compute I just find 'images_type: > default'. > > My system is virtual standard with controller storage r2.0 following > the > guide(https://docs.starlingx.io/deploy_install_guides/current/virtual_controller_storage.html). > > I don't understand why this happened. Can anyone give me some help? > > Thanks > > Hu Tianhao > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Frank.Miller at windriver.com Mon Sep 9 15:54:42 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Mon, 9 Sep 2019 15:54:42 +0000 Subject: [Starlingx-discuss] Request updates for Containerization (was RE: StarlingX Weekly Containerization Meeting) Message-ID: Folks: Unfortunately due to a fire alarm (unexpected test alarm) this morning just as the meeting was about to start, I had to cancel the meeting. However I now ask for updates for agenda items that I do not yet have updates for - please update the etherpad directly or send me an email update in the next day for the following: Erich Cordoba: * 1817958 Containers: Worker nodes are pulling from external registry instead from the internal registry [Erich Cordoba] * 1824881 Unlock after force lock enabled the worker according to maintenance but hypervisor remained down [Erich Cordoba] An Ran: * 1819021 manifest.yaml with test "enabled: true" fails to apply [An Ran] * Please provide a forecast date for your SB to be complete(2005937: Intel GPU K8s device plugin support in StarlingX) Kristine Bujold: * 1819688 Image conversion fails with large qcow2 guest image due to insufficient filesystem size [Kristine Bujold] Yong Hu: * 1823375 After force reboot of active controller keystone-api pod sometimes hangs [Yong Hu] Mario Arevalo: * Please provide a forecast date for your SB to be complete (2004008: [Feature] Create HELM chart for Fault project) * Are these the final 2 reviews for this SB? https://review.opendev.org/#/c/642925/ & https://review.opendev.org/#/c/680913/ Thank-you. Frank From: Miller, Frank [mailto:Frank.Miller at windriver.com] Sent: Monday, September 09, 2019 10:59 AM To: starlingx-discuss at lists.starlingx.io Cc: Balaraj, Juanita ; Kuhl, Brian Subject: Re: [Starlingx-discuss] StarlingX Weekly Containerization Meeting Due to a fire alarm that just went off - this meeting will be cancelled today. I will contact people individually for updates. Frank -----Original Appointment----- From: Miller, Frank Sent: Friday, September 06, 2019 5:23 PM To: Miller, Frank; starlingx-discuss at lists.starlingx.io Cc: Balaraj, Juanita; Kuhl, Brian Subject: StarlingX Weekly Containerization Meeting When: Monday, September 09, 2019 11:00 AM-11:30 AM (UTC-05:00) Eastern Time (US & Canada). Where: https://zoom.us/j/342730236 Folks: I'd appreciate your attendance to update us on the following. If you cannot attend please send a brief email update before the meeting. Thank-you. Agenda for September 9 meeting: 1. stx gating bugs (28, 4 High, 24 Medium) : https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.containers a) Updates on High Priority bugs - what is plan to closure?: * 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] * 1827246 Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local [Zhipeng Liu] * 1836609 application apply fails after compute lock and unlock [Stefan Dinescu] * 1838659 kubernetes apiserver certificate needs rotation [Mingyuan Qi] b) Updates on older Medium priority bugs - what is the plan to address or close as invalid/not reproducible./etc? * 1817936 Periodic message loss seen between VIM and OpenStack REST APIs [Austin Sun] * 1817958 Containers: Worker nodes are pulling from external registry instead from the internal registry [Erich Cordoba] * 1819021 manifest.yaml with test "enabled: true" fails to apply [An Ran] * 1819688 Image conversion fails with large qcow2 guest image due to insufficient filesystem size [Kristine Bujold] * 1823375 After force reboot of active controller keystone-api pod sometimes hangs [Yong Hu] * 1824881 Unlock after force lock enabled the worker according to maintenance but hypervisor remained down [Erich Cordoba] * 1825056 AIO-SX: overrides for vcpu_pin_set not updated after Platform cpu assignment update and unlock [Jim Gauld] * 1829931 AIO-DX: hypervisor is not up in 5 mins after unlocked standby controller becomes available [Bart Wensley] 2. Stx.3.0 features: a) Status update and forecast for code completion date for the following: * 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] * 2004008: [Feature] Create HELM chart for Fault project [Mario Arevalo/An Ran] * 2005860: Upversion container components [Al Bailey] * [NEW]: Collect tool enhancements for containers [Dan Voiculeasa] b) The following SBs can be accepted: * 2006274: Support authenticated registry for bootstrap and application apply https://storyboard.openstack.org/#!/story/2006274 * 2006295: Support Single huge page size for openstack worker node https://storyboard.openstack.org/#!/story/2006295 3. Other topics? Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: * Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 * Meeting ID: 342 730 236 * International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.friesen at windriver.com Mon Sep 9 15:58:19 2019 From: chris.friesen at windriver.com (Chris Friesen) Date: Mon, 9 Sep 2019 09:58:19 -0600 Subject: [Starlingx-discuss] Fail to change config of nova-compute container In-Reply-To: <1e7c232f-af09-c145-b982-ac66435f6b8e@windriver.com> References: <9700A18779F35F49AF027300A49E7C76608C92C9@SHSMSX105.ccr.corp.intel.com> <1e7c232f-af09-c145-b982-ac66435f6b8e@windriver.com> Message-ID: <4b033181-c0dd-aefc-55c3-47778df6a477@windriver.com> In this case rather than explicitly overriding nova.conf I think the "proper" way to get rbd storage is to set the "remote-storage" label on the node.  This allows the rbd_pool and rbd_cev_conf settings to be configured properly as well. Chris On 9/9/2019 9:51 AM, Chris Friesen wrote: > This is arguably a bug...the intent of the "system > helm-override-update" command was to allow the admin to override > system-configured settings. > > Chris > > On 9/8/2019 6:27 PM, Lin, Shuicheng wrote: >> >> Hi, >> >> For nova-compute, it is due to this configuration is overrides by >> sysinv in below code. >> >> https://opendev.org/starlingx/config/src/branch/master/sysinv/sysinv/sysinv/sysinv/helm/nova.py#L363 >> >> Best Regards >> >> Shuicheng >> >> *From:*胡天昊[mailto:hu.tianhao at 99cloud.net] >> *Sent:* Friday, September 6, 2019 2:13 PM >> *To:* starlingx-discuss at lists.starlingx.io >> *Subject:* [Starlingx-discuss] Fail to change config of nova-compute >> container >> >> Hi guys, >> >> Recently I got a problem when I try to change config of >> nova-compute.After run the the following command : >> >> system helm-override-update six-openstack nova openstack --value nova.yml >> >> system application-apply six-openstack >> >> I find that config of every container about nova(just like >> nova-conductor and nova-scheduler) has changed except nova-compute. >> Here is my nova.yml file. >> >> conf: >> >> nova: >> >>   libvirt: >> >>     images_type: rbd >> >> I can find 'images_type: rbd' in /etc/nova/nova.conf in every >> container about nova but in nova-compute I just find 'images_type: >> default'. >> >> My system is virtual standard with controller storage r2.0 following >> the >> guide(https://docs.starlingx.io/deploy_install_guides/current/virtual_controller_storage.html). >> >> I don't understand why this happened. Can anyone give me some help? >> >> Thanks >> >> Hu Tianhao >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Robert.Church at windriver.com Mon Sep 9 16:30:54 2019 From: Robert.Church at windriver.com (Church, Robert) Date: Mon, 9 Sep 2019 16:30:54 +0000 Subject: [Starlingx-discuss] Fail to change config of nova-compute container In-Reply-To: <4b033181-c0dd-aefc-55c3-47778df6a477@windriver.com> References: <9700A18779F35F49AF027300A49E7C76608C92C9@SHSMSX105.ccr.corp.intel.com> <1e7c232f-af09-c145-b982-ac66435f6b8e@windriver.com> <4b033181-c0dd-aefc-55c3-47778df6a477@windriver.com> Message-ID: <32AE2D53-F5AB-4687-8082-947852A976F4@windriver.com> As Chris mentioned, we are using a host label to drive this configuration on a per worker basis. If you want to enable this configuration for a specific openstack worker: $ system host-lock compute-0 $ system host-label-assign compute-0 remote-storage=enabled $ system host-unlock compute-0 If you look at the nova plugin, this configuration is set via a per-host override based on the host label. Your nova.yaml is setting the default configuration not the per-host configuration. I suspect that if we weren’t setting the per-host override for this value explicitly in the nova plugin based on the presence/absence of the label, then this value would apply to all nova pods across all the compute workers. Bob From: Chris Friesen Date: Monday, September 9, 2019 at 11:01 AM To: "starlingx-discuss at lists.starlingx.io" Subject: Re: [Starlingx-discuss] Fail to change config of nova-compute container In this case rather than explicitly overriding nova.conf I think the "proper" way to get rbd storage is to set the "remote-storage" label on the node. This allows the rbd_pool and rbd_cev_conf settings to be configured properly as well. Chris On 9/9/2019 9:51 AM, Chris Friesen wrote: This is arguably a bug...the intent of the "system helm-override-update" command was to allow the admin to override system-configured settings. Chris On 9/8/2019 6:27 PM, Lin, Shuicheng wrote: Hi, For nova-compute, it is due to this configuration is overrides by sysinv in below code. https://opendev.org/starlingx/config/src/branch/master/sysinv/sysinv/sysinv/sysinv/helm/nova.py#L363 Best Regards Shuicheng From: 胡天昊 [mailto:hu.tianhao at 99cloud.net] Sent: Friday, September 6, 2019 2:13 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Fail to change config of nova-compute container Hi guys, Recently I got a problem when I try to change config of nova-compute.After run the the following command : system helm-override-update six-openstack nova openstack --value nova.yml system application-apply six-openstack I find that config of every container about nova(just like nova-conductor and nova-scheduler) has changed except nova-compute. Here is my nova.yml file. conf: nova: libvirt: images_type: rbd I can find 'images_type: rbd' in /etc/nova/nova.conf in every container about nova but in nova-compute I just find 'images_type: default'. My system is virtual standard with controller storage r2.0 following the guide(https://docs.starlingx.io/deploy_install_guides/current/virtual_controller_storage.html). I don't understand why this happened. Can anyone give me some help? Thanks Hu Tianhao _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko.vancsa at gmail.com Mon Sep 9 16:54:28 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Mon, 9 Sep 2019 18:54:28 +0200 Subject: [Starlingx-discuss] Project overview slide deck update Message-ID: <416AFB17-F700-4A05-882F-39C4A9F62FC4@gmail.com> Hi StarlingX Community, I’m reaching out to you about the project overview slide deck that we have on the website. On last week’s community marketing planning call we had a good discussion about the needs for the deck. We agreed to keep the structure it has and have some additional more technical slides as deep dives as well. We plan to make the editable version available as well so it is easier to reuse. There are some proposals to the current slides that are all available from the meeting etherpad: https://etherpad.openstack.org/p/2019_StarlingX_Marketing_Plans We are collecting feedback on the etherpad and plan to discuss further plans and next steps on the next call which is on next Wednesday. __Please add your questions and comments to the etherpad and join the call in case you are interested in contributing to the slides.__ Please let me know if you have any questions. Thanks, Ildikó From vm.rod25 at gmail.com Mon Sep 9 16:59:43 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Mon, 9 Sep 2019 11:59:43 -0500 Subject: [Starlingx-discuss] what's the difference of the starlingx with Openstack In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3603EC7F@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3603EC7F@SHSMSX104.ccr.corp.intel.com> Message-ID: This is an important point to highlight If people in the community is asking for this kind of questions we might write a specific section on the front page that link to a blog about the differences. What do you think Mike Tullis/Ian? Regards On Fri, Sep 6, 2019 at 11:44 PM Xie, Cindy wrote: > > Hi, Liu Zheng, > > Not sure if you question got answered. I noticed that you are in China, and if you’re still interested, we have a StarlingX meetup event in Beijing on Sep 20th, and you’re welcome to join. Details see: https://etherpad.openstack.org/p/OpenSource-StarlingX_meetup-Beijing > > > > Thx. - cindy > > > > From: 504626684 > Sent: Tuesday, August 6, 2019 9:16 AM > To: Penney, Don ; Xie, Cindy ; starlingx-discuss ; Sun, Austin ; mailman ; luzitao at chinatelecom.cn > Subject: what's the difference of the starlingx with Openstack > > > > Hi, > > From now on, I read some projects and documents of Starlingx, but I haven't learned the real difference with the Openstack yet. > > Who have the infomation of this question, please tell me. > > Thank you. > > -- Liu zheng > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Mon Sep 9 17:07:00 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Mon, 9 Sep 2019 17:07:00 +0000 Subject: [Starlingx-discuss] Distro.openstack agenda for Sep 10th Message-ID: <9A85D2917C58154C960D95352B22818BD07C7CDF@fmsmsx123.amr.corp.intel.com> Please see below for the meeting agenda and also on: https://etherpad.openstack.org/p/stx-distro-openstack-meetings 09/10/2019 Meeting * OpenStack Train release Oct 16, : https://releases.openstack.org/train/schedule.html#t-final * TL/PL election * Transition to OpenStack master / Train - how/when do we do this? * Live migration patch status o https://review.opendev.org/#/q/topic:bp/numa-aware-live-migration+(status:open+OR+status:merged) * Upstream activities o Nova placement helm chart https://review.opendev.org/#/c/662229/ ? Zhipeng: the dependent patch is still waiting for W+1. o Orphan instance cleanup: https://review.openstack.org/#/c/627765/ ? Yongli: offline to update o NUMA topology: https://review.openstack.org/#/c/621476/ ? Yongli: offline to update o Nova Upstream Activities from 99Cloud: ? Wang Ya: https://review.opendev.org/#/q/branch:master+topic:bp/expose-auto-converge-post-copy ? https://review.opendev.org/674523 ? https://review.opendev.org/674525 o Wang Ya: https://review.opendev.org/#/q/project:openstack/nova+branch:master+topic:bp/cpu-model-selection ? https://review.opendev.org/670298 ? https://review.opendev.org/670300 ? 3 patches have got one +2, but still need more +2. Ya is pinging core reviewers. o 99Cloud to update other patch updates * Defect status / updates -------------- next part -------------- An HTML attachment was scrubbed... URL: From Gerry.Kopec at windriver.com Mon Sep 9 18:24:15 2019 From: Gerry.Kopec at windriver.com (Kopec, Gerald (Gerry)) Date: Mon, 9 Sep 2019 18:24:15 +0000 Subject: [Starlingx-discuss] Fail to change config of nova-compute container In-Reply-To: <32AE2D53-F5AB-4687-8082-947852A976F4@windriver.com> References: <9700A18779F35F49AF027300A49E7C76608C92C9@SHSMSX105.ccr.corp.intel.com> <1e7c232f-af09-c145-b982-ac66435f6b8e@windriver.com> <4b033181-c0dd-aefc-55c3-47778df6a477@windriver.com> <32AE2D53-F5AB-4687-8082-947852A976F4@windriver.com> Message-ID: <58CF5BABC9A76946A638A0E8AE48D173788F761A@ALA-MBD.corp.ad.wrs.com> Agree with what Bob is saying that you should normally set remote storage via host label. In terms of overriding the setting via system helm-override-update command. If the configuration is set as a per host override, then you have to override it in the overrides/nova_compute/hosts section of the nova config. Gerry From: Church, Robert [mailto:Robert.Church at windriver.com] Sent: Monday, September 09, 2019 12:31 PM To: Friesen, Chris; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Fail to change config of nova-compute container As Chris mentioned, we are using a host label to drive this configuration on a per worker basis. If you want to enable this configuration for a specific openstack worker: $ system host-lock compute-0 $ system host-label-assign compute-0 remote-storage=enabled $ system host-unlock compute-0 If you look at the nova plugin, this configuration is set via a per-host override based on the host label. Your nova.yaml is setting the default configuration not the per-host configuration. I suspect that if we weren’t setting the per-host override for this value explicitly in the nova plugin based on the presence/absence of the label, then this value would apply to all nova pods across all the compute workers. Bob From: Chris Friesen Date: Monday, September 9, 2019 at 11:01 AM To: "starlingx-discuss at lists.starlingx.io" Subject: Re: [Starlingx-discuss] Fail to change config of nova-compute container In this case rather than explicitly overriding nova.conf I think the "proper" way to get rbd storage is to set the "remote-storage" label on the node. This allows the rbd_pool and rbd_cev_conf settings to be configured properly as well. Chris On 9/9/2019 9:51 AM, Chris Friesen wrote: This is arguably a bug...the intent of the "system helm-override-update" command was to allow the admin to override system-configured settings. Chris On 9/8/2019 6:27 PM, Lin, Shuicheng wrote: Hi, For nova-compute, it is due to this configuration is overrides by sysinv in below code. https://opendev.org/starlingx/config/src/branch/master/sysinv/sysinv/sysinv/sysinv/helm/nova.py#L363 Best Regards Shuicheng From: 胡天昊 [mailto:hu.tianhao at 99cloud.net] Sent: Friday, September 6, 2019 2:13 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Fail to change config of nova-compute container Hi guys, Recently I got a problem when I try to change config of nova-compute.After run the the following command : system helm-override-update six-openstack nova openstack --value nova.yml system application-apply six-openstack I find that config of every container about nova(just like nova-conductor and nova-scheduler) has changed except nova-compute. Here is my nova.yml file. conf: nova: libvirt: images_type: rbd I can find 'images_type: rbd' in /etc/nova/nova.conf in every container about nova but in nova-compute I just find 'images_type: default'. My system is virtual standard with controller storage r2.0 following the guide(https://docs.starlingx.io/deploy_install_guides/current/virtual_controller_storage.html). I don't understand why this happened. Can anyone give me some help? Thanks Hu Tianhao _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Mon Sep 9 18:35:29 2019 From: scott.little at windriver.com (Scott Little) Date: Mon, 9 Sep 2019 14:35:29 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <333c1813-9ff8-d6a8-ef16-6fc862b79225@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <98F2C8C83A16254EB3DAEC57F3437778BEFB2421@ALA-MBD.corp.ad.wrs.com> <601fb79e-9d67-7c59-87c6-190ffa1e9735@windriver.com> <333c1813-9ff8-d6a8-ef16-6fc862b79225@windriver.com> Message-ID: <968bdea7-6ef9-85fe-6ad2-41adf5595138@windriver.com> Al is fixing up some missing .gitreviews on the new repos.  We should be able to get reviews passed zuul shortly. Thanks Al. Scott On 2019-09-09 9:53 a.m., Scott Little wrote: > We have a green sanity. > > The freeze is now lifted. > > There is a spreadsheet [1] that maps the location of packages from old > to new. > > Scott > > [1] > https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053 > > On 2019-09-06 9:38 a.m., Scott Little wrote: >> The docker image build was also successful. >> >> Scott >> >> On 2019-09-06 12:19 a.m., Little, Scott wrote: >>> We have a successful ISO build on CENGN.  I will be launching a >>> second build to test docker image creation. >>> >>> I still recommend we stay frozen for one more day while we await a >>> sanity result.  You can however start looking at the new code structure. >>> >>> A warning however.  The paths to our most active repos has changed.  >>> The 'stx-' prefix has been dropped from must repos.  e.g. >>> cgcs-root/stx/stx-integ is now just cgcs-root/stx/integ.  What this >>> meens is that a 'repo sync --force-sync' will delete >>> cgcs-root/stx/stx-integ and create cgcs-root/stx/integ from >>> scratch.  It won't just move the repo to the new install path. >>> Deleting the old path mean any work you may have saved in a side >>> branch or in stash will be gone! >>> >>> I strongly recommend you do one of two things. >>> >>> 1) Back up your work somewhere outside of the directory structure >>> controlled by the repo tool before you 'repo sync ...' >>> >>> 2) Set up a new root directory and start fresh with 'repo init ...' >>> and 'repo sync ...' >>> >>> ------------------------------------------------------------------------ >>> *From:* Scott Little [scott.little at windriver.com] >>> *Sent:* September 4, 2019 9:50 AM >>> *To:* starlingx-discuss at lists.starlingx.io >>> *Subject:* Re: [Starlingx-discuss] [Important] repo restructuring >>> >>> Reminder >>> >>> Please treat the code base as frozen.  No gerrit reviews, other than >>> the restructuring reviews I'll be publishing today, should be >>> receiving a WF+1 until further notice. >>> >>> Thanks for your cooperation. >>> >>> Scott >>> >>> >>> On 2019-09-03 2:33 p.m., Scott Little wrote: >>>> Pending a final green sanity result, the tentative restructure day >>>> will be Sept 4 (tomorrow). >>>> >>>> Please freeze ALL code submissions, starting at 1 pm UTC on Sept 4, >>>> until further notice. >>>> >>>> I'll be running a repo split tool. It will generate more than a >>>> dozen code reviews that will ALL have to be merged before we can >>>> unfreeze the code for general updates. >>>> >>>> After everything has merged, you'll need to ... >>>> >>>> 1) If you are working on code that has not been relocated (refer to >>>> spreadsheet [3]) then 'repo sync --force-sync' be sufficient.  >>>> Before doing that, be sure to save your work as a commit on a >>>> private working branch. >>>> >>>> 2) If your working on code that has been relocated,  Then your best >>>> bet is to start with a fresh 'repo init' into a new working >>>> directory.  Use 'git format-patch' or 'diff' to capture your work, >>>> and apply the patch at the new location.   Some surgery to path >>>> names may be required. >>>> >>>> Scott Little >>>> >>>> >>>> >>>> On 2019-08-30 4:09 p.m., Scott Little wrote: >>>>> >>>>> The layered build feature is getting ready for its initial >>>>> required changes [1] [2]. >>>>> >>>>> The first phase is a restructuring of the StarlingX git repos to >>>>> enable layered builds in the next phase.  In light of new package >>>>> additions in the last few weeks, there has been a few >>>>> modifications and additions to the spreadsheet [3] documenting all >>>>> the intended moves.  Edits are in blue text.  The intent is that >>>>> all package relocations will be history preserving. >>>>> >>>>> We plan to implement the git restructuring on the week of >>>>> September 3-6. >>>>> >>>>> My initial ask of the StarlingX community is that we *temporarily >>>>> freeze the addition of any new packages* while we make a final >>>>> test run. This means that any updates that touch a centos_pkgs_dir >>>>> file should not receive a WF+1 until the relocation is complete.  >>>>> After the relocation, you may need to re-issue your code review. >>>>> >>>>> Thanks for your co-operation. >>>>> >>>>> Scott Little >>>>> >>>>> [1] https://review.opendev.org/#/c/672288/ >>>>> >>>>> >>>>> [2] https://storyboard.openstack.org/#!/story/2006166 >>>>> >>>>> >>>>> [3] >>>>> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053891 >>>>> >>>>> >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>> >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko.vancsa at gmail.com Mon Sep 9 18:59:44 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Mon, 9 Sep 2019 20:59:44 +0200 Subject: [Starlingx-discuss] Edge whitepaper and tutorial authors needed Message-ID: <9ECA2FCA-D592-483E-B2D8-1882D9E3DC76@gmail.com> Hi, I’m reaching out to point you to two mail threads on the edge-computing mailing list. The edge working group is looking into writing up a second whitepaper with a few detailed use cases and information about the reference architecture work the group has been doing. If you are interested in this work please __reach out to me or check out this mail thread__: http://lists.openstack.org/pipermail/edge-computing/2019-September/000632.html The other work item is writing up edge tutorials about frameworks to a German magazine. __This is a short deadline activity, please reach out to me if you are interested in participating.__ For further information please see this mail thread: http://lists.openstack.org/pipermail/edge-computing/2019-September/000633.html Please let me know if you have questions to any of the above. Thanks, Ildikó From maria.g.perez.ibarra at intel.com Mon Sep 9 21:11:14 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Mon, 9 Sep 2019 21:11:14 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190909 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-09 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ada.cabrales at intel.com Mon Sep 9 21:49:49 2019 From: ada.cabrales at intel.com (Cabrales, Ada) Date: Mon, 9 Sep 2019 21:49:49 +0000 Subject: [Starlingx-discuss] [ Test ] meeting agenda for 09/10 Message-ID: <4F6AACE4B0F173488D033B02A8BB5B7E7CEBBA83@FMSMSX114.amr.corp.intel.com> Agenda for 09/10 1. Sanity status - Cristopher 2. Unified sanity - JC 3. stx.3.0 - release and feature testing plans - Ada 4. Opens From ezpeerchen at gmail.com Tue Sep 10 03:55:38 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 10 Sep 2019 11:55:38 +0800 Subject: [Starlingx-discuss] OAM interface can't be configured with OAM IP on STX R2.0 Message-ID: Dear all, AIO Simplex 2.0: https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html Issue: After "system host-unlock controller-0" and reboot, there's no OAM ip on OAM interface. [sysadmin at controller-0 ~(keystone_admin)]$ system oam-show +----------------+--------------------------------------+ | Property | Value | +----------------+--------------------------------------+ | created_at | 2019-09-10T02:37:54.294563+00:00 | | isystem_uuid | efa7c456-788d-4144-8532-baad22ffb84f | | oam_gateway_ip | 10.10.10.60 | | oam_ip | 10.10.10.61 | | oam_subnet | 10.0.0.0/8 | | updated_at | None | | uuid | 75d06a47-3809-4d59-958b-628d04c352ed | +----------------+--------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ [sysadmin at controller-0 ~(keystone_admin)]$ system interface-network-list controller-0 +--------------+--------------------------------------+--------+--------------+ | hostname | uuid | ifname | network_name | +--------------+--------------------------------------+--------+--------------+ | controller-0 | 9ca805ef-9c2c-4abb-9e01-43dc635b2584 | lo | cluster-host | | controller-0 | a46ed30e-9f6a-4707-9fb4-ff5e70efd43e | lo | mgmt | | controller-0 | b12d157c-4f50-45ee-80d2-e5bfc4c7d12f | enp2s0 | oam | +--------------+--------------------------------------+--------+--------------+ [sysadmin at controller-0 ~(keystone_admin)]$ enp2sp OAM interface has no ip address. Thanks a lot. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Gerry.Kopec at windriver.com Tue Sep 10 03:59:25 2019 From: Gerry.Kopec at windriver.com (Kopec, Gerald (Gerry)) Date: Tue, 10 Sep 2019 03:59:25 +0000 Subject: [Starlingx-discuss] [nova] server usage audit API In-Reply-To: References: Message-ID: <58CF5BABC9A76946A638A0E8AE48D173788F77BC@ALA-MBD.corp.ad.wrs.com> Looking at the openstack-discuss thread, it seems that they need to keep it. I'm not aware of anything in starlingx that is looking at this API though the audit is enabled by default by openstack-helm nova. From the thread though, it does appear that there is no purge mechanism for the task_log table in nova. Prior to stx2.0, we had a stx-nova patch that would purge task_log table records older than 30 days. So I'm thinking we should pull in any upstream nova fix that is proposed for this or help create one. Gerry -----Original Message----- From: Dean Troyer [mailto:dtroyer at gmail.com] Sent: Friday, September 06, 2019 9:27 PM To: starlingx Subject: [Starlingx-discuss] [nova] server usage audit API I'm not sure how many folks here also follow the openstack-discuss list so I'm bringing some attention to this bit of API that the Nova team is considering deprecating. http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009199.html melwitt> TL;DR: I have a question, does the Telemetry service (or any other service) still make use of the server usage audit log API in Nova [1]? Do any flock services use this API? If so we should head over to openstack-discuss and join the conversation. dt -- Dean Troyer dtroyer at gmail.com _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From chenjie.xu at intel.com Tue Sep 10 05:19:09 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Tue, 10 Sep 2019 05:19:09 +0000 Subject: [Starlingx-discuss] OAM interface can't be configured with OAM IP on STX R2.0 In-Reply-To: References: Message-ID: Hi Ezpeer, Has the OAM IP taken by other host on the same subnet already? Could you please attach the puppet log in the following path: /var/log/puppet/ Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Tuesday, September 10, 2019 11:56 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] OAM interface can't be configured with OAM IP on STX R2.0 Dear all, AIO Simplex 2.0: https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html Issue: After "system host-unlock controller-0" and reboot, there's no OAM ip on OAM interface. [sysadmin at controller-0 ~(keystone_admin)]$ system oam-show +----------------+--------------------------------------+ | Property | Value | +----------------+--------------------------------------+ | created_at | 2019-09-10T02:37:54.294563+00:00 | | isystem_uuid | efa7c456-788d-4144-8532-baad22ffb84f | | oam_gateway_ip | 10.10.10.60 | | oam_ip | 10.10.10.61 | | oam_subnet | 10.0.0.0/8 | | updated_at | None | | uuid | 75d06a47-3809-4d59-958b-628d04c352ed | +----------------+--------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ [sysadmin at controller-0 ~(keystone_admin)]$ system interface-network-list controller-0 +--------------+--------------------------------------+--------+--------------+ | hostname | uuid | ifname | network_name | +--------------+--------------------------------------+--------+--------------+ | controller-0 | 9ca805ef-9c2c-4abb-9e01-43dc635b2584 | lo | cluster-host | | controller-0 | a46ed30e-9f6a-4707-9fb4-ff5e70efd43e | lo | mgmt | | controller-0 | b12d157c-4f50-45ee-80d2-e5bfc4c7d12f | enp2s0 | oam | +--------------+--------------------------------------+--------+--------------+ [sysadmin at controller-0 ~(keystone_admin)]$ enp2sp OAM interface has no ip address. Thanks a lot. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Tue Sep 10 06:51:44 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 10 Sep 2019 14:51:44 +0800 Subject: [Starlingx-discuss] OAM interface can't be configured with OAM IP on STX R2.0 In-Reply-To: References: Message-ID: Dear Chenjie, Other host occupied that IP without ping response. As a user , i thought that OAM ip should be a static IP configuration. No matter if other host occupy OAM ip , the OAM interface should be configured with OAM IP. This is my suggestion. Thanks for your help. Best Regards, Xu, Chenjie 於 2019年9月10日 週二 下午1:19寫道: > Hi Ezpeer, > > Has the OAM IP taken by other host on the same subnet already? Could you > please attach the puppet log in the following path: > /var/log/puppet/ > > > > Best Regards, > > Xu, Chenjie > > > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Tuesday, September 10, 2019 11:56 AM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] OAM interface can't be configured with OAM > IP on STX R2.0 > > > > Dear all, > > > > AIO Simplex 2.0: > > > https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html > > > > Issue: > > After "system host-unlock controller-0" and reboot, there's no OAM ip on > OAM interface. > > > > > > [sysadmin at controller-0 ~(keystone_admin)]$ system oam-show > +----------------+--------------------------------------+ > | Property | Value | > +----------------+--------------------------------------+ > | created_at | 2019-09-10T02:37:54.294563+00:00 | > | isystem_uuid | efa7c456-788d-4144-8532-baad22ffb84f | > | oam_gateway_ip | 10.10.10.60 | > | oam_ip | 10.10.10.61 | > | oam_subnet | 10.0.0.0/8 | > | updated_at | None | > | uuid | 75d06a47-3809-4d59-958b-628d04c352ed | > +----------------+--------------------------------------+ > > [sysadmin at controller-0 ~(keystone_admin)]$ > > > > [sysadmin at controller-0 ~(keystone_admin)]$ system interface-network-list > controller-0 > > +--------------+--------------------------------------+--------+--------------+ > | hostname | uuid | ifname | > network_name | > > +--------------+--------------------------------------+--------+--------------+ > | controller-0 | 9ca805ef-9c2c-4abb-9e01-43dc635b2584 | lo | > cluster-host | > | controller-0 | a46ed30e-9f6a-4707-9fb4-ff5e70efd43e | lo | mgmt > | > | controller-0 | b12d157c-4f50-45ee-80d2-e5bfc4c7d12f | enp2s0 | oam > | > > +--------------+--------------------------------------+--------+--------------+ > [sysadmin at controller-0 ~(keystone_admin)]$ > > > > enp2sp OAM interface has no ip address. > > > > > > Thanks a lot. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Tue Sep 10 06:54:25 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Tue, 10 Sep 2019 06:54:25 +0000 Subject: [Starlingx-discuss] OAM interface can't be configured with OAM IP on STX R2.0 In-Reply-To: References: Message-ID: Hi Ezpeer, You are welcome! Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Tuesday, September 10, 2019 2:52 PM To: Xu, Chenjie Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] OAM interface can't be configured with OAM IP on STX R2.0 Dear Chenjie, Other host occupied that IP without ping response. As a user , i thought that OAM ip should be a static IP configuration. No matter if other host occupy OAM ip , the OAM interface should be configured with OAM IP. This is my suggestion. Thanks for your help. Best Regards, Xu, Chenjie > 於 2019年9月10日 週二 下午1:19寫道: Hi Ezpeer, Has the OAM IP taken by other host on the same subnet already? Could you please attach the puppet log in the following path: /var/log/puppet/ Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Tuesday, September 10, 2019 11:56 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] OAM interface can't be configured with OAM IP on STX R2.0 Dear all, AIO Simplex 2.0: https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html Issue: After "system host-unlock controller-0" and reboot, there's no OAM ip on OAM interface. [sysadmin at controller-0 ~(keystone_admin)]$ system oam-show +----------------+--------------------------------------+ | Property | Value | +----------------+--------------------------------------+ | created_at | 2019-09-10T02:37:54.294563+00:00 | | isystem_uuid | efa7c456-788d-4144-8532-baad22ffb84f | | oam_gateway_ip | 10.10.10.60 | | oam_ip | 10.10.10.61 | | oam_subnet | 10.0.0.0/8 | | updated_at | None | | uuid | 75d06a47-3809-4d59-958b-628d04c352ed | +----------------+--------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ [sysadmin at controller-0 ~(keystone_admin)]$ system interface-network-list controller-0 +--------------+--------------------------------------+--------+--------------+ | hostname | uuid | ifname | network_name | +--------------+--------------------------------------+--------+--------------+ | controller-0 | 9ca805ef-9c2c-4abb-9e01-43dc635b2584 | lo | cluster-host | | controller-0 | a46ed30e-9f6a-4707-9fb4-ff5e70efd43e | lo | mgmt | | controller-0 | b12d157c-4f50-45ee-80d2-e5bfc4c7d12f | enp2s0 | oam | +--------------+--------------------------------------+--------+--------------+ [sysadmin at controller-0 ~(keystone_admin)]$ enp2sp OAM interface has no ip address. Thanks a lot. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvmpublic at gmail.com Tue Sep 10 07:40:23 2019 From: pvmpublic at gmail.com (Pratik M.) Date: Tue, 10 Sep 2019 13:10:23 +0530 Subject: [Starlingx-discuss] StarlingX Bootimage.iso Queries In-Reply-To: <9700A18779F35F49AF027300A49E7C76608B3FD1@SHSMSX105.ccr.corp.intel.com> References: <9700A18779F35F49AF027300A49E7C76608B3FD1@SHSMSX105.ccr.corp.intel.com> Message-ID: Hi, I am facing the same issue w/ R2.0. The document link below recommends to "write in ISO mode". Should rather be "write in DD Image mode" https://docs.starlingx.io/deploy_install_guides/bootable_usb.html Thanks & Regards Pratik On Fri, Jul 12, 2019 at 12:46 PM Lin, Shuicheng wrote: > > Hi Gupta, > > For the 1st issue, please try to create the image in Linux system with cmd like below: > > sudo dd if=bootimage.iso of=/dev/sdb bs=1M && sync > > (sdb is the pen driver device) > > > > For the 2nd issue, StarlingX doesn’t support USB Ethernet in default. You need modify kernel configuration to support it if you want. > > Also StarlingX uses CentOS 7.6 with 3.10 kernel, which is a much old kernel. So not all usb Ethernet driver could be supported. > > Also there is other code need be updated to support USB Ethernet. > > You could have a try with below 2 patches applied: > > https://review.opendev.org/657291 > > https://review.opendev.org/657313 > > It will be much easier if you could add a PCI Ethernet card in your machine. J > > > > Best Regards > > Shuicheng > > > > From: Anirudh Gupta [mailto:Anirudh.Gupta at hsc.com] > Sent: Wednesday, July 10, 2019 3:18 PM > To: starlingx-discuss at lists.starlingx.io; starlingx-announce at lists.starlingx.io > Subject: [Starlingx-discuss] StarlingX Bootimage.iso Queries > > > > Hi Team, > > > > I have tried installing StarlingX 2018.10 and 2019.05 on my Dell,HP,Supermicro Server/Machines, but facing the following issues: > > > > If I create a bootable pen drive and try to install the image, it give me the following error > > > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - starting timeout scripts > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - starting timeout scripts > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - starting timeout scripts > > > > And eventually enters into the Grub. > > > > dracut:/# _ > > However this issue is not being faced when I install the Bootimage.iso by creating a bootable DVD. > > > > The image depicting the issue is attached in the mail. > > > > Is it compulsory to install bootimage.iso using CD/DVD only? > > > > The StarlingX is not able to detect USB to Ethernet NIC Adapter > > > > I have installed StarlingX in one of my machine which has only one on-board NIC. I have a USB to Ethernet available with me which is being detected on Windows/Linux. > > I have tested it with Windows Ubuntu Centos. > > But StarlingX is not able to detect it. It only detects the on-board NIC a machine has. > > Is it possible to detect USB to Ethernet NIC in StarlingX? > > > > > > Regards > > Anirudh Gupta > > DISCLAIMER: This electronic message and all of its contents, contains information which is privileged, confidential or otherwise protected from disclosure. The information contained in this electronic mail transmission is intended for use only by the individual or entity to which it is addressed. If you are not the intended recipient or may have received this electronic mail transmission in error, please notify the sender immediately and delete / destroy all copies of this electronic mail transmission without disclosing, copying, distributing, forwarding, printing or retaining any part of it. Hughes Systique accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus. > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From shuicheng.lin at intel.com Tue Sep 10 08:02:45 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Tue, 10 Sep 2019 08:02:45 +0000 Subject: [Starlingx-discuss] StarlingX Bootimage.iso Queries In-Reply-To: References: <9700A18779F35F49AF027300A49E7C76608B3FD1@SHSMSX105.ccr.corp.intel.com> Message-ID: <9700A18779F35F49AF027300A49E7C76608C999B@SHSMSX105.ccr.corp.intel.com> Hi, I have not tried Rufus on Windows. I tried other USB burn tool in Windows before, and the disk fail to boot up. So I would suggest use dd mode in Linux. If you find there is error in the document, feel free to point it out, and we have doc team to correct the page. Thanks. Best Regards Shuicheng -----Original Message----- From: Pratik M. [mailto:pvmpublic at gmail.com] Sent: Tuesday, September 10, 2019 3:40 PM To: Lin, Shuicheng Cc: Anirudh Gupta ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] StarlingX Bootimage.iso Queries Hi, I am facing the same issue w/ R2.0. The document link below recommends to "write in ISO mode". Should rather be "write in DD Image mode" https://docs.starlingx.io/deploy_install_guides/bootable_usb.html Thanks & Regards Pratik On Fri, Jul 12, 2019 at 12:46 PM Lin, Shuicheng wrote: > > Hi Gupta, > > For the 1st issue, please try to create the image in Linux system with cmd like below: > > sudo dd if=bootimage.iso of=/dev/sdb bs=1M && sync > > (sdb is the pen driver device) > > > > For the 2nd issue, StarlingX doesn’t support USB Ethernet in default. You need modify kernel configuration to support it if you want. > > Also StarlingX uses CentOS 7.6 with 3.10 kernel, which is a much old kernel. So not all usb Ethernet driver could be supported. > > Also there is other code need be updated to support USB Ethernet. > > You could have a try with below 2 patches applied: > > https://review.opendev.org/657291 > > https://review.opendev.org/657313 > > It will be much easier if you could add a PCI Ethernet card in your > machine. J > > > > Best Regards > > Shuicheng > > > > From: Anirudh Gupta [mailto:Anirudh.Gupta at hsc.com] > Sent: Wednesday, July 10, 2019 3:18 PM > To: starlingx-discuss at lists.starlingx.io; > starlingx-announce at lists.starlingx.io > Subject: [Starlingx-discuss] StarlingX Bootimage.iso Queries > > > > Hi Team, > > > > I have tried installing StarlingX 2018.10 and 2019.05 on my Dell,HP,Supermicro Server/Machines, but facing the following issues: > > > > If I create a bootable pen drive and try to install the image, it give > me the following error > > > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - > starting timeout scripts > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - > starting timeout scripts > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - > starting timeout scripts > > > > And eventually enters into the Grub. > > > > dracut:/# _ > > However this issue is not being faced when I install the Bootimage.iso by creating a bootable DVD. > > > > The image depicting the issue is attached in the mail. > > > > Is it compulsory to install bootimage.iso using CD/DVD only? > > > > The StarlingX is not able to detect USB to Ethernet NIC Adapter > > > > I have installed StarlingX in one of my machine which has only one on-board NIC. I have a USB to Ethernet available with me which is being detected on Windows/Linux. > > I have tested it with Windows Ubuntu Centos. > > But StarlingX is not able to detect it. It only detects the on-board NIC a machine has. > > Is it possible to detect USB to Ethernet NIC in StarlingX? > > > > > > Regards > > Anirudh Gupta > > DISCLAIMER: This electronic message and all of its contents, contains information which is privileged, confidential or otherwise protected from disclosure. The information contained in this electronic mail transmission is intended for use only by the individual or entity to which it is addressed. If you are not the intended recipient or may have received this electronic mail transmission in error, please notify the sender immediately and delete / destroy all copies of this electronic mail transmission without disclosing, copying, distributing, forwarding, printing or retaining any part of it. Hughes Systique accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus. > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From ezpeerchen at gmail.com Tue Sep 10 08:08:17 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 10 Sep 2019 16:08:17 +0800 Subject: [Starlingx-discuss] StarlingX Bootimage.iso Queries In-Reply-To: References: <9700A18779F35F49AF027300A49E7C76608B3FD1@SHSMSX105.ccr.corp.intel.com> Message-ID: Dear all, StarlingX could be installed from bootable USB no matter which version it is. I could use rufus software to create bootable STX USB with ISO mode. Dear Gupta, Your usb issue: Your grub should have this parameters "LABEL=OE_ISO_BOOT" Make sure "OE_ISO_BOOT" It will appear twice as the same. Both uppercase or lowercase. You can try it. Thanks Pratik M. 於 2019年9月10日 週二 下午3:43寫道: > Hi, > I am facing the same issue w/ R2.0. The document link below recommends > to "write in ISO mode". Should rather be "write in DD Image mode" > https://docs.starlingx.io/deploy_install_guides/bootable_usb.html > > Thanks & Regards > Pratik > > On Fri, Jul 12, 2019 at 12:46 PM Lin, Shuicheng > wrote: > > > > Hi Gupta, > > > > For the 1st issue, please try to create the image in Linux system with > cmd like below: > > > > sudo dd if=bootimage.iso of=/dev/sdb bs=1M && sync > > > > (sdb is the pen driver device) > > > > > > > > For the 2nd issue, StarlingX doesn’t support USB Ethernet in default. > You need modify kernel configuration to support it if you want. > > > > Also StarlingX uses CentOS 7.6 with 3.10 kernel, which is a much old > kernel. So not all usb Ethernet driver could be supported. > > > > Also there is other code need be updated to support USB Ethernet. > > > > You could have a try with below 2 patches applied: > > > > https://review.opendev.org/657291 > > > > https://review.opendev.org/657313 > > > > It will be much easier if you could add a PCI Ethernet card in your > machine. J > > > > > > > > Best Regards > > > > Shuicheng > > > > > > > > From: Anirudh Gupta [mailto:Anirudh.Gupta at hsc.com] > > Sent: Wednesday, July 10, 2019 3:18 PM > > To: starlingx-discuss at lists.starlingx.io; > starlingx-announce at lists.starlingx.io > > Subject: [Starlingx-discuss] StarlingX Bootimage.iso Queries > > > > > > > > Hi Team, > > > > > > > > I have tried installing StarlingX 2018.10 and 2019.05 on my > Dell,HP,Supermicro Server/Machines, but facing the following issues: > > > > > > > > If I create a bootable pen drive and try to install the image, it give > me the following error > > > > > > > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - > starting timeout scripts > > > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - > starting timeout scripts > > > > dracut-initqueue[628]: Warning: dracut-initqueue timeout - > starting timeout scripts > > > > > > > > And eventually enters into the Grub. > > > > > > > > dracut:/# _ > > > > However this issue is not being faced when I install the Bootimage.iso > by creating a bootable DVD. > > > > > > > > The image depicting the issue is attached in the mail. > > > > > > > > Is it compulsory to install bootimage.iso using CD/DVD only? > > > > > > > > The StarlingX is not able to detect USB to Ethernet NIC Adapter > > > > > > > > I have installed StarlingX in one of my machine which has only one > on-board NIC. I have a USB to Ethernet available with me which is being > detected on Windows/Linux. > > > > I have tested it with Windows Ubuntu Centos. > > > > But StarlingX is not able to detect it. It only detects the on-board NIC > a machine has. > > > > Is it possible to detect USB to Ethernet NIC in StarlingX? > > > > > > > > > > > > Regards > > > > Anirudh Gupta > > > > DISCLAIMER: This electronic message and all of its contents, contains > information which is privileged, confidential or otherwise protected from > disclosure. The information contained in this electronic mail transmission > is intended for use only by the individual or entity to which it is > addressed. If you are not the intended recipient or may have received this > electronic mail transmission in error, please notify the sender immediately > and delete / destroy all copies of this electronic mail transmission > without disclosing, copying, distributing, forwarding, printing or > retaining any part of it. Hughes Systique accepts no responsibility for > loss or damage arising from the use of the information transmitted by this > email including damage from virus. > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvmpublic at gmail.com Tue Sep 10 08:37:49 2019 From: pvmpublic at gmail.com (Pratik M.) Date: Tue, 10 Sep 2019 14:07:49 +0530 Subject: [Starlingx-discuss] R2.0 iso installation failure: USB device naming Message-ID: [re-sending since the previous message exceeded msg-size] Hi, I cannot seem to install the STX R2 iso using a USB key, since the SATA device naming on my server ends up assigning /dev/sda to the USB key (screenshot attached). And I believe the installer assumes the root device as /dev/sda. I tried both legacy and UEFI boot. Also what is the way to get to a root shell during the ananconda install? tty2 has a login prompt. I tried sysadmin/root with sysadmin/St8rlingX* combinations, to no avail. Thanks in advance Pratik From ezpeerchen at gmail.com Tue Sep 10 09:00:11 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 10 Sep 2019 17:00:11 +0800 Subject: [Starlingx-discuss] R2.0 iso installation failure: USB device naming In-Reply-To: References: Message-ID: Dear Pratik, I can't see your screenshot . What's your installation issue now ? Best regards, Pratik M. 於 2019年9月10日 週二 下午4:40寫道: > [re-sending since the previous message exceeded msg-size] > Hi, > I cannot seem to install the STX R2 iso using a USB key, since the > SATA device naming on my server ends up assigning /dev/sda to the USB > key (screenshot attached). And I believe the installer assumes the > root device as /dev/sda. > > I tried both legacy and UEFI boot. > > Also what is the way to get to a root shell during the ananconda > install? tty2 has a login prompt. I tried sysadmin/root with > sysadmin/St8rlingX* combinations, to no avail. > > Thanks in advance > Pratik > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Tue Sep 10 09:37:21 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 10 Sep 2019 17:37:21 +0800 Subject: [Starlingx-discuss] R2.0 iso installation failure: USB device naming In-Reply-To: References: Message-ID: Dear Pratik, I don't know the root cause. But i think this could workaround. You should have two hard disk. Go to the shell (ctrl+b+2) and use fdisk command to clear all your partitions on your hard disks and create new clear partition. Then use bootable usb to install STX again. You can try it. Thanks Pratik M. 於 2019年9月10日 週二 下午5:25寫道: > Hi, > The screenshot did not make it through since email exceeded mailer > limit. Trying again. > > The error is "ERROR: Specified installation (sda) or boot (sda) device > is a USB drive." > > Thanks in advance > > > On Tue, Sep 10, 2019 at 2:30 PM Ezpeer Chen wrote: > > > > Dear Pratik, > > > > I can't see your screenshot . > > > > What's your installation issue now ? > > > > > > > > Best regards, > > > > > > > > > > Pratik M. 於 2019年9月10日 週二 下午4:40寫道: > >> > >> [re-sending since the previous message exceeded msg-size] > >> Hi, > >> I cannot seem to install the STX R2 iso using a USB key, since the > >> SATA device naming on my server ends up assigning /dev/sda to the USB > >> key (screenshot attached). And I believe the installer assumes the > >> root device as /dev/sda. > >> > >> I tried both legacy and UEFI boot. > >> > >> Also what is the way to get to a root shell during the ananconda > >> install? tty2 has a login prompt. I tried sysadmin/root with > >> sysadmin/St8rlingX* combinations, to no avail. > >> > >> Thanks in advance > >> Pratik > >> > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Tue Sep 10 10:19:27 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Tue, 10 Sep 2019 12:19:27 +0200 Subject: [Starlingx-discuss] worker-utils was moved to a different repo, adjusting as needed. In-Reply-To: References: Message-ID: An HTML attachment was scrubbed... URL: From pvmpublic at gmail.com Tue Sep 10 11:53:23 2019 From: pvmpublic at gmail.com (Pratik M.) Date: Tue, 10 Sep 2019 17:23:23 +0530 Subject: [Starlingx-discuss] R2.0 iso installation failure: USB device naming In-Reply-To: References: Message-ID: On Tue, Sep 10, 2019 at 3:07 PM Ezpeer Chen wrote: > > You should have two hard disk. Yes, I do. But they were completely wiped (no partition). I will try creating a partition, in a bit. For now, I went ahead and used the IPMI virtual cdrom option to boot. But I think the root cause is the installer assumption that it wants to install in /dev/sda (below). Guess I will have to spin a custom iso. menu begin [...] append rootwait console=tty0 inst.text inst.stage2=hd:LABEL=oe_iso_boot inst.ks=hd:LABEL=oe_iso_boot:/ks.cfg boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 Thanks From dtroyer at gmail.com Tue Sep 10 13:26:42 2019 From: dtroyer at gmail.com (Dean Troyer) Date: Tue, 10 Sep 2019 08:26:42 -0500 Subject: [Starlingx-discuss] [nova] server usage audit API In-Reply-To: <58CF5BABC9A76946A638A0E8AE48D173788F77BC@ALA-MBD.corp.ad.wrs.com> References: <58CF5BABC9A76946A638A0E8AE48D173788F77BC@ALA-MBD.corp.ad.wrs.com> Message-ID: On Mon, Sep 9, 2019 at 10:59 PM Kopec, Gerald (Gerry) wrote: > Looking at the openstack-discuss thread, it seems that they need to keep it. > I'm not aware of anything in starlingx that is looking at this API though the audit is enabled by default by openstack-helm nova. Thank you for verifying for us Gerry. > From the thread though, it does appear that there is no purge mechanism for the task_log table in nova. > Prior to stx2.0, we had a stx-nova patch that would purge task_log table records older than 30 days. > So I'm thinking we should pull in any upstream nova fix that is proposed for this or help create one. It looks like Mel wants to add a nova-manage function to do this. We could point out the old nova patch as an alternate/additional solution. dt -- Dean Troyer dtroyer at gmail.com From Don.Penney at windriver.com Tue Sep 10 13:27:19 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Tue, 10 Sep 2019 13:27:19 +0000 Subject: [Starlingx-discuss] R2.0 iso installation failure: USB device naming In-Reply-To: References: Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC157FD0E@ALA-MBD.corp.ad.wrs.com> If you hit in the boot menu on your selection, you can edit the command-line. Update the boot_device and rootfs_device fields to the disk you'd like to use for the installation. As a side note, I will be introducing a build tool soon that provides an easy mechanism for a user to modify an ISO with new/updated boot parameters. -----Original Message----- From: Pratik M. [mailto:pvmpublic at gmail.com] Sent: Tuesday, September 10, 2019 7:53 AM To: Ezpeer Chen Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] R2.0 iso installation failure: USB device naming On Tue, Sep 10, 2019 at 3:07 PM Ezpeer Chen wrote: > > You should have two hard disk. Yes, I do. But they were completely wiped (no partition). I will try creating a partition, in a bit. For now, I went ahead and used the IPMI virtual cdrom option to boot. But I think the root cause is the installer assumption that it wants to install in /dev/sda (below). Guess I will have to spin a custom iso. menu begin [...] append rootwait console=tty0 inst.text inst.stage2=hd:LABEL=oe_iso_boot inst.ks=hd:LABEL=oe_iso_boot:/ks.cfg boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 Thanks _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Tue Sep 10 13:34:28 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Tue, 10 Sep 2019 13:34:28 +0000 Subject: [Starlingx-discuss] Distro.openstack meeting 9 / 10 / 2019 Message-ID: <9A85D2917C58154C960D95352B22818BD07C863B@fmsmsx123.amr.corp.intel.com> 09/10/2019 Meeting Openstack Train release Oct 16, : https://releases.openstack.org/train/schedule.html#t-final * TL/PL election * Transition to OpenStack master / Train - how/when do we do this? * When - as soon as possible. We can run off master. * Besides those projects which could be directly fetch from upstream to generate docker images, we might need additional efforts on following projects: ? 0. Create a manifest to pull from Train/master, do a private build and test it (Sanity) ? 1. stx-keystone on host: which was created from a SRPM (e.g. Source/openstack-keystone-15.0.0-0.2.0rc2.el7.src.rpm) + patches ? 2. starlingx-dashboard (plugin into horizon) ? 3. Port stx-nova branches with the latest NUMA live migration patches (which still haven't merged) - pull using the repo tool directly from gerrit (due to the dynamic changes, for example, in Stein, Dean made 2 branches stein.1 and stein.2 in "starlingx-staging") . Latest NUMA patches depend on new features in Train making backporting to Stein hard. ? 4. ironic (having configs in stx-config and patches in openstack-helm, might need efforts to adapt Ironic on Train) ? 4.5. Decide if we need to rebase openstack-helm and when. If needed rebase to the new version ? 5. Verify proper operation of helm overrides- Helm itself may lag the overall OpenStack release. We may find ourselves at the leading edge of Helm Train. * Live migration patch status * https://review.opendev.org/#/q/topic:bp/numa-aware-live-migration+(status:open+OR+status:merged) * We need these patches tested on Train - test Nova/Train with the patches applied and verify correct behavior - Ya at 99 to handle. * Upstream activities * Nova placement helm chart https://review.opendev.org/#/c/662229/ ? Zhipeng: the dependent patch is still waiting for W+1. * Orphan instance cleanup: https://review.openstack.org/#/c/627765/ ? Yongli: Witt concern the safe of this patch. Hard to tell if it's safe for all code flow. Not update due to handle topology's cli code. * NUMA topology: https://review.openstack.org/#/c/621476/ ? Yongli: 9/10 This patch is merged. ? python-novaclient patch is merged: https://review.opendev.org/#/c/670790/ ? python-openstackclient patch is reviewing: https://review.opendev.org/#/c/680928/ * Nova Upstream Activities from 99Cloud: ? Wang Ya: https://review.opendev.org/#/q/branch:master+topic:bp/expose-auto-converge-post-copy * targeted for U * https://review.opendev.org/674523 * https://review.opendev.org/674525 ? Wang Ya: https://review.opendev.org/#/q/project:openstack/nova+branch:master+topic:bp/cpu-model-selection * targeted for Train * https://review.opendev.org/670298 * https://review.opendev.org/670300 * 3 patches have got one +2, but still need more +2. Ya is pinging core reviewers. ? 99Cloud to update other patch updates * Defect status / updates * Two of our open High defects are believed to be caused by https://review.opendev.org/#/c/674719/ which was going to be reverted by Zhipeng, but the revert review has been abandoned. Yong to check with Zhipeng. -------------- next part -------------- An HTML attachment was scrubbed... URL: From hayde.martinez.landa at intel.com Tue Sep 10 15:05:25 2019 From: hayde.martinez.landa at intel.com (Martinez Landa, Hayde) Date: Tue, 10 Sep 2019 15:05:25 +0000 Subject: [Starlingx-discuss] worker-utils was moved to a different repo, adjusting as needed. In-Reply-To: References: Message-ID: <1ECDB8D0-F210-404D-93CE-858E72F4C2C2@intel.com> Sure, I’ll create it the _service file and send it to OBS. As we agreed last time, the _service file will be only in OBS and not in Gerrit. Best, Hayde From: "Dominig ar Foll (Intel Open Source)" Date: Tuesday, September 10, 2019 at 5:20 AM To: "starlingx-discuss at lists.starlingx.io" Subject: [Starlingx-discuss] worker-utils was moved to a different repo, adjusting as needed. Hello, as spec file needs to be changed, would it not be a good time to also create an _service to get the source directly from git ? Doing it in 2 step does not provide much value. Thought ? Dominig -------- Forwarded Message -------- Subject: Request 729585 created by haydemtzl (submit Cloud:StarlingX:2.0/worker-utils) Date: Mon, 09 Sep 2019 23:12:07 +0000 From: Hayde Martinez To: Dirk Mueller , Dominig ar Foll , Saul Wold Visit https://build.opensuse.org/request/show/729585 Description: worker-utils was moved to a different repo, adjusting as needed. Actions: - submit home:haydemtzl:branches:Cloud:StarlingX:2.0/worker-utils => Cloud:StarlingX:2.0/worker-utils old: ---- config-1.0.tar.gz new: ---- utilities-1.0.tar.gz spec files: ----------- --- worker-utils.spec +++ worker-utils.spec @@ -4,8 +4,8 @@ Release: %{tis_patch_ver}%{?_tis_dist} License: Apache-2.0 Group: System/Base -URL: https://opendev.org/starlingx/config -Source0: config-%{version}.tar.gz +URL: https://opendev.org/starlingx/utilities +Source0: utilities-%{version}.tar.gz BuildArch: noarch BuildRequires: systemd @@ -30,7 +30,7 @@ %define debug_package %{nil} %prep -%setup -n config/worker-utils/worker-utils +%setup -n utilities/utilities/worker-utils/worker-utils %build make other changes: -------------- ++++++ utilities-1.0.tar.gz (new) ++++++ deleted files: --- config-1.0.tar.gz To REVIEW against the previous version: osc request show --diff 729585 To ACCEPT the request: osc request accept 729585 --message="reviewed ok." To DECLINE the request: osc request decline 729585 --message="declined for reason xyz (see ... for background / policy / ...)." To REVOKE the request: osc request revoke 729585 --message="retracted because ..., sorry / thx / see better version ..." -- Configure notifications at https://build.opensuse.org/user/notifications openSUSE Build Service (https://build.opensuse.org/) -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.a.cobbley at intel.com Tue Sep 10 15:09:02 2019 From: david.a.cobbley at intel.com (Cobbley, David A) Date: Tue, 10 Sep 2019 15:09:02 +0000 Subject: [Starlingx-discuss] worker-utils was moved to a different repo, adjusting as needed. In-Reply-To: References: , Message-ID: <4158AD40-069B-47BB-96C6-6AFDBD1120B2@intel.com> Nectar, Ildiko at OSF asked Dominique to support this as he is local (relatively) tonget much needed publicity for STX. Dominique, all I our requests to to an SSP staff member, not your direct manager. --David C On Sep 10, 2019, at 3:20 AM, Dominig ar Foll (Intel Open Source) > wrote: Hello, as spec file needs to be changed, would it not be a good time to also create an _service to get the source directly from git ? Doing it in 2 step does not provide much value. Thought ? Dominig -------- Forwarded Message -------- Subject: Request 729585 created by haydemtzl (submit Cloud:StarlingX:2.0/worker-utils) Date: Mon, 09 Sep 2019 23:12:07 +0000 From: Hayde Martinez To: Dirk Mueller , Dominig ar Foll , Saul Wold Visit https://build.opensuse.org/request/show/729585 Description: worker-utils was moved to a different repo, adjusting as needed. Actions: - submit home:haydemtzl:branches:Cloud:StarlingX:2.0/worker-utils => Cloud:StarlingX:2.0/worker-utils old: ---- config-1.0.tar.gz new: ---- utilities-1.0.tar.gz spec files: ----------- --- worker-utils.spec +++ worker-utils.spec @@ -4,8 +4,8 @@ Release: %{tis_patch_ver}%{?_tis_dist} License: Apache-2.0 Group: System/Base -URL: https://opendev.org/starlingx/config -Source0: config-%{version}.tar.gz +URL: https://opendev.org/starlingx/utilities +Source0: utilities-%{version}.tar.gz BuildArch: noarch BuildRequires: systemd @@ -30,7 +30,7 @@ %define debug_package %{nil} %prep -%setup -n config/worker-utils/worker-utils +%setup -n utilities/utilities/worker-utils/worker-utils %build make other changes: -------------- ++++++ utilities-1.0.tar.gz (new) ++++++ deleted files: --- config-1.0.tar.gz To REVIEW against the previous version: osc request show --diff 729585 To ACCEPT the request: osc request accept 729585 --message="reviewed ok." To DECLINE the request: osc request decline 729585 --message="declined for reason xyz (see ... for background / policy / ...)." To REVOKE the request: osc request revoke 729585 --message="retracted because ..., sorry / thx / see better version ..." -- Configure notifications at https://build.opensuse.org/user/notifications openSUSE Build Service (https://build.opensuse.org/) _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Tue Sep 10 15:13:30 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Tue, 10 Sep 2019 15:13:30 +0000 Subject: [Starlingx-discuss] Agenda: Weekly StarlingX non-OpenStack distro meeting, 9/11 Message-ID: <2FD5DDB5A04D264C80D42CA35194914F36044036@SHSMSX104.ccr.corp.intel.com> All, This week I have very light agenda as below, please put what you want to discuss into etherpad or just reply this email: Agenda for 9/11 meeting:     1. Ceph containerization status update (Tingjie)     2. stx.3.0 bug review (Cindy)     3. Opens Thx. - cindy -----Original Appointment----- From: Xie, Cindy Sent: Thursday, April 25, 2019 5:42 PM To: Xie, Cindy; 'zhaos'; Wold, Saul; 'starlingx-discuss at lists.starlingx.io'; 'Rowsell, Brent' Cc: Armstrong, Robert H; 'Komiyama, Takeo'; 'Eslimi, Dariush'; 'Seiler, Glenn'; 'Peng Tan'; 'Chen, Jacky'; Gomez, Juan P; 'Waines, Greg'; 'Zhi Zhi2 Chang'; 'Badea, Daniel'; Jones, Bruce E; Chen, Tingjie; 'Carlos Cebrian'; Cobbley, David A; Hu, Wei W Subject: Weekly StarlingX non-OpenStack distro meeting When: Wednesday, September 11, 2019 9:00 PM-10:00 PM (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi. Where: https://zoom.us/j/342730236 . Cadence and time slot: o Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) . Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ . Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other From erich.cordoba.malibran at intel.com Tue Sep 10 15:43:08 2019 From: erich.cordoba.malibran at intel.com (Cordoba Malibran, Erich) Date: Tue, 10 Sep 2019 15:43:08 +0000 Subject: [Starlingx-discuss] pmond and systemd handling for fm-rest-api Message-ID: <931fb9cba8374700d2d8cf673353e7c27f68833d.camel@intel.com> Hi, I'm converting the fm-api init script to be handled completely by systemd, however I'm seeing that, once I created the unit file, pmod is constantly launching fm-api (which causes a failure in fm-api is there is a conflict in the network address usage). So, this is my unit file for fm-api. [Unit] Description=Fault Management REST API Service After=nfscommon.service sw-patch.service After=network-online.target systemd-udev-settle.service [Service] Type=simple RemainAfterExit=yes User=root ExecStart=/usr/bin/fm-api --config-file=/etc/fm/fm.conf PIDFile=/var/run/fm-api.pid [Install] WantedBy=multi-user.target Then I edit the /etc/pmon.d/fm-api.conf file to this: [process] process = fm-api pidfile = /var/run/fm-api.pid service = fm-api.service style = systemd ; ocf or lsb severity = major ; minor, major, critical restarts = 3 ; restarts before error assertion interval = 5 ; number of seconds to wait between restarts debounce = 20 ; number of seconds to wait before degrade clear What I've seen is that pmond is looking for the pidfile, but this is not created as this was done by the deleted init script[0]. Also, according to this comment[1], looking for the pidfile is the last resource but I can see frequent attempts to find this file, see below: $ sudo strace -e trace=file -p 86386 --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- open("/var/run/fm-api.pid", O_RDONLY) = -1 ENOENT (No such file or directory) --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3222970, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3222617, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x7efa, si_overrun=0, si_value={int=6853136, ptr=0x689210}} --- --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- open("/var/run/fm-api.pid", O_RDONLY) = -1 ENOENT (No such file or directory) --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x7ed1, si_overrun=0, si_value={int=6883584, ptr=0x690900}} --- Does anybody know what can be causing this behavior ? Thanks -Erich - [0] https://opendev.org/starlingx/fault/src/branch/master/fm-rest-api/fm/scripts/fm-api#L29 - [1] https://opendev.org/starlingx/metal/src/branch/master/mtce/src/pmon/pmonHdlr.cpp#L1621 From david.a.cobbley at intel.com Tue Sep 10 17:45:23 2019 From: david.a.cobbley at intel.com (Cobbley, David A) Date: Tue, 10 Sep 2019 17:45:23 +0000 Subject: [Starlingx-discuss] worker-utils was moved to a different repo, adjusting as needed. In-Reply-To: <4158AD40-069B-47BB-96C6-6AFDBD1120B2@intel.com> References: , <4158AD40-069B-47BB-96C6-6AFDBD1120B2@intel.com> Message-ID: Sorry, please ignore... From: Cobbley, David A Sent: Tuesday, September 10, 2019 8:09 AM To: Dominig ar Foll (Intel Open Source) Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] worker-utils was moved to a different repo, adjusting as needed. Nectar, Ildiko at OSF asked Dominique to support this as he is local (relatively) tonget much needed publicity for STX. Dominique, all I our requests to to an SSP staff member, not your direct manager. --David C On Sep 10, 2019, at 3:20 AM, Dominig ar Foll (Intel Open Source) > wrote: Hello, as spec file needs to be changed, would it not be a good time to also create an _service to get the source directly from git ? Doing it in 2 step does not provide much value. Thought ? Dominig -------- Forwarded Message -------- Subject: Request 729585 created by haydemtzl (submit Cloud:StarlingX:2.0/worker-utils) Date: Mon, 09 Sep 2019 23:12:07 +0000 From: Hayde Martinez To: Dirk Mueller , Dominig ar Foll , Saul Wold Visit https://build.opensuse.org/request/show/729585 Description: worker-utils was moved to a different repo, adjusting as needed. Actions: - submit home:haydemtzl:branches:Cloud:StarlingX:2.0/worker-utils => Cloud:StarlingX:2.0/worker-utils old: ---- config-1.0.tar.gz new: ---- utilities-1.0.tar.gz spec files: ----------- --- worker-utils.spec +++ worker-utils.spec @@ -4,8 +4,8 @@ Release: %{tis_patch_ver}%{?_tis_dist} License: Apache-2.0 Group: System/Base -URL: https://opendev.org/starlingx/config -Source0: config-%{version}.tar.gz +URL: https://opendev.org/starlingx/utilities +Source0: utilities-%{version}.tar.gz BuildArch: noarch BuildRequires: systemd @@ -30,7 +30,7 @@ %define debug_package %{nil} %prep -%setup -n config/worker-utils/worker-utils +%setup -n utilities/utilities/worker-utils/worker-utils %build make other changes: -------------- ++++++ utilities-1.0.tar.gz (new) ++++++ deleted files: --- config-1.0.tar.gz To REVIEW against the previous version: osc request show --diff 729585 To ACCEPT the request: osc request accept 729585 --message="reviewed ok." To DECLINE the request: osc request decline 729585 --message="declined for reason xyz (see ... for background / policy / ...)." To REVOKE the request: osc request revoke 729585 --message="retracted because ..., sorry / thx / see better version ..." -- Configure notifications at https://build.opensuse.org/user/notifications openSUSE Build Service (https://build.opensuse.org/) _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Tue Sep 10 18:34:45 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Tue, 10 Sep 2019 20:34:45 +0200 Subject: [Starlingx-discuss] pmond and systemd handling for fm-rest-api In-Reply-To: <931fb9cba8374700d2d8cf673353e7c27f68833d.camel@intel.com> References: <931fb9cba8374700d2d8cf673353e7c27f68833d.camel@intel.com> Message-ID: <41d1acaf-e01b-b8e1-0591-3ef858c8cfa9@fridu.net> Erich, systemD will not create the PID file for you, the PIDFile statement is used by systemD to locate the PID file, created by the launched service, in order to check that the service has started and is running if the monitor option is requested. PIDFile is used in the case of a "type=forked". What ever "type" is used,  the PID file is not created by systemD but by the launched service itself. So your issue, as you start fm-api directly, you need to get the PID written in the proper place. An ExecStartPost statement would likely help you. You could try to add the following line to your service file. It should create your missing PID file that is required by pmond. ExecStartPost=/bin/sh -c 'umask 022; pgrep fm-api > /var/run/fm-api.pid' Regards Dominig   On 10/09/2019 17:43, Cordoba Malibran, Erich wrote: > Hi, > > I'm converting the fm-api init script to be handled completely by > systemd, however I'm seeing that, once I created the unit file, pmod is > constantly launching fm-api (which causes a failure in fm-api is there > is a conflict in the network address usage). > > So, this is my unit file for fm-api. > > [Unit] > Description=Fault Management REST API Service > After=nfscommon.service sw-patch.service > After=network-online.target systemd-udev-settle.service > > [Service] > Type=simple > RemainAfterExit=yes > User=root > ExecStart=/usr/bin/fm-api --config-file=/etc/fm/fm.conf > PIDFile=/var/run/fm-api.pid > > [Install] > WantedBy=multi-user.target > > > Then I edit the /etc/pmon.d/fm-api.conf file to this: > > [process] > process = fm-api > pidfile = /var/run/fm-api.pid > service = fm-api.service > style = systemd ; ocf or lsb > severity = major ; minor, major, critical > restarts = 3 ; restarts before error assertion > interval = 5 ; number of seconds to wait between restarts > debounce = 20 ; number of seconds to wait before degrade > clear > > > What I've seen is that pmond is looking for the pidfile, but this is > not created as this was done by the deleted init script[0]. > > Also, according to this comment[1], looking for the pidfile is the last > resource but I can see frequent attempts to find this file, see below: > > $ sudo strace -e trace=file -p 86386 > > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > open("/var/run/fm-api.pid", O_RDONLY) = -1 ENOENT (No such file or directory) > --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3222970, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- > --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3222617, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x7efa, si_overrun=0, si_value={int=6853136, ptr=0x689210}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > open("/var/run/fm-api.pid", O_RDONLY) = -1 ENOENT (No such file or directory) > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x7ed1, si_overrun=0, si_value={int=6883584, ptr=0x690900}} --- > > > Does anybody know what can be causing this behavior ? > > Thanks > > > -Erich > > > - [0] https://opendev.org/starlingx/fault/src/branch/master/fm-rest-api/fm/scripts/fm-api#L29 > - [1] https://opendev.org/starlingx/metal/src/branch/master/mtce/src/pmon/pmonHdlr.cpp#L1621 > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Don.Penney at windriver.com Tue Sep 10 18:42:43 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Tue, 10 Sep 2019 18:42:43 +0000 Subject: [Starlingx-discuss] pmond and systemd handling for fm-rest-api In-Reply-To: <41d1acaf-e01b-b8e1-0591-3ef858c8cfa9@fridu.net> References: <931fb9cba8374700d2d8cf673353e7c27f68833d.camel@intel.com> <41d1acaf-e01b-b8e1-0591-3ef858c8cfa9@fridu.net> Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC157FFAE@ALA-MBD.corp.ad.wrs.com> You should be able to use $MAINPID for the PID, rather than pgrep. We have a number of cases in StarlingX repos doing something like: ExecStartPost=/bin/bash -c 'echo $MAINPID > /var/run/XXXXX.pid' Note that those cases do not set PIDFile. The following thread has a description of how systemd determines $MAINPID. If PIDFile is set, it would read the value from there, which would conflict with using it to write the pidfile: https://lists.freedesktop.org/archives/systemd-devel/2013-February/009201.html -----Original Message----- From: Dominig ar Foll (Intel Open Source) [mailto:dominig.arfoll at fridu.net] Sent: Tuesday, September 10, 2019 2:35 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] pmond and systemd handling for fm-rest-api Erich, systemD will not create the PID file for you, the PIDFile statement is used by systemD to locate the PID file, created by the launched service, in order to check that the service has started and is running if the monitor option is requested. PIDFile is used in the case of a "type=forked". What ever "type" is used,  the PID file is not created by systemD but by the launched service itself. So your issue, as you start fm-api directly, you need to get the PID written in the proper place. An ExecStartPost statement would likely help you. You could try to add the following line to your service file. It should create your missing PID file that is required by pmond. ExecStartPost=/bin/sh -c 'umask 022; pgrep fm-api > /var/run/fm-api.pid' Regards Dominig   On 10/09/2019 17:43, Cordoba Malibran, Erich wrote: > Hi, > > I'm converting the fm-api init script to be handled completely by > systemd, however I'm seeing that, once I created the unit file, pmod is > constantly launching fm-api (which causes a failure in fm-api is there > is a conflict in the network address usage). > > So, this is my unit file for fm-api. > > [Unit] > Description=Fault Management REST API Service > After=nfscommon.service sw-patch.service > After=network-online.target systemd-udev-settle.service > > [Service] > Type=simple > RemainAfterExit=yes > User=root > ExecStart=/usr/bin/fm-api --config-file=/etc/fm/fm.conf > PIDFile=/var/run/fm-api.pid > > [Install] > WantedBy=multi-user.target > > > Then I edit the /etc/pmon.d/fm-api.conf file to this: > > [process] > process = fm-api > pidfile = /var/run/fm-api.pid > service = fm-api.service > style = systemd ; ocf or lsb > severity = major ; minor, major, critical > restarts = 3 ; restarts before error assertion > interval = 5 ; number of seconds to wait between restarts > debounce = 20 ; number of seconds to wait before degrade > clear > > > What I've seen is that pmond is looking for the pidfile, but this is > not created as this was done by the deleted init script[0]. > > Also, according to this comment[1], looking for the pidfile is the last > resource but I can see frequent attempts to find this file, see below: > > $ sudo strace -e trace=file -p 86386 > > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > open("/var/run/fm-api.pid", O_RDONLY) = -1 ENOENT (No such file or directory) > --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3222970, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- > --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3222617, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x7efa, si_overrun=0, si_value={int=6853136, ptr=0x689210}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > open("/var/run/fm-api.pid", O_RDONLY) = -1 ENOENT (No such file or directory) > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x7ed1, si_overrun=0, si_value={int=6883584, ptr=0x690900}} --- > > > Does anybody know what can be causing this behavior ? > > Thanks > > > -Erich > > > - [0] https://opendev.org/starlingx/fault/src/branch/master/fm-rest-api/fm/scripts/fm-api#L29 > - [1] https://opendev.org/starlingx/metal/src/branch/master/mtce/src/pmon/pmonHdlr.cpp#L1621 > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From scott.little at windriver.com Tue Sep 10 20:11:54 2019 From: scott.little at windriver.com (Scott Little) Date: Tue, 10 Sep 2019 16:11:54 -0400 Subject: [Starlingx-discuss] distributedcloud-client build failures Message-ID: <19108bf0-3e18-447c-a156-56a644fc33cb@windriver.com> The following update, merged today, seems to be breaking builds for a number of folk. repo: opendev.org/starlingx/distcloud-client.git path: cgcs-root/stx/git/distributedcloud-client commit 44fe34031b3d265600433b22cdbe00a178912899 Merge: be95978 f817f1b Author: Zuul Date:   Tue Sep 10 13:07:36 2019 +0000     Merge "Update name in setup.cfg" commit f817f1b0f5ba610e40aafdc7fac6c8f3b95840f5 Author: Kristal Dale Date:   Thu Jan 31 14:25:07 2019 -0800     Update name in setup.cfg     Update name variable in setup.cfg to be the project name (stx-distcloud-client).     This is so the string above the left nav renders the correct project name     for docs and release notes (consistent with other stx projects).     Story: 2004900     Task: 29227     Change-Id: I58be0681b542f5e1b87dad4398b06d1057460d2d     Signed-off-by: Kristal Dale Error message ... Processing files: distributedcloud-client-dcmanagerclient-1.0.0-1.tis.24.noarch error: File not found: /builddir/build/BUILDROOT/distributedcloud-client-1.0.0-1.tis.24.x86_64/usr/lib/python2.7/site-packages/distributedcloud_client-*.egg-info -------------- next part -------------- An HTML attachment was scrubbed... URL: From Don.Penney at windriver.com Tue Sep 10 20:15:23 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Tue, 10 Sep 2019 20:15:23 +0000 Subject: [Starlingx-discuss] distributedcloud-client build failures In-Reply-To: <19108bf0-3e18-447c-a156-56a644fc33cb@windriver.com> References: <19108bf0-3e18-447c-a156-56a644fc33cb@windriver.com> Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC158001E@ALA-MBD.corp.ad.wrs.com> This update was reverted this afternoon: https://review.opendev.org/681314 From: Scott Little [mailto:scott.little at windriver.com] Sent: Tuesday, September 10, 2019 4:12 PM To: starlingx-discuss at lists.starlingx.io; kristal.dale at intel.com Subject: [Starlingx-discuss] distributedcloud-client build failures The following update, merged today, seems to be breaking builds for a number of folk. repo: opendev.org/starlingx/distcloud-client.git path: cgcs-root/stx/git/distributedcloud-client commit 44fe34031b3d265600433b22cdbe00a178912899 Merge: be95978 f817f1b Author: Zuul Date: Tue Sep 10 13:07:36 2019 +0000 Merge "Update name in setup.cfg" commit f817f1b0f5ba610e40aafdc7fac6c8f3b95840f5 Author: Kristal Dale Date: Thu Jan 31 14:25:07 2019 -0800 Update name in setup.cfg Update name variable in setup.cfg to be the project name (stx-distcloud-client). This is so the string above the left nav renders the correct project name for docs and release notes (consistent with other stx projects). Story: 2004900 Task: 29227 Change-Id: I58be0681b542f5e1b87dad4398b06d1057460d2d Signed-off-by: Kristal Dale Error message ... Processing files: distributedcloud-client-dcmanagerclient-1.0.0-1.tis.24.noarch error: File not found: /builddir/build/BUILDROOT/distributedcloud-client-1.0.0-1.tis.24.x86_64/usr/lib/python2.7/site-packages/distributedcloud_client-*.egg-info -------------- next part -------------- An HTML attachment was scrubbed... URL: From maria.g.perez.ibarra at intel.com Tue Sep 10 22:52:21 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Tue, 10 Sep 2019 22:52:21 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190910 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-10 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Wed Sep 11 09:06:52 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 11 Sep 2019 11:06:52 +0200 Subject: [Starlingx-discuss] MultiOS: call of python via #!/usr/bin/env Message-ID: <3ffef31d-4f03-83fb-297c-b9a2bf1211d4@fridu.net> Hello, We have a error raised by the Open Build System from OpenSUSE (OBS) due to the use of "#!/usr/bin/env" as interpreter. This stops the OBS to correctly detect dependencies. The use of /usr/bin/env is tricky as it creates an undefined  build/run dependency on the target. Could someone explains why such trick is used ? I would need to get rid of it. Just want to find what will be required to be changed. If this is just to call python2 then #!/usr/bin/python2 would do. Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre [ 10s] worker-utils.noarch: E: env-script-interpreter (Badness: 9) /usr/bin/topology.py /usr/bin/env python [ 10s] This script uses 'env' as an interpreter. For the rpm runtime dependency [ 10s] detection to work, the shebang #!/usr/bin/env python needs to be patched into [ 10s] #!/usr/bin/python otherwise the package dependency generator merely adds a [ 10s] dependency on /usr/bin/env rather than the actual interpreter /usr/bin/python. [ 10s] Alternatively, if the file should not be executed, then ensure that it is not [ 10s] marked as executable or don't install it in a path that is reserved for [ 10s] executables. From dominig.arfoll at fridu.net Wed Sep 11 09:55:34 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 11 Sep 2019 11:55:34 +0200 Subject: [Starlingx-discuss] MultiOS: Tricks for OBS when removing tar file in favour of source from git Message-ID: <99852c36-c2e2-b6c5-9aef-12ecbea46f3f@fridu.net> Hello, as agreed, the move from using tar files as source for OBS in favour of direct download from git has started. Please note that when doing so, not only the _service must be created but often the spec file needs some changes. Please see some explanations bellow. The _service file need to look like this       git     https://opendev.org/starlingx/utilities     1.0     utilities/worker-utils/worker-utils     worker-utils     disable           gz     *.tar     where  points toward the git repo hosting the file is the suffix that you want to be added to your rpm package name (I guess 2.0 would now be more appropriate) is the the directory in which your project is located on the git tree the base name of the file that you will create for building, best to keep it the same as the package name (see Name: in spec file) The rest can remain unchanged for most packages. In the spec files the points to look at are : Name: worker-utils    This will be the name of the package and the content of the macro %{name}    best to keep it the same as in _service Version: 1.0    This will setup the %{version} variable,    best to get it aligned with in _service Release: %{tis_patch_ver}%{?_tis_dist}    This is specific to startlingX and MUST be defined in your project config in OBS (done for you if you create a branch)     osc meta prjconf        Macros:        %tis_patch_ver   1        :Macros License: Apache-2.0        This mandatory and must be using the correct OpenSUSE compliant typo. Source0: %{name}-%{version}.tar.gz        This is name of the source file created by osb_scm service.        If Name: and Version: are well setup in line _service, it will work out of the box. %setup    if you have well defined the in _service content and the macro Name: and Version in spec file,    You do not need any extra option. Building locally using osc build will show you errors and warnings. The OBS is a bit more tolerant than the local build but one that we will had rpmlint that will not be the case any more. So better to correct all errors and relevant warnings. Enjoy your day. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From ezpeerchen at gmail.com Wed Sep 11 10:33:58 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Wed, 11 Sep 2019 18:33:58 +0800 Subject: [Starlingx-discuss] [STX R2.0] Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local Message-ID: Dear all, This issus seems not fixed on STX R2.0. https://bugs.launchpad.net/starlingx/+bug/1827246 Is there any SOP about how to patch on STX R2.0? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Wed Sep 11 10:42:04 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Wed, 11 Sep 2019 10:42:04 +0000 Subject: [Starlingx-discuss] [STX R2.0] Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local In-Reply-To: References: Message-ID: <2FD5DDB5A04D264C80D42CA35194914F360457DC@SHSMSX104.ccr.corp.intel.com> + Zhipeng who might have some WR for you. Thx. - cindy From: Ezpeer Chen Sent: Wednesday, September 11, 2019 6:34 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [STX R2.0] Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local Dear all, This issus seems not fixed on STX R2.0. https://bugs.launchpad.net/starlingx/+bug/1827246 Is there any SOP about how to patch on STX R2.0? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Wed Sep 11 11:17:07 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 11 Sep 2019 11:17:07 +0000 Subject: [Starlingx-discuss] Community Call (Sep 11, 2019) Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF6BED@ALA-MBD.corp.ad.wrs.com> Hi folks, reminder of the Community call coming up later today. Topics on the agenda include these - feel free to add more at [0]. - 3.0 milestone-2 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190911T1400 From erich.cordoba.malibran at intel.com Wed Sep 11 12:44:35 2019 From: erich.cordoba.malibran at intel.com (Cordoba Malibran, Erich) Date: Wed, 11 Sep 2019 12:44:35 +0000 Subject: [Starlingx-discuss] pmond and systemd handling for fm-rest-api In-Reply-To: <6703202FD9FDFF4A8DA9ACF104AE129FC157FFAE@ALA-MBD.corp.ad.wrs.com> References: <931fb9cba8374700d2d8cf673353e7c27f68833d.camel@intel.com> <41d1acaf-e01b-b8e1-0591-3ef858c8cfa9@fridu.net> <6703202FD9FDFF4A8DA9ACF104AE129FC157FFAE@ALA-MBD.corp.ad.wrs.com> Message-ID: Hi Don, Thanks for the hint! It worked, now pmond is not launching the process over an over __ We'll this ExecStartPost line for all converted unit files managed by pmond. -Erich On 9/10/19, 1:43 PM, "Penney, Don" wrote: You should be able to use $MAINPID for the PID, rather than pgrep. We have a number of cases in StarlingX repos doing something like: ExecStartPost=/bin/bash -c 'echo $MAINPID > /var/run/XXXXX.pid' Note that those cases do not set PIDFile. The following thread has a description of how systemd determines $MAINPID. If PIDFile is set, it would read the value from there, which would conflict with using it to write the pidfile: https://lists.freedesktop.org/archives/systemd-devel/2013-February/009201.html -----Original Message----- From: Dominig ar Foll (Intel Open Source) [mailto:dominig.arfoll at fridu.net] Sent: Tuesday, September 10, 2019 2:35 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] pmond and systemd handling for fm-rest-api Erich, systemD will not create the PID file for you, the PIDFile statement is used by systemD to locate the PID file, created by the launched service, in order to check that the service has started and is running if the monitor option is requested. PIDFile is used in the case of a "type=forked". What ever "type" is used, the PID file is not created by systemD but by the launched service itself. So your issue, as you start fm-api directly, you need to get the PID written in the proper place. An ExecStartPost statement would likely help you. You could try to add the following line to your service file. It should create your missing PID file that is required by pmond. ExecStartPost=/bin/sh -c 'umask 022; pgrep fm-api > /var/run/fm-api.pid' Regards Dominig On 10/09/2019 17:43, Cordoba Malibran, Erich wrote: > Hi, > > I'm converting the fm-api init script to be handled completely by > systemd, however I'm seeing that, once I created the unit file, pmod is > constantly launching fm-api (which causes a failure in fm-api is there > is a conflict in the network address usage). > > So, this is my unit file for fm-api. > > [Unit] > Description=Fault Management REST API Service > After=nfscommon.service sw-patch.service > After=network-online.target systemd-udev-settle.service > > [Service] > Type=simple > RemainAfterExit=yes > User=root > ExecStart=/usr/bin/fm-api --config-file=/etc/fm/fm.conf > PIDFile=/var/run/fm-api.pid > > [Install] > WantedBy=multi-user.target > > > Then I edit the /etc/pmon.d/fm-api.conf file to this: > > [process] > process = fm-api > pidfile = /var/run/fm-api.pid > service = fm-api.service > style = systemd ; ocf or lsb > severity = major ; minor, major, critical > restarts = 3 ; restarts before error assertion > interval = 5 ; number of seconds to wait between restarts > debounce = 20 ; number of seconds to wait before degrade > clear > > > What I've seen is that pmond is looking for the pidfile, but this is > not created as this was done by the deleted init script[0]. > > Also, according to this comment[1], looking for the pidfile is the last > resource but I can see frequent attempts to find this file, see below: > > $ sudo strace -e trace=file -p 86386 > > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > open("/var/run/fm-api.pid", O_RDONLY) = -1 ENOENT (No such file or directory) > --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3222970, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- > --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3222617, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x7efa, si_overrun=0, si_value={int=6853136, ptr=0x689210}} --- > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x20, si_overrun=0, si_value={int=6882944, ptr=0x690680}} --- > open("/var/run/fm-api.pid", O_RDONLY) = -1 ENOENT (No such file or directory) > --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TIMER, si_timerid=0x7ed1, si_overrun=0, si_value={int=6883584, ptr=0x690900}} --- > > > Does anybody know what can be causing this behavior ? > > Thanks > > > -Erich > > > - [0] https://opendev.org/starlingx/fault/src/branch/master/fm-rest-api/fm/scripts/fm-api#L29 > - [1] https://opendev.org/starlingx/metal/src/branch/master/mtce/src/pmon/pmonHdlr.cpp#L1621 > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From yong.hu at intel.com Wed Sep 11 12:49:05 2019 From: yong.hu at intel.com (Yong Hu) Date: Wed, 11 Sep 2019 20:49:05 +0800 Subject: [Starlingx-discuss] [STX R2.0] Access to VM console not working as Horizon redirects to novncproxy.openstack.svc.cluster.local In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F360457DC@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F360457DC@SHSMSX104.ccr.corp.intel.com> Message-ID: Hi Ezpeer, While Zhipeng is working on a more elegant solution, you can temporarily set "novncproxy.openstack.svc.cluster.local" by your OAM IP on the host where you directly access Horizon via web browser. On 11/09/2019 6:42 PM, Xie, Cindy wrote: > + Zhipeng who might have some WR for you. > > Thx. - cindy > > *From:* Ezpeer Chen > *Sent:* Wednesday, September 11, 2019 6:34 PM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] [STX R2.0] Access to VM console not > working as Horizon redirects to novncproxy.openstack.svc.cluster.local > > Dear all, > > This issus seems not fixed on STX R2.0. > > https://bugs.launchpad.net/starlingx/+bug/1827246 > > Is there any SOP about how to patch on STX R2.0? > > Thanks. > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From fungi at yuggoth.org Wed Sep 11 13:35:30 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Wed, 11 Sep 2019 13:35:30 +0000 Subject: [Starlingx-discuss] MultiOS: call of python via #!/usr/bin/env In-Reply-To: <3ffef31d-4f03-83fb-297c-b9a2bf1211d4@fridu.net> References: <3ffef31d-4f03-83fb-297c-b9a2bf1211d4@fridu.net> Message-ID: <20190911133530.ql5od6xieq2zhw4l@yuggoth.org> On 2019-09-11 11:06:52 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: > We have a error raised by the Open Build System from OpenSUSE > (OBS) due to the use of "#!/usr/bin/env" as interpreter. This > stops the OBS to correctly detect dependencies. The use of > /usr/bin/env is tricky as it creates an undefined  build/run > dependency on the target. > > Could someone explains why such trick is used ? The short answer is that, historically, it was hard to guess what the full path to a particular script interpreter might be on any given system, but env is pretty much always at a known location so can be used to perform a dynamic path search for the named interpreter executable. This was a popular technique to improve script portability, but has also fallen victim to "cargo cult" behavior in the years since... developers just repeat the pattern without considering whether there's still any reason to do so. > I would need to get rid of it. Just want to find what will be > required to be changed. > > If this is just to call python2 then #!/usr/bin/python2 would do. [...] Assuming the interpreter you want will always be available at /usr/bin/python2 on systems where these scripts are meant to be run, that's the recommended solution, yes. You can also use some distbuild-time routine to patch the shebang lines of all scripts to refer to the correct interpreter path for the target system if it differs from the norm. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From cindy.xie at intel.com Wed Sep 11 13:42:50 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Wed, 11 Sep 2019 13:42:50 +0000 Subject: [Starlingx-discuss] Notes: Agenda: Weekly StarlingX non-OpenStack distro meeting, 9/11 Message-ID: <2FD5DDB5A04D264C80D42CA35194914F36045AA8@SHSMSX104.ccr.corp.intel.com> Agenda & Notes for 9/11 meeting: 1. Ceph containerization status update (Tingjie) update the storyboard and now working on helm-chart of rook. patch uploaded: https://review.opendev.org/#/c/681457/. verified in local environment (raw helm-chart, not starlingX), integration to StarlingX is WIP. sub-task w/ Martin - investigation for Ceph configuration. 36576. how many Ceph monitors we have for AIO-SX? Brent: right now we have 1 only (not 3). in legacy config, it's one for both SX and DX. AR: Martin to confirm the # of monitors for Ceph in stx.2.0. if we go to 3 monitors, it consumes 3GB memory and this is HW resource concerns of go w/ 3 monitors. Fermando from Ada's team got assigned to feature testing of Ceph containerization. Tingjie to review the test plan w/ Fermando, and can kick off the testing starting from next. ETA: Patch ready for reivew/feature testing/merge. AR: Cindy to check w/ Martin to get his estimation of the task 36576. 2. stx.3.0 bug review (Cindy) stx.distro.others: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.distro.other+stx.3.0&field.tags_combinator=ALL 1841478: timer waiting for RPC, bug reproduced by Yan. 1827080: https://review.opendev.org/#/c/678203/ need rework w/ Ovidiu's comments. AR: Tingjie to update the patch to check the reserved space. Need to reserve space for ceph-mon on all worker-nodes. 1827119: https://review.opendev.org/#/c/677424/, patch updated to address Daniel's. 1840267: Peng Peng to check if the behavior is expected. stx.storage: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.storage+stx.3.0&field.tags_combinator=ALL 1827063 , 1831635 and 1826886 , Tingjie to assign the bugs to other team members. 1842945: newly assigned. 3. Opens: None -----Original Message----- From: Xie, Cindy Sent: Tuesday, September 10, 2019 11:14 PM To: Wold, Saul ; 'starlingx-discuss at lists.starlingx.io' ; 'Rowsell, Brent' Subject: [Starlingx-discuss] Agenda: Weekly StarlingX non-OpenStack distro meeting, 9/11 All, This week I have very light agenda as below, please put what you want to discuss into etherpad or just reply this email: Agenda for 9/11 meeting:     1. Ceph containerization status update (Tingjie)     2. stx.3.0 bug review (Cindy)     3. Opens Thx. - cindy -----Original Appointment----- From: Xie, Cindy Sent: Thursday, April 25, 2019 5:42 PM To: Xie, Cindy; 'zhaos'; Wold, Saul; 'starlingx-discuss at lists.starlingx.io'; 'Rowsell, Brent' Cc: Armstrong, Robert H; 'Komiyama, Takeo'; 'Eslimi, Dariush'; 'Seiler, Glenn'; 'Peng Tan'; 'Chen, Jacky'; Gomez, Juan P; 'Waines, Greg'; 'Zhi Zhi2 Chang'; 'Badea, Daniel'; Jones, Bruce E; Chen, Tingjie; 'Carlos Cebrian'; Cobbley, David A; Hu, Wei W Subject: Weekly StarlingX non-OpenStack distro meeting When: Wednesday, September 11, 2019 9:00 PM-10:00 PM (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi. Where: https://zoom.us/j/342730236 . Cadence and time slot: o Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) . Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ . Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Wed Sep 11 14:05:15 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 11 Sep 2019 16:05:15 +0200 Subject: [Starlingx-discuss] MultiOS: call of python via #!/usr/bin/env In-Reply-To: <20190911133530.ql5od6xieq2zhw4l@yuggoth.org> References: <3ffef31d-4f03-83fb-297c-b9a2bf1211d4@fridu.net> <20190911133530.ql5od6xieq2zhw4l@yuggoth.org> Message-ID: On 11/09/2019 15:35, Jeremy Stanley wrote: > > [...] > > Assuming the interpreter you want will always be available at > /usr/bin/python2 on systems where these scripts are meant to be run, > that's the recommended solution, yes. You can also use some > distbuild-time routine to patch the shebang lines of all scripts to > refer to the correct interpreter path for the target system if it > differs from the norm. > As the target OS are all of Linux type, a python link will always be available at /usr/bin/python. As for the time being we want to enforce python2, I will propose to replace all the call to /usr/bin/env by a direct call to python. Remains to decide if we call directly python2 or just python. For me enforcing python2 by the OBS build system is easy (a simple "prefer: python2" statement in "project config" , so I would be happy to not enforce the pythin release on a per packet basis, but the people working on Pythin3 support may have a different opinion that I would like to know. Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From fungi at yuggoth.org Wed Sep 11 14:24:54 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Wed, 11 Sep 2019 14:24:54 +0000 Subject: [Starlingx-discuss] MultiOS: call of python via #!/usr/bin/env In-Reply-To: References: <3ffef31d-4f03-83fb-297c-b9a2bf1211d4@fridu.net> <20190911133530.ql5od6xieq2zhw4l@yuggoth.org> Message-ID: <20190911142454.a4rtm775kg75ielz@yuggoth.org> On 2019-09-11 16:05:15 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: [...] > Remains to decide if we call directly python2 or just python. > For me enforcing python2 by the OBS build system is easy (a simple > "prefer: python2" statement in "project config" , so I would be happy to > not enforce the pythin release on a per packet basis, but the people > working on Pythin3 support may have a different opinion that I would > like to know. The "python" (or "python2") and "python3" executables are interpreters for different programming languages. General consensus is that making a "python3" interpreter available as "python" is incorrect. A few distros have gone against this advice (notably Arch Linux), and have created a fair amount of pain for software authors as a result. I recommend using either #!/usr/bin/python2 or #!/usr/bin/python3 for clarity, and avoiding #!/usr/bin/python in new scripts if possible (but certainly never put #!/usr/bin/python in a Python-3.x-only script and expect the underlying system to provide a python3-compatible interpreter at /usr/bin/python, that's just asking for trouble). -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From vm.rod25 at gmail.com Wed Sep 11 14:54:19 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Wed, 11 Sep 2019 09:54:19 -0500 Subject: [Starlingx-discuss] MultiOS: call of python via #!/usr/bin/env In-Reply-To: <20190911142454.a4rtm775kg75ielz@yuggoth.org> References: <3ffef31d-4f03-83fb-297c-b9a2bf1211d4@fridu.net> <20190911133530.ql5od6xieq2zhw4l@yuggoth.org> <20190911142454.a4rtm775kg75ielz@yuggoth.org> Message-ID: On Wed, Sep 11, 2019 at 9:25 AM Jeremy Stanley wrote: > > On 2019-09-11 16:05:15 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: > [...] > > Remains to decide if we call directly python2 or just python. > > For me enforcing python2 by the OBS build system is easy (a simple > > "prefer: python2" statement in "project config" , so I would be happy to > > not enforce the pythin release on a per packet basis, but the people > > working on Pythin3 support may have a different opinion that I would > > like to know. > > The "python" (or "python2") and "python3" executables are > interpreters for different programming languages. General consensus > is that making a "python3" interpreter available as "python" is > incorrect. A few distros have gone against this advice (notably Arch > Linux), and have created a fair amount of pain for software authors > as a result. I recommend using either #!/usr/bin/python2 or > #!/usr/bin/python3 for clarity, and avoiding #!/usr/bin/python in > new scripts if possible (but certainly never put #!/usr/bin/python > in a Python-3.x-only script and expect the underlying system to > provide a python3-compatible interpreter at /usr/bin/python, that's > just asking for trouble). > -- > Jeremy Stanley So we agree that either #!/usr/bin/python2 or #!/usr/bin/python3 is better than #!/usr/bin/env . Am I right ? how many files needs this change ? > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Wed Sep 11 15:08:18 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 11 Sep 2019 17:08:18 +0200 Subject: [Starlingx-discuss] repo tool and starlingX: where is the meta file? Message-ID: <6de937a6-2af6-91fe-7c69-799c476a3aed@fridu.net> Hello, I wanted to ease my tracking of StarlingX code and I notice that in the deprecated wiki and in some message on this mailing list, the use of the repo tool for syncing source was name. Unfortunately, I could not find anywhere, the location of the repo meta file that I need as input to achieve my easy/lazy tracking of all the project code. Would someone be able to point me to the adequate documentation ? Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From erich.cordoba.malibran at intel.com Wed Sep 11 15:12:29 2019 From: erich.cordoba.malibran at intel.com (Cordoba Malibran, Erich) Date: Wed, 11 Sep 2019 15:12:29 +0000 Subject: [Starlingx-discuss] repo tool and starlingX: where is the meta file? In-Reply-To: <6de937a6-2af6-91fe-7c69-799c476a3aed@fridu.net> References: <6de937a6-2af6-91fe-7c69-799c476a3aed@fridu.net> Message-ID: <59B5EB0E-DFD7-4AA0-ACEF-52F1AA7B7DFA@intel.com> Hi, You can find the manifest file in the starlingx/manifest repo. https://opendev.org/starlingx/manifest/src/branch/master/default.xml and you can use it with: repo init -u https://opendev.org/starlingx/manifest.git -m default.xml - Erich On 9/11/19, 10:09 AM, "Dominig ar Foll (Intel Open Source)" wrote: Hello, I wanted to ease my tracking of StarlingX code and I notice that in the deprecated wiki and in some message on this mailing list, the use of the repo tool for syncing source was name. Unfortunately, I could not find anywhere, the location of the repo meta file that I need as input to achieve my easy/lazy tracking of all the project code. Would someone be able to point me to the adequate documentation ? Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From hayde.martinez.landa at intel.com Wed Sep 11 15:18:56 2019 From: hayde.martinez.landa at intel.com (Martinez Landa, Hayde) Date: Wed, 11 Sep 2019 15:18:56 +0000 Subject: [Starlingx-discuss] repo tool and starlingX: where is the meta file? In-Reply-To: <59B5EB0E-DFD7-4AA0-ACEF-52F1AA7B7DFA@intel.com> References: <6de937a6-2af6-91fe-7c69-799c476a3aed@fridu.net> <59B5EB0E-DFD7-4AA0-ACEF-52F1AA7B7DFA@intel.com> Message-ID: <1E1B2C2A-4DAD-4289-8E83-BFD42A29398D@intel.com> As Erich mentioned, Here is the link[0] to the documentation where it is explained [0] https://docs.starlingx.io/contributor/build_guides/current/index.html#download-source-code-repositories On 9/11/19, 10:13 AM, "Cordoba Malibran, Erich" wrote: Hi, You can find the manifest file in the starlingx/manifest repo. https://opendev.org/starlingx/manifest/src/branch/master/default.xml and you can use it with: repo init -u https://opendev.org/starlingx/manifest.git -m default.xml - Erich On 9/11/19, 10:09 AM, "Dominig ar Foll (Intel Open Source)" wrote: Hello, I wanted to ease my tracking of StarlingX code and I notice that in the deprecated wiki and in some message on this mailing list, the use of the repo tool for syncing source was name. Unfortunately, I could not find anywhere, the location of the repo meta file that I need as input to achieve my easy/lazy tracking of all the project code. Would someone be able to point me to the adequate documentation ? Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Bill.Zvonar at windriver.com Wed Sep 11 15:27:50 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 11 Sep 2019 15:27:50 +0000 Subject: [Starlingx-discuss] Community Call (Sep 11, 2019) Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF6EC4@ALA-MBD.corp.ad.wrs.com> Notes from today's meeting... - standing topics - any reviews that need attention? - nothing this week - sanity - any reds since last call? - nope - any unanswered calls for assistance on the mailing list? - issue with running on ansible playbook - Saichandu/Pavan from Calsoft: nothing on mailing list - Saichandu/Pavan to re-send to the mailing list, it doesn't seem to be there - offline installation for StarlingX R2.0 http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005909.html - we don't seem to have this documented yet - raises the general issue of how we get features documented - there were relevant features in 2.0 (private docker registry, docker proxy) - there's a 3.0 task list that Mike's tracking: https://storyboard.openstack.org/#!/story/2006289 - Cindy suggested a per-story task for capturing user documentation - Don suggested adding the docs repo to the manifest for repo sync - makes it visible - AR: Don change the manifest - docs, zuul-jobs & test - AR: Bruce identify the feature documentation gaps - Ildiko suggested documenting the process of adding customer documentation to the contributor guide - AR: Ildiko will look into this - vm boot from big size image timeout: vm boot from big size image timeout http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005910.html - he's in Forrest's team - Forrest to check if this got sorted out - 3.0 milestone-2 (Ghada) - decent progress - Code Merge Dates - A few features have merge dates beyong MS-3: Containerize Ceph, Containerize OVS-DPDK, B&R for openstack (likely won't make stx.3.0), DC for openstack (won't make stx.3.0) - Agreed that Feature Test can be lag MS-3 by two weeks (Oct 30) - Action: Ada to review and confirm that most features can come in by that date - The current exception is Containerized Ceph. Current Feature Test Date: Nov 8 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - all done except for the to-be-renamed system-client (nee: cgcs-client) - AR: Build Team to sort out how/when to finish this off - some options are available - project sub-team re-alignment - sgw - reviews are in progress - https://review.opendev.org/#/c/680514/ - need to close on this in the next 1-2 weeks for it to be in effect for the upcoming election - AR: something! - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - no comments on this - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - per Dean, we're ok (based on input from Gerry Kopec) - Dean further noted that this *was* in an OpenStack patch that didn't get upstreamed to Nova - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html - Open Action Required (AR) Summary - (see https://etherpad.openstack.org/p/stx-status-archive for archived actions) - -- -- - July 31, 2019 -- Ada/Numan -- combine sanity runs/reports - Sep 11/19: proposal was presented yesterday in the test meeting - working on getting Pytest running - Aug 14/19: they started discussing how to do this, a formal proposal is pending - Aug 7/19: Numan: will discuss w/ Ada this week, won't start until after 2.0 - Ada: Ada's team will do both, Numan will do RC1 and occasionally Master - it'll be run daily on both, for now anyways - if there are issues running on the virtualized environment, which branch should we focus on - - June 26, 2019 -- Numan/Yang -- arrange an automation framework info session for the Community - Sep 11/19: Cindy asked about the newly created stx-test repo - Al noted that Don just adding this to the manifest & anyone can contribute - Numan: it's in progress, plan to do it after 2.0 (or right near the end) - any Q&A before then will be appreciated - Ada noted that they've started to look at it a bit - June 26, 2019 -- Abraham -- provide a forecast for providing a Docker image list - Aug 21/19: Bill to ask Abraham for an update - per http://lists.starlingx.io/pipermail/starlingx-discuss/2019-June/005063.html - July 3: opened https://bugs.launchpad.net/starlingx/+bug/1834504, assigned to build team (Abraham) - June 5, 2019 --- -- provide requirements/input on Community Activity Dashboard (see notes from June 5 meeting) - Sep 5: Thierry added "Individual Contributor" page, see his email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005913.html - see https://starlingx.biterg.io/ & https://etherpad.openstack.org/p/stx-bitergia - Aug 14: several updates from Thierry on the stx-bitergia etherpad - July 3: see updates on stx-bitergia etherpad - June 19: added github repos & ansible-playbooks repo; request to see which commits a contributor has done - May 8, 2019 -- -- follow up with CENGN on storage for really large files for reference in Launchpads - Aug 21/19: Bill to ask the Build team to be tracking this as well, if they're not already - Aug 14: CENGN ready to do a trial - need a volunteer to work on this with CENGN (probably ~2-3 days of effort over a few weeks) - need to make sure that it's only StarlingX stuff being put there, some kind of monitoring job to do cleanup, etc. - July 31: CENGN is setting up a PoC for us, no firm date - July 24: waiting on CENGN - July 3: Frank reached out to CENGN, no response yet - June 5: team feels xv/split is cumbersome, max LP attach size is ~60M - OSF can't change LP directly ? it's owned by Canonical; maybe use http://paste.openstack.org/ ? - Frank to talk to CENGN about them providing the needed storage - May 29: Bruce followed up with the OSF team, the suggested using xv & split to permit logs to be stored within LP's size limits -----Original Message----- From: Zvonar, Bill Sent: Wednesday, September 11, 2019 7:17 AM To: starlingx-discuss at lists.starlingx.io Subject: Community Call (Sep 11, 2019) Hi folks, reminder of the Community call coming up later today. Topics on the agenda include these - feel free to add more at [0]. - 3.0 milestone-2 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190911T1400 From dominig.arfoll at fridu.net Wed Sep 11 15:40:05 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 11 Sep 2019 17:40:05 +0200 Subject: [Starlingx-discuss] repo tool and starlingX: where is the meta file? In-Reply-To: <1E1B2C2A-4DAD-4289-8E83-BFD42A29398D@intel.com> References: <6de937a6-2af6-91fe-7c69-799c476a3aed@fridu.net> <59B5EB0E-DFD7-4AA0-ACEF-52F1AA7B7DFA@intel.com> <1E1B2C2A-4DAD-4289-8E83-BFD42A29398D@intel.com> Message-ID: Thanks, it would be nice to find a link to such content here: https://docs.starlingx.io/developer_resources/navigate_source_code.html Sadly, it's an empty page. Can we just get the required extract visible from that page ? Dominig On 11/09/2019 17:18, Martinez Landa, Hayde wrote: > As Erich mentioned, > > Here is the link[0] to the documentation where it is explained > > [0] https://docs.starlingx.io/contributor/build_guides/current/index.html#download-source-code-repositories > > On 9/11/19, 10:13 AM, "Cordoba Malibran, Erich" wrote: > > Hi, > > You can find the manifest file in the starlingx/manifest repo. > > https://opendev.org/starlingx/manifest/src/branch/master/default.xml > > and you can use it with: > > repo init -u https://opendev.org/starlingx/manifest.git -m default.xml > > - Erich > > On 9/11/19, 10:09 AM, "Dominig ar Foll (Intel Open Source)" wrote: > > Hello, > > I wanted to ease my tracking of StarlingX code and I notice that in the > deprecated wiki and in some message on this mailing list, the use of the > repo tool for syncing source was name. > Unfortunately, I could not find anywhere, the location of the repo meta > file that I need as input to achieve my easy/lazy tracking of all the > project code. > Would someone be able to point me to the adequate documentation ? > Thanks. > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From dominig.arfoll at fridu.net Wed Sep 11 15:54:12 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 11 Sep 2019 17:54:12 +0200 Subject: [Starlingx-discuss] MultiOS: call of python via #!/usr/bin/env In-Reply-To: References: <3ffef31d-4f03-83fb-297c-b9a2bf1211d4@fridu.net> <20190911133530.ql5od6xieq2zhw4l@yuggoth.org> <20190911142454.a4rtm775kg75ielz@yuggoth.org> Message-ID: <486b2da7-8be0-a0c5-b6fc-1cc9937dd361@fridu.net> On 11/09/2019 16:54, Victor Rodriguez wrote: > > So we agree that either #!/usr/bin/python2 or #!/usr/bin/python3 is > better than #!/usr/bin/env . Am I right ? > how many files needs this change ? Unfortunately that trick has been used a lot. It was obviously systematic. for all script calls 589 dominig at dominig-t480:~/starlingx/git> grep -R --exclude-dir=\.* -F '#!/usr/bin/env' * |wc -l 589 Only for python 301 dominig at dominig-t480:~/starlingx/git> grep -R --exclude-dir=\.* -F '#!/usr/bin/env python' * |wc -l 301 -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From dominig.arfoll at fridu.net Wed Sep 11 16:28:10 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 11 Sep 2019 18:28:10 +0200 Subject: [Starlingx-discuss] MultiOS: call of python via #!/usr/bin/env (work around) In-Reply-To: <486b2da7-8be0-a0c5-b6fc-1cc9937dd361@fridu.net> References: <3ffef31d-4f03-83fb-297c-b9a2bf1211d4@fridu.net> <20190911133530.ql5od6xieq2zhw4l@yuggoth.org> <20190911142454.a4rtm775kg75ielz@yuggoth.org> <486b2da7-8be0-a0c5-b6fc-1cc9937dd361@fridu.net> Message-ID: <88276b04-ee58-8f9c-e9a1-007e5b8ebaec@fridu.net> Hello, due the number of files with that error, I have enabled a work around. Each packages on th eOBS has not an rpmlintrc file which reduce the badness of that error. I did not put is to 0 so, it will still be listed in the build log file. ----- MypackageName.rpmlintrc ---------- setBadness('script-without-shebang', 2) --------------------------------------------------------- The issue with python2 and 3 selection will still need to be tackled and at that time, it would be nice to correct those shebang. Dominig On 11/09/2019 17:54, Dominig ar Foll (Intel Open Source) wrote: > > On 11/09/2019 16:54, Victor Rodriguez wrote: >> So we agree that either #!/usr/bin/python2 or #!/usr/bin/python3 is >> better than #!/usr/bin/env . Am I right ? >> how many files needs this change ? > Unfortunately that trick has been used a lot. It was obviously systematic. > > for all script calls 589 > dominig at dominig-t480:~/starlingx/git> grep -R --exclude-dir=\.* -F > '#!/usr/bin/env' * |wc -l > 589 > > Only for python 301 > dominig at dominig-t480:~/starlingx/git> grep -R --exclude-dir=\.* -F > '#!/usr/bin/env python' * |wc -l > 301 > -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From dominig.arfoll at fridu.net Wed Sep 11 16:41:52 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 11 Sep 2019 18:41:52 +0200 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <333c1813-9ff8-d6a8-ef16-6fc862b79225@windriver.com> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <98F2C8C83A16254EB3DAEC57F3437778BEFB2421@ALA-MBD.corp.ad.wrs.com> <601fb79e-9d67-7c59-87c6-190ffa1e9735@windriver.com> <333c1813-9ff8-d6a8-ef16-6fc862b79225@windriver.com> Message-ID: <2d423d1a-e14e-c89b-34d2-412a3ed15fcf@fridu.net> On 09/09/2019 15:53, Scott Little wrote: > We have a green sanity. > > The freeze is now lifted. > > There is a spreadsheet [1] that maps the location of packages from old > to new. > > Scott > > [1] > https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053 > > The spread sheet is showing as an empty one. Lines 2 till 253 are hidden and the sheet is in read only for external user. Could you please help us to see where packages have been moved. I need it to re-enable build on OBS. Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From build.starlingx at gmail.com Wed Sep 11 17:49:57 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 11 Sep 2019 13:49:57 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_helm_charts - Build # 408 - Failure! Message-ID: <1078708777.215.1568224198188.JavaMail.javamailuser@localhost> Project: STX_build_helm_charts Build #: 408 Status: Failure Timestamp: 20190911T174940Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190909T230000Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190909T230000Z OS: centos DOCKER_BUILD_ID: jenkins-master-20190909T230000Z-builder MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190909T230000Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190909T230000Z/logs PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos From build.starlingx at gmail.com Wed Sep 11 18:00:26 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 11 Sep 2019 14:00:26 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_helm_charts - Build # 409 - Still Failing! In-Reply-To: <84825105.213.1568224194825.JavaMail.javamailuser@localhost> References: <84825105.213.1568224194825.JavaMail.javamailuser@localhost> Message-ID: <114167181.218.1568224826947.JavaMail.javamailuser@localhost> Project: STX_build_helm_charts Build #: 409 Status: Still Failing Timestamp: 20190911T180013Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190909T230000Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190909T230000Z OS: centos DOCKER_BUILD_ID: jenkins-master-20190909T230000Z-builder MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190909T230000Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190909T230000Z/logs PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos From build.starlingx at gmail.com Wed Sep 11 18:02:24 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 11 Sep 2019 14:02:24 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_helm_charts - Build # 410 - Still Failing! In-Reply-To: <1915478769.216.1568224823869.JavaMail.javamailuser@localhost> References: <1915478769.216.1568224823869.JavaMail.javamailuser@localhost> Message-ID: <157127516.221.1568224944870.JavaMail.javamailuser@localhost> Project: STX_build_helm_charts Build #: 410 Status: Still Failing Timestamp: 20190911T180210Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190909T230000Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190909T230000Z OS: centos DOCKER_BUILD_ID: jenkins-master-20190909T230000Z-builder MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190909T230000Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190909T230000Z/logs PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos From scott.little at windriver.com Wed Sep 11 18:57:45 2019 From: scott.little at windriver.com (Scott Little) Date: Wed, 11 Sep 2019 14:57:45 -0400 Subject: [Starlingx-discuss] [build-report] STX_build_helm_charts - Build # 410 - Still Failing! In-Reply-To: <157127516.221.1568224944870.JavaMail.javamailuser@localhost> References: <1915478769.216.1568224823869.JavaMail.javamailuser@localhost> <157127516.221.1568224944870.JavaMail.javamailuser@localhost> Message-ID: <9d262f63-80ae-b880-5028-02e65454b12f@windriver.com> Sorry folks, A few failed attempts to get the stx-monitor helm chart produced before I got it right. Scott On 2019-09-11 2:02 p.m., build.starlingx at gmail.com wrote: > Project: STX_build_helm_charts > Build #: 410 > Status: Still Failing > Timestamp: 20190911T180210Z > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190909T230000Z/logs > -------------------------------------------------------------------------------- > Parameters > > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190909T230000Z > OS: centos > DOCKER_BUILD_ID: jenkins-master-20190909T230000Z-builder > MY_REPO: /localdisk/designer/jenkins/master/cgcs-root > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190909T230000Z/logs > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190909T230000Z/logs > PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From bruce.e.jones at intel.com Wed Sep 11 20:53:49 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Wed, 11 Sep 2019 20:53:49 +0000 Subject: [Starlingx-discuss] repo tool and starlingX: where is the meta file? In-Reply-To: References: <6de937a6-2af6-91fe-7c69-799c476a3aed@fridu.net> <59B5EB0E-DFD7-4AA0-ACEF-52F1AA7B7DFA@intel.com> <1E1B2C2A-4DAD-4289-8E83-BFD42A29398D@intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D1E8E@fmsmsx123.amr.corp.intel.com> Yes, Dominig, it would be great to see that content on that page. It would also be great to see some additional content describing what is in each repo, how to navigate the directories in the repos, etc... The intent of the page is to be a roadmap to the source code. All someone needs to do is clone the documentation repo and spend 10 minutes reading the contribution guide [1]. Then spend a few more minutes writing up a short doc and posting a gerrit review. It's really easy to update the documents - even I can do it. And if I can, any of you can! Brucej [1] https://docs.starlingx.io/contributor/doc_contribute_guide.html -----Original Message----- From: Dominig ar Foll (Intel Open Source) [mailto:dominig.arfoll at fridu.net] Sent: Wednesday, September 11, 2019 8:40 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] repo tool and starlingX: where is the meta file? Thanks, it would be nice to find a link to such content here: https://docs.starlingx.io/developer_resources/navigate_source_code.html Sadly, it's an empty page. Can we just get the required extract visible from that page ? Dominig On 11/09/2019 17:18, Martinez Landa, Hayde wrote: > As Erich mentioned, > > Here is the link[0] to the documentation where it is explained > > [0] https://docs.starlingx.io/contributor/build_guides/current/index.html#download-source-code-repositories > > On 9/11/19, 10:13 AM, "Cordoba Malibran, Erich" wrote: > > Hi, > > You can find the manifest file in the starlingx/manifest repo. > > https://opendev.org/starlingx/manifest/src/branch/master/default.xml > > and you can use it with: > > repo init -u https://opendev.org/starlingx/manifest.git -m default.xml > > - Erich > > On 9/11/19, 10:09 AM, "Dominig ar Foll (Intel Open Source)" wrote: > > Hello, > > I wanted to ease my tracking of StarlingX code and I notice that in the > deprecated wiki and in some message on this mailing list, the use of the > repo tool for syncing source was name. > Unfortunately, I could not find anywhere, the location of the repo meta > file that I need as input to achieve my easy/lazy tracking of all the > project code. > Would someone be able to point me to the adequate documentation ? > Thanks. > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From maria.g.perez.ibarra at intel.com Wed Sep 11 22:45:48 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Wed, 11 Sep 2019 22:45:48 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190911 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-11 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Thu Sep 12 07:52:06 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Thu, 12 Sep 2019 15:52:06 +0800 Subject: [Starlingx-discuss] There's no Flavor Metadata in STX R2.0? Message-ID: Dear all, There's lots of Flavor Metadata in STX R1.0. (Use update metadata button) But there's no Flavor Metadata in STX R2.0. Why ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Thu Sep 12 08:49:21 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 10:49:21 +0200 Subject: [Starlingx-discuss] Full process to update/add documentation pages Message-ID: Hello, I follow the documentation instruction to add more documentation. I have created my page locally and I have two questions :   - how do I get a gerrit login to push my documentation review ?   - how can I check locally, before pushing, how my page will look ? Finally I must say that, to my little brain" the paragraph 'Closing Out a Bug or Story' is less than clear. I had look at the tox.ini file (only 1 exists at the directory root) and add no clue where I should add the requested information. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From dominig.arfoll at fridu.net Thu Sep 12 08:56:13 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 10:56:13 +0200 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: References: Message-ID: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> On 12/09/2019 10:49, Dominig ar Foll (Intel Open Source) wrote: >   - how can I check locally, before pushing, how my page will look ? > When I try to use the documented process to build my page locally, I have the following error. > tox -e ~/starlingx/git/docs/ ERROR: unknown environment '/home/dominig/starlingx/git/docs/' -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Bill.Zvonar at windriver.com Thu Sep 12 13:20:37 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Thu, 12 Sep 2019 13:20:37 +0000 Subject: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml In-Reply-To: <20190912130810.824A553BCE@csom.calsofthq.com> References: <20190912130810.824A553BCE@csom.calsofthq.com> Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF764E@ALA-MBD.corp.ad.wrs.com> Hi Pavan, as discussed yesterday, I’m a bit baffled why your emails aren’t showing up on the mailing list (at least not in the archive [0]). Am wondering if it'll show up here now, since I'm including starlingx-discuss at lists.starlingx.io in the to list of my reply. Do you get any kind of bounce when you send to starlingx-discuss at lists.starlingx.io? Bill... [0] http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/thread.html From: Pavan Gupta Sent: Thursday, September 12, 2019 9:08 AM To: Saichandu Behara ; starlingx-discuss at lists.starlingx.io; Zvonar, Bill Subject: RE: Issue with executing the all in one simplex - bootstrap.yml Hi Bill, We have been facing issues while running the bootstrap script for sometime. I would like to know if the all-in-one deployment model is usually tested by the community. We could only get it running once for R1 ISO file. With R2, we haven’t been successful even once. Sai has posted an error seen today related to inventory timeout. Is all-in-one deployment stable? Pavan Sent from https://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10 From: mailto:saichandu.behara at calsoftinc.com Sent: Thursday, September 12, 2019 6:27 PM To: mailto:starlingx-discuss at lists.starlingx.io; mailto:Bill.Zvonar at windriver.com Cc: mailto:pavan.gupta at calsoftinc.com Subject: Issue with executing the all in one simplex - bootstrap.yml Hello Team, we are getting errors while executing the ansible bootstrap.yml. we are using latest R2.0 iso image. I am attaching the log file. If anyone is aware of this issue, please let us know. It would be a great help. PFA ansible.log -- Thanks & Regards Sai Chandu Behara From Anirudh.Gupta at hsc.com Mon Sep 2 03:52:48 2019 From: Anirudh.Gupta at hsc.com (Anirudh Gupta) Date: Mon, 2 Sep 2019 03:52:48 +0000 Subject: [Starlingx-discuss] StarlingX 2.0 Release Date Message-ID: Hi Team, As per the wiki link below, the release date of StarlingX 2.0 was 30Th August 2019 https://wiki.openstack.org/wiki/StarlingX/Release_Plan As of now, I can't find any release notes corresponding to Release 2.0. Also the Installation Guide, points to Release 2018.10 as the official Release. https://docs.starlingx.io/deploy_install_guides/index.html Can someone please confirm if there is any change in the Release Date of StarlingX 2.0? Regards Anirudh Gupta DISCLAIMER: This electronic message and all of its contents, contains information which is privileged, confidential or otherwise protected from disclosure. The information contained in this electronic mail transmission is intended for use only by the individual or entity to which it is addressed. If you are not the intended recipient or may have received this electronic mail transmission in error, please notify the sender immediately and delete / destroy all copies of this electronic mail transmission without disclosing, copying, distributing, forwarding, printing or retaining any part of it. Hughes Systique accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus. -------------- next part -------------- An HTML attachment was scrubbed... URL: From saichandu.behara at calsoftinc.com Mon Sep 9 10:50:17 2019 From: saichandu.behara at calsoftinc.com (Saichandu Behara) Date: Mon, 9 Sep 2019 16:20:17 +0530 Subject: [Starlingx-discuss] Issue with running on ansible playbook Message-ID: <7dc98b0c-fcf0-1591-e288-ce9d1938b62e@calsoftinc.com> Hello all, we are facing some issue while executing the bootstrap.yml for stable version r2.0 TASK [persist-config : Saving config in sysinv database] ***************************************************************************************************************changed: [localhost] TASK [persist-config : debug] ******************************************************************************************************************************************ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 959, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 884, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 875, in wait_initial_inventory_complete\n raise *ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n",* "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 959, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 884, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 875, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "('REGION NAME=', 'RegionOne')\n('OS USER DOMAIN NAME=', 'Default')\n('TENANT=', 'admin')\n('PASSWORD=', 'St8rlingX*')\n('OS_AUTH_URL=', 'http://localhost:5000/v3')\n('ADMIN_USER=', 'admin')\n('OS PROJECT DOMAIN NAME=', 'Default')\nPopulating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "('REGION NAME=', 'RegionOne')", "('OS USER DOMAIN NAME=', 'Default')", "('TENANT=', 'admin')", "('PASSWORD=', 'St8rlingX*')", "('OS_AUTH_URL=', 'http://localhost:5000/v3')", "('ADMIN_USER=', 'admin')", "('OS PROJECT DOMAIN NAME=', 'Default')", "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." If anyone is aware of this issue, please let us know. It would be a great help. Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From saichandu.behara at calsoftinc.com Tue Sep 10 14:29:27 2019 From: saichandu.behara at calsoftinc.com (Saichandu Behara) Date: Tue, 10 Sep 2019 19:59:27 +0530 Subject: [Starlingx-discuss] Issue with running on ansible playbook Message-ID: <93df3a34-02f1-c6c3-53cb-905c502665cc@calsoftinc.com> Hello all, We are facing issue while executing the bootstrap.yml file - Read only file system while opening /dev/drbd0. If anyone is aware of this issue, please let us know. It would be a great help. Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Capture123.PNG Type: image/png Size: 85522 bytes Desc: not available URL: From saichandu.behara at calsoftinc.com Thu Sep 12 12:57:42 2019 From: saichandu.behara at calsoftinc.com (Saichandu Behara) Date: Thu, 12 Sep 2019 18:27:42 +0530 Subject: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml Message-ID: Hello Team, we are getting errors while executing the ansible bootstrap.yml. we are using latest R2.0 iso image. I am attaching the log file. If anyone is aware of this issue, please let us know. It would be a great help. PFA ansible.log -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- 2019-09-12 08:27:36,559 passlib.registry registered 'md5_crypt' handler: 2019-09-12 08:27:36,571 p=14983 u=sysadmin | PLAY [all] ********************************************************************* 2019-09-12 08:27:36,755 p=14983 u=sysadmin | TASK [stat] ******************************************************************** 2019-09-12 08:27:37,116 p=14983 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 08:27:37,263 p=14983 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 08:27:37,401 p=14983 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 08:27:37,547 p=14983 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 08:27:37,574 p=14983 u=sysadmin | TASK [include_vars] ************************************************************ 2019-09-12 08:27:37,646 p=14983 u=sysadmin | TASK [prepare-env : Set SSH port] ********************************************** 2019-09-12 08:27:37,683 p=14983 u=sysadmin | TASK [prepare-env : Update SSH known hosts] ************************************ 2019-09-12 08:27:37,722 p=14983 u=sysadmin | TASK [prepare-env : Check connectivity] **************************************** 2019-09-12 08:27:37,755 p=14983 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] ******************************* 2019-09-12 08:27:37,793 p=14983 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] *** 2019-09-12 08:27:37,826 p=14983 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:27:37,863 p=14983 u=sysadmin | TASK [prepare-env : Change initial password] *********************************** 2019-09-12 08:27:37,897 p=14983 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] ******************* 2019-09-12 08:27:38,302 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:38,311 p=14983 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] *************** 2019-09-12 08:27:38,343 p=14983 u=sysadmin | TASK [prepare-env : Check initial config flag] ********************************* 2019-09-12 08:27:38,511 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:38,521 p=14983 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] *** 2019-09-12 08:27:38,552 p=14983 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] ******************************* 2019-09-12 08:27:38,582 p=14983 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ********** 2019-09-12 08:27:38,623 p=14983 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] *** 2019-09-12 08:27:38,660 p=14983 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ******************** 2019-09-12 08:27:38,696 p=14983 u=sysadmin | TASK [prepare-env : include_tasks] ********************************************* 2019-09-12 08:27:38,730 p=14983 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *** 2019-09-12 08:27:38,959 p=14983 u=sysadmin | TASK [prepare-env : Retrieve software version number] ************************** 2019-09-12 08:27:39,134 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:39,145 p=14983 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] ******************* 2019-09-12 08:27:39,179 p=14983 u=sysadmin | TASK [prepare-env : Retrieve system type] ************************************** 2019-09-12 08:27:39,365 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:39,374 p=14983 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] ************************ 2019-09-12 08:27:39,408 p=14983 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] ******* 2019-09-12 08:27:39,450 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,460 p=14983 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *** 2019-09-12 08:27:39,495 p=14983 u=sysadmin | TASK [prepare-env : Set config path facts] ************************************* 2019-09-12 08:27:39,538 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,547 p=14983 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] *** 2019-09-12 08:27:39,606 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,614 p=14983 u=sysadmin | TASK [prepare-env : set_fact] ************************************************** 2019-09-12 08:27:39,649 p=14983 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ************************* 2019-09-12 08:27:39,688 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,696 p=14983 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] ************ 2019-09-12 08:27:39,737 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,746 p=14983 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] *** 2019-09-12 08:27:39,788 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,797 p=14983 u=sysadmin | TASK [prepare-env : Set initial facts] ***************************************** 2019-09-12 08:27:39,846 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,856 p=14983 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ***************************** 2019-09-12 08:27:39,891 p=14983 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] *** 2019-09-12 08:27:39,927 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,936 p=14983 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ********************* 2019-09-12 08:27:39,976 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:39,986 p=14983 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ****** 2019-09-12 08:27:40,030 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:40,041 p=14983 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *** 2019-09-12 08:27:40,084 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:40,093 p=14983 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ********************************* 2019-09-12 08:27:40,134 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:40,159 p=14983 u=sysadmin | TASK [prepare-env : Check Docker status] *************************************** 2019-09-12 08:27:40,360 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:40,370 p=14983 u=sysadmin | TASK [prepare-env : Look for openrc file] ************************************** 2019-09-12 08:27:40,536 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:40,545 p=14983 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ************************************* 2019-09-12 08:27:40,582 p=14983 u=sysadmin | TASK [prepare-env : Turn off save_password flag] ******************************* 2019-09-12 08:27:40,622 p=14983 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ************* 2019-09-12 08:27:40,661 p=14983 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *** 2019-09-12 08:27:40,698 p=14983 u=sysadmin | TASK [prepare-env : Check the initial database population status] ************** 2019-09-12 08:27:40,732 p=14983 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] *** 2019-09-12 08:27:40,768 p=14983 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *** 2019-09-12 08:27:40,801 p=14983 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ************************* 2019-09-12 08:27:40,836 p=14983 u=sysadmin | TASK [prepare-env : Find previous config file for this host] ******************* 2019-09-12 08:27:40,870 p=14983 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ********************** 2019-09-12 08:27:40,902 p=14983 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ******************** 2019-09-12 08:27:40,936 p=14983 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] ******************* 2019-09-12 08:27:40,973 p=14983 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ***************** 2019-09-12 08:27:41,008 p=14983 u=sysadmin | TASK [prepare-env : Read in last config values] ******************************** 2019-09-12 08:27:41,042 p=14983 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] ************ 2019-09-12 08:27:41,075 p=14983 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] *** 2019-09-12 08:27:41,109 p=14983 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *** 2019-09-12 08:27:41,142 p=14983 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] *** 2019-09-12 08:27:41,176 p=14983 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *** 2019-09-12 08:27:41,208 p=14983 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] *** 2019-09-12 08:27:41,241 p=14983 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] *** 2019-09-12 08:27:41,276 p=14983 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] *** 2019-09-12 08:27:41,310 p=14983 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] *************************** 2019-09-12 08:27:41,343 p=14983 u=sysadmin | TASK [prepare-env : Check volume groups] *************************************** 2019-09-12 08:27:41,573 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:41,584 p=14983 u=sysadmin | TASK [prepare-env : Check size of root disk] *********************************** 2019-09-12 08:27:41,801 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:41,810 p=14983 u=sysadmin | TASK [prepare-env : Update root disk index for remote play] ******************** 2019-09-12 08:27:41,845 p=14983 u=sysadmin | TASK [prepare-env : Set root disk and root disk size facts] ******************** 2019-09-12 08:27:41,884 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:41,893 p=14983 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:27:41,932 p=14983 u=sysadmin | TASK [prepare-env : include_tasks] ********************************************* 2019-09-12 08:27:41,968 p=14983 u=sysadmin | TASK [prepare-env : Look for branding tar file] ******************************** 2019-09-12 08:27:42,390 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:42,400 p=14983 u=sysadmin | TASK [prepare-env : Fail if there are more than one branding tar files] ******** 2019-09-12 08:27:42,436 p=14983 u=sysadmin | TASK [prepare-env : Look for other branding files] ***************************** 2019-09-12 08:27:42,610 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:42,619 p=14983 u=sysadmin | TASK [prepare-env : Fail if the branding filename is not valid] **************** 2019-09-12 08:27:42,655 p=14983 u=sysadmin | TASK [prepare-env : Mark environment as Ansible bootstrap] ********************* 2019-09-12 08:27:43,118 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:43,127 p=14983 u=sysadmin | TASK [prepare-env : Set up Ansible remote tmp dir] ***************************** 2019-09-12 08:27:43,332 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:43,340 p=14983 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:27:43,389 p=14983 u=sysadmin | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: False, endpoints_reconfiguration_flag: False, save_password flag: True, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: False, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 08:27:43,398 p=14983 u=sysadmin | TASK [validate-config : Check k8s_registry credentials] ************************ 2019-09-12 08:27:43,435 p=14983 u=sysadmin | TASK [validate-config : Check gcr_registry credentials] ************************ 2019-09-12 08:27:43,474 p=14983 u=sysadmin | TASK [validate-config : Check quay_registry credentials] *********************** 2019-09-12 08:27:43,514 p=14983 u=sysadmin | TASK [validate-config : Check docker_registry credentials] ********************* 2019-09-12 08:27:43,556 p=14983 u=sysadmin | TASK [validate-config : Check unified registry credentials] ******************** 2019-09-12 08:27:43,596 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:43,637 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:43,646 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:43,699 p=14983 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:27:43,713 p=14983 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:27:43,728 p=14983 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:27:43,743 p=14983 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:27:43,744 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:43,754 p=14983 u=sysadmin | TASK [validate-config : debug] ************************************************* 2019-09-12 08:27:43,821 p=14983 u=sysadmin | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 08:27:43,830 p=14983 u=sysadmin | TASK [validate-config : Set system mode fact] ********************************** 2019-09-12 08:27:43,876 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:43,886 p=14983 u=sysadmin | TASK [validate-config : debug] ************************************************* 2019-09-12 08:27:43,923 p=14983 u=sysadmin | TASK [validate-config : Set system mode to duplex for Standard system] ********* 2019-09-12 08:27:43,958 p=14983 u=sysadmin | TASK [validate-config : Validate system mode if system type is All-in-one] ***** 2019-09-12 08:27:43,994 p=14983 u=sysadmin | TASK [validate-config : Validate distributed cloud role] *********************** 2019-09-12 08:27:44,032 p=14983 u=sysadmin | TASK [validate-config : Validate system type if distributed cloud role is system controller] *** 2019-09-12 08:27:44,069 p=14983 u=sysadmin | TASK [validate-config : Checking registered timezones] ************************* 2019-09-12 08:27:44,292 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:44,301 p=14983 u=sysadmin | TASK [validate-config : Fail if provided timezone is unknown] ****************** 2019-09-12 08:27:44,337 p=14983 u=sysadmin | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *** 2019-09-12 08:27:44,373 p=14983 u=sysadmin | TASK [validate-config : Check format of DNS server IP(s)] ********************** 2019-09-12 08:27:44,422 p=14983 u=sysadmin | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 08:27:44,437 p=14983 u=sysadmin | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 08:27:44,462 p=14983 u=sysadmin | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] *** 2019-09-12 08:27:44,518 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 08:27:44,532 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 08:27:44,549 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 08:27:44,564 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 08:27:44,576 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 08:27:44,591 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 08:27:44,604 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 08:27:44,618 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 08:27:44,632 p=14983 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 08:27:44,643 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:44,688 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:44,698 p=14983 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv4] ***************** 2019-09-12 08:27:44,753 p=14983 u=sysadmin | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:27:44,768 p=14983 u=sysadmin | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:27:44,783 p=14983 u=sysadmin | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:27:44,798 p=14983 u=sysadmin | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:27:44,813 p=14983 u=sysadmin | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:27:44,828 p=14983 u=sysadmin | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:27:44,838 p=14983 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv6] ***************** 2019-09-12 08:27:44,939 p=14983 u=sysadmin | TASK [validate-config : Validate pxeboot subnet is IPv4] *********************** 2019-09-12 08:27:44,980 p=14983 u=sysadmin | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 08:27:44,989 p=14983 u=sysadmin | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] *** 2019-09-12 08:27:45,042 p=14983 u=sysadmin | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] *** 2019-09-12 08:27:45,106 p=14983 u=sysadmin | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] *** 2019-09-12 08:27:45,167 p=14983 u=sysadmin | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] *** 2019-09-12 08:27:45,272 p=14983 u=sysadmin | TASK [validate-config : Fail if IPv6 prefix length is too short] *************** 2019-09-12 08:27:45,307 p=14983 u=sysadmin | TASK [validate-config : Fail if management address allocation is misconfigured] *** 2019-09-12 08:27:45,344 p=14983 u=sysadmin | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] *** 2019-09-12 08:27:45,380 p=14983 u=sysadmin | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *** 2019-09-12 08:27:45,418 p=14983 u=sysadmin | TASK [validate-config : Set default start and end addresses based on provided subnets] *** 2019-09-12 08:27:45,485 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:45,496 p=14983 u=sysadmin | TASK [validate-config : Build address pairs for validation, merging default and user provided values] *** 2019-09-12 08:27:45,582 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:45,592 p=14983 u=sysadmin | TASK [validate-config : include] *********************************************** 2019-09-12 08:27:45,702 p=14983 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 08:27:45,716 p=14983 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 08:27:45,730 p=14983 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 08:27:45,744 p=14983 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 08:27:45,758 p=14983 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 08:27:45,775 p=14983 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 08:27:45,789 p=14983 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 08:27:45,803 p=14983 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 08:27:45,821 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:45,927 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:45,941 p=14983 u=sysadmin | TASK [validate-config : Validate oam_node start and end address format] ******** 2019-09-12 08:27:46,084 p=14983 u=sysadmin | TASK [validate-config : Validate oam_node start and end range] ***************** 2019-09-12 08:27:46,121 p=14983 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:27:46,173 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:46,217 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:46,235 p=14983 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end address format] ***** 2019-09-12 08:27:46,274 p=14983 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end range] ************** 2019-09-12 08:27:46,309 p=14983 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:27:46,346 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:46,390 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:46,401 p=14983 u=sysadmin | TASK [validate-config : Validate management start and end address format] ****** 2019-09-12 08:27:46,438 p=14983 u=sysadmin | TASK [validate-config : Validate management start and end range] *************** 2019-09-12 08:27:46,474 p=14983 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:27:46,510 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:46,554 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:46,566 p=14983 u=sysadmin | TASK [validate-config : Validate multicast start and end address format] ******* 2019-09-12 08:27:46,603 p=14983 u=sysadmin | TASK [validate-config : Validate multicast start and end range] **************** 2019-09-12 08:27:46,642 p=14983 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:27:46,679 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:46,728 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:46,739 p=14983 u=sysadmin | TASK [validate-config : Validate cluster_service start and end address format] *** 2019-09-12 08:27:46,792 p=14983 u=sysadmin | TASK [validate-config : Validate cluster_service start and end range] ********** 2019-09-12 08:27:46,829 p=14983 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:27:46,863 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:46,909 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:46,922 p=14983 u=sysadmin | TASK [validate-config : Validate oam start and end address format] ************* 2019-09-12 08:27:46,961 p=14983 u=sysadmin | TASK [validate-config : Validate oam start and end range] ********************** 2019-09-12 08:27:47,001 p=14983 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:27:47,040 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:47,084 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:47,096 p=14983 u=sysadmin | TASK [validate-config : Validate cluster_host start and end address format] **** 2019-09-12 08:27:47,134 p=14983 u=sysadmin | TASK [validate-config : Validate cluster_host start and end range] ************* 2019-09-12 08:27:47,170 p=14983 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:27:47,206 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:47,254 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:47,266 p=14983 u=sysadmin | TASK [validate-config : Validate pxeboot start and end address format] ********* 2019-09-12 08:27:47,303 p=14983 u=sysadmin | TASK [validate-config : Validate pxeboot start and end range] ****************** 2019-09-12 08:27:47,339 p=14983 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:27:47,373 p=14983 u=sysadmin | TASK [validate-config : Set floating addresses based on subnets or start addresses] *** 2019-09-12 08:27:47,418 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:47,427 p=14983 u=sysadmin | TASK [validate-config : Set derived facts for subsequent tasks/roles] ********** 2019-09-12 08:27:47,482 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:47,491 p=14983 u=sysadmin | TASK [validate-config : Set facts for IP address provisioning against loopback interface] *** 2019-09-12 08:27:47,537 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:47,546 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:47,602 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:47,611 p=14983 u=sysadmin | TASK [validate-config : Set default no-proxy address list (non simplex)] ******* 2019-09-12 08:27:47,645 p=14983 u=sysadmin | TASK [validate-config : Validate http proxy urls] ****************************** 2019-09-12 08:27:47,696 p=14983 u=sysadmin | TASK [validate-config : Validate no proxy addresses] *************************** 2019-09-12 08:27:47,726 p=14983 u=sysadmin | TASK [validate-config : Add user defined no-proxy address list to default] ***** 2019-09-12 08:27:47,761 p=14983 u=sysadmin | TASK [validate-config : Fail if secure registry flag is misconfigured] ********* 2019-09-12 08:27:47,798 p=14983 u=sysadmin | TASK [validate-config : Default the unified registry to secure if not specified] *** 2019-09-12 08:27:47,835 p=14983 u=sysadmin | TASK [validate-config : Turn on use_unified_registry flag] ********************* 2019-09-12 08:27:47,874 p=14983 u=sysadmin | TASK [validate-config : Update use_default_registries flag] ******************** 2019-09-12 08:27:47,915 p=14983 u=sysadmin | TASK [validate-config : include] *********************************************** 2019-09-12 08:27:47,999 p=14983 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:27:48,037 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:48,052 p=14983 u=sysadmin | TASK [validate-config : Check if images archive location exists] *************** 2019-09-12 08:27:48,094 p=14983 u=sysadmin | TASK [validate-config : Get list of archived files] **************************** 2019-09-12 08:27:48,136 p=14983 u=sysadmin | TASK [validate-config : Turn on images archive flag] *************************** 2019-09-12 08:27:48,173 p=14983 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans list] ********************* 2019-09-12 08:27:48,211 p=14983 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans entries] ****************** 2019-09-12 08:27:48,242 p=14983 u=sysadmin | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] *** 2019-09-12 08:27:48,284 p=14983 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_cert file] *********************** 2019-09-12 08:27:48,321 p=14983 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_key file] ************************ 2019-09-12 08:27:48,359 p=14983 u=sysadmin | TASK [validate-config : Check for ssl_ca_cert file] **************************** 2019-09-12 08:27:48,397 p=14983 u=sysadmin | TASK [validate-config : Check OpenID Connect parameters] *********************** 2019-09-12 08:27:48,439 p=14983 u=sysadmin | TASK [validate-config : Create config workdir] ********************************* 2019-09-12 08:27:48,646 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:48,655 p=14983 u=sysadmin | TASK [validate-config : Generate config ini file for python sysinv db population script] *** 2019-09-12 08:27:49,117 p=14983 u=sysadmin | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 08:27:49,282 p=14983 u=sysadmin | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 08:27:49,467 p=14983 u=sysadmin | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 08:27:49,653 p=14983 u=sysadmin | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 08:27:49,836 p=14983 u=sysadmin | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 08:27:50,030 p=14983 u=sysadmin | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 08:27:50,224 p=14983 u=sysadmin | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 08:27:50,405 p=14983 u=sysadmin | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 08:27:50,595 p=14983 u=sysadmin | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 08:27:50,784 p=14983 u=sysadmin | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 08:27:50,967 p=14983 u=sysadmin | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 08:27:51,157 p=14983 u=sysadmin | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 08:27:51,335 p=14983 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 08:27:51,519 p=14983 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 08:27:51,705 p=14983 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 08:27:51,895 p=14983 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 08:27:52,075 p=14983 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 08:27:52,261 p=14983 u=sysadmin | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 08:27:52,441 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 08:27:52,627 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 08:27:52,804 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 08:27:52,996 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 08:27:53,183 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 08:27:53,380 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 08:27:53,570 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 08:27:53,767 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 08:27:53,958 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 08:27:54,148 p=14983 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 08:27:54,336 p=14983 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 08:27:54,520 p=14983 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 08:27:54,708 p=14983 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 08:27:54,886 p=14983 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 08:27:55,065 p=14983 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 08:27:55,243 p=14983 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 08:27:55,419 p=14983 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 08:27:55,602 p=14983 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 08:27:55,788 p=14983 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 08:27:55,975 p=14983 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 08:27:56,158 p=14983 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 08:27:56,339 p=14983 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 08:27:56,518 p=14983 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 08:27:56,704 p=14983 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 08:27:56,885 p=14983 u=sysadmin | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 08:27:57,084 p=14983 u=sysadmin | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 08:27:57,261 p=14983 u=sysadmin | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 08:27:57,445 p=14983 u=sysadmin | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 08:27:57,626 p=14983 u=sysadmin | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 08:27:57,813 p=14983 u=sysadmin | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 08:27:57,990 p=14983 u=sysadmin | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 08:27:58,172 p=14983 u=sysadmin | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 08:27:58,359 p=14983 u=sysadmin | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 08:27:58,539 p=14983 u=sysadmin | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=False) 2019-09-12 08:27:58,734 p=14983 u=sysadmin | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 08:27:58,751 p=14983 u=sysadmin | TASK [validate-config : Write simplex flag] ************************************ 2019-09-12 08:27:58,958 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:58,968 p=14983 u=sysadmin | TASK [store-passwd : debug] **************************************************** 2019-09-12 08:27:59,010 p=14983 u=sysadmin | TASK [store-passwd : set_fact] ************************************************* 2019-09-12 08:27:59,049 p=14983 u=sysadmin | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *** 2019-09-12 08:27:59,093 p=14983 u=sysadmin | ok: [localhost] => { "msg": "[WARNING: Default admin username and password (unencrypted) are used. Consider storing both of these variables in Ansible vault.]" } 2019-09-12 08:27:59,102 p=14983 u=sysadmin | TASK [store-passwd : Set admin username and password facts] ******************** 2019-09-12 08:27:59,146 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:59,155 p=14983 u=sysadmin | TASK [store-passwd : Look for password rules file] ***************************** 2019-09-12 08:27:59,395 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:59,404 p=14983 u=sysadmin | TASK [store-passwd : Fail if password rules file is missing] ******************* 2019-09-12 08:27:59,445 p=14983 u=sysadmin | TASK [store-passwd : Get password rules] *************************************** 2019-09-12 08:27:59,662 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:59,671 p=14983 u=sysadmin | TASK [store-passwd : Get password rules description] *************************** 2019-09-12 08:27:59,883 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:27:59,892 p=14983 u=sysadmin | TASK [store-passwd : Set password regex facts] ********************************* 2019-09-12 08:27:59,949 p=14983 u=sysadmin | ok: [localhost] 2019-09-12 08:27:59,958 p=14983 u=sysadmin | TASK [store-passwd : Fail if password regex cannot be found] ******************* 2019-09-12 08:28:00,002 p=14983 u=sysadmin | TASK [store-passwd : Set password regex description fact] ********************** 2019-09-12 08:28:00,042 p=14983 u=sysadmin | TASK [store-passwd : Validate admin password] ********************************** 2019-09-12 08:28:00,294 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:28:00,304 p=14983 u=sysadmin | TASK [store-passwd : Fail if provided admin password does not meet required complexity] *** 2019-09-12 08:28:00,343 p=14983 u=sysadmin | TASK [store-passwd : Store admin password] ************************************* 2019-09-12 08:28:01,519 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:28:01,528 p=14983 u=sysadmin | TASK [store-passwd : Set temp keyring directory fact] ************************** 2019-09-12 08:28:01,565 p=14983 u=sysadmin | TASK [store-passwd : Create temp keyring directory] **************************** 2019-09-12 08:28:01,602 p=14983 u=sysadmin | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] *** 2019-09-12 08:28:01,639 p=14983 u=sysadmin | TASK [store-passwd : Prefetch the keyring from the tarball] ******************** 2019-09-12 08:28:01,677 p=14983 u=sysadmin | TASK [store-passwd : Remove the unwanted directory] **************************** 2019-09-12 08:28:01,715 p=14983 u=sysadmin | TASK [store-passwd : Store service passwords] ********************************** 2019-09-12 08:28:01,744 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Create config workdir] ************************ 2019-09-12 08:28:01,948 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:28:01,957 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Generating static config data] **************** 2019-09-12 08:28:04,839 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:28:04,848 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] *** 2019-09-12 08:28:04,891 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ****************** 2019-09-12 08:28:04,928 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] *** 2019-09-12 08:28:04,970 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ******************** 2019-09-12 08:28:05,006 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] *** 2019-09-12 08:28:05,043 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] ******************* 2019-09-12 08:28:05,080 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ************************** 2019-09-12 08:28:05,118 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Remove the unwanted directory] **************** 2019-09-12 08:28:05,157 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *********** 2019-09-12 08:33:58,683 p=14983 u=sysadmin | changed: [localhost] 2019-09-12 08:33:58,695 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] *** 2019-09-12 08:33:58,734 p=14983 u=sysadmin | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] *************** 2019-09-12 08:34:04,196 p=14983 u=sysadmin | fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Sorry, try again.\n[sudo via ansible, key=mjzbrhrtlekasvfdwyrucvvbanpybfrs] password: Sorry, try again.\n[sudo via ansible, key=mjzbrhrtlekasvfdwyrucvvbanpybfrs] password: sudo: 3 incorrect password attempts\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} 2019-09-12 08:34:04,199 p=14983 u=sysadmin | PLAY RECAP ********************************************************************* 2019-09-12 08:34:04,200 p=14983 u=sysadmin | localhost : ok=74 changed=18 unreachable=0 failed=1 2019-09-12 08:42:03,327 passlib.registry registered 'md5_crypt' handler: 2019-09-12 08:42:03,338 p=100446 u=sysadmin | PLAY [all] ********************************************************************* 2019-09-12 08:42:03,530 p=100446 u=sysadmin | TASK [stat] ******************************************************************** 2019-09-12 08:42:03,889 p=100446 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 08:42:04,034 p=100446 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 08:42:04,173 p=100446 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 08:42:04,346 p=100446 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 08:42:04,359 p=100446 u=sysadmin | TASK [include_vars] ************************************************************ 2019-09-12 08:42:04,455 p=100446 u=sysadmin | ok: [localhost] => (item={'_ansible_parsed': True, u'stat': {u'isuid': False, u'uid': 42425, u'exists': True, u'attr_flags': u'e', u'woth': False, u'device_type': 0, u'mtime': 1568277705.868, u'block_size': 4096, u'inode': 792426, u'isgid': False, u'size': 241, u'executable': False, u'roth': True, u'charset': u'us-ascii', u'readable': True, u'isreg': True, u'version': u'1172025014', u'pw_name': u'sysadmin', u'gid': 345, u'ischr': False, u'wusr': True, u'writeable': True, u'isdir': False, u'blocks': 8, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'sys_protected', u'path': u'/home/sysadmin/localhost.yml', u'xusr': False, u'atime': 1568277708.384, u'mimetype': u'text/x-c', u'ctime': 1568277705.868, u'isblk': False, u'checksum': u'5057c7e021e449459bd8717924652157e9a9f10d', u'dev': 2051, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'xgrp': False, u'islnk': False, u'attributes': [u'extents']}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/home/sysadmin/localhost.yml', u'invocation': {u'module_args': {u'get_checksum': True, u'follow': False, u'checksum_algorithm': u'sha1', u'path': u'/home/sysadmin/localhost.yml', u'get_mime': True, u'get_md5': None, u'get_attributes': True}}, '_ansible_ignore_errors': None, '_ansible_item_label': u'/home/sysadmin/localhost.yml'}) 2019-09-12 08:42:04,465 p=100446 u=sysadmin | TASK [prepare-env : Set SSH port] ********************************************** 2019-09-12 08:42:04,504 p=100446 u=sysadmin | TASK [prepare-env : Update SSH known hosts] ************************************ 2019-09-12 08:42:04,550 p=100446 u=sysadmin | TASK [prepare-env : Check connectivity] **************************************** 2019-09-12 08:42:04,586 p=100446 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] ******************************* 2019-09-12 08:42:04,624 p=100446 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] *** 2019-09-12 08:42:04,659 p=100446 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:42:04,698 p=100446 u=sysadmin | TASK [prepare-env : Change initial password] *********************************** 2019-09-12 08:42:04,734 p=100446 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] ******************* 2019-09-12 08:42:05,137 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:05,147 p=100446 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] *************** 2019-09-12 08:42:05,180 p=100446 u=sysadmin | TASK [prepare-env : Check initial config flag] ********************************* 2019-09-12 08:42:05,359 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:05,368 p=100446 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] *** 2019-09-12 08:42:05,400 p=100446 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] ******************************* 2019-09-12 08:42:05,434 p=100446 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ********** 2019-09-12 08:42:05,478 p=100446 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] *** 2019-09-12 08:42:05,515 p=100446 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ******************** 2019-09-12 08:42:05,554 p=100446 u=sysadmin | TASK [prepare-env : include_tasks] ********************************************* 2019-09-12 08:42:05,595 p=100446 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *** 2019-09-12 08:42:05,830 p=100446 u=sysadmin | TASK [prepare-env : Retrieve software version number] ************************** 2019-09-12 08:42:06,019 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:06,028 p=100446 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] ******************* 2019-09-12 08:42:06,088 p=100446 u=sysadmin | TASK [prepare-env : Retrieve system type] ************************************** 2019-09-12 08:42:06,268 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:06,277 p=100446 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] ************************ 2019-09-12 08:42:06,313 p=100446 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] ******* 2019-09-12 08:42:06,354 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,364 p=100446 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *** 2019-09-12 08:42:06,399 p=100446 u=sysadmin | TASK [prepare-env : Set config path facts] ************************************* 2019-09-12 08:42:06,444 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,467 p=100446 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] *** 2019-09-12 08:42:06,525 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,535 p=100446 u=sysadmin | TASK [prepare-env : set_fact] ************************************************** 2019-09-12 08:42:06,572 p=100446 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ************************* 2019-09-12 08:42:06,612 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,624 p=100446 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] ************ 2019-09-12 08:42:06,668 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,678 p=100446 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] *** 2019-09-12 08:42:06,717 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,727 p=100446 u=sysadmin | TASK [prepare-env : Set initial facts] ***************************************** 2019-09-12 08:42:06,780 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,790 p=100446 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ***************************** 2019-09-12 08:42:06,829 p=100446 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] *** 2019-09-12 08:42:06,867 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,878 p=100446 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ********************* 2019-09-12 08:42:06,917 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,927 p=100446 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ****** 2019-09-12 08:42:06,967 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:06,978 p=100446 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *** 2019-09-12 08:42:07,021 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:07,031 p=100446 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ********************************* 2019-09-12 08:42:07,070 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:07,082 p=100446 u=sysadmin | TASK [prepare-env : Check Docker status] *************************************** 2019-09-12 08:42:07,270 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:07,280 p=100446 u=sysadmin | TASK [prepare-env : Look for openrc file] ************************************** 2019-09-12 08:42:07,472 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:07,482 p=100446 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ************************************* 2019-09-12 08:42:07,528 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:07,540 p=100446 u=sysadmin | TASK [prepare-env : Turn off save_password flag] ******************************* 2019-09-12 08:42:07,589 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:07,600 p=100446 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ************* 2019-09-12 08:42:07,775 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:07,785 p=100446 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *** 2019-09-12 08:42:07,830 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:07,840 p=100446 u=sysadmin | TASK [prepare-env : Check the initial database population status] ************** 2019-09-12 08:42:08,024 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:08,033 p=100446 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] *** 2019-09-12 08:42:08,078 p=100446 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *** 2019-09-12 08:42:08,117 p=100446 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ************************* 2019-09-12 08:42:08,157 p=100446 u=sysadmin | TASK [prepare-env : Find previous config file for this host] ******************* 2019-09-12 08:42:08,193 p=100446 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ********************** 2019-09-12 08:42:08,228 p=100446 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ******************** 2019-09-12 08:42:08,263 p=100446 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] ******************* 2019-09-12 08:42:08,304 p=100446 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ***************** 2019-09-12 08:42:08,340 p=100446 u=sysadmin | TASK [prepare-env : Read in last config values] ******************************** 2019-09-12 08:42:08,375 p=100446 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] ************ 2019-09-12 08:42:08,409 p=100446 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] *** 2019-09-12 08:42:08,447 p=100446 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *** 2019-09-12 08:42:08,483 p=100446 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] *** 2019-09-12 08:42:08,517 p=100446 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *** 2019-09-12 08:42:08,554 p=100446 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] *** 2019-09-12 08:42:08,588 p=100446 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] *** 2019-09-12 08:42:08,629 p=100446 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] *** 2019-09-12 08:42:08,663 p=100446 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] *************************** 2019-09-12 08:42:08,697 p=100446 u=sysadmin | TASK [prepare-env : Check volume groups] *************************************** 2019-09-12 08:42:08,970 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:08,980 p=100446 u=sysadmin | TASK [prepare-env : Check size of root disk] *********************************** 2019-09-12 08:42:09,212 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:09,221 p=100446 u=sysadmin | TASK [prepare-env : Update root disk index for remote play] ******************** 2019-09-12 08:42:09,260 p=100446 u=sysadmin | TASK [prepare-env : Set root disk and root disk size facts] ******************** 2019-09-12 08:42:09,304 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:09,314 p=100446 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:42:09,349 p=100446 u=sysadmin | TASK [prepare-env : include_tasks] ********************************************* 2019-09-12 08:42:09,386 p=100446 u=sysadmin | TASK [prepare-env : Look for branding tar file] ******************************** 2019-09-12 08:42:09,804 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:09,813 p=100446 u=sysadmin | TASK [prepare-env : Fail if there are more than one branding tar files] ******** 2019-09-12 08:42:09,849 p=100446 u=sysadmin | TASK [prepare-env : Look for other branding files] ***************************** 2019-09-12 08:42:10,028 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:10,038 p=100446 u=sysadmin | TASK [prepare-env : Fail if the branding filename is not valid] **************** 2019-09-12 08:42:10,081 p=100446 u=sysadmin | TASK [prepare-env : Mark environment as Ansible bootstrap] ********************* 2019-09-12 08:42:10,575 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:10,585 p=100446 u=sysadmin | TASK [prepare-env : Set up Ansible remote tmp dir] ***************************** 2019-09-12 08:42:10,795 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:10,805 p=100446 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:42:10,847 p=100446 u=sysadmin | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 08:42:10,857 p=100446 u=sysadmin | TASK [validate-config : Check k8s_registry credentials] ************************ 2019-09-12 08:42:10,896 p=100446 u=sysadmin | TASK [validate-config : Check gcr_registry credentials] ************************ 2019-09-12 08:42:10,937 p=100446 u=sysadmin | TASK [validate-config : Check quay_registry credentials] *********************** 2019-09-12 08:42:10,979 p=100446 u=sysadmin | TASK [validate-config : Check docker_registry credentials] ********************* 2019-09-12 08:42:11,020 p=100446 u=sysadmin | TASK [validate-config : Check unified registry credentials] ******************** 2019-09-12 08:42:11,064 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:11,107 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:11,117 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:11,172 p=100446 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:42:11,184 p=100446 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:42:11,197 p=100446 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:42:11,218 p=100446 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:42:11,220 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:11,230 p=100446 u=sysadmin | TASK [validate-config : debug] ************************************************* 2019-09-12 08:42:11,309 p=100446 u=sysadmin | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/24", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.3", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 08:42:11,318 p=100446 u=sysadmin | TASK [validate-config : Set system mode fact] ********************************** 2019-09-12 08:42:11,359 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:11,371 p=100446 u=sysadmin | TASK [validate-config : debug] ************************************************* 2019-09-12 08:42:11,409 p=100446 u=sysadmin | TASK [validate-config : Set system mode to duplex for Standard system] ********* 2019-09-12 08:42:11,446 p=100446 u=sysadmin | TASK [validate-config : Validate system mode if system type is All-in-one] ***** 2019-09-12 08:42:11,487 p=100446 u=sysadmin | TASK [validate-config : Validate distributed cloud role] *********************** 2019-09-12 08:42:11,528 p=100446 u=sysadmin | TASK [validate-config : Validate system type if distributed cloud role is system controller] *** 2019-09-12 08:42:11,567 p=100446 u=sysadmin | TASK [validate-config : Checking registered timezones] ************************* 2019-09-12 08:42:11,790 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:11,800 p=100446 u=sysadmin | TASK [validate-config : Fail if provided timezone is unknown] ****************** 2019-09-12 08:42:11,836 p=100446 u=sysadmin | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *** 2019-09-12 08:42:11,872 p=100446 u=sysadmin | TASK [validate-config : Check format of DNS server IP(s)] ********************** 2019-09-12 08:42:11,922 p=100446 u=sysadmin | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 08:42:11,932 p=100446 u=sysadmin | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] *** 2019-09-12 08:42:11,985 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 08:42:12,003 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 08:42:12,016 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 08:42:12,034 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 08:42:12,051 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 08:42:12,069 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 08:42:12,087 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.204.0/24', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/24" } 2019-09-12 08:42:12,104 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 08:42:12,121 p=100446 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.3', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.3" } 2019-09-12 08:42:12,131 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:12,195 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:12,205 p=100446 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv4] ***************** 2019-09-12 08:42:12,266 p=100446 u=sysadmin | ok: [localhost] => (item=192.168.204.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:42:12,279 p=100446 u=sysadmin | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:42:12,297 p=100446 u=sysadmin | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:42:12,311 p=100446 u=sysadmin | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:42:12,325 p=100446 u=sysadmin | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:42:12,342 p=100446 u=sysadmin | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:42:12,354 p=100446 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv6] ***************** 2019-09-12 08:42:12,462 p=100446 u=sysadmin | TASK [validate-config : Validate pxeboot subnet is IPv4] *********************** 2019-09-12 08:42:12,514 p=100446 u=sysadmin | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 08:42:12,524 p=100446 u=sysadmin | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] *** 2019-09-12 08:42:12,582 p=100446 u=sysadmin | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] *** 2019-09-12 08:42:12,663 p=100446 u=sysadmin | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] *** 2019-09-12 08:42:12,729 p=100446 u=sysadmin | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] *** 2019-09-12 08:42:12,827 p=100446 u=sysadmin | TASK [validate-config : Fail if IPv6 prefix length is too short] *************** 2019-09-12 08:42:12,866 p=100446 u=sysadmin | TASK [validate-config : Fail if management address allocation is misconfigured] *** 2019-09-12 08:42:12,904 p=100446 u=sysadmin | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] *** 2019-09-12 08:42:12,941 p=100446 u=sysadmin | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *** 2019-09-12 08:42:12,981 p=100446 u=sysadmin | TASK [validate-config : Set default start and end addresses based on provided subnets] *** 2019-09-12 08:42:13,055 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:13,064 p=100446 u=sysadmin | TASK [validate-config : Build address pairs for validation, merging default and user provided values] *** 2019-09-12 08:42:13,151 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:13,160 p=100446 u=sysadmin | TASK [validate-config : include] *********************************************** 2019-09-12 08:42:13,278 p=100446 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.4', u'end': u'10.10.10.5', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 08:42:13,292 p=100446 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 08:42:13,307 p=100446 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.254', u'subnet': u'192.168.204.0/24'}}) 2019-09-12 08:42:13,321 p=100446 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 08:42:13,340 p=100446 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 08:42:13,355 p=100446 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 08:42:13,371 p=100446 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 08:42:13,440 p=100446 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 08:42:13,457 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:13,502 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:13,514 p=100446 u=sysadmin | TASK [validate-config : Validate oam_node start and end address format] ******** 2019-09-12 08:42:13,553 p=100446 u=sysadmin | TASK [validate-config : Validate oam_node start and end range] ***************** 2019-09-12 08:42:13,604 p=100446 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:42:13,643 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:13,695 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:13,708 p=100446 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end address format] ***** 2019-09-12 08:42:13,748 p=100446 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end range] ************** 2019-09-12 08:42:13,787 p=100446 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:42:13,825 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:13,872 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:13,887 p=100446 u=sysadmin | TASK [validate-config : Validate management start and end address format] ****** 2019-09-12 08:42:13,927 p=100446 u=sysadmin | TASK [validate-config : Validate management start and end range] *************** 2019-09-12 08:42:13,964 p=100446 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:42:14,000 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:14,047 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:14,059 p=100446 u=sysadmin | TASK [validate-config : Validate multicast start and end address format] ******* 2019-09-12 08:42:14,098 p=100446 u=sysadmin | TASK [validate-config : Validate multicast start and end range] **************** 2019-09-12 08:42:14,135 p=100446 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:42:14,175 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:14,223 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:14,234 p=100446 u=sysadmin | TASK [validate-config : Validate cluster_service start and end address format] *** 2019-09-12 08:42:14,275 p=100446 u=sysadmin | TASK [validate-config : Validate cluster_service start and end range] ********** 2019-09-12 08:42:14,317 p=100446 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:42:14,357 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:14,405 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:14,417 p=100446 u=sysadmin | TASK [validate-config : Validate oam start and end address format] ************* 2019-09-12 08:42:14,456 p=100446 u=sysadmin | TASK [validate-config : Validate oam start and end range] ********************** 2019-09-12 08:42:14,494 p=100446 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:42:14,532 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:14,579 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:14,592 p=100446 u=sysadmin | TASK [validate-config : Validate cluster_host start and end address format] **** 2019-09-12 08:42:14,633 p=100446 u=sysadmin | TASK [validate-config : Validate cluster_host start and end range] ************* 2019-09-12 08:42:14,672 p=100446 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:42:14,711 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:14,759 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:14,770 p=100446 u=sysadmin | TASK [validate-config : Validate pxeboot start and end address format] ********* 2019-09-12 08:42:14,813 p=100446 u=sysadmin | TASK [validate-config : Validate pxeboot start and end range] ****************** 2019-09-12 08:42:14,852 p=100446 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:42:14,892 p=100446 u=sysadmin | TASK [validate-config : Set floating addresses based on subnets or start addresses] *** 2019-09-12 08:42:14,944 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:14,954 p=100446 u=sysadmin | TASK [validate-config : Set derived facts for subsequent tasks/roles] ********** 2019-09-12 08:42:15,017 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:15,027 p=100446 u=sysadmin | TASK [validate-config : Set facts for IP address provisioning against loopback interface] *** 2019-09-12 08:42:15,078 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:15,088 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:15,159 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:15,185 p=100446 u=sysadmin | TASK [validate-config : Set default no-proxy address list (non simplex)] ******* 2019-09-12 08:42:15,226 p=100446 u=sysadmin | TASK [validate-config : Validate http proxy urls] ****************************** 2019-09-12 08:42:15,281 p=100446 u=sysadmin | TASK [validate-config : Validate no proxy addresses] *************************** 2019-09-12 08:42:15,336 p=100446 u=sysadmin | TASK [validate-config : Add user defined no-proxy address list to default] ***** 2019-09-12 08:42:15,379 p=100446 u=sysadmin | TASK [validate-config : Fail if secure registry flag is misconfigured] ********* 2019-09-12 08:42:15,430 p=100446 u=sysadmin | TASK [validate-config : Default the unified registry to secure if not specified] *** 2019-09-12 08:42:15,472 p=100446 u=sysadmin | TASK [validate-config : Turn on use_unified_registry flag] ********************* 2019-09-12 08:42:15,513 p=100446 u=sysadmin | TASK [validate-config : Update use_default_registries flag] ******************** 2019-09-12 08:42:15,555 p=100446 u=sysadmin | TASK [validate-config : include] *********************************************** 2019-09-12 08:42:15,649 p=100446 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:42:15,688 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:15,703 p=100446 u=sysadmin | TASK [validate-config : Check if images archive location exists] *************** 2019-09-12 08:42:15,747 p=100446 u=sysadmin | TASK [validate-config : Get list of archived files] **************************** 2019-09-12 08:42:15,794 p=100446 u=sysadmin | TASK [validate-config : Turn on images archive flag] *************************** 2019-09-12 08:42:15,837 p=100446 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans list] ********************* 2019-09-12 08:42:15,876 p=100446 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans entries] ****************** 2019-09-12 08:42:15,907 p=100446 u=sysadmin | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] *** 2019-09-12 08:42:15,946 p=100446 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_cert file] *********************** 2019-09-12 08:42:15,983 p=100446 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_key file] ************************ 2019-09-12 08:42:16,021 p=100446 u=sysadmin | TASK [validate-config : Check for ssl_ca_cert file] **************************** 2019-09-12 08:42:16,058 p=100446 u=sysadmin | TASK [validate-config : Check OpenID Connect parameters] *********************** 2019-09-12 08:42:16,099 p=100446 u=sysadmin | TASK [validate-config : Create config workdir] ********************************* 2019-09-12 08:42:16,320 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:16,330 p=100446 u=sysadmin | TASK [validate-config : Generate config ini file for python sysinv db population script] *** 2019-09-12 08:42:16,774 p=100446 u=sysadmin | ok: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 08:42:16,955 p=100446 u=sysadmin | ok: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 08:42:17,153 p=100446 u=sysadmin | ok: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 08:42:17,335 p=100446 u=sysadmin | ok: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 08:42:17,524 p=100446 u=sysadmin | ok: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 08:42:17,710 p=100446 u=sysadmin | ok: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 08:42:17,918 p=100446 u=sysadmin | ok: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 08:42:18,121 p=100446 u=sysadmin | ok: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 08:42:18,324 p=100446 u=sysadmin | changed: [localhost] => (item=NAMESERVERS=8.8.4.4) 2019-09-12 08:42:18,510 p=100446 u=sysadmin | ok: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 08:42:18,696 p=100446 u=sysadmin | ok: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 08:42:18,904 p=100446 u=sysadmin | ok: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 08:42:19,109 p=100446 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/24) 2019-09-12 08:42:19,309 p=100446 u=sysadmin | ok: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 08:42:19,498 p=100446 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.254) 2019-09-12 08:42:19,717 p=100446 u=sysadmin | ok: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 08:42:19,914 p=100446 u=sysadmin | ok: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 08:42:20,104 p=100446 u=sysadmin | ok: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 08:42:20,287 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 08:42:20,479 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 08:42:20,674 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 08:42:20,864 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 08:42:21,053 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 08:42:21,243 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 08:42:21,434 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 08:42:21,615 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 08:42:21,809 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 08:42:22,007 p=100446 u=sysadmin | ok: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 08:42:22,192 p=100446 u=sysadmin | ok: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 08:42:22,378 p=100446 u=sysadmin | ok: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 08:42:22,560 p=100446 u=sysadmin | ok: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 08:42:22,746 p=100446 u=sysadmin | ok: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 08:42:22,934 p=100446 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.3) 2019-09-12 08:42:23,134 p=100446 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.4) 2019-09-12 08:42:23,321 p=100446 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.5) 2019-09-12 08:42:23,505 p=100446 u=sysadmin | ok: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 08:42:23,696 p=100446 u=sysadmin | ok: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 08:42:23,887 p=100446 u=sysadmin | ok: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 08:42:24,070 p=100446 u=sysadmin | ok: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 08:42:24,267 p=100446 u=sysadmin | ok: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 08:42:24,462 p=100446 u=sysadmin | ok: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 08:42:24,655 p=100446 u=sysadmin | ok: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 08:42:24,843 p=100446 u=sysadmin | ok: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 08:42:25,063 p=100446 u=sysadmin | ok: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 08:42:25,265 p=100446 u=sysadmin | ok: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 08:42:25,436 p=100446 u=sysadmin | ok: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 08:42:25,619 p=100446 u=sysadmin | ok: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 08:42:25,802 p=100446 u=sysadmin | ok: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 08:42:25,983 p=100446 u=sysadmin | ok: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 08:42:26,183 p=100446 u=sysadmin | ok: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 08:42:26,374 p=100446 u=sysadmin | ok: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 08:42:26,557 p=100446 u=sysadmin | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 08:42:26,746 p=100446 u=sysadmin | ok: [localhost] => (item=APISERVER_SANS=) 2019-09-12 08:42:26,767 p=100446 u=sysadmin | TASK [validate-config : Write simplex flag] ************************************ 2019-09-12 08:42:26,989 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:27,000 p=100446 u=sysadmin | TASK [store-passwd : debug] **************************************************** 2019-09-12 08:42:27,037 p=100446 u=sysadmin | TASK [store-passwd : set_fact] ************************************************* 2019-09-12 08:42:27,074 p=100446 u=sysadmin | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *** 2019-09-12 08:42:27,111 p=100446 u=sysadmin | TASK [store-passwd : Set admin username and password facts] ******************** 2019-09-12 08:42:27,147 p=100446 u=sysadmin | TASK [store-passwd : Look for password rules file] ***************************** 2019-09-12 08:42:27,179 p=100446 u=sysadmin | TASK [store-passwd : Fail if password rules file is missing] ******************* 2019-09-12 08:42:27,212 p=100446 u=sysadmin | TASK [store-passwd : Get password rules] *************************************** 2019-09-12 08:42:27,247 p=100446 u=sysadmin | TASK [store-passwd : Get password rules description] *************************** 2019-09-12 08:42:27,283 p=100446 u=sysadmin | TASK [store-passwd : Set password regex facts] ********************************* 2019-09-12 08:42:27,319 p=100446 u=sysadmin | TASK [store-passwd : Fail if password regex cannot be found] ******************* 2019-09-12 08:42:27,355 p=100446 u=sysadmin | TASK [store-passwd : Set password regex description fact] ********************** 2019-09-12 08:42:27,392 p=100446 u=sysadmin | TASK [store-passwd : Validate admin password] ********************************** 2019-09-12 08:42:27,428 p=100446 u=sysadmin | TASK [store-passwd : Fail if provided admin password does not meet required complexity] *** 2019-09-12 08:42:27,462 p=100446 u=sysadmin | TASK [store-passwd : Store admin password] ************************************* 2019-09-12 08:42:27,495 p=100446 u=sysadmin | TASK [store-passwd : Set temp keyring directory fact] ************************** 2019-09-12 08:42:27,528 p=100446 u=sysadmin | TASK [store-passwd : Create temp keyring directory] **************************** 2019-09-12 08:42:27,562 p=100446 u=sysadmin | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] *** 2019-09-12 08:42:27,595 p=100446 u=sysadmin | TASK [store-passwd : Prefetch the keyring from the tarball] ******************** 2019-09-12 08:42:27,630 p=100446 u=sysadmin | TASK [store-passwd : Remove the unwanted directory] **************************** 2019-09-12 08:42:27,663 p=100446 u=sysadmin | TASK [store-passwd : Store service passwords] ********************************** 2019-09-12 08:42:27,693 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Create config workdir] ************************ 2019-09-12 08:42:27,727 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Generating static config data] **************** 2019-09-12 08:42:27,762 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] *** 2019-09-12 08:42:27,796 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ****************** 2019-09-12 08:42:27,830 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] *** 2019-09-12 08:42:27,864 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ******************** 2019-09-12 08:42:27,899 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] *** 2019-09-12 08:42:27,934 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] ******************* 2019-09-12 08:42:27,969 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ************************** 2019-09-12 08:42:28,003 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Remove the unwanted directory] **************** 2019-09-12 08:42:28,038 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *********** 2019-09-12 08:42:28,072 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] *** 2019-09-12 08:42:28,108 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] *************** 2019-09-12 08:42:28,142 p=100446 u=sysadmin | TASK [apply-bootstrap-manifest : Persist puppet working files] ***************** 2019-09-12 08:42:28,176 p=100446 u=sysadmin | TASK [persist-config : Check if keyring data has been persisted] *************** 2019-09-12 08:42:28,210 p=100446 u=sysadmin | TASK [persist-config : Delete the previous python_keyring directory if exists] *** 2019-09-12 08:42:28,245 p=100446 u=sysadmin | TASK [persist-config : Persist keyring data] *********************************** 2019-09-12 08:42:28,280 p=100446 u=sysadmin | TASK [persist-config : Ensure replicated config parent directory exists] ******* 2019-09-12 08:42:28,496 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:28,505 p=100446 u=sysadmin | TASK [persist-config : Get list of new config files] *************************** 2019-09-12 08:42:28,712 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:28,722 p=100446 u=sysadmin | TASK [persist-config : Remove existing config files from permanent location] *** 2019-09-12 08:42:28,965 p=100446 u=sysadmin | ok: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277746.534, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568277746.721, u'inode': 176012, u'isgid': False, u'size': 1904, u'isdir': False, u'ctime': 1568277746.534, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 08:42:28,976 p=100446 u=sysadmin | TASK [persist-config : Move new config files to permanent location] ************ 2019-09-12 08:42:29,194 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:29,204 p=100446 u=sysadmin | TASK [persist-config : Delete working config directory] ************************ 2019-09-12 08:42:29,426 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:29,438 p=100446 u=sysadmin | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ****** 2019-09-12 08:42:29,487 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:29,499 p=100446 u=sysadmin | TASK [persist-config : debug] ************************************************** 2019-09-12 08:42:29,548 p=100446 u=sysadmin | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 08:42:29,558 p=100446 u=sysadmin | TASK [persist-config : Ensure Postres, PXE config directories exist] *********** 2019-09-12 08:42:29,788 p=100446 u=sysadmin | changed: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 08:42:29,981 p=100446 u=sysadmin | changed: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 08:42:29,991 p=100446 u=sysadmin | TASK [persist-config : Get list of Postgres conf files] ************************ 2019-09-12 08:42:30,221 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:30,232 p=100446 u=sysadmin | TASK [persist-config : Copy postgres conf files for mate] ********************** 2019-09-12 08:42:30,734 p=100446 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:42:30,926 p=100446 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:42:31,135 p=100446 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:42:31,146 p=100446 u=sysadmin | TASK [persist-config : Create a symlink to PXE config files] ******************* 2019-09-12 08:42:31,398 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:31,408 p=100446 u=sysadmin | TASK [persist-config : Check if copying of branding files for mate is required] *** 2019-09-12 08:42:31,666 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:31,677 p=100446 u=sysadmin | TASK [persist-config : Ensure branding config directory exists] **************** 2019-09-12 08:42:31,903 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:31,914 p=100446 u=sysadmin | TASK [persist-config : Check if branding tar files exist (there should be only one)] *** 2019-09-12 08:42:32,129 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:32,140 p=100446 u=sysadmin | TASK [persist-config : Copy branding tar files] ******************************** 2019-09-12 08:42:32,176 p=100446 u=sysadmin | TASK [persist-config : Get grub default kernel] ******************************** 2019-09-12 08:42:35,417 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:35,426 p=100446 u=sysadmin | TASK [persist-config : Add default security feature to kernel parameters] ****** 2019-09-12 08:42:35,752 p=100446 u=sysadmin | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 08:42:35,976 p=100446 u=sysadmin | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 08:42:35,986 p=100446 u=sysadmin | TASK [persist-config : Resize filesystems (default)] *************************** 2019-09-12 08:42:36,345 p=100446 u=sysadmin | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 08:42:36,647 p=100446 u=sysadmin | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 08:42:36,943 p=100446 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 08:42:37,734 p=100446 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 08:42:39,497 p=100446 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 08:42:41,133 p=100446 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 08:42:41,144 p=100446 u=sysadmin | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *** 2019-09-12 08:42:41,336 p=100446 u=sysadmin | TASK [persist-config : Further resize if root disk size is larger than 240G] *** 2019-09-12 08:42:41,685 p=100446 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 08:42:41,993 p=100446 u=sysadmin | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 08:42:42,521 p=100446 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 08:42:44,220 p=100446 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 08:42:44,230 p=100446 u=sysadmin | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] *** 2019-09-12 08:42:44,402 p=100446 u=sysadmin | TASK [persist-config : Check if custom banner exists] ************************** 2019-09-12 08:42:44,607 p=100446 u=sysadmin | ok: [localhost] 2019-09-12 08:42:44,618 p=100446 u=sysadmin | TASK [persist-config : Apply custom banner] ************************************ 2019-09-12 08:42:44,658 p=100446 u=sysadmin | TASK [persist-config : Fail if banner customization failed] ******************** 2019-09-12 08:42:44,697 p=100446 u=sysadmin | TASK [persist-config : Shutdown Maintenance services] ************************** 2019-09-12 08:42:45,024 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:45,035 p=100446 u=sysadmin | TASK [persist-config : Shutdown FM services] *********************************** 2019-09-12 08:42:45,290 p=100446 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 08:42:45,733 p=100446 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 08:42:45,743 p=100446 u=sysadmin | TASK [persist-config : Shut down and remove Kubernetes components] ************* 2019-09-12 08:42:46,185 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:46,195 p=100446 u=sysadmin | TASK [persist-config : Clear etcd data cache] ********************************** 2019-09-12 08:42:46,411 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:46,421 p=100446 u=sysadmin | TASK [persist-config : Restart etcd] ******************************************* 2019-09-12 08:42:48,060 p=100446 u=sysadmin | changed: [localhost] 2019-09-12 08:42:48,072 p=100446 u=sysadmin | TASK [persist-config : Set facts derived from previous network configurations] *** 2019-09-12 08:42:48,110 p=100446 u=sysadmin | TASK [persist-config : Set facts derived from previous floating addresses] ***** 2019-09-12 08:42:48,145 p=100446 u=sysadmin | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] *** 2019-09-12 08:42:48,182 p=100446 u=sysadmin | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] *** 2019-09-12 08:42:48,220 p=100446 u=sysadmin | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] *** 2019-09-12 08:42:48,259 p=100446 u=sysadmin | TASK [persist-config : Find old registry secrets in Barbican] ****************** 2019-09-12 08:42:50,884 p=100446 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep k8s-registry-secret | awk '{print $2}') 2019-09-12 08:42:53,453 p=100446 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep gcr-registry-secret | awk '{print $2}') 2019-09-12 08:42:56,155 p=100446 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep quay-registry-secret | awk '{print $2}') 2019-09-12 08:42:58,862 p=100446 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep docker-registry-secret | awk '{print $2}') 2019-09-12 08:42:58,874 p=100446 u=sysadmin | TASK [persist-config : Delete old registry secrets in Barbican] **************** 2019-09-12 08:43:01,722 p=100446 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.439425", "end": "2019-09-12 08:43:01.690204", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:42:59.250779", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:43:04,417 p=100446 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.482734", "end": "2019-09-12 08:43:04.383268", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:43:01.900534", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:43:07,002 p=100446 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.406040", "end": "2019-09-12 08:43:06.970823", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:43:04.564783", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:43:09,641 p=100446 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.459692", "end": "2019-09-12 08:43:09.612214", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:43:07.152522", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:43:09,644 p=100446 u=sysadmin | PLAY RECAP ********************************************************************* 2019-09-12 08:43:09,645 p=100446 u=sysadmin | localhost : ok=94 changed=26 unreachable=0 failed=1 2019-09-12 08:44:11,017 passlib.registry registered 'md5_crypt' handler: 2019-09-12 08:44:11,029 p=103613 u=sysadmin | PLAY [all] ********************************************************************* 2019-09-12 08:44:11,216 p=103613 u=sysadmin | TASK [stat] ******************************************************************** 2019-09-12 08:44:11,573 p=103613 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 08:44:11,707 p=103613 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 08:44:11,851 p=103613 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 08:44:12,029 p=103613 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 08:44:12,040 p=103613 u=sysadmin | TASK [include_vars] ************************************************************ 2019-09-12 08:44:12,132 p=103613 u=sysadmin | ok: [localhost] => (item={'_ansible_parsed': True, u'stat': {u'isuid': False, u'uid': 42425, u'exists': True, u'attr_flags': u'e', u'woth': False, u'device_type': 0, u'mtime': 1568277839.844, u'block_size': 4096, u'inode': 792428, u'isgid': False, u'size': 239, u'executable': False, u'roth': True, u'charset': u'us-ascii', u'readable': True, u'isreg': True, u'version': u'1172025044', u'pw_name': u'sysadmin', u'gid': 345, u'ischr': False, u'wusr': True, u'writeable': True, u'isdir': False, u'blocks': 8, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'sys_protected', u'path': u'/home/sysadmin/localhost.yml', u'xusr': False, u'atime': 1568277843.624, u'mimetype': u'text/x-c', u'ctime': 1568277839.914, u'isblk': False, u'checksum': u'aad636979791d623d1c47fe5187682f742593a68', u'dev': 2051, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'xgrp': False, u'islnk': False, u'attributes': [u'extents']}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/home/sysadmin/localhost.yml', u'invocation': {u'module_args': {u'get_checksum': True, u'follow': False, u'checksum_algorithm': u'sha1', u'path': u'/home/sysadmin/localhost.yml', u'get_mime': True, u'get_md5': None, u'get_attributes': True}}, '_ansible_ignore_errors': None, '_ansible_item_label': u'/home/sysadmin/localhost.yml'}) 2019-09-12 08:44:12,143 p=103613 u=sysadmin | TASK [prepare-env : Set SSH port] ********************************************** 2019-09-12 08:44:12,182 p=103613 u=sysadmin | TASK [prepare-env : Update SSH known hosts] ************************************ 2019-09-12 08:44:12,220 p=103613 u=sysadmin | TASK [prepare-env : Check connectivity] **************************************** 2019-09-12 08:44:12,253 p=103613 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] ******************************* 2019-09-12 08:44:12,289 p=103613 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] *** 2019-09-12 08:44:12,325 p=103613 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:44:12,364 p=103613 u=sysadmin | TASK [prepare-env : Change initial password] *********************************** 2019-09-12 08:44:12,403 p=103613 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] ******************* 2019-09-12 08:44:12,800 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:12,809 p=103613 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] *************** 2019-09-12 08:44:12,843 p=103613 u=sysadmin | TASK [prepare-env : Check initial config flag] ********************************* 2019-09-12 08:44:13,009 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:13,018 p=103613 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] *** 2019-09-12 08:44:13,066 p=103613 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] ******************************* 2019-09-12 08:44:13,099 p=103613 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ********** 2019-09-12 08:44:13,144 p=103613 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] *** 2019-09-12 08:44:13,180 p=103613 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ******************** 2019-09-12 08:44:13,217 p=103613 u=sysadmin | TASK [prepare-env : include_tasks] ********************************************* 2019-09-12 08:44:13,254 p=103613 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *** 2019-09-12 08:44:13,504 p=103613 u=sysadmin | TASK [prepare-env : Retrieve software version number] ************************** 2019-09-12 08:44:13,687 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:13,696 p=103613 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] ******************* 2019-09-12 08:44:13,733 p=103613 u=sysadmin | TASK [prepare-env : Retrieve system type] ************************************** 2019-09-12 08:44:13,920 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:13,929 p=103613 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] ************************ 2019-09-12 08:44:13,967 p=103613 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] ******* 2019-09-12 08:44:14,011 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,022 p=103613 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *** 2019-09-12 08:44:14,060 p=103613 u=sysadmin | TASK [prepare-env : Set config path facts] ************************************* 2019-09-12 08:44:14,104 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,114 p=103613 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] *** 2019-09-12 08:44:14,174 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,183 p=103613 u=sysadmin | TASK [prepare-env : set_fact] ************************************************** 2019-09-12 08:44:14,220 p=103613 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ************************* 2019-09-12 08:44:14,261 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,271 p=103613 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] ************ 2019-09-12 08:44:14,312 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,324 p=103613 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] *** 2019-09-12 08:44:14,364 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,373 p=103613 u=sysadmin | TASK [prepare-env : Set initial facts] ***************************************** 2019-09-12 08:44:14,425 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,434 p=103613 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ***************************** 2019-09-12 08:44:14,471 p=103613 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] *** 2019-09-12 08:44:14,511 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,521 p=103613 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ********************* 2019-09-12 08:44:14,559 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,569 p=103613 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ****** 2019-09-12 08:44:14,611 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,621 p=103613 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *** 2019-09-12 08:44:14,665 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,675 p=103613 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ********************************* 2019-09-12 08:44:14,717 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:14,726 p=103613 u=sysadmin | TASK [prepare-env : Check Docker status] *************************************** 2019-09-12 08:44:14,910 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:14,920 p=103613 u=sysadmin | TASK [prepare-env : Look for openrc file] ************************************** 2019-09-12 08:44:15,114 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:15,124 p=103613 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ************************************* 2019-09-12 08:44:15,169 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:15,179 p=103613 u=sysadmin | TASK [prepare-env : Turn off save_password flag] ******************************* 2019-09-12 08:44:15,224 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:15,234 p=103613 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ************* 2019-09-12 08:44:15,408 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:15,419 p=103613 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *** 2019-09-12 08:44:15,462 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:15,471 p=103613 u=sysadmin | TASK [prepare-env : Check the initial database population status] ************** 2019-09-12 08:44:15,661 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:15,671 p=103613 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] *** 2019-09-12 08:44:15,714 p=103613 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *** 2019-09-12 08:44:15,753 p=103613 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ************************* 2019-09-12 08:44:15,793 p=103613 u=sysadmin | TASK [prepare-env : Find previous config file for this host] ******************* 2019-09-12 08:44:15,833 p=103613 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ********************** 2019-09-12 08:44:15,868 p=103613 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ******************** 2019-09-12 08:44:15,904 p=103613 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] ******************* 2019-09-12 08:44:15,940 p=103613 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ***************** 2019-09-12 08:44:15,977 p=103613 u=sysadmin | TASK [prepare-env : Read in last config values] ******************************** 2019-09-12 08:44:16,013 p=103613 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] ************ 2019-09-12 08:44:16,049 p=103613 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] *** 2019-09-12 08:44:16,084 p=103613 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *** 2019-09-12 08:44:16,130 p=103613 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] *** 2019-09-12 08:44:16,165 p=103613 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *** 2019-09-12 08:44:16,201 p=103613 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] *** 2019-09-12 08:44:16,238 p=103613 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] *** 2019-09-12 08:44:16,276 p=103613 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] *** 2019-09-12 08:44:16,317 p=103613 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] *************************** 2019-09-12 08:44:16,354 p=103613 u=sysadmin | TASK [prepare-env : Check volume groups] *************************************** 2019-09-12 08:44:16,598 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:16,608 p=103613 u=sysadmin | TASK [prepare-env : Check size of root disk] *********************************** 2019-09-12 08:44:16,837 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:16,846 p=103613 u=sysadmin | TASK [prepare-env : Update root disk index for remote play] ******************** 2019-09-12 08:44:16,884 p=103613 u=sysadmin | TASK [prepare-env : Set root disk and root disk size facts] ******************** 2019-09-12 08:44:16,929 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:16,940 p=103613 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:44:16,977 p=103613 u=sysadmin | TASK [prepare-env : include_tasks] ********************************************* 2019-09-12 08:44:17,013 p=103613 u=sysadmin | TASK [prepare-env : Look for branding tar file] ******************************** 2019-09-12 08:44:17,436 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:17,445 p=103613 u=sysadmin | TASK [prepare-env : Fail if there are more than one branding tar files] ******** 2019-09-12 08:44:17,483 p=103613 u=sysadmin | TASK [prepare-env : Look for other branding files] ***************************** 2019-09-12 08:44:17,661 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:17,671 p=103613 u=sysadmin | TASK [prepare-env : Fail if the branding filename is not valid] **************** 2019-09-12 08:44:17,706 p=103613 u=sysadmin | TASK [prepare-env : Mark environment as Ansible bootstrap] ********************* 2019-09-12 08:44:18,162 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:18,172 p=103613 u=sysadmin | TASK [prepare-env : Set up Ansible remote tmp dir] ***************************** 2019-09-12 08:44:18,387 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:18,397 p=103613 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:44:18,442 p=103613 u=sysadmin | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 08:44:18,452 p=103613 u=sysadmin | TASK [validate-config : Check k8s_registry credentials] ************************ 2019-09-12 08:44:18,505 p=103613 u=sysadmin | TASK [validate-config : Check gcr_registry credentials] ************************ 2019-09-12 08:44:18,546 p=103613 u=sysadmin | TASK [validate-config : Check quay_registry credentials] *********************** 2019-09-12 08:44:18,586 p=103613 u=sysadmin | TASK [validate-config : Check docker_registry credentials] ********************* 2019-09-12 08:44:18,626 p=103613 u=sysadmin | TASK [validate-config : Check unified registry credentials] ******************** 2019-09-12 08:44:18,670 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:18,718 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:18,727 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:18,778 p=103613 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:44:18,790 p=103613 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:44:18,805 p=103613 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:44:18,817 p=103613 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:44:18,819 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:18,829 p=103613 u=sysadmin | TASK [validate-config : debug] ************************************************* 2019-09-12 08:44:18,893 p=103613 u=sysadmin | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/24", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.3", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 08:44:18,903 p=103613 u=sysadmin | TASK [validate-config : Set system mode fact] ********************************** 2019-09-12 08:44:18,941 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:18,950 p=103613 u=sysadmin | TASK [validate-config : debug] ************************************************* 2019-09-12 08:44:18,987 p=103613 u=sysadmin | TASK [validate-config : Set system mode to duplex for Standard system] ********* 2019-09-12 08:44:19,025 p=103613 u=sysadmin | TASK [validate-config : Validate system mode if system type is All-in-one] ***** 2019-09-12 08:44:19,067 p=103613 u=sysadmin | TASK [validate-config : Validate distributed cloud role] *********************** 2019-09-12 08:44:19,106 p=103613 u=sysadmin | TASK [validate-config : Validate system type if distributed cloud role is system controller] *** 2019-09-12 08:44:19,145 p=103613 u=sysadmin | TASK [validate-config : Checking registered timezones] ************************* 2019-09-12 08:44:19,373 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:19,382 p=103613 u=sysadmin | TASK [validate-config : Fail if provided timezone is unknown] ****************** 2019-09-12 08:44:19,419 p=103613 u=sysadmin | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *** 2019-09-12 08:44:19,458 p=103613 u=sysadmin | TASK [validate-config : Check format of DNS server IP(s)] ********************** 2019-09-12 08:44:19,511 p=103613 u=sysadmin | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 08:44:19,520 p=103613 u=sysadmin | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] *** 2019-09-12 08:44:19,579 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 08:44:19,593 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 08:44:19,609 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 08:44:19,625 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 08:44:19,637 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 08:44:19,655 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 08:44:19,668 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.204.0/24', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/24" } 2019-09-12 08:44:19,684 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 08:44:19,700 p=103613 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.3', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.3" } 2019-09-12 08:44:19,710 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:19,754 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:19,763 p=103613 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv4] ***************** 2019-09-12 08:44:19,823 p=103613 u=sysadmin | ok: [localhost] => (item=192.168.204.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:44:19,840 p=103613 u=sysadmin | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:44:19,857 p=103613 u=sysadmin | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:44:19,875 p=103613 u=sysadmin | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:44:19,891 p=103613 u=sysadmin | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:44:19,907 p=103613 u=sysadmin | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:44:19,917 p=103613 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv6] ***************** 2019-09-12 08:44:20,026 p=103613 u=sysadmin | TASK [validate-config : Validate pxeboot subnet is IPv4] *********************** 2019-09-12 08:44:20,072 p=103613 u=sysadmin | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 08:44:20,084 p=103613 u=sysadmin | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] *** 2019-09-12 08:44:20,143 p=103613 u=sysadmin | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] *** 2019-09-12 08:44:20,211 p=103613 u=sysadmin | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] *** 2019-09-12 08:44:20,269 p=103613 u=sysadmin | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] *** 2019-09-12 08:44:20,366 p=103613 u=sysadmin | TASK [validate-config : Fail if IPv6 prefix length is too short] *************** 2019-09-12 08:44:20,403 p=103613 u=sysadmin | TASK [validate-config : Fail if management address allocation is misconfigured] *** 2019-09-12 08:44:20,440 p=103613 u=sysadmin | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] *** 2019-09-12 08:44:20,480 p=103613 u=sysadmin | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *** 2019-09-12 08:44:20,520 p=103613 u=sysadmin | TASK [validate-config : Set default start and end addresses based on provided subnets] *** 2019-09-12 08:44:20,595 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:20,605 p=103613 u=sysadmin | TASK [validate-config : Build address pairs for validation, merging default and user provided values] *** 2019-09-12 08:44:20,702 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:20,711 p=103613 u=sysadmin | TASK [validate-config : include] *********************************************** 2019-09-12 08:44:20,833 p=103613 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.4', u'end': u'10.10.10.5', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 08:44:20,860 p=103613 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 08:44:20,875 p=103613 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.254', u'subnet': u'192.168.204.0/24'}}) 2019-09-12 08:44:20,889 p=103613 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 08:44:20,904 p=103613 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 08:44:20,918 p=103613 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 08:44:20,932 p=103613 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 08:44:20,948 p=103613 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 08:44:21,017 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:21,065 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:21,078 p=103613 u=sysadmin | TASK [validate-config : Validate oam_node start and end address format] ******** 2019-09-12 08:44:21,118 p=103613 u=sysadmin | TASK [validate-config : Validate oam_node start and end range] ***************** 2019-09-12 08:44:21,158 p=103613 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:44:21,198 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:21,248 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:21,260 p=103613 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end address format] ***** 2019-09-12 08:44:21,313 p=103613 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end range] ************** 2019-09-12 08:44:21,351 p=103613 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:44:21,390 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:21,446 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:21,461 p=103613 u=sysadmin | TASK [validate-config : Validate management start and end address format] ****** 2019-09-12 08:44:21,502 p=103613 u=sysadmin | TASK [validate-config : Validate management start and end range] *************** 2019-09-12 08:44:21,540 p=103613 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:44:21,582 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:21,634 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:21,646 p=103613 u=sysadmin | TASK [validate-config : Validate multicast start and end address format] ******* 2019-09-12 08:44:21,685 p=103613 u=sysadmin | TASK [validate-config : Validate multicast start and end range] **************** 2019-09-12 08:44:21,723 p=103613 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:44:21,760 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:21,811 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:21,825 p=103613 u=sysadmin | TASK [validate-config : Validate cluster_service start and end address format] *** 2019-09-12 08:44:21,864 p=103613 u=sysadmin | TASK [validate-config : Validate cluster_service start and end range] ********** 2019-09-12 08:44:21,903 p=103613 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:44:21,941 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:21,992 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:22,003 p=103613 u=sysadmin | TASK [validate-config : Validate oam start and end address format] ************* 2019-09-12 08:44:22,043 p=103613 u=sysadmin | TASK [validate-config : Validate oam start and end range] ********************** 2019-09-12 08:44:22,081 p=103613 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:44:22,124 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:22,169 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:22,181 p=103613 u=sysadmin | TASK [validate-config : Validate cluster_host start and end address format] **** 2019-09-12 08:44:22,219 p=103613 u=sysadmin | TASK [validate-config : Validate cluster_host start and end range] ************* 2019-09-12 08:44:22,258 p=103613 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:44:22,300 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:22,348 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:22,361 p=103613 u=sysadmin | TASK [validate-config : Validate pxeboot start and end address format] ********* 2019-09-12 08:44:22,400 p=103613 u=sysadmin | TASK [validate-config : Validate pxeboot start and end range] ****************** 2019-09-12 08:44:22,439 p=103613 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] *** 2019-09-12 08:44:22,476 p=103613 u=sysadmin | TASK [validate-config : Set floating addresses based on subnets or start addresses] *** 2019-09-12 08:44:22,526 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:22,536 p=103613 u=sysadmin | TASK [validate-config : Set derived facts for subsequent tasks/roles] ********** 2019-09-12 08:44:22,595 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:22,606 p=103613 u=sysadmin | TASK [validate-config : Set facts for IP address provisioning against loopback interface] *** 2019-09-12 08:44:22,655 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:22,665 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:22,727 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:22,738 p=103613 u=sysadmin | TASK [validate-config : Set default no-proxy address list (non simplex)] ******* 2019-09-12 08:44:22,776 p=103613 u=sysadmin | TASK [validate-config : Validate http proxy urls] ****************************** 2019-09-12 08:44:22,834 p=103613 u=sysadmin | TASK [validate-config : Validate no proxy addresses] *************************** 2019-09-12 08:44:22,865 p=103613 u=sysadmin | TASK [validate-config : Add user defined no-proxy address list to default] ***** 2019-09-12 08:44:22,902 p=103613 u=sysadmin | TASK [validate-config : Fail if secure registry flag is misconfigured] ********* 2019-09-12 08:44:22,941 p=103613 u=sysadmin | TASK [validate-config : Default the unified registry to secure if not specified] *** 2019-09-12 08:44:22,981 p=103613 u=sysadmin | TASK [validate-config : Turn on use_unified_registry flag] ********************* 2019-09-12 08:44:23,022 p=103613 u=sysadmin | TASK [validate-config : Update use_default_registries flag] ******************** 2019-09-12 08:44:23,064 p=103613 u=sysadmin | TASK [validate-config : include] *********************************************** 2019-09-12 08:44:23,146 p=103613 u=sysadmin | TASK [validate-config : set_fact] ********************************************** 2019-09-12 08:44:23,187 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:23,204 p=103613 u=sysadmin | TASK [validate-config : Check if images archive location exists] *************** 2019-09-12 08:44:23,267 p=103613 u=sysadmin | TASK [validate-config : Get list of archived files] **************************** 2019-09-12 08:44:23,320 p=103613 u=sysadmin | TASK [validate-config : Turn on images archive flag] *************************** 2019-09-12 08:44:23,358 p=103613 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans list] ********************* 2019-09-12 08:44:23,397 p=103613 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans entries] ****************** 2019-09-12 08:44:23,432 p=103613 u=sysadmin | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] *** 2019-09-12 08:44:23,472 p=103613 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_cert file] *********************** 2019-09-12 08:44:23,512 p=103613 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_key file] ************************ 2019-09-12 08:44:23,551 p=103613 u=sysadmin | TASK [validate-config : Check for ssl_ca_cert file] **************************** 2019-09-12 08:44:23,591 p=103613 u=sysadmin | TASK [validate-config : Check OpenID Connect parameters] *********************** 2019-09-12 08:44:23,635 p=103613 u=sysadmin | TASK [validate-config : Create config workdir] ********************************* 2019-09-12 08:44:23,855 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:23,865 p=103613 u=sysadmin | TASK [validate-config : Generate config ini file for python sysinv db population script] *** 2019-09-12 08:44:24,315 p=103613 u=sysadmin | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 08:44:24,502 p=103613 u=sysadmin | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 08:44:24,699 p=103613 u=sysadmin | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 08:44:24,903 p=103613 u=sysadmin | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 08:44:25,089 p=103613 u=sysadmin | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 08:44:25,281 p=103613 u=sysadmin | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 08:44:25,466 p=103613 u=sysadmin | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 08:44:25,652 p=103613 u=sysadmin | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 08:44:25,854 p=103613 u=sysadmin | changed: [localhost] => (item=NAMESERVERS=8.8.4.4) 2019-09-12 08:44:26,049 p=103613 u=sysadmin | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 08:44:26,278 p=103613 u=sysadmin | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 08:44:26,448 p=103613 u=sysadmin | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 08:44:26,644 p=103613 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/24) 2019-09-12 08:44:26,836 p=103613 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 08:44:27,027 p=103613 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.254) 2019-09-12 08:44:27,219 p=103613 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 08:44:27,417 p=103613 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 08:44:27,606 p=103613 u=sysadmin | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 08:44:27,789 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 08:44:27,976 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 08:44:28,179 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 08:44:28,372 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 08:44:28,575 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 08:44:28,768 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 08:44:28,975 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 08:44:29,178 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 08:44:29,364 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 08:44:29,548 p=103613 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 08:44:29,731 p=103613 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 08:44:29,924 p=103613 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 08:44:30,136 p=103613 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 08:44:30,331 p=103613 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 08:44:30,531 p=103613 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.3) 2019-09-12 08:44:30,724 p=103613 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.4) 2019-09-12 08:44:30,923 p=103613 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.5) 2019-09-12 08:44:31,115 p=103613 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 08:44:31,318 p=103613 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 08:44:31,511 p=103613 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 08:44:31,713 p=103613 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 08:44:31,913 p=103613 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 08:44:32,123 p=103613 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 08:44:32,323 p=103613 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 08:44:32,539 p=103613 u=sysadmin | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 08:44:32,748 p=103613 u=sysadmin | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 08:44:32,936 p=103613 u=sysadmin | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 08:44:33,130 p=103613 u=sysadmin | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 08:44:33,327 p=103613 u=sysadmin | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 08:44:33,505 p=103613 u=sysadmin | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 08:44:33,691 p=103613 u=sysadmin | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 08:44:33,876 p=103613 u=sysadmin | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 08:44:34,062 p=103613 u=sysadmin | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 08:44:34,250 p=103613 u=sysadmin | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 08:44:34,442 p=103613 u=sysadmin | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 08:44:34,460 p=103613 u=sysadmin | TASK [validate-config : Write simplex flag] ************************************ 2019-09-12 08:44:34,675 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:34,686 p=103613 u=sysadmin | TASK [store-passwd : debug] **************************************************** 2019-09-12 08:44:34,720 p=103613 u=sysadmin | TASK [store-passwd : set_fact] ************************************************* 2019-09-12 08:44:34,756 p=103613 u=sysadmin | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *** 2019-09-12 08:44:34,790 p=103613 u=sysadmin | TASK [store-passwd : Set admin username and password facts] ******************** 2019-09-12 08:44:34,826 p=103613 u=sysadmin | TASK [store-passwd : Look for password rules file] ***************************** 2019-09-12 08:44:34,863 p=103613 u=sysadmin | TASK [store-passwd : Fail if password rules file is missing] ******************* 2019-09-12 08:44:34,897 p=103613 u=sysadmin | TASK [store-passwd : Get password rules] *************************************** 2019-09-12 08:44:34,936 p=103613 u=sysadmin | TASK [store-passwd : Get password rules description] *************************** 2019-09-12 08:44:34,974 p=103613 u=sysadmin | TASK [store-passwd : Set password regex facts] ********************************* 2019-09-12 08:44:35,011 p=103613 u=sysadmin | TASK [store-passwd : Fail if password regex cannot be found] ******************* 2019-09-12 08:44:35,044 p=103613 u=sysadmin | TASK [store-passwd : Set password regex description fact] ********************** 2019-09-12 08:44:35,079 p=103613 u=sysadmin | TASK [store-passwd : Validate admin password] ********************************** 2019-09-12 08:44:35,112 p=103613 u=sysadmin | TASK [store-passwd : Fail if provided admin password does not meet required complexity] *** 2019-09-12 08:44:35,152 p=103613 u=sysadmin | TASK [store-passwd : Store admin password] ************************************* 2019-09-12 08:44:35,187 p=103613 u=sysadmin | TASK [store-passwd : Set temp keyring directory fact] ************************** 2019-09-12 08:44:35,222 p=103613 u=sysadmin | TASK [store-passwd : Create temp keyring directory] **************************** 2019-09-12 08:44:35,258 p=103613 u=sysadmin | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] *** 2019-09-12 08:44:35,292 p=103613 u=sysadmin | TASK [store-passwd : Prefetch the keyring from the tarball] ******************** 2019-09-12 08:44:35,333 p=103613 u=sysadmin | TASK [store-passwd : Remove the unwanted directory] **************************** 2019-09-12 08:44:35,367 p=103613 u=sysadmin | TASK [store-passwd : Store service passwords] ********************************** 2019-09-12 08:44:35,397 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Create config workdir] ************************ 2019-09-12 08:44:35,431 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Generating static config data] **************** 2019-09-12 08:44:35,466 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] *** 2019-09-12 08:44:35,503 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ****************** 2019-09-12 08:44:35,539 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] *** 2019-09-12 08:44:35,576 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ******************** 2019-09-12 08:44:35,612 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] *** 2019-09-12 08:44:35,649 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] ******************* 2019-09-12 08:44:35,684 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ************************** 2019-09-12 08:44:35,719 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Remove the unwanted directory] **************** 2019-09-12 08:44:35,754 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *********** 2019-09-12 08:44:35,789 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] *** 2019-09-12 08:44:35,826 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] *************** 2019-09-12 08:44:35,861 p=103613 u=sysadmin | TASK [apply-bootstrap-manifest : Persist puppet working files] ***************** 2019-09-12 08:44:35,896 p=103613 u=sysadmin | TASK [persist-config : Check if keyring data has been persisted] *************** 2019-09-12 08:44:35,931 p=103613 u=sysadmin | TASK [persist-config : Delete the previous python_keyring directory if exists] *** 2019-09-12 08:44:35,968 p=103613 u=sysadmin | TASK [persist-config : Persist keyring data] *********************************** 2019-09-12 08:44:36,005 p=103613 u=sysadmin | TASK [persist-config : Ensure replicated config parent directory exists] ******* 2019-09-12 08:44:36,219 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:36,229 p=103613 u=sysadmin | TASK [persist-config : Get list of new config files] *************************** 2019-09-12 08:44:36,445 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:36,454 p=103613 u=sysadmin | TASK [persist-config : Remove existing config files from permanent location] *** 2019-09-12 08:44:36,701 p=103613 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277874.41, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568277874.41, u'inode': 185113, u'isgid': False, u'size': 1667, u'isdir': False, u'ctime': 1568277874.41, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 08:44:36,711 p=103613 u=sysadmin | TASK [persist-config : Move new config files to permanent location] ************ 2019-09-12 08:44:36,937 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:36,947 p=103613 u=sysadmin | TASK [persist-config : Delete working config directory] ************************ 2019-09-12 08:44:37,169 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:37,179 p=103613 u=sysadmin | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ****** 2019-09-12 08:44:37,229 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:37,239 p=103613 u=sysadmin | TASK [persist-config : debug] ************************************************** 2019-09-12 08:44:37,289 p=103613 u=sysadmin | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 08:44:37,299 p=103613 u=sysadmin | TASK [persist-config : Ensure Postres, PXE config directories exist] *********** 2019-09-12 08:44:37,547 p=103613 u=sysadmin | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 08:44:37,747 p=103613 u=sysadmin | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 08:44:37,757 p=103613 u=sysadmin | TASK [persist-config : Get list of Postgres conf files] ************************ 2019-09-12 08:44:37,981 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:37,992 p=103613 u=sysadmin | TASK [persist-config : Copy postgres conf files for mate] ********************** 2019-09-12 08:44:38,522 p=103613 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:44:38,742 p=103613 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:44:38,926 p=103613 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:44:38,936 p=103613 u=sysadmin | TASK [persist-config : Create a symlink to PXE config files] ******************* 2019-09-12 08:44:39,156 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:39,166 p=103613 u=sysadmin | TASK [persist-config : Check if copying of branding files for mate is required] *** 2019-09-12 08:44:39,393 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:39,403 p=103613 u=sysadmin | TASK [persist-config : Ensure branding config directory exists] **************** 2019-09-12 08:44:39,633 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:39,643 p=103613 u=sysadmin | TASK [persist-config : Check if branding tar files exist (there should be only one)] *** 2019-09-12 08:44:39,873 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:39,884 p=103613 u=sysadmin | TASK [persist-config : Copy branding tar files] ******************************** 2019-09-12 08:44:39,919 p=103613 u=sysadmin | TASK [persist-config : Get grub default kernel] ******************************** 2019-09-12 08:44:43,195 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:43,205 p=103613 u=sysadmin | TASK [persist-config : Add default security feature to kernel parameters] ****** 2019-09-12 08:44:43,482 p=103613 u=sysadmin | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 08:44:43,718 p=103613 u=sysadmin | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 08:44:43,728 p=103613 u=sysadmin | TASK [persist-config : Resize filesystems (default)] *************************** 2019-09-12 08:44:43,974 p=103613 u=sysadmin | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 08:44:44,185 p=103613 u=sysadmin | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 08:44:44,402 p=103613 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 08:44:44,611 p=103613 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 08:44:44,819 p=103613 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 08:44:45,018 p=103613 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 08:44:45,029 p=103613 u=sysadmin | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *** 2019-09-12 08:44:45,239 p=103613 u=sysadmin | TASK [persist-config : Further resize if root disk size is larger than 240G] *** 2019-09-12 08:44:45,495 p=103613 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 08:44:45,731 p=103613 u=sysadmin | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 08:44:45,962 p=103613 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 08:44:46,185 p=103613 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 08:44:46,196 p=103613 u=sysadmin | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] *** 2019-09-12 08:44:46,367 p=103613 u=sysadmin | TASK [persist-config : Check if custom banner exists] ************************** 2019-09-12 08:44:46,579 p=103613 u=sysadmin | ok: [localhost] 2019-09-12 08:44:46,589 p=103613 u=sysadmin | TASK [persist-config : Apply custom banner] ************************************ 2019-09-12 08:44:46,629 p=103613 u=sysadmin | TASK [persist-config : Fail if banner customization failed] ******************** 2019-09-12 08:44:46,679 p=103613 u=sysadmin | TASK [persist-config : Shutdown Maintenance services] ************************** 2019-09-12 08:44:47,018 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:47,028 p=103613 u=sysadmin | TASK [persist-config : Shutdown FM services] *********************************** 2019-09-12 08:44:47,283 p=103613 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 08:44:47,494 p=103613 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 08:44:47,505 p=103613 u=sysadmin | TASK [persist-config : Shut down and remove Kubernetes components] ************* 2019-09-12 08:44:47,835 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:47,846 p=103613 u=sysadmin | TASK [persist-config : Clear etcd data cache] ********************************** 2019-09-12 08:44:48,067 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:48,078 p=103613 u=sysadmin | TASK [persist-config : Restart etcd] ******************************************* 2019-09-12 08:44:49,540 p=103613 u=sysadmin | changed: [localhost] 2019-09-12 08:44:49,550 p=103613 u=sysadmin | TASK [persist-config : Set facts derived from previous network configurations] *** 2019-09-12 08:44:49,586 p=103613 u=sysadmin | TASK [persist-config : Set facts derived from previous floating addresses] ***** 2019-09-12 08:44:49,622 p=103613 u=sysadmin | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] *** 2019-09-12 08:44:49,658 p=103613 u=sysadmin | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] *** 2019-09-12 08:44:49,697 p=103613 u=sysadmin | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] *** 2019-09-12 08:44:49,736 p=103613 u=sysadmin | TASK [persist-config : Find old registry secrets in Barbican] ****************** 2019-09-12 08:44:52,428 p=103613 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep k8s-registry-secret | awk '{print $2}') 2019-09-12 08:44:55,001 p=103613 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep gcr-registry-secret | awk '{print $2}') 2019-09-12 08:44:57,565 p=103613 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep quay-registry-secret | awk '{print $2}') 2019-09-12 08:45:00,200 p=103613 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep docker-registry-secret | awk '{print $2}') 2019-09-12 08:45:00,210 p=103613 u=sysadmin | TASK [persist-config : Delete old registry secrets in Barbican] **************** 2019-09-12 08:45:02,819 p=103613 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.381682", "end": "2019-09-12 08:45:02.782490", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:45:00.400808", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:45:05,413 p=103613 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.420940", "end": "2019-09-12 08:45:05.382866", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:45:02.961926", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:45:07,983 p=103613 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.389353", "end": "2019-09-12 08:45:07.954750", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:45:05.565397", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:45:10,635 p=103613 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.467453", "end": "2019-09-12 08:45:10.601535", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:45:08.134082", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:45:10,638 p=103613 u=sysadmin | PLAY RECAP ********************************************************************* 2019-09-12 08:45:10,639 p=103613 u=sysadmin | localhost : ok=94 changed=25 unreachable=0 failed=1 2019-09-12 08:56:18,236 passlib.registry registered 'md5_crypt' handler: 2019-09-12 08:56:18,246 p=107866 u=sysadmin | PLAY [all] ********************************************************************* 2019-09-12 08:56:18,428 p=107866 u=sysadmin | TASK [stat] ******************************************************************** 2019-09-12 08:56:18,788 p=107866 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 08:56:18,922 p=107866 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 08:56:19,082 p=107866 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 08:56:19,249 p=107866 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 08:56:19,259 p=107866 u=sysadmin | TASK [include_vars] ************************************************************ 2019-09-12 08:56:19,343 p=107866 u=sysadmin | ok: [localhost] => (item={'_ansible_parsed': True, u'stat': {u'isuid': False, u'uid': 42425, u'exists': True, u'attr_flags': u'e', u'woth': False, u'device_type': 0, u'mtime': 1568277839.844, u'block_size': 4096, u'inode': 792428, u'isgid': False, u'size': 239, u'executable': False, u'roth': True, u'charset': u'us-ascii', u'readable': True, u'isreg': True, u'version': u'1172025044', u'pw_name': u'sysadmin', u'gid': 345, u'ischr': False, u'wusr': True, u'writeable': True, u'isdir': False, u'blocks': 8, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'sys_protected', u'path': u'/home/sysadmin/localhost.yml', u'xusr': False, u'atime': 1568277843.624, u'mimetype': u'text/x-c', u'ctime': 1568277839.914, u'isblk': False, u'checksum': u'aad636979791d623d1c47fe5187682f742593a68', u'dev': 2051, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'xgrp': False, u'islnk': False, u'attributes': [u'extents']}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/home/sysadmin/localhost.yml', u'invocation': {u'module_args': {u'get_checksum': True, u'follow': False, u'checksum_algorithm': u'sha1', u'path': u'/home/sysadmin/localhost.yml', u'get_mime': True, u'get_md5': None, u'get_attributes': True}}, '_ansible_ignore_errors': None, '_ansible_item_label': u'/home/sysadmin/localhost.yml'}) 2019-09-12 08:56:19,353 p=107866 u=sysadmin | TASK [prepare-env : Set SSH port] ********************************************** 2019-09-12 08:56:19,391 p=107866 u=sysadmin | TASK [prepare-env : Update SSH known hosts] ************************************ 2019-09-12 08:56:19,430 p=107866 u=sysadmin | TASK [prepare-env : Check connectivity] **************************************** 2019-09-12 08:56:19,462 p=107866 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] ******************************* 2019-09-12 08:56:19,503 p=107866 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] *** 2019-09-12 08:56:19,538 p=107866 u=sysadmin | TASK [prepare-env : debug] ***************************************************** 2019-09-12 08:56:19,589 p=107866 u=sysadmin | TASK [prepare-env : Change initial password] *********************************** 2019-09-12 08:56:19,624 p=107866 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] ******************* 2019-09-12 08:56:20,014 p=107866 u=sysadmin | changed: [localhost] 2019-09-12 08:56:20,023 p=107866 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] *************** 2019-09-12 08:56:20,058 p=107866 u=sysadmin | TASK [prepare-env : Check initial config flag] ********************************* 2019-09-12 08:56:20,230 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:20,239 p=107866 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] *** 2019-09-12 08:56:20,271 p=107866 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] ******************************* 2019-09-12 08:56:20,302 p=107866 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ********** 2019-09-12 08:56:20,345 p=107866 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] *** 2019-09-12 08:56:20,380 p=107866 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ******************** 2019-09-12 08:56:20,415 p=107866 u=sysadmin | TASK [prepare-env : include_tasks] ********************************************* 2019-09-12 08:56:20,451 p=107866 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *** 2019-09-12 08:56:20,684 p=107866 u=sysadmin | TASK [prepare-env : Retrieve software version number] ************************** 2019-09-12 08:56:20,865 p=107866 u=sysadmin | changed: [localhost] 2019-09-12 08:56:20,873 p=107866 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] ******************* 2019-09-12 08:56:20,910 p=107866 u=sysadmin | TASK [prepare-env : Retrieve system type] ************************************** 2019-09-12 08:56:21,087 p=107866 u=sysadmin | changed: [localhost] 2019-09-12 08:56:21,096 p=107866 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] ************************ 2019-09-12 08:56:21,131 p=107866 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] ******* 2019-09-12 08:56:21,172 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,181 p=107866 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *** 2019-09-12 08:56:21,215 p=107866 u=sysadmin | TASK [prepare-env : Set config path facts] ************************************* 2019-09-12 08:56:21,257 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,266 p=107866 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] *** 2019-09-12 08:56:21,324 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,332 p=107866 u=sysadmin | TASK [prepare-env : set_fact] ************************************************** 2019-09-12 08:56:21,367 p=107866 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ************************* 2019-09-12 08:56:21,405 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,413 p=107866 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] ************ 2019-09-12 08:56:21,455 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,464 p=107866 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] *** 2019-09-12 08:56:21,507 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,516 p=107866 u=sysadmin | TASK [prepare-env : Set initial facts] ***************************************** 2019-09-12 08:56:21,569 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,578 p=107866 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ***************************** 2019-09-12 08:56:21,617 p=107866 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] *** 2019-09-12 08:56:21,658 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,667 p=107866 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ********************* 2019-09-12 08:56:21,710 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,719 p=107866 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ****** 2019-09-12 08:56:21,763 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,773 p=107866 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *** 2019-09-12 08:56:21,814 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,824 p=107866 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ********************************* 2019-09-12 08:56:21,863 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:21,873 p=107866 u=sysadmin | TASK [prepare-env : Check Docker status] *************************************** 2019-09-12 08:56:22,067 p=107866 u=sysadmin | changed: [localhost] 2019-09-12 08:56:22,077 p=107866 u=sysadmin | TASK [prepare-env : Look for openrc file] ************************************** 2019-09-12 08:56:22,269 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:22,278 p=107866 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ************************************* 2019-09-12 08:56:22,321 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:22,331 p=107866 u=sysadmin | TASK [prepare-env : Turn off save_password flag] ******************************* 2019-09-12 08:56:22,371 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:22,381 p=107866 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ************* 2019-09-12 08:56:22,559 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:22,568 p=107866 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *** 2019-09-12 08:56:22,610 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:22,622 p=107866 u=sysadmin | TASK [prepare-env : Check the initial database population status] ************** 2019-09-12 08:56:22,828 p=107866 u=sysadmin | ok: [localhost] 2019-09-12 08:56:22,837 p=107866 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] *** 2019-09-12 08:56:22,879 p=107866 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *** 2019-09-12 08:56:22,916 p=107866 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ************************* 2019-09-12 08:56:22,954 p=107866 u=sysadmin | TASK [prepare-env : Find previous config file for this host] ******************* 2019-09-12 08:56:22,988 p=107866 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ********************** 2019-09-12 08:56:23,025 p=107866 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ******************** 2019-09-12 08:56:23,065 p=107866 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] ******************* 2019-09-12 08:56:23,101 p=107866 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ***************** 2019-09-12 08:56:23,140 p=107866 u=sysadmin | TASK [prepare-env : Read in last config values] ******************************** 2019-09-12 08:56:23,180 p=107866 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] ************ 2019-09-12 08:56:23,221 p=107866 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] *** 2019-09-12 08:56:23,257 p=107866 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *** 2019-09-12 08:56:23,293 p=107866 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] *** 2019-09-12 08:56:23,327 p=107866 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *** 2019-09-12 08:56:23,362 p=107866 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] *** 2019-09-12 08:56:23,398 p=107866 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] *** 2019-09-12 08:56:23,432 p=107866 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] *** 2019-09-12 08:56:23,468 p=107866 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] *************************** 2019-09-12 08:56:23,502 p=107866 u=sysadmin | TASK [prepare-env : Check volume groups] *************************************** 2019-09-12 08:56:30,173 p=107866 u=sysadmin | fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Sorry, try again.\n[sudo via ansible, key=dhiasiixxkwqrzguvqtrsiksfudxxbxy] password: Sorry, try again.\n[sudo via ansible, key=dhiasiixxkwqrzguvqtrsiksfudxxbxy] password: sudo: 3 incorrect password attempts\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} 2019-09-12 08:56:30,175 p=107866 u=sysadmin | PLAY RECAP ********************************************************************* 2019-09-12 08:56:30,176 p=107866 u=sysadmin | localhost : ok=25 changed=4 unreachable=0 failed=1 2019-09-12 08:58:49,422 passlib.registry registered 'md5_crypt' handler: 2019-09-12 08:58:49,432 p=108355 u=sysadmin | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 08:58:49,620 p=108355 u=sysadmin | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 08:58:49,985 p=108355 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 08:58:50,133 p=108355 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 08:58:50,281 p=108355 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 08:58:50,445 p=108355 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 08:58:50,454 p=108355 u=sysadmin | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 08:58:50,540 p=108355 u=sysadmin | ok: [localhost] => (item={'_ansible_parsed': True, u'stat': {u'isuid': False, u'uid': 42425, u'exists': True, u'attr_flags': u'e', u'woth': False, u'device_type': 0, u'mtime': 1568278719.582, u'block_size': 4096, u'inode': 792429, u'isgid': False, u'size': 241, u'executable': False, u'roth': True, u'charset': u'us-ascii', u'readable': True, u'isreg': True, u'version': u'1172025065', u'pw_name': u'sysadmin', u'gid': 345, u'ischr': False, u'wusr': True, u'writeable': True, u'isdir': False, u'blocks': 8, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'sys_protected', u'path': u'/home/sysadmin/localhost.yml', u'xusr': False, u'atime': 1568278719.582, u'mimetype': u'text/x-c', u'ctime': 1568278719.616, u'isblk': False, u'checksum': u'5057c7e021e449459bd8717924652157e9a9f10d', u'dev': 2051, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'xgrp': False, u'islnk': False, u'attributes': [u'extents']}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/home/sysadmin/localhost.yml', u'invocation': {u'module_args': {u'get_checksum': True, u'follow': False, u'checksum_algorithm': u'sha1', u'path': u'/home/sysadmin/localhost.yml', u'get_mime': True, u'get_md5': None, u'get_attributes': True}}, '_ansible_ignore_errors': None, '_ansible_item_label': u'/home/sysadmin/localhost.yml'}) 2019-09-12 08:58:50,549 p=108355 u=sysadmin | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 08:58:50,587 p=108355 u=sysadmin | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 08:58:50,626 p=108355 u=sysadmin | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 08:58:50,659 p=108355 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 08:58:50,696 p=108355 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 08:58:50,731 p=108355 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 08:58:50,770 p=108355 u=sysadmin | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 08:58:50,806 p=108355 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 08:58:51,206 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:58:51,215 p=108355 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 08:58:51,250 p=108355 u=sysadmin | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 08:58:51,415 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:51,424 p=108355 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 08:58:51,456 p=108355 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 08:58:51,488 p=108355 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 08:58:51,532 p=108355 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 08:58:51,570 p=108355 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 08:58:51,607 p=108355 u=sysadmin | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 08:58:51,643 p=108355 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 08:58:51,879 p=108355 u=sysadmin | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 08:58:52,067 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:58:52,075 p=108355 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 08:58:52,112 p=108355 u=sysadmin | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 08:58:52,300 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:58:52,312 p=108355 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 08:58:52,350 p=108355 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 08:58:52,391 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,401 p=108355 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 08:58:52,437 p=108355 u=sysadmin | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 08:58:52,482 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,491 p=108355 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 08:58:52,549 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,558 p=108355 u=sysadmin | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 08:58:52,597 p=108355 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 08:58:52,648 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,658 p=108355 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 08:58:52,703 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,711 p=108355 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 08:58:52,752 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,761 p=108355 u=sysadmin | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 08:58:52,818 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,826 p=108355 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 08:58:52,865 p=108355 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 08:58:52,902 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,911 p=108355 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 08:58:52,950 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:52,959 p=108355 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 08:58:53,003 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:53,011 p=108355 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 08:58:53,055 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:53,064 p=108355 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 08:58:53,103 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:53,112 p=108355 u=sysadmin | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 08:58:53,299 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:58:53,307 p=108355 u=sysadmin | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 08:58:53,502 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:53,512 p=108355 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 08:58:53,556 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:53,565 p=108355 u=sysadmin | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 08:58:53,611 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:53,620 p=108355 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 08:58:53,800 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:53,809 p=108355 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 08:58:53,851 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:53,860 p=108355 u=sysadmin | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 08:58:54,044 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:54,054 p=108355 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 08:58:54,095 p=108355 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 08:58:54,132 p=108355 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 08:58:54,169 p=108355 u=sysadmin | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 08:58:54,204 p=108355 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 08:58:54,239 p=108355 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 08:58:54,273 p=108355 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 08:58:54,313 p=108355 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 08:58:54,347 p=108355 u=sysadmin | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 08:58:54,382 p=108355 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 08:58:54,417 p=108355 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 08:58:54,451 p=108355 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 08:58:54,485 p=108355 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 08:58:54,518 p=108355 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 08:58:54,553 p=108355 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 08:58:54,589 p=108355 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 08:58:54,629 p=108355 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 08:58:54,667 p=108355 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 08:58:54,717 p=108355 u=sysadmin | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 08:58:55,009 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:58:55,019 p=108355 u=sysadmin | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 08:58:55,252 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:58:55,260 p=108355 u=sysadmin | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 08:58:55,297 p=108355 u=sysadmin | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 08:58:55,339 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:55,348 p=108355 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 08:58:55,384 p=108355 u=sysadmin | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 08:58:55,421 p=108355 u=sysadmin | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 08:58:55,855 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:55,863 p=108355 u=sysadmin | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 08:58:55,899 p=108355 u=sysadmin | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 08:58:56,087 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:56,096 p=108355 u=sysadmin | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 08:58:56,132 p=108355 u=sysadmin | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 08:58:56,599 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:58:56,608 p=108355 u=sysadmin | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 08:58:56,856 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:56,866 p=108355 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 08:58:56,910 p=108355 u=sysadmin | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 08:58:56,919 p=108355 u=sysadmin | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 08:58:56,959 p=108355 u=sysadmin | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 08:58:57,004 p=108355 u=sysadmin | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 08:58:57,044 p=108355 u=sysadmin | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 08:58:57,084 p=108355 u=sysadmin | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 08:58:57,127 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:58:57,170 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:57,180 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:58:57,236 p=108355 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:58:57,248 p=108355 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:58:57,268 p=108355 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:58:57,280 p=108355 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 08:58:57,282 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:57,292 p=108355 u=sysadmin | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 08:58:57,346 p=108355 u=sysadmin | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/24", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.3", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 08:58:57,356 p=108355 u=sysadmin | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 08:58:57,394 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:57,404 p=108355 u=sysadmin | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 08:58:57,440 p=108355 u=sysadmin | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 08:58:57,477 p=108355 u=sysadmin | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 08:58:57,514 p=108355 u=sysadmin | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 08:58:57,551 p=108355 u=sysadmin | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 08:58:57,589 p=108355 u=sysadmin | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 08:58:57,834 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:57,844 p=108355 u=sysadmin | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 08:58:57,880 p=108355 u=sysadmin | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 08:58:57,924 p=108355 u=sysadmin | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 08:58:57,973 p=108355 u=sysadmin | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 08:58:57,984 p=108355 u=sysadmin | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 08:58:58,035 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 08:58:58,049 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 08:58:58,062 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 08:58:58,078 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 08:58:58,092 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 08:58:58,106 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 08:58:58,119 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.204.0/24', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/24" } 2019-09-12 08:58:58,133 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 08:58:58,148 p=108355 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.3', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.3" } 2019-09-12 08:58:58,157 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:58:58,197 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:58,207 p=108355 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 08:58:58,277 p=108355 u=sysadmin | ok: [localhost] => (item=192.168.204.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:58:58,290 p=108355 u=sysadmin | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:58:58,308 p=108355 u=sysadmin | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:58:58,327 p=108355 u=sysadmin | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:58:58,344 p=108355 u=sysadmin | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:58:58,360 p=108355 u=sysadmin | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 08:58:58,369 p=108355 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 08:58:58,471 p=108355 u=sysadmin | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 08:58:58,515 p=108355 u=sysadmin | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 08:58:58,524 p=108355 u=sysadmin | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 08:58:58,579 p=108355 u=sysadmin | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 08:58:58,647 p=108355 u=sysadmin | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 08:58:58,700 p=108355 u=sysadmin | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 08:58:58,796 p=108355 u=sysadmin | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 08:58:58,832 p=108355 u=sysadmin | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 08:58:58,869 p=108355 u=sysadmin | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 08:58:58,906 p=108355 u=sysadmin | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 08:58:58,944 p=108355 u=sysadmin | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 08:58:59,018 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:59,027 p=108355 u=sysadmin | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 08:58:59,125 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:59,133 p=108355 u=sysadmin | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 08:58:59,260 p=108355 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.4', u'end': u'10.10.10.5', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 08:58:59,275 p=108355 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 08:58:59,292 p=108355 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.254', u'subnet': u'192.168.204.0/24'}}) 2019-09-12 08:58:59,305 p=108355 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 08:58:59,318 p=108355 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 08:58:59,331 p=108355 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 08:58:59,345 p=108355 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 08:58:59,420 p=108355 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 08:58:59,437 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:58:59,484 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:59,496 p=108355 u=sysadmin | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 08:58:59,536 p=108355 u=sysadmin | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 08:58:59,574 p=108355 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 08:58:59,614 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:58:59,664 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:59,677 p=108355 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 08:58:59,720 p=108355 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 08:58:59,758 p=108355 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 08:58:59,795 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:58:59,844 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:58:59,856 p=108355 u=sysadmin | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 08:58:59,895 p=108355 u=sysadmin | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 08:58:59,931 p=108355 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 08:58:59,971 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:59:00,023 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:00,034 p=108355 u=sysadmin | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 08:59:00,075 p=108355 u=sysadmin | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 08:59:00,115 p=108355 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 08:59:00,152 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:59:00,201 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:00,213 p=108355 u=sysadmin | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 08:59:00,253 p=108355 u=sysadmin | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 08:59:00,292 p=108355 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 08:59:00,331 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:59:00,379 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:00,392 p=108355 u=sysadmin | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 08:59:00,441 p=108355 u=sysadmin | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 08:59:00,478 p=108355 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 08:59:00,533 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:59:00,582 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:00,594 p=108355 u=sysadmin | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 08:59:00,632 p=108355 u=sysadmin | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 08:59:00,670 p=108355 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 08:59:00,706 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:59:00,754 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:00,766 p=108355 u=sysadmin | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 08:59:00,805 p=108355 u=sysadmin | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 08:59:00,844 p=108355 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 08:59:00,881 p=108355 u=sysadmin | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 08:59:00,932 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:00,941 p=108355 u=sysadmin | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 08:59:01,005 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:01,015 p=108355 u=sysadmin | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 08:59:01,066 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:01,076 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:59:01,143 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:01,152 p=108355 u=sysadmin | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 08:59:01,186 p=108355 u=sysadmin | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 08:59:01,242 p=108355 u=sysadmin | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 08:59:01,273 p=108355 u=sysadmin | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 08:59:01,309 p=108355 u=sysadmin | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 08:59:01,347 p=108355 u=sysadmin | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 08:59:01,388 p=108355 u=sysadmin | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 08:59:01,429 p=108355 u=sysadmin | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 08:59:01,472 p=108355 u=sysadmin | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 08:59:01,554 p=108355 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 08:59:01,596 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:01,611 p=108355 u=sysadmin | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 08:59:01,659 p=108355 u=sysadmin | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 08:59:01,707 p=108355 u=sysadmin | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 08:59:01,747 p=108355 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 08:59:01,786 p=108355 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 08:59:01,817 p=108355 u=sysadmin | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 08:59:01,857 p=108355 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 08:59:01,896 p=108355 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 08:59:01,934 p=108355 u=sysadmin | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 08:59:01,971 p=108355 u=sysadmin | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 08:59:02,016 p=108355 u=sysadmin | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 08:59:02,254 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:02,263 p=108355 u=sysadmin | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 08:59:02,732 p=108355 u=sysadmin | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 08:59:02,931 p=108355 u=sysadmin | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 08:59:03,134 p=108355 u=sysadmin | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 08:59:03,349 p=108355 u=sysadmin | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 08:59:03,553 p=108355 u=sysadmin | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 08:59:03,771 p=108355 u=sysadmin | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 08:59:03,969 p=108355 u=sysadmin | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 08:59:04,174 p=108355 u=sysadmin | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 08:59:04,388 p=108355 u=sysadmin | changed: [localhost] => (item=NAMESERVERS=8.8.4.4) 2019-09-12 08:59:04,596 p=108355 u=sysadmin | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 08:59:04,799 p=108355 u=sysadmin | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 08:59:04,990 p=108355 u=sysadmin | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 08:59:05,187 p=108355 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/24) 2019-09-12 08:59:05,415 p=108355 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 08:59:05,620 p=108355 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.254) 2019-09-12 08:59:05,824 p=108355 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 08:59:06,029 p=108355 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 08:59:06,233 p=108355 u=sysadmin | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 08:59:06,440 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 08:59:06,637 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 08:59:06,853 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 08:59:07,053 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 08:59:07,259 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 08:59:07,454 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 08:59:07,660 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 08:59:07,867 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 08:59:08,067 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 08:59:08,302 p=108355 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 08:59:08,514 p=108355 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 08:59:08,715 p=108355 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 08:59:08,922 p=108355 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 08:59:09,122 p=108355 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 08:59:09,328 p=108355 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.3) 2019-09-12 08:59:09,527 p=108355 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.4) 2019-09-12 08:59:09,732 p=108355 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.5) 2019-09-12 08:59:09,947 p=108355 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 08:59:10,160 p=108355 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 08:59:10,364 p=108355 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 08:59:10,561 p=108355 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 08:59:10,770 p=108355 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 08:59:10,969 p=108355 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 08:59:11,175 p=108355 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 08:59:11,390 p=108355 u=sysadmin | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 08:59:11,592 p=108355 u=sysadmin | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 08:59:11,797 p=108355 u=sysadmin | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 08:59:11,995 p=108355 u=sysadmin | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 08:59:12,194 p=108355 u=sysadmin | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 08:59:12,394 p=108355 u=sysadmin | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 08:59:12,605 p=108355 u=sysadmin | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 08:59:12,802 p=108355 u=sysadmin | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 08:59:13,010 p=108355 u=sysadmin | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 08:59:13,213 p=108355 u=sysadmin | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 08:59:13,418 p=108355 u=sysadmin | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 08:59:13,439 p=108355 u=sysadmin | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 08:59:13,685 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:13,696 p=108355 u=sysadmin | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 08:59:13,730 p=108355 u=sysadmin | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 08:59:13,768 p=108355 u=sysadmin | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 08:59:13,801 p=108355 u=sysadmin | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 08:59:13,836 p=108355 u=sysadmin | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 08:59:13,871 p=108355 u=sysadmin | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 08:59:13,905 p=108355 u=sysadmin | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 08:59:13,939 p=108355 u=sysadmin | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 08:59:13,984 p=108355 u=sysadmin | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 08:59:14,020 p=108355 u=sysadmin | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 08:59:14,055 p=108355 u=sysadmin | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 08:59:14,090 p=108355 u=sysadmin | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 08:59:14,125 p=108355 u=sysadmin | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 08:59:14,168 p=108355 u=sysadmin | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 08:59:14,204 p=108355 u=sysadmin | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 08:59:14,241 p=108355 u=sysadmin | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 08:59:14,276 p=108355 u=sysadmin | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 08:59:14,311 p=108355 u=sysadmin | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 08:59:14,344 p=108355 u=sysadmin | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 08:59:14,380 p=108355 u=sysadmin | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 08:59:14,411 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 08:59:14,445 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 08:59:14,481 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 08:59:14,517 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 08:59:14,552 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 08:59:14,587 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 08:59:14,622 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 08:59:14,656 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 08:59:14,689 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 08:59:14,722 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 08:59:14,755 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 08:59:14,789 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 08:59:14,826 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 08:59:14,863 p=108355 u=sysadmin | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 08:59:14,900 p=108355 u=sysadmin | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 08:59:14,936 p=108355 u=sysadmin | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 08:59:14,974 p=108355 u=sysadmin | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 08:59:15,012 p=108355 u=sysadmin | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 08:59:15,248 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:15,258 p=108355 u=sysadmin | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 08:59:15,491 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:15,504 p=108355 u=sysadmin | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 08:59:15,759 p=108355 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568278753.387, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568278753.387, u'inode': 199634, u'isgid': False, u'size': 1667, u'isdir': False, u'ctime': 1568278753.387, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 08:59:15,770 p=108355 u=sysadmin | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 08:59:16,011 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:16,021 p=108355 u=sysadmin | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 08:59:16,259 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:16,269 p=108355 u=sysadmin | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 08:59:16,317 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:16,328 p=108355 u=sysadmin | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 08:59:16,376 p=108355 u=sysadmin | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 08:59:16,386 p=108355 u=sysadmin | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 08:59:16,650 p=108355 u=sysadmin | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 08:59:16,867 p=108355 u=sysadmin | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 08:59:16,879 p=108355 u=sysadmin | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 08:59:17,112 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:17,122 p=108355 u=sysadmin | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 08:59:17,670 p=108355 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:59:17,887 p=108355 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:59:18,107 p=108355 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 08:59:18,117 p=108355 u=sysadmin | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 08:59:18,340 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:18,351 p=108355 u=sysadmin | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 08:59:18,601 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:18,613 p=108355 u=sysadmin | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 08:59:18,861 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:18,875 p=108355 u=sysadmin | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 08:59:19,120 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:19,131 p=108355 u=sysadmin | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 08:59:19,162 p=108355 u=sysadmin | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 08:59:22,382 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:22,392 p=108355 u=sysadmin | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 08:59:22,703 p=108355 u=sysadmin | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 08:59:22,998 p=108355 u=sysadmin | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 08:59:23,010 p=108355 u=sysadmin | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 08:59:23,290 p=108355 u=sysadmin | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 08:59:23,513 p=108355 u=sysadmin | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 08:59:23,738 p=108355 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 08:59:23,972 p=108355 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 08:59:24,185 p=108355 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 08:59:24,398 p=108355 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 08:59:24,410 p=108355 u=sysadmin | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 08:59:24,615 p=108355 u=sysadmin | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 08:59:24,899 p=108355 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 08:59:25,167 p=108355 u=sysadmin | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 08:59:25,407 p=108355 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 08:59:25,620 p=108355 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 08:59:25,632 p=108355 u=sysadmin | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 08:59:25,833 p=108355 u=sysadmin | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 08:59:26,054 p=108355 u=sysadmin | ok: [localhost] 2019-09-12 08:59:26,064 p=108355 u=sysadmin | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 08:59:26,103 p=108355 u=sysadmin | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 08:59:26,142 p=108355 u=sysadmin | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 08:59:26,506 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:26,515 p=108355 u=sysadmin | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 08:59:26,798 p=108355 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 08:59:27,024 p=108355 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 08:59:27,035 p=108355 u=sysadmin | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 08:59:27,384 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:27,393 p=108355 u=sysadmin | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 08:59:27,681 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:27,691 p=108355 u=sysadmin | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 08:59:28,700 p=108355 u=sysadmin | changed: [localhost] 2019-09-12 08:59:28,708 p=108355 u=sysadmin | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 08:59:28,744 p=108355 u=sysadmin | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 08:59:28,778 p=108355 u=sysadmin | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 08:59:28,814 p=108355 u=sysadmin | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 08:59:28,851 p=108355 u=sysadmin | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 08:59:28,888 p=108355 u=sysadmin | TASK [persist-config : Find old registry secrets in Barbican] ********************************************************************************************************************************** 2019-09-12 08:59:31,611 p=108355 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep k8s-registry-secret | awk '{print $2}') 2019-09-12 08:59:34,306 p=108355 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep gcr-registry-secret | awk '{print $2}') 2019-09-12 08:59:36,944 p=108355 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep quay-registry-secret | awk '{print $2}') 2019-09-12 08:59:39,621 p=108355 u=sysadmin | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep docker-registry-secret | awk '{print $2}') 2019-09-12 08:59:39,632 p=108355 u=sysadmin | TASK [persist-config : Delete old registry secrets in Barbican] ******************************************************************************************************************************** 2019-09-12 08:59:42,307 p=108355 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.435286", "end": "2019-09-12 08:59:42.274325", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:59:39.839039", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:59:44,951 p=108355 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.451247", "end": "2019-09-12 08:59:44.925808", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:59:42.474561", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:59:47,571 p=108355 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.417703", "end": "2019-09-12 08:59:47.545536", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:59:45.127833", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:59:50,231 p=108355 u=sysadmin | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.462641", "end": "2019-09-12 08:59:50.203766", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 08:59:47.741125", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 08:59:50,236 p=108355 u=sysadmin | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 08:59:50,236 p=108355 u=sysadmin | localhost : ok=94 changed=25 unreachable=0 failed=1 2019-09-12 09:01:08,638 passlib.registry registered 'md5_crypt' handler: 2019-09-12 09:01:08,648 p=111825 u=sysadmin | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 09:01:08,832 p=111825 u=sysadmin | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 09:01:09,198 p=111825 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 09:01:09,333 p=111825 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 09:01:09,475 p=111825 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 09:01:09,655 p=111825 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 09:01:09,666 p=111825 u=sysadmin | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 09:01:09,753 p=111825 u=sysadmin | ok: [localhost] => (item={'_ansible_parsed': True, u'stat': {u'isuid': False, u'uid': 42425, u'exists': True, u'attr_flags': u'e', u'woth': False, u'device_type': 0, u'mtime': 1568278825.204, u'block_size': 4096, u'inode': 792427, u'isgid': False, u'size': 239, u'executable': False, u'roth': True, u'charset': u'us-ascii', u'readable': True, u'isreg': True, u'version': u'1172025080', u'pw_name': u'sysadmin', u'gid': 345, u'ischr': False, u'wusr': True, u'writeable': True, u'isdir': False, u'blocks': 8, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'sys_protected', u'path': u'/home/sysadmin/localhost.yml', u'xusr': False, u'atime': 1568278830.443, u'mimetype': u'text/x-c', u'ctime': 1568278825.31, u'isblk': False, u'checksum': u'aad636979791d623d1c47fe5187682f742593a68', u'dev': 2051, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'xgrp': False, u'islnk': False, u'attributes': [u'extents']}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/home/sysadmin/localhost.yml', u'invocation': {u'module_args': {u'get_checksum': True, u'follow': False, u'checksum_algorithm': u'sha1', u'path': u'/home/sysadmin/localhost.yml', u'get_mime': True, u'get_md5': None, u'get_attributes': True}}, '_ansible_ignore_errors': None, '_ansible_item_label': u'/home/sysadmin/localhost.yml'}) 2019-09-12 09:01:09,766 p=111825 u=sysadmin | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 09:01:09,804 p=111825 u=sysadmin | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 09:01:09,841 p=111825 u=sysadmin | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 09:01:09,874 p=111825 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 09:01:09,909 p=111825 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 09:01:09,942 p=111825 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:01:09,982 p=111825 u=sysadmin | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 09:01:10,017 p=111825 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 09:01:10,413 p=111825 u=sysadmin | changed: [localhost] 2019-09-12 09:01:10,422 p=111825 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 09:01:10,455 p=111825 u=sysadmin | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 09:01:10,627 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:10,636 p=111825 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 09:01:10,667 p=111825 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 09:01:10,699 p=111825 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 09:01:10,741 p=111825 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 09:01:10,783 p=111825 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 09:01:10,821 p=111825 u=sysadmin | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:01:10,857 p=111825 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 09:01:11,090 p=111825 u=sysadmin | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 09:01:11,267 p=111825 u=sysadmin | changed: [localhost] 2019-09-12 09:01:11,276 p=111825 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 09:01:11,312 p=111825 u=sysadmin | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 09:01:11,498 p=111825 u=sysadmin | changed: [localhost] 2019-09-12 09:01:11,507 p=111825 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 09:01:11,543 p=111825 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 09:01:11,591 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:11,600 p=111825 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 09:01:11,636 p=111825 u=sysadmin | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 09:01:11,681 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:11,692 p=111825 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 09:01:11,748 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:11,757 p=111825 u=sysadmin | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 09:01:11,792 p=111825 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 09:01:11,830 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:11,840 p=111825 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 09:01:11,882 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:11,893 p=111825 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 09:01:11,932 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:11,941 p=111825 u=sysadmin | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 09:01:12,000 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,010 p=111825 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 09:01:12,046 p=111825 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 09:01:12,083 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,093 p=111825 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 09:01:12,134 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,144 p=111825 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 09:01:12,186 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,196 p=111825 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 09:01:12,237 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,248 p=111825 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 09:01:12,287 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,297 p=111825 u=sysadmin | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 09:01:12,480 p=111825 u=sysadmin | changed: [localhost] 2019-09-12 09:01:12,489 p=111825 u=sysadmin | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 09:01:12,693 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,702 p=111825 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 09:01:12,745 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,756 p=111825 u=sysadmin | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 09:01:12,801 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:12,811 p=111825 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 09:01:12,990 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:13,000 p=111825 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 09:01:13,043 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:13,052 p=111825 u=sysadmin | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 09:01:13,237 p=111825 u=sysadmin | ok: [localhost] 2019-09-12 09:01:13,262 p=111825 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 09:01:13,303 p=111825 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 09:01:13,339 p=111825 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 09:01:13,380 p=111825 u=sysadmin | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 09:01:13,418 p=111825 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 09:01:13,454 p=111825 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 09:01:13,489 p=111825 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 09:01:13,524 p=111825 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 09:01:13,560 p=111825 u=sysadmin | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 09:01:13,594 p=111825 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 09:01:13,628 p=111825 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 09:01:13,661 p=111825 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 09:01:13,696 p=111825 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 09:01:13,731 p=111825 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 09:01:13,767 p=111825 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 09:01:13,802 p=111825 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 09:01:13,838 p=111825 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 09:01:13,874 p=111825 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 09:01:13,908 p=111825 u=sysadmin | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 09:01:20,412 p=111825 u=sysadmin | fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Sorry, try again.\n[sudo via ansible, key=nrjnllivwtlbfepsrngilinbijpuynnn] password: Sorry, try again.\n[sudo via ansible, key=nrjnllivwtlbfepsrngilinbijpuynnn] password: sudo: 3 incorrect password attempts\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} 2019-09-12 09:01:20,415 p=111825 u=sysadmin | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 09:01:20,415 p=111825 u=sysadmin | localhost : ok=25 changed=4 unreachable=0 failed=1 2019-09-12 09:47:05,288 passlib.registry registered 'md5_crypt' handler: 2019-09-12 09:47:05,299 p=123345 u=sysadmin | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 09:47:05,489 p=123345 u=sysadmin | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 09:47:05,867 p=123345 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 09:47:06,030 p=123345 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 09:47:06,177 p=123345 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 09:47:06,351 p=123345 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 09:47:06,361 p=123345 u=sysadmin | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 09:47:06,463 p=123345 u=sysadmin | ok: [localhost] => (item={'_ansible_parsed': True, u'stat': {u'isuid': False, u'uid': 42425, u'exists': True, u'attr_flags': u'e', u'woth': False, u'device_type': 0, u'mtime': 1568281430.025, u'block_size': 4096, u'inode': 792428, u'isgid': False, u'size': 239, u'executable': False, u'roth': True, u'charset': u'us-ascii', u'readable': True, u'isreg': True, u'version': u'1172025148', u'pw_name': u'sysadmin', u'gid': 345, u'ischr': False, u'wusr': True, u'writeable': True, u'isdir': False, u'blocks': 8, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'sys_protected', u'path': u'/home/sysadmin/localhost.yml', u'xusr': False, u'atime': 1568281432.186, u'mimetype': u'text/x-c', u'ctime': 1568281430.116, u'isblk': False, u'checksum': u'aad636979791d623d1c47fe5187682f742593a68', u'dev': 2051, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'xgrp': False, u'islnk': False, u'attributes': [u'extents']}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/home/sysadmin/localhost.yml', u'invocation': {u'module_args': {u'get_checksum': True, u'follow': False, u'checksum_algorithm': u'sha1', u'path': u'/home/sysadmin/localhost.yml', u'get_mime': True, u'get_md5': None, u'get_attributes': True}}, '_ansible_ignore_errors': None, '_ansible_item_label': u'/home/sysadmin/localhost.yml'}) 2019-09-12 09:47:06,473 p=123345 u=sysadmin | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 09:47:06,519 p=123345 u=sysadmin | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 09:47:06,562 p=123345 u=sysadmin | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 09:47:06,596 p=123345 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 09:47:06,633 p=123345 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 09:47:06,667 p=123345 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:47:06,706 p=123345 u=sysadmin | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 09:47:06,743 p=123345 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 09:47:07,155 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:07,170 p=123345 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 09:47:07,209 p=123345 u=sysadmin | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 09:47:07,377 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:07,387 p=123345 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 09:47:07,421 p=123345 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 09:47:07,454 p=123345 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 09:47:07,499 p=123345 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 09:47:07,536 p=123345 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 09:47:07,574 p=123345 u=sysadmin | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:47:07,612 p=123345 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 09:47:07,844 p=123345 u=sysadmin | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 09:47:08,041 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:08,051 p=123345 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 09:47:08,089 p=123345 u=sysadmin | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 09:47:08,281 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:08,291 p=123345 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 09:47:08,329 p=123345 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 09:47:08,377 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,387 p=123345 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 09:47:08,423 p=123345 u=sysadmin | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 09:47:08,469 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,478 p=123345 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 09:47:08,539 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,550 p=123345 u=sysadmin | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 09:47:08,587 p=123345 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 09:47:08,628 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,639 p=123345 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 09:47:08,683 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,692 p=123345 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 09:47:08,734 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,745 p=123345 u=sysadmin | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 09:47:08,803 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,814 p=123345 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 09:47:08,855 p=123345 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 09:47:08,895 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,905 p=123345 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 09:47:08,949 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:08,959 p=123345 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 09:47:09,003 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:09,013 p=123345 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 09:47:09,058 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:09,069 p=123345 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 09:47:09,113 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:09,123 p=123345 u=sysadmin | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 09:47:09,327 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:09,336 p=123345 u=sysadmin | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 09:47:09,547 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:09,556 p=123345 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 09:47:09,600 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:09,610 p=123345 u=sysadmin | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 09:47:09,654 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:09,663 p=123345 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 09:47:09,848 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:09,857 p=123345 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 09:47:09,903 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:09,914 p=123345 u=sysadmin | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 09:47:10,107 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:10,118 p=123345 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 09:47:10,161 p=123345 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 09:47:10,200 p=123345 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 09:47:10,239 p=123345 u=sysadmin | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 09:47:10,277 p=123345 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 09:47:10,314 p=123345 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 09:47:10,352 p=123345 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 09:47:10,389 p=123345 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 09:47:10,427 p=123345 u=sysadmin | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 09:47:10,462 p=123345 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 09:47:10,498 p=123345 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 09:47:10,534 p=123345 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 09:47:10,571 p=123345 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 09:47:10,608 p=123345 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 09:47:10,646 p=123345 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 09:47:10,684 p=123345 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 09:47:10,719 p=123345 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 09:47:10,756 p=123345 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 09:47:10,794 p=123345 u=sysadmin | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 09:47:11,049 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:11,060 p=123345 u=sysadmin | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 09:47:11,308 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:11,322 p=123345 u=sysadmin | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 09:47:11,367 p=123345 u=sysadmin | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 09:47:11,414 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:11,423 p=123345 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:47:11,461 p=123345 u=sysadmin | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:47:11,498 p=123345 u=sysadmin | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 09:47:11,955 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:11,964 p=123345 u=sysadmin | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 09:47:12,007 p=123345 u=sysadmin | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 09:47:12,188 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:12,199 p=123345 u=sysadmin | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 09:47:12,237 p=123345 u=sysadmin | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 09:47:12,724 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:12,734 p=123345 u=sysadmin | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 09:47:12,981 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:12,991 p=123345 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:47:13,038 p=123345 u=sysadmin | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 09:47:13,048 p=123345 u=sysadmin | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:47:13,089 p=123345 u=sysadmin | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:47:13,132 p=123345 u=sysadmin | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 09:47:13,182 p=123345 u=sysadmin | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 09:47:13,228 p=123345 u=sysadmin | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 09:47:13,270 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:13,313 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:13,323 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:13,378 p=123345 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 09:47:13,394 p=123345 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 09:47:13,406 p=123345 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 09:47:13,421 p=123345 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 09:47:13,422 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:13,431 p=123345 u=sysadmin | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:47:13,494 p=123345 u=sysadmin | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/24", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.3", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 09:47:13,503 p=123345 u=sysadmin | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 09:47:13,543 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:13,554 p=123345 u=sysadmin | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:47:13,593 p=123345 u=sysadmin | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 09:47:13,632 p=123345 u=sysadmin | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 09:47:13,672 p=123345 u=sysadmin | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 09:47:13,711 p=123345 u=sysadmin | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 09:47:13,754 p=123345 u=sysadmin | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 09:47:14,026 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:14,036 p=123345 u=sysadmin | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 09:47:14,076 p=123345 u=sysadmin | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 09:47:14,118 p=123345 u=sysadmin | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 09:47:14,177 p=123345 u=sysadmin | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 09:47:14,187 p=123345 u=sysadmin | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 09:47:14,244 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 09:47:14,256 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 09:47:14,270 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 09:47:14,285 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 09:47:14,300 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 09:47:14,315 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 09:47:14,330 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.204.0/24', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/24" } 2019-09-12 09:47:14,346 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 09:47:14,361 p=123345 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.3', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.3" } 2019-09-12 09:47:14,374 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:14,436 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:14,445 p=123345 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 09:47:14,508 p=123345 u=sysadmin | ok: [localhost] => (item=192.168.204.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:47:14,523 p=123345 u=sysadmin | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:47:14,540 p=123345 u=sysadmin | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:47:14,557 p=123345 u=sysadmin | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:47:14,579 p=123345 u=sysadmin | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:47:14,602 p=123345 u=sysadmin | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:47:14,611 p=123345 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 09:47:14,714 p=123345 u=sysadmin | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 09:47:14,773 p=123345 u=sysadmin | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 09:47:14,783 p=123345 u=sysadmin | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 09:47:14,848 p=123345 u=sysadmin | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 09:47:14,926 p=123345 u=sysadmin | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 09:47:14,986 p=123345 u=sysadmin | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 09:47:15,094 p=123345 u=sysadmin | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 09:47:15,135 p=123345 u=sysadmin | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 09:47:15,174 p=123345 u=sysadmin | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 09:47:15,222 p=123345 u=sysadmin | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 09:47:15,262 p=123345 u=sysadmin | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 09:47:15,335 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:15,345 p=123345 u=sysadmin | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 09:47:15,440 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:15,448 p=123345 u=sysadmin | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:47:15,576 p=123345 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.4', u'end': u'10.10.10.5', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:47:15,590 p=123345 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 09:47:15,604 p=123345 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.254', u'subnet': u'192.168.204.0/24'}}) 2019-09-12 09:47:15,617 p=123345 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 09:47:15,630 p=123345 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 09:47:15,643 p=123345 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:47:15,658 p=123345 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 09:47:15,724 p=123345 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 09:47:15,741 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:15,789 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:15,802 p=123345 u=sysadmin | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 09:47:15,846 p=123345 u=sysadmin | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 09:47:15,883 p=123345 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:47:15,925 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:15,976 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:15,988 p=123345 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 09:47:16,030 p=123345 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 09:47:16,069 p=123345 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:47:16,110 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:16,160 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:16,173 p=123345 u=sysadmin | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 09:47:16,214 p=123345 u=sysadmin | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 09:47:16,257 p=123345 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:47:16,296 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:16,349 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:16,362 p=123345 u=sysadmin | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 09:47:16,406 p=123345 u=sysadmin | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 09:47:16,456 p=123345 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:47:16,496 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:16,546 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:16,559 p=123345 u=sysadmin | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 09:47:16,600 p=123345 u=sysadmin | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 09:47:16,639 p=123345 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:47:16,679 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:16,726 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:16,738 p=123345 u=sysadmin | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 09:47:16,779 p=123345 u=sysadmin | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 09:47:16,826 p=123345 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:47:16,865 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:16,915 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:16,927 p=123345 u=sysadmin | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 09:47:16,968 p=123345 u=sysadmin | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 09:47:17,009 p=123345 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:47:17,048 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:17,096 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:17,109 p=123345 u=sysadmin | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 09:47:17,151 p=123345 u=sysadmin | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 09:47:17,190 p=123345 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:47:17,228 p=123345 u=sysadmin | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 09:47:17,280 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:17,289 p=123345 u=sysadmin | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 09:47:17,353 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:17,364 p=123345 u=sysadmin | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 09:47:17,418 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:17,428 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:17,495 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:17,508 p=123345 u=sysadmin | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 09:47:17,550 p=123345 u=sysadmin | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 09:47:17,605 p=123345 u=sysadmin | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 09:47:17,645 p=123345 u=sysadmin | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 09:47:17,683 p=123345 u=sysadmin | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 09:47:17,724 p=123345 u=sysadmin | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 09:47:17,768 p=123345 u=sysadmin | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 09:47:17,809 p=123345 u=sysadmin | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 09:47:17,851 p=123345 u=sysadmin | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:47:17,947 p=123345 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:47:17,997 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:18,015 p=123345 u=sysadmin | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 09:47:18,061 p=123345 u=sysadmin | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 09:47:18,111 p=123345 u=sysadmin | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 09:47:18,155 p=123345 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 09:47:18,195 p=123345 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 09:47:18,227 p=123345 u=sysadmin | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 09:47:18,270 p=123345 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 09:47:18,307 p=123345 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 09:47:18,346 p=123345 u=sysadmin | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 09:47:18,387 p=123345 u=sysadmin | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 09:47:18,428 p=123345 u=sysadmin | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 09:47:18,690 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:18,699 p=123345 u=sysadmin | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 09:47:19,175 p=123345 u=sysadmin | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 09:47:19,395 p=123345 u=sysadmin | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 09:47:19,599 p=123345 u=sysadmin | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 09:47:19,809 p=123345 u=sysadmin | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 09:47:20,020 p=123345 u=sysadmin | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 09:47:20,243 p=123345 u=sysadmin | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 09:47:20,461 p=123345 u=sysadmin | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 09:47:20,672 p=123345 u=sysadmin | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 09:47:20,873 p=123345 u=sysadmin | changed: [localhost] => (item=NAMESERVERS=8.8.4.4) 2019-09-12 09:47:21,085 p=123345 u=sysadmin | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 09:47:21,300 p=123345 u=sysadmin | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 09:47:21,524 p=123345 u=sysadmin | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 09:47:21,724 p=123345 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/24) 2019-09-12 09:47:21,929 p=123345 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 09:47:22,150 p=123345 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.254) 2019-09-12 09:47:22,354 p=123345 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:47:22,577 p=123345 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 09:47:22,821 p=123345 u=sysadmin | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 09:47:23,057 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 09:47:23,279 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 09:47:23,493 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 09:47:23,708 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:47:23,918 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 09:47:24,130 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 09:47:24,334 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 09:47:24,539 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 09:47:24,749 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 09:47:24,961 p=123345 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 09:47:25,185 p=123345 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 09:47:25,411 p=123345 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 09:47:25,616 p=123345 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 09:47:25,827 p=123345 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 09:47:26,045 p=123345 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.3) 2019-09-12 09:47:26,255 p=123345 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.4) 2019-09-12 09:47:26,467 p=123345 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.5) 2019-09-12 09:47:26,681 p=123345 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 09:47:26,894 p=123345 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 09:47:27,120 p=123345 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 09:47:27,330 p=123345 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 09:47:27,551 p=123345 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 09:47:27,763 p=123345 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 09:47:27,963 p=123345 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 09:47:28,168 p=123345 u=sysadmin | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 09:47:28,381 p=123345 u=sysadmin | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 09:47:28,596 p=123345 u=sysadmin | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 09:47:28,836 p=123345 u=sysadmin | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 09:47:29,049 p=123345 u=sysadmin | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 09:47:29,264 p=123345 u=sysadmin | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 09:47:29,470 p=123345 u=sysadmin | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 09:47:29,682 p=123345 u=sysadmin | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 09:47:29,891 p=123345 u=sysadmin | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 09:47:30,111 p=123345 u=sysadmin | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 09:47:30,321 p=123345 u=sysadmin | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 09:47:30,350 p=123345 u=sysadmin | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 09:47:30,594 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:30,609 p=123345 u=sysadmin | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 09:47:30,647 p=123345 u=sysadmin | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 09:47:30,684 p=123345 u=sysadmin | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 09:47:30,719 p=123345 u=sysadmin | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 09:47:30,756 p=123345 u=sysadmin | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 09:47:30,794 p=123345 u=sysadmin | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 09:47:30,848 p=123345 u=sysadmin | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 09:47:30,883 p=123345 u=sysadmin | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 09:47:30,919 p=123345 u=sysadmin | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 09:47:30,956 p=123345 u=sysadmin | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 09:47:30,994 p=123345 u=sysadmin | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 09:47:31,031 p=123345 u=sysadmin | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 09:47:31,066 p=123345 u=sysadmin | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 09:47:31,101 p=123345 u=sysadmin | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 09:47:31,136 p=123345 u=sysadmin | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 09:47:31,171 p=123345 u=sysadmin | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 09:47:31,209 p=123345 u=sysadmin | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 09:47:31,250 p=123345 u=sysadmin | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 09:47:31,288 p=123345 u=sysadmin | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 09:47:31,325 p=123345 u=sysadmin | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 09:47:31,359 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 09:47:31,396 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 09:47:31,432 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 09:47:31,469 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 09:47:31,507 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 09:47:31,544 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 09:47:31,580 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 09:47:31,619 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 09:47:31,656 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 09:47:31,693 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 09:47:31,730 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 09:47:31,765 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 09:47:31,801 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 09:47:31,839 p=123345 u=sysadmin | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 09:47:31,879 p=123345 u=sysadmin | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 09:47:31,916 p=123345 u=sysadmin | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 09:47:31,953 p=123345 u=sysadmin | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 09:47:31,990 p=123345 u=sysadmin | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 09:47:32,228 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:32,239 p=123345 u=sysadmin | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 09:47:32,479 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:32,490 p=123345 u=sysadmin | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 09:47:32,753 p=123345 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568281650.293, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568281650.293, u'inode': 249319, u'isgid': False, u'size': 1667, u'isdir': False, u'ctime': 1568281650.293, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 09:47:32,763 p=123345 u=sysadmin | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 09:47:33,001 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:33,011 p=123345 u=sysadmin | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 09:47:33,264 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:33,279 p=123345 u=sysadmin | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 09:47:33,329 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:33,340 p=123345 u=sysadmin | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:47:33,387 p=123345 u=sysadmin | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 09:47:33,398 p=123345 u=sysadmin | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 09:47:33,652 p=123345 u=sysadmin | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 09:47:33,860 p=123345 u=sysadmin | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 09:47:33,871 p=123345 u=sysadmin | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 09:47:34,121 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:34,133 p=123345 u=sysadmin | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 09:47:34,731 p=123345 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:47:34,955 p=123345 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:47:35,176 p=123345 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:47:35,187 p=123345 u=sysadmin | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 09:47:35,444 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:35,455 p=123345 u=sysadmin | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 09:47:35,720 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:35,730 p=123345 u=sysadmin | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 09:47:35,980 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:35,990 p=123345 u=sysadmin | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 09:47:36,236 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:36,247 p=123345 u=sysadmin | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 09:47:36,280 p=123345 u=sysadmin | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 09:47:39,719 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:39,729 p=123345 u=sysadmin | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 09:47:40,154 p=123345 u=sysadmin | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:47:40,419 p=123345 u=sysadmin | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:47:40,432 p=123345 u=sysadmin | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 09:47:40,711 p=123345 u=sysadmin | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:47:40,940 p=123345 u=sysadmin | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 09:47:41,175 p=123345 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 09:47:41,413 p=123345 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:47:41,652 p=123345 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:47:41,881 p=123345 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 09:47:41,893 p=123345 u=sysadmin | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 09:47:42,108 p=123345 u=sysadmin | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 09:47:42,407 p=123345 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:47:42,652 p=123345 u=sysadmin | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 09:47:42,912 p=123345 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:47:43,134 p=123345 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:47:43,147 p=123345 u=sysadmin | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 09:47:43,334 p=123345 u=sysadmin | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 09:47:43,576 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:43,586 p=123345 u=sysadmin | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 09:47:43,626 p=123345 u=sysadmin | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 09:47:43,667 p=123345 u=sysadmin | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 09:47:44,017 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:44,028 p=123345 u=sysadmin | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 09:47:44,317 p=123345 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 09:47:44,560 p=123345 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 09:47:44,577 p=123345 u=sysadmin | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 09:47:44,962 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:44,971 p=123345 u=sysadmin | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 09:47:45,215 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:45,226 p=123345 u=sysadmin | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 09:47:46,547 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:46,557 p=123345 u=sysadmin | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 09:47:46,595 p=123345 u=sysadmin | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 09:47:46,632 p=123345 u=sysadmin | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 09:47:46,669 p=123345 u=sysadmin | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 09:47:46,709 p=123345 u=sysadmin | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 09:47:46,749 p=123345 u=sysadmin | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:47:46,790 p=123345 u=sysadmin | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:47:46,829 p=123345 u=sysadmin | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:47:46,875 p=123345 u=sysadmin | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:47:46,915 p=123345 u=sysadmin | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 09:47:46,955 p=123345 u=sysadmin | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:47:46,993 p=123345 u=sysadmin | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 09:47:47,031 p=123345 u=sysadmin | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:47:47,070 p=123345 u=sysadmin | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 09:47:47,320 p=123345 u=sysadmin | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 09:47:47,519 p=123345 u=sysadmin | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 09:47:47,729 p=123345 u=sysadmin | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 09:47:47,929 p=123345 u=sysadmin | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 09:47:47,939 p=123345 u=sysadmin | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 09:47:47,986 p=123345 u=sysadmin | ok: [localhost] 2019-09-12 09:47:47,997 p=123345 u=sysadmin | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 09:47:48,036 p=123345 u=sysadmin | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 09:47:48,074 p=123345 u=sysadmin | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 09:47:48,111 p=123345 u=sysadmin | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 09:47:48,147 p=123345 u=sysadmin | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:47:48,191 p=123345 u=sysadmin | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 09:47:48,201 p=123345 u=sysadmin | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 09:47:48,242 p=123345 u=sysadmin | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 09:47:48,284 p=123345 u=sysadmin | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 09:47:48,535 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:47:48,546 p=123345 u=sysadmin | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 09:49:22,186 p=123345 u=sysadmin | changed: [localhost] 2019-09-12 09:49:22,202 p=123345 u=sysadmin | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:49:22,260 p=123345 u=sysadmin | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-sysadmin/tmp/ansible-tmp-1568281668.59-111923590691958/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-sysadmin/tmp/ansible-tmp-1568281668.59-111923590691958/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 09:49:22,270 p=123345 u=sysadmin | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 09:49:22,319 p=123345 u=sysadmin | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 09:49:22,321 p=123345 u=sysadmin | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 09:49:22,322 p=123345 u=sysadmin | localhost : ok=99 changed=27 unreachable=0 failed=1 2019-09-12 10:07:00,571 passlib.registry registered 'md5_crypt' handler: 2019-09-12 10:07:00,583 p=129975 u=sysadmin | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 10:07:00,780 p=129975 u=sysadmin | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 10:07:01,174 p=129975 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 10:07:01,323 p=129975 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 10:07:01,467 p=129975 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 10:07:01,638 p=129975 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 10:07:01,651 p=129975 u=sysadmin | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 10:07:01,748 p=129975 u=sysadmin | ok: [localhost] => (item={'_ansible_parsed': True, u'stat': {u'isuid': False, u'uid': 42425, u'exists': True, u'attr_flags': u'e', u'woth': False, u'device_type': 0, u'mtime': 1568281430.025, u'block_size': 4096, u'inode': 792428, u'isgid': False, u'size': 239, u'executable': False, u'roth': True, u'charset': u'us-ascii', u'readable': True, u'isreg': True, u'version': u'1172025148', u'pw_name': u'sysadmin', u'gid': 345, u'ischr': False, u'wusr': True, u'writeable': True, u'isdir': False, u'blocks': 8, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'sys_protected', u'path': u'/home/sysadmin/localhost.yml', u'xusr': False, u'atime': 1568281432.186, u'mimetype': u'text/x-c', u'ctime': 1568281430.116, u'isblk': False, u'checksum': u'aad636979791d623d1c47fe5187682f742593a68', u'dev': 2051, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'xgrp': False, u'islnk': False, u'attributes': [u'extents']}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/home/sysadmin/localhost.yml', u'invocation': {u'module_args': {u'get_checksum': True, u'follow': False, u'checksum_algorithm': u'sha1', u'path': u'/home/sysadmin/localhost.yml', u'get_mime': True, u'get_md5': None, u'get_attributes': True}}, '_ansible_ignore_errors': None, '_ansible_item_label': u'/home/sysadmin/localhost.yml'}) 2019-09-12 10:07:01,760 p=129975 u=sysadmin | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 10:07:01,800 p=129975 u=sysadmin | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 10:07:01,842 p=129975 u=sysadmin | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 10:07:01,878 p=129975 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 10:07:01,917 p=129975 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 10:07:01,953 p=129975 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:07:01,995 p=129975 u=sysadmin | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 10:07:02,033 p=129975 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 10:07:02,459 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:02,469 p=129975 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 10:07:02,506 p=129975 u=sysadmin | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 10:07:02,683 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:02,692 p=129975 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 10:07:02,728 p=129975 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 10:07:02,763 p=129975 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 10:07:02,811 p=129975 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 10:07:02,863 p=129975 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 10:07:02,902 p=129975 u=sysadmin | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:07:02,939 p=129975 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 10:07:03,167 p=129975 u=sysadmin | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 10:07:03,362 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:03,372 p=129975 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 10:07:03,410 p=129975 u=sysadmin | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 10:07:03,608 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:03,618 p=129975 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 10:07:03,659 p=129975 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 10:07:03,705 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:03,714 p=129975 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 10:07:03,753 p=129975 u=sysadmin | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 10:07:03,803 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:03,812 p=129975 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 10:07:03,872 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:03,882 p=129975 u=sysadmin | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 10:07:03,919 p=129975 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 10:07:03,961 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:03,972 p=129975 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 10:07:04,018 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,028 p=129975 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 10:07:04,071 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,082 p=129975 u=sysadmin | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 10:07:04,138 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,148 p=129975 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 10:07:04,188 p=129975 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 10:07:04,231 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,240 p=129975 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 10:07:04,284 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,293 p=129975 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 10:07:04,341 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,351 p=129975 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 10:07:04,397 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,406 p=129975 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 10:07:04,448 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,459 p=129975 u=sysadmin | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 10:07:04,657 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:04,667 p=129975 u=sysadmin | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 10:07:04,874 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,884 p=129975 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 10:07:04,929 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,939 p=129975 u=sysadmin | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 10:07:04,986 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:04,997 p=129975 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 10:07:05,182 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:05,192 p=129975 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 10:07:05,242 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:05,254 p=129975 u=sysadmin | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 10:07:05,441 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:05,451 p=129975 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 10:07:05,494 p=129975 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 10:07:05,533 p=129975 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 10:07:05,576 p=129975 u=sysadmin | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 10:07:05,614 p=129975 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 10:07:05,651 p=129975 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 10:07:05,690 p=129975 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 10:07:05,728 p=129975 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 10:07:05,768 p=129975 u=sysadmin | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 10:07:05,806 p=129975 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 10:07:05,844 p=129975 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 10:07:05,881 p=129975 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 10:07:05,919 p=129975 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 10:07:05,956 p=129975 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 10:07:05,994 p=129975 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 10:07:06,035 p=129975 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 10:07:06,079 p=129975 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 10:07:06,116 p=129975 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 10:07:06,154 p=129975 u=sysadmin | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 10:07:06,420 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:06,432 p=129975 u=sysadmin | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 10:07:06,683 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:06,693 p=129975 u=sysadmin | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 10:07:06,731 p=129975 u=sysadmin | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 10:07:06,777 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:06,786 p=129975 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:07:06,826 p=129975 u=sysadmin | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:07:06,869 p=129975 u=sysadmin | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 10:07:07,308 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:07,318 p=129975 u=sysadmin | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 10:07:07,359 p=129975 u=sysadmin | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 10:07:07,557 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:07,566 p=129975 u=sysadmin | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 10:07:07,606 p=129975 u=sysadmin | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 10:07:08,111 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:08,124 p=129975 u=sysadmin | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 10:07:08,363 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:08,374 p=129975 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:07:08,417 p=129975 u=sysadmin | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 10:07:08,427 p=129975 u=sysadmin | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 10:07:08,478 p=129975 u=sysadmin | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 10:07:08,520 p=129975 u=sysadmin | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 10:07:08,564 p=129975 u=sysadmin | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 10:07:08,607 p=129975 u=sysadmin | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 10:07:08,649 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:08,693 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:08,704 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:08,758 p=129975 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 10:07:08,770 p=129975 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 10:07:08,787 p=129975 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 10:07:08,800 p=129975 u=sysadmin | ok: [localhost] => (item=None) 2019-09-12 10:07:08,802 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:08,811 p=129975 u=sysadmin | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 10:07:08,873 p=129975 u=sysadmin | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/24", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.3", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 10:07:08,885 p=129975 u=sysadmin | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 10:07:08,926 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:08,935 p=129975 u=sysadmin | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 10:07:08,974 p=129975 u=sysadmin | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 10:07:09,013 p=129975 u=sysadmin | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 10:07:09,053 p=129975 u=sysadmin | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 10:07:09,093 p=129975 u=sysadmin | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 10:07:09,132 p=129975 u=sysadmin | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 10:07:09,383 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:09,392 p=129975 u=sysadmin | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 10:07:09,433 p=129975 u=sysadmin | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 10:07:09,475 p=129975 u=sysadmin | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 10:07:09,527 p=129975 u=sysadmin | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 10:07:09,538 p=129975 u=sysadmin | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 10:07:09,596 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 10:07:09,615 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 10:07:09,630 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 10:07:09,663 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 10:07:09,664 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 10:07:09,679 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 10:07:09,693 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'192.168.204.0/24', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/24" } 2019-09-12 10:07:09,720 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 10:07:09,736 p=129975 u=sysadmin | ok: [localhost] => (item={'value': u'10.10.10.3', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.3" } 2019-09-12 10:07:09,746 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:09,793 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:09,803 p=129975 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 10:07:09,863 p=129975 u=sysadmin | ok: [localhost] => (item=192.168.204.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:07:09,877 p=129975 u=sysadmin | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:07:09,893 p=129975 u=sysadmin | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:07:09,909 p=129975 u=sysadmin | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:07:09,926 p=129975 u=sysadmin | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:07:09,941 p=129975 u=sysadmin | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:07:09,951 p=129975 u=sysadmin | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 10:07:10,071 p=129975 u=sysadmin | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 10:07:10,124 p=129975 u=sysadmin | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 10:07:10,134 p=129975 u=sysadmin | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 10:07:10,196 p=129975 u=sysadmin | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 10:07:10,268 p=129975 u=sysadmin | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 10:07:10,326 p=129975 u=sysadmin | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 10:07:10,434 p=129975 u=sysadmin | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 10:07:10,473 p=129975 u=sysadmin | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 10:07:10,512 p=129975 u=sysadmin | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 10:07:10,552 p=129975 u=sysadmin | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 10:07:10,592 p=129975 u=sysadmin | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 10:07:10,667 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:10,677 p=129975 u=sysadmin | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 10:07:10,771 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:10,782 p=129975 u=sysadmin | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 10:07:10,903 p=129975 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.4', u'end': u'10.10.10.5', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 10:07:10,921 p=129975 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 10:07:10,934 p=129975 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.254', u'subnet': u'192.168.204.0/24'}}) 2019-09-12 10:07:10,947 p=129975 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 10:07:10,960 p=129975 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 10:07:10,973 p=129975 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 10:07:10,988 p=129975 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 10:07:11,054 p=129975 u=sysadmin | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 10:07:11,070 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:11,118 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:11,131 p=129975 u=sysadmin | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 10:07:11,174 p=129975 u=sysadmin | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 10:07:11,214 p=129975 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:07:11,256 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:11,310 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:11,324 p=129975 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 10:07:11,365 p=129975 u=sysadmin | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 10:07:11,405 p=129975 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:07:11,444 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:11,493 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:11,506 p=129975 u=sysadmin | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 10:07:11,549 p=129975 u=sysadmin | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 10:07:11,591 p=129975 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:07:11,633 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:11,685 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:11,700 p=129975 u=sysadmin | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 10:07:11,745 p=129975 u=sysadmin | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 10:07:11,785 p=129975 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:07:11,825 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:11,876 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:11,889 p=129975 u=sysadmin | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 10:07:11,932 p=129975 u=sysadmin | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 10:07:11,971 p=129975 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:07:12,011 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:12,065 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:12,079 p=129975 u=sysadmin | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 10:07:12,128 p=129975 u=sysadmin | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 10:07:12,176 p=129975 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:07:12,220 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:12,274 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:12,291 p=129975 u=sysadmin | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 10:07:12,336 p=129975 u=sysadmin | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 10:07:12,376 p=129975 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:07:12,428 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:12,487 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:12,499 p=129975 u=sysadmin | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 10:07:12,543 p=129975 u=sysadmin | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 10:07:12,583 p=129975 u=sysadmin | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:07:12,623 p=129975 u=sysadmin | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 10:07:12,680 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:12,690 p=129975 u=sysadmin | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 10:07:12,758 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:12,768 p=129975 u=sysadmin | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 10:07:12,823 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:12,836 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:12,901 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:12,913 p=129975 u=sysadmin | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 10:07:12,954 p=129975 u=sysadmin | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 10:07:13,013 p=129975 u=sysadmin | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 10:07:13,048 p=129975 u=sysadmin | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 10:07:13,085 p=129975 u=sysadmin | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 10:07:13,128 p=129975 u=sysadmin | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 10:07:13,168 p=129975 u=sysadmin | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 10:07:13,209 p=129975 u=sysadmin | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 10:07:13,256 p=129975 u=sysadmin | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 10:07:13,346 p=129975 u=sysadmin | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:07:13,390 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:13,407 p=129975 u=sysadmin | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 10:07:13,454 p=129975 u=sysadmin | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 10:07:13,499 p=129975 u=sysadmin | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 10:07:13,540 p=129975 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 10:07:13,582 p=129975 u=sysadmin | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 10:07:13,615 p=129975 u=sysadmin | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 10:07:13,655 p=129975 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 10:07:13,700 p=129975 u=sysadmin | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 10:07:13,739 p=129975 u=sysadmin | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 10:07:13,779 p=129975 u=sysadmin | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 10:07:13,821 p=129975 u=sysadmin | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 10:07:14,077 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:14,086 p=129975 u=sysadmin | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 10:07:14,599 p=129975 u=sysadmin | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 10:07:14,807 p=129975 u=sysadmin | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 10:07:15,042 p=129975 u=sysadmin | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 10:07:15,251 p=129975 u=sysadmin | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 10:07:15,484 p=129975 u=sysadmin | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 10:07:15,704 p=129975 u=sysadmin | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 10:07:15,922 p=129975 u=sysadmin | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 10:07:16,139 p=129975 u=sysadmin | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 10:07:16,348 p=129975 u=sysadmin | changed: [localhost] => (item=NAMESERVERS=8.8.4.4) 2019-09-12 10:07:16,561 p=129975 u=sysadmin | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 10:07:16,774 p=129975 u=sysadmin | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 10:07:16,993 p=129975 u=sysadmin | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 10:07:17,224 p=129975 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/24) 2019-09-12 10:07:17,441 p=129975 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 10:07:17,653 p=129975 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.254) 2019-09-12 10:07:17,864 p=129975 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 10:07:18,098 p=129975 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 10:07:18,315 p=129975 u=sysadmin | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 10:07:18,528 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 10:07:18,740 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 10:07:18,971 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 10:07:19,190 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 10:07:19,395 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 10:07:19,639 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 10:07:19,860 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 10:07:20,082 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 10:07:20,310 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 10:07:20,525 p=129975 u=sysadmin | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 10:07:20,759 p=129975 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 10:07:20,984 p=129975 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 10:07:21,202 p=129975 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 10:07:21,428 p=129975 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 10:07:21,667 p=129975 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.3) 2019-09-12 10:07:21,896 p=129975 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.4) 2019-09-12 10:07:22,147 p=129975 u=sysadmin | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.5) 2019-09-12 10:07:22,359 p=129975 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 10:07:22,580 p=129975 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 10:07:22,829 p=129975 u=sysadmin | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 10:07:23,119 p=129975 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 10:07:23,329 p=129975 u=sysadmin | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 10:07:23,557 p=129975 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 10:07:23,787 p=129975 u=sysadmin | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 10:07:23,997 p=129975 u=sysadmin | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 10:07:24,215 p=129975 u=sysadmin | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 10:07:24,430 p=129975 u=sysadmin | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 10:07:24,654 p=129975 u=sysadmin | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 10:07:24,895 p=129975 u=sysadmin | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 10:07:25,115 p=129975 u=sysadmin | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 10:07:25,317 p=129975 u=sysadmin | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 10:07:25,534 p=129975 u=sysadmin | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 10:07:25,748 p=129975 u=sysadmin | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 10:07:25,964 p=129975 u=sysadmin | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 10:07:26,208 p=129975 u=sysadmin | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 10:07:26,239 p=129975 u=sysadmin | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 10:07:26,502 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:26,514 p=129975 u=sysadmin | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 10:07:26,552 p=129975 u=sysadmin | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 10:07:26,590 p=129975 u=sysadmin | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 10:07:26,627 p=129975 u=sysadmin | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 10:07:26,665 p=129975 u=sysadmin | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 10:07:26,701 p=129975 u=sysadmin | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 10:07:26,740 p=129975 u=sysadmin | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 10:07:26,777 p=129975 u=sysadmin | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 10:07:26,816 p=129975 u=sysadmin | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 10:07:26,855 p=129975 u=sysadmin | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 10:07:26,905 p=129975 u=sysadmin | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 10:07:26,942 p=129975 u=sysadmin | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 10:07:26,981 p=129975 u=sysadmin | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 10:07:27,018 p=129975 u=sysadmin | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 10:07:27,054 p=129975 u=sysadmin | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 10:07:27,091 p=129975 u=sysadmin | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 10:07:27,129 p=129975 u=sysadmin | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 10:07:27,173 p=129975 u=sysadmin | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 10:07:27,212 p=129975 u=sysadmin | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 10:07:27,257 p=129975 u=sysadmin | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 10:07:27,295 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 10:07:27,334 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 10:07:27,372 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 10:07:27,410 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 10:07:27,449 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 10:07:27,487 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 10:07:27,525 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 10:07:27,566 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 10:07:27,604 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 10:07:27,643 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 10:07:27,683 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 10:07:27,725 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 10:07:27,763 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 10:07:27,800 p=129975 u=sysadmin | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 10:07:27,838 p=129975 u=sysadmin | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 10:07:27,875 p=129975 u=sysadmin | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 10:07:27,913 p=129975 u=sysadmin | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 10:07:27,950 p=129975 u=sysadmin | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 10:07:28,198 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:28,208 p=129975 u=sysadmin | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 10:07:28,440 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:28,450 p=129975 u=sysadmin | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 10:07:28,711 p=129975 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568282846.174, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568282846.174, u'inode': 273708, u'isgid': False, u'size': 1667, u'isdir': False, u'ctime': 1568282846.175, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 10:07:28,723 p=129975 u=sysadmin | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 10:07:28,968 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:28,980 p=129975 u=sysadmin | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 10:07:29,228 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:29,240 p=129975 u=sysadmin | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 10:07:29,295 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:29,306 p=129975 u=sysadmin | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:07:29,358 p=129975 u=sysadmin | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 10:07:29,368 p=129975 u=sysadmin | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 10:07:29,632 p=129975 u=sysadmin | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 10:07:29,855 p=129975 u=sysadmin | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 10:07:29,865 p=129975 u=sysadmin | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 10:07:30,118 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:30,130 p=129975 u=sysadmin | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 10:07:30,680 p=129975 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:07:30,906 p=129975 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:07:31,136 p=129975 u=sysadmin | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:07:31,150 p=129975 u=sysadmin | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 10:07:31,407 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:31,420 p=129975 u=sysadmin | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 10:07:31,674 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:31,685 p=129975 u=sysadmin | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 10:07:31,938 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:31,947 p=129975 u=sysadmin | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 10:07:32,188 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:32,198 p=129975 u=sysadmin | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 10:07:32,231 p=129975 u=sysadmin | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 10:07:35,497 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:35,507 p=129975 u=sysadmin | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 10:07:35,836 p=129975 u=sysadmin | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 10:07:36,092 p=129975 u=sysadmin | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 10:07:36,102 p=129975 u=sysadmin | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 10:07:36,394 p=129975 u=sysadmin | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 10:07:36,641 p=129975 u=sysadmin | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 10:07:36,894 p=129975 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 10:07:37,140 p=129975 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 10:07:37,365 p=129975 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 10:07:37,587 p=129975 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 10:07:37,602 p=129975 u=sysadmin | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 10:07:37,814 p=129975 u=sysadmin | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 10:07:38,110 p=129975 u=sysadmin | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 10:07:38,374 p=129975 u=sysadmin | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 10:07:38,636 p=129975 u=sysadmin | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 10:07:38,868 p=129975 u=sysadmin | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 10:07:38,882 p=129975 u=sysadmin | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 10:07:39,065 p=129975 u=sysadmin | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 10:07:39,296 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:39,306 p=129975 u=sysadmin | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 10:07:39,348 p=129975 u=sysadmin | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 10:07:39,390 p=129975 u=sysadmin | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 10:07:39,772 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:39,788 p=129975 u=sysadmin | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 10:07:40,064 p=129975 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 10:07:40,321 p=129975 u=sysadmin | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 10:07:40,332 p=129975 u=sysadmin | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 10:07:40,729 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:40,742 p=129975 u=sysadmin | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 10:07:41,001 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:41,011 p=129975 u=sysadmin | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 10:07:42,139 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:42,149 p=129975 u=sysadmin | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 10:07:42,188 p=129975 u=sysadmin | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 10:07:42,227 p=129975 u=sysadmin | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 10:07:42,268 p=129975 u=sysadmin | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 10:07:42,310 p=129975 u=sysadmin | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 10:07:42,352 p=129975 u=sysadmin | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 10:07:42,392 p=129975 u=sysadmin | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:07:42,431 p=129975 u=sysadmin | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 10:07:42,471 p=129975 u=sysadmin | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:07:42,517 p=129975 u=sysadmin | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 10:07:42,562 p=129975 u=sysadmin | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:07:42,602 p=129975 u=sysadmin | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 10:07:42,644 p=129975 u=sysadmin | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:07:42,687 p=129975 u=sysadmin | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 10:07:42,943 p=129975 u=sysadmin | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 10:07:43,164 p=129975 u=sysadmin | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 10:07:43,385 p=129975 u=sysadmin | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 10:07:43,593 p=129975 u=sysadmin | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 10:07:43,603 p=129975 u=sysadmin | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 10:07:43,648 p=129975 u=sysadmin | ok: [localhost] 2019-09-12 10:07:43,658 p=129975 u=sysadmin | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 10:07:43,696 p=129975 u=sysadmin | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 10:07:43,735 p=129975 u=sysadmin | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 10:07:43,776 p=129975 u=sysadmin | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 10:07:43,816 p=129975 u=sysadmin | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:07:43,862 p=129975 u=sysadmin | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 10:07:43,873 p=129975 u=sysadmin | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 10:07:43,918 p=129975 u=sysadmin | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 10:07:43,962 p=129975 u=sysadmin | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 10:07:44,221 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:07:44,232 p=129975 u=sysadmin | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 10:09:16,234 p=129975 u=sysadmin | changed: [localhost] 2019-09-12 10:09:16,248 p=129975 u=sysadmin | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:09:16,312 p=129975 u=sysadmin | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-sysadmin/tmp/ansible-tmp-1568282864.27-174076847704562/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-sysadmin/tmp/ansible-tmp-1568282864.27-174076847704562/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 10:09:16,322 p=129975 u=sysadmin | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 10:09:16,374 p=129975 u=sysadmin | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 10:09:16,377 p=129975 u=sysadmin | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 10:09:16,377 p=129975 u=sysadmin | localhost : ok=99 changed=27 unreachable=0 failed=1 2019-09-12 10:30:38,452 passlib.registry registered 'md5_crypt' handler: 2019-09-12 10:30:38,463 p=135690 u=sysadmin | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 10:30:38,657 p=135690 u=sysadmin | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 10:30:39,049 p=135690 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/secrets.yml) 2019-09-12 10:30:39,193 p=135690 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost_secrets.yml) 2019-09-12 10:30:39,338 p=135690 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/site.yml) 2019-09-12 10:30:39,514 p=135690 u=sysadmin | ok: [localhost -> localhost] => (item=/home/sysadmin/localhost.yml) 2019-09-12 10:30:39,525 p=135690 u=sysadmin | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 10:30:39,615 p=135690 u=sysadmin | ok: [localhost] => (item={'_ansible_parsed': True, u'stat': {u'isuid': False, u'uid': 42425, u'exists': True, u'attr_flags': u'e', u'woth': False, u'device_type': 0, u'mtime': 1568281430.025, u'block_size': 4096, u'inode': 792428, u'isgid': False, u'size': 239, u'executable': False, u'roth': True, u'charset': u'us-ascii', u'readable': True, u'isreg': True, u'version': u'1172025148', u'pw_name': u'sysadmin', u'gid': 345, u'ischr': False, u'wusr': True, u'writeable': True, u'isdir': False, u'blocks': 8, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'sys_protected', u'path': u'/home/sysadmin/localhost.yml', u'xusr': False, u'atime': 1568281432.186, u'mimetype': u'text/x-c', u'ctime': 1568281430.116, u'isblk': False, u'checksum': u'aad636979791d623d1c47fe5187682f742593a68', u'dev': 2051, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'xgrp': False, u'islnk': False, u'attributes': [u'extents']}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/home/sysadmin/localhost.yml', u'invocation': {u'module_args': {u'get_checksum': True, u'follow': False, u'checksum_algorithm': u'sha1', u'path': u'/home/sysadmin/localhost.yml', u'get_mime': True, u'get_md5': None, u'get_attributes': True}}, '_ansible_ignore_errors': None, '_ansible_item_label': u'/home/sysadmin/localhost.yml'}) 2019-09-12 10:30:39,628 p=135690 u=sysadmin | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 10:30:39,667 p=135690 u=sysadmin | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 10:30:39,709 p=135690 u=sysadmin | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 10:30:39,742 p=135690 u=sysadmin | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 10:30:39,782 p=135690 u=sysadmin | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 10:30:39,818 p=135690 u=sysadmin | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:30:39,859 p=135690 u=sysadmin | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 10:30:39,896 p=135690 u=sysadmin | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 10:30:40,305 p=135690 u=sysadmin | changed: [localhost] 2019-09-12 10:30:40,315 p=135690 u=sysadmin | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 10:30:40,351 p=135690 u=sysadmin | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 10:30:40,537 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:40,547 p=135690 u=sysadmin | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 10:30:40,582 p=135690 u=sysadmin | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 10:30:40,616 p=135690 u=sysadmin | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 10:30:40,661 p=135690 u=sysadmin | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 10:30:40,713 p=135690 u=sysadmin | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 10:30:40,751 p=135690 u=sysadmin | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:30:40,788 p=135690 u=sysadmin | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 10:30:41,044 p=135690 u=sysadmin | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 10:30:41,241 p=135690 u=sysadmin | changed: [localhost] 2019-09-12 10:30:41,251 p=135690 u=sysadmin | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 10:30:41,290 p=135690 u=sysadmin | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 10:30:41,476 p=135690 u=sysadmin | changed: [localhost] 2019-09-12 10:30:41,486 p=135690 u=sysadmin | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 10:30:41,524 p=135690 u=sysadmin | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 10:30:41,569 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:41,579 p=135690 u=sysadmin | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 10:30:41,616 p=135690 u=sysadmin | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 10:30:41,663 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:41,672 p=135690 u=sysadmin | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 10:30:41,734 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:41,745 p=135690 u=sysadmin | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 10:30:41,782 p=135690 u=sysadmin | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 10:30:41,822 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:41,833 p=135690 u=sysadmin | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 10:30:41,878 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:41,891 p=135690 u=sysadmin | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 10:30:41,940 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:41,951 p=135690 u=sysadmin | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 10:30:42,007 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,017 p=135690 u=sysadmin | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 10:30:42,056 p=135690 u=sysadmin | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 10:30:42,098 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,108 p=135690 u=sysadmin | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 10:30:42,150 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,159 p=135690 u=sysadmin | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 10:30:42,205 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,215 p=135690 u=sysadmin | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 10:30:42,262 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,271 p=135690 u=sysadmin | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 10:30:42,316 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,327 p=135690 u=sysadmin | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 10:30:42,531 p=135690 u=sysadmin | changed: [localhost] 2019-09-12 10:30:42,540 p=135690 u=sysadmin | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 10:30:42,739 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,750 p=135690 u=sysadmin | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 10:30:42,799 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,809 p=135690 u=sysadmin | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 10:30:42,855 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:42,865 p=135690 u=sysadmin | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 10:30:43,048 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:43,057 p=135690 u=sysadmin | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 10:30:43,107 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:43,119 p=135690 u=sysadmin | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 10:30:43,310 p=135690 u=sysadmin | ok: [localhost] 2019-09-12 10:30:43,323 p=135690 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 10:30:43,366 p=135690 u=sysadmin | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 10:30:43,405 p=135690 u=sysadmin | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 10:30:43,449 p=135690 u=sysadmin | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 10:30:43,491 p=135690 u=sysadmin | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 10:30:43,542 p=135690 u=sysadmin | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 10:30:43,579 p=135690 u=sysadmin | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 10:30:43,616 p=135690 u=sysadmin | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 10:30:43,654 p=135690 u=sysadmin | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 10:30:43,689 p=135690 u=sysadmin | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 10:30:43,724 p=135690 u=sysadmin | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 10:30:43,760 p=135690 u=sysadmin | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 10:30:43,797 p=135690 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 10:30:43,833 p=135690 u=sysadmin | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 10:30:43,871 p=135690 u=sysadmin | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 10:30:43,908 p=135690 u=sysadmin | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 10:30:43,944 p=135690 u=sysadmin | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 10:30:43,982 p=135690 u=sysadmin | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 10:30:44,018 p=135690 u=sysadmin | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 10:30:50,895 p=135690 u=sysadmin | fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Sorry, try again.\n[sudo via ansible, key=ortbbepskyalksrdznvumdkzbfavatzp] password: Sorry, try again.\n[sudo via ansible, key=ortbbepskyalksrdznvumdkzbfavatzp] password: sudo: 3 incorrect password attempts\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} 2019-09-12 10:30:50,898 p=135690 u=sysadmin | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 10:30:50,898 p=135690 u=sysadmin | localhost : ok=25 changed=4 unreachable=0 failed=1 From pavan.gupta at calsoftinc.com Thu Sep 12 13:08:11 2019 From: pavan.gupta at calsoftinc.com (Pavan Gupta) Date: Thu, 12 Sep 2019 18:38:11 +0530 Subject: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml In-Reply-To: References: Message-ID: <20190912130810.824A553BCE@csom.calsofthq.com> Hi Bill, We have been facing issues while running the bootstrap script for sometime. I would like to know if the all-in-one deployment model is usually tested by the community. We could only get it running once for R1 ISO file. With R2, we haven’t been successful even once. Sai has posted an error seen today related to inventory timeout. Is all-in-one deployment stable? Pavan Sent from Mail for Windows 10 From: Saichandu Behara Sent: Thursday, September 12, 2019 6:27 PM To: starlingx-discuss at lists.starlingx.io; Bill.Zvonar at windriver.com Cc: pavan.gupta at calsoftinc.com Subject: Issue with executing the all in one simplex - bootstrap.yml Hello Team, we are getting errors while executing the ansible bootstrap.yml. we are using latest R2.0 iso image. I am attaching the log file. If anyone is aware of this issue, please let us know. It would be a great help. PFA ansible.log -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From fungi at yuggoth.org Thu Sep 12 13:52:57 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 12 Sep 2019 13:52:57 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages In-Reply-To: References: Message-ID: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> On 2019-09-12 10:49:21 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: [...] > how do I get a gerrit login to push my documentation review? [...] The starlingx/docs repository, like most of StarlingX's Git repositories, is hosted in OpenDev. For now, the Developer's Guide in the OpenDev Infrastructure Manual can be found here: https://docs.openstack.org/infra/manual/developers.html It covers topics such as Gerrit account setup. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From fungi at yuggoth.org Thu Sep 12 13:55:26 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 12 Sep 2019 13:55:26 +0000 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> Message-ID: <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> On 2019-09-12 10:56:13 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: [...] > When I try to use the documented process to build my page locally, I > have the following error. > > > tox -e ~/starlingx/git/docs/ > ERROR: unknown environment '/home/dominig/starlingx/git/docs/' The correct command should be `tox -e docs` (here the -e option specifies a testenv named "docs" corresponding to a [testenv:docs] section in the repository's https://opendev.org/starlingx/docs/src/branch/master/tox.ini file). -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From dtroyer at gmail.com Thu Sep 12 13:58:41 2019 From: dtroyer at gmail.com (Dean Troyer) Date: Thu, 12 Sep 2019 08:58:41 -0500 Subject: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml In-Reply-To: <586E8B730EA0DA4A9D6A80A10E486BC007AF764E@ALA-MBD.corp.ad.wrs.com> References: <20190912130810.824A553BCE@csom.calsofthq.com> <586E8B730EA0DA4A9D6A80A10E486BC007AF764E@ALA-MBD.corp.ad.wrs.com> Message-ID: On Thu, Sep 12, 2019 at 8:23 AM Zvonar, Bill wrote: > Hi Pavan, as discussed yesterday, I’m a bit baffled why your emails aren’t showing up on the mailing list (at least not in the archive [0]). > Am wondering if it'll show up here now, since I'm including starlingx-discuss at lists.starlingx.io in the to list of my reply. They were probably getting stopped in the moderation queue. I see the original now so that fits, the queue is currently empty. I can't see why it was queued, but with the words 'log file' and ' attached' it may have been due to size. The other common reason messages get moderated is because the sending address is not a member of the list. dt -- Dean Troyer dtroyer at gmail.com From dominig.arfoll at fridu.net Thu Sep 12 14:00:44 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 16:00:44 +0200 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> Message-ID: On 12/09/2019 15:55, Jeremy Stanley wrote: > On 2019-09-12 10:56:13 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: > [...] > The correct command should be `tox -e docs` (here the -e option > specifies a testenv named "docs" corresponding to a [testenv:docs] > section in the repository's > https://opendev.org/starlingx/docs/src/branch/master/tox.ini file). Sorry no more luck. dominig at dominig-t480:~/starlingx/git/docs> tox -e docs                docs create: /home/dominig/starlingx/git/docs/.tox/docs ERROR: invocation failed (exit code 1), logfile: /home/dominig/starlingx/git/docs/.tox/docs/log/docs-0.log ERROR: actionid: docs msg: getenv cmdargs: ['/usr/bin/python3', '-m', 'virtualenv', '--python', '/usr/bin/python3', 'docs'] Already using interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in /home/dominig/starlingx/git/docs/.tox/docs/bin/python3 Also creating executable in /home/dominig/starlingx/git/docs/.tox/docs/bin/python Installing setuptools, pip, wheel...   Complete output from command /home/dominig/starli...tox/docs/bin/python3 - setuptools pip wheel:   Traceback (most recent call last):   File "", line 9, in   File "/usr/lib64/python3.6/pkgutil.py", line 624, in get_data     importlib._bootstrap._load(spec))   File "", line 684, in _load   File "", line 656, in _load_unlocked   File "", line 626, in _load_backward_compatible   File "/usr/lib/python3.6/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl/pip/_vendor/requests/__init__.py", line 94, in   File "", line 971, in _find_and_load   File "", line 955, in _find_and_load_unlocked   File "", line 656, in _load_unlocked   File "", line 626, in _load_backward_compatible   File "/usr/lib/python3.6/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl/pip/_internal/__init__.py", line 40, in   File "", line 971, in _find_and_load   File "", line 955, in _find_and_load_unlocked   File "", line 656, in _load_unlocked   File "", line 626, in _load_backward_compatible   File "/usr/lib/python3.6/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl/pip/_internal/cli/autocompletion.py", line 8, in   File "", line 971, in _find_and_load   File "", line 955, in _find_and_load_unlocked   File "", line 656, in _load_unlocked                                                                                                                            File "", line 626, in _load_backward_compatible                                                                                                                 File "/usr/lib/python3.6/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl/pip/_internal/cli/main_parser.py", line 12, in                                             File "", line 971, in _find_and_load                                                                                                                            File "", line 955, in _find_and_load_unlocked                                                                                                                   File "", line 656, in _load_unlocked                                                                                                                            File "", line 626, in _load_backward_compatible                                                                                                                 File "/usr/lib/python3.6/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl/pip/_internal/commands/__init__.py", line 6, in                                            File "", line 971, in _find_and_load                                                                                                                            File "", line 955, in _find_and_load_unlocked                                                                                                                   File "", line 656, in _load_unlocked                                                                                                                            File "", line 626, in _load_backward_compatible                                                                                                                 File "/usr/lib/python3.6/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl/pip/_internal/commands/completion.py", line 6, in                                          File "", line 971, in _find_and_load                                                                                                                            File "", line 955, in _find_and_load_unlocked                                                                                                                   File "", line 656, in _load_unlocked                                                                                                                            File "", line 626, in _load_backward_compatible                                                                                                                 File "/usr/lib/python3.6/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl/pip/_internal/cli/base_command.py", line 20, in                                            File "", line 971, in _find_and_load                                                                                                                            File "", line 955, in _find_and_load_unlocked                                                                                                                   File "", line 656, in _load_unlocked                                                                                                                            File "", line 626, in _load_backward_compatible                                                                                                                 File "/usr/lib/python3.6/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl/pip/_internal/download.py", line 368, in                                                 AttributeError: module 'pip._vendor.requests' has no attribute 'Session'                                                                                                                     ----------------------------------------                                                                                                                                                     ...Installing setuptools, pip, wheel...done.                                                                                                                                                 Traceback (most recent call last):                                                                                                                                                             File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main                                                                                                                         "__main__", mod_spec)                                                                                                                                                                      File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code     exec(code, run_globals)   File "/usr/lib/python3.6/site-packages/virtualenv.py", line 2328, in     main()   File "/usr/lib/python3.6/site-packages/virtualenv.py", line 713, in main     symlink=options.symlink)   File "/usr/lib/python3.6/site-packages/virtualenv.py", line 945, in create_environment     download=download,   File "/usr/lib/python3.6/site-packages/virtualenv.py", line 901, in install_wheel     call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)   File "/usr/lib/python3.6/site-packages/virtualenv.py", line 797, in call_subprocess     % (cmd_desc, proc.returncode)) OSError: Command /home/dominig/starli...tox/docs/bin/python3 - setuptools pip wheel failed with error code 1 ERROR: Error creating virtualenv. Note that some special characters (e.g. ':' and unicode symbols) in paths are not supported by virtualenv. Error details: InvocationError('/usr/bin/python3 -m virtualenv --python /usr/bin/python3 docs (see /home/dominig/starlingx/git/docs/.tox/docs/log/docs-0.log)', 1) __________________________________________________________________________________________ summary __________________________________________________________________________________________ ERROR:   docs: Error creating virtualenv. Note that some special characters (e.g. ':' and unicode symbols) in paths are not supported by virtualenv. Error details: InvocationError('/usr/bin/python3 -m virtualenv --python /usr/bin/python3 docs (see /home/dominig/starlingx/git/docs/.tox/docs/log/docs-0.log)', 1) -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Dariush.Eslimi at windriver.com Thu Sep 12 14:10:24 2019 From: Dariush.Eslimi at windriver.com (Eslimi, Dariush) Date: Thu, 12 Sep 2019 14:10:24 +0000 Subject: [Starlingx-discuss] systemd/sysvinit configuration scripts in config In-Reply-To: <9912d4e7-cedb-c238-5967-9d19c7548a1f@intel.com> References: <9912d4e7-cedb-c238-5967-9d19c7548a1f@intel.com> Message-ID: No work is planned. Dariush -----Original Message----- From: Saul Wold [mailto:saul.wold at intel.com] Sent: August-26-19 8:39 PM To: starlingx-discuss at lists.starlingx.io; Ngo, Tee Subject: [Starlingx-discuss] systemd/sysvinit configuration scripts in config Tee, I know you have done alot of the work on the ansible playbook. Is there work being planned for converting the various configuration scripts in the config repo such as storageconfig and workconfig? We have been reviewing the various systemd services that call other scripts rather than calling the actual service daemon directly and found that many of the config related scripts are just that, extended configuration. Thanks Sau! _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Thu Sep 12 14:15:16 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 16:15:16 +0200 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> Message-ID: <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> On 12/09/2019 15:52, Jeremy Stanley wrote: > > https://docs.openstack.org/infra/manual/developers.html > > It covers topics such as Gerrit account setup. Thanks that bit is helpful. But my review still fails. dominig at dominig-t480:~/starlingx/git/docs/doc/source/developer_resources> git review -t "initial creation Doc page Navigate Git Code story/2005184" Creating a git remote called 'gerrit' that maps to:         ssh://dominig at review.opendev.org:29418/starlingx/docs.git Your change was committed before the commit hook was installed. Amending the commit to add a gerrit change id. error: src refspec creation does not match any. error: src refspec Doc does not match any. error: src refspec page does not match any. error: src refspec Navigate does not match any. error: src refspec Git does not match any. error: src refspec Code does not match any. error: src refspec story/2005184 does not match any. error: failed to push some refs to 'ssh://dominig at review.opendev.org:29418/starlingx/docs.git' My changes are not rocket science (see diff bellow) but still did not make it :-( The pending review  is not visible in Gerrit. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre diff --git a/doc/source/developer_resources/navigate_source_code.rst b/doc/source/developer_resources/navigate_source_code.rst index 7a14dfe..3d597f6 100644 --- a/doc/source/developer_resources/navigate_source_code.rst +++ b/doc/source/developer_resources/navigate_source_code.rst @@ -2,9 +2,61 @@ How to navigate the StarlingX source code ========================================= -This topic is coming soon. +The StartlingX code is kept in various git directories. In order to simplify the downloading process of keeping your local copy up to date, StartlingX project provides Android type repo manifests which can be followed by the repo tool. + + +^^^^^^^^^^^^^^^^^ +Tools required +^^^^^^^^^^^^^^^^^ + + On top of your prefer text editor you will need two tools to download the StartlingX source code: + - git (certainly available from your prefered Linux distro) + - Android repo tool. A simple python script that is installed manually. + + To install git, follow the instruction to install git package from your Linux distro. + + To install the required Android Repo Tool in the Linux host system. Follow + the steps in the `Installing + Repo ` + + You will find more details on the repo tool `here ` + + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Initial download of StartlingX code +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +#. Create a *starlingx* workspace directory on your system. + Best practices dictate creating the workspace directory + in your $HOME directory: + + .. code:: sh + + $ mkdir -p $HOME/starlingx/ + +#. Use the repo tool to create a local clone of the manifest + Git repository based on the "master" branch: + + .. code:: sh + + $ cd $MY_REPO_ROOT_DIR + $ repo init -u https://opendev.org/starlingx/manifest -m default.xml + +#. Synchronize the repository: + + .. code:: sh + + $ repo sync -j`nproc` + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Keeping in sync with StartlingX upstream code code +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + .. code:: sh + + $ repo sync -j`nproc` + -Linked Story does not yet exist. .. `Linked Story `__ ~ From Bill.Zvonar at windriver.com Thu Sep 12 14:19:35 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Thu, 12 Sep 2019 14:19:35 +0000 Subject: [Starlingx-discuss] StarlingX 2.0 Release Date In-Reply-To: References: Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF77D4@ALA-MBD.corp.ad.wrs.com> Hi Anirudh, we are a bit overdue in getting the release notes updated, they should be there in the next couple of days. As for the installation guide, when I go to that link [0], I see "StarlingX R2.0 is the latest officially released version of StarlingX.", can you double-check? Bill... [0] https://docs.starlingx.io/deploy_install_guides/index.html From: Anirudh Gupta Sent: Sunday, September 1, 2019 11:53 PM To: starlingx-discuss at lists.starlingx.io; starlingx-announce at lists.starlingx.io Subject: [Starlingx-discuss] StarlingX 2.0 Release Date Hi Team, As per the wiki link below, the release date of StarlingX 2.0 was 30Th August 2019 https://wiki.openstack.org/wiki/StarlingX/Release_Plan As of now, I can't find any release notes corresponding to Release 2.0. Also the Installation Guide, points to Release 2018.10 as the official Release. https://docs.starlingx.io/deploy_install_guides/index.html Can someone please confirm if there is any change in the Release Date of StarlingX 2.0? Regards Anirudh Gupta DISCLAIMER: This electronic message and all of its contents, contains information which is privileged, confidential or otherwise protected from disclosure. The information contained in this electronic mail transmission is intended for use only by the individual or entity to which it is addressed. If you are not the intended recipient or may have received this electronic mail transmission in error, please notify the sender immediately and delete / destroy all copies of this electronic mail transmission without disclosing, copying, distributing, forwarding, printing or retaining any part of it. Hughes Systique accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus. From sgw at linux.intel.com Thu Sep 12 14:30:11 2019 From: sgw at linux.intel.com (Saul Wold) Date: Thu, 12 Sep 2019 07:30:11 -0700 Subject: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml In-Reply-To: References: Message-ID: It appears that maybe you have not setup a localhost.yml with the new password and you are failing to log in correctly. If you set the initial sysadmin password different that what's in default.yml in /usr/share/ansible/stx-ansible/playbooks/bootstrap/host_vars then this might be your problem. The default is "St8rlingX*", if you use something else you need to set it in a localhost.yml on the controller-0 machine. Example of localhost.yml dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: 10.23.90.0/24 external_oam_gateway_address: 10.23.90.1 external_oam_floating_address: 10.23.90.130 management_subnet: 192.168.204.0/24 ansible_become_pass: admin_password: Hope that helps Sau! On 9/12/19 5:57 AM, Saichandu Behara wrote: > Hello Team, > > we are getting errors while executing the ansible bootstrap.yml. we are > using latest R2.0 iso image. > > I am attaching the log file. > > If anyone is aware of this issue, please let us know. It would be a > great help. > > PFA ansible.log > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From Tee.Ngo at windriver.com Thu Sep 12 14:52:56 2019 From: Tee.Ngo at windriver.com (Ngo, Tee) Date: Thu, 12 Sep 2019 14:52:56 +0000 Subject: [Starlingx-discuss] Issue with running on ansible playbook In-Reply-To: <7dc98b0c-fcf0-1591-e288-ce9d1938b62e@calsoftinc.com> References: <7dc98b0c-fcf0-1591-e288-ce9d1938b62e@calsoftinc.com> Message-ID: <80ED4CE81E3D8F4099306648E95DAFE453AD03C1@ALA-MBD.corp.ad.wrs.com> Hi, Can you check if there are any errors in puppet.log (/var/log/puppet/latest/puppet.log)? Is there a log containing the string “Initial inventory completed” in /var/log/sysinv.log? Tee From: Saichandu Behara [mailto:saichandu.behara at calsoftinc.com] Sent: September-09-19 6:50 AM To: starlingx-discuss at lists.starlingx.io Cc: pavan.gupta at calsoftinc.com Subject: [Starlingx-discuss] Issue with running on ansible playbook Hello all, we are facing some issue while executing the bootstrap.yml for stable version r2.0 TASK [persist-config : Saving config in sysinv database] ***************************************************************************************************************changed: [localhost] TASK [persist-config : debug] ******************************************************************************************************************************************ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 959, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 884, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 875, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 959, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 884, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 875, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "('REGION NAME=', 'RegionOne')\n('OS USER DOMAIN NAME=', 'Default')\n('TENANT=', 'admin')\n('PASSWORD=', 'St8rlingX*')\n('OS_AUTH_URL=', 'http://localhost:5000/v3')\n('ADMIN_USER=', 'admin')\n('OS PROJECT DOMAIN NAME=', 'Default')\nPopulating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "('REGION NAME=', 'RegionOne')", "('OS USER DOMAIN NAME=', 'Default')", "('TENANT=', 'admin')", "('PASSWORD=', 'St8rlingX*')", "('OS_AUTH_URL=', 'http://localhost:5000/v3')", "('ADMIN_USER=', 'admin')", "('OS PROJECT DOMAIN NAME=', 'Default')", "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." If anyone is aware of this issue, please let us know. It would be a great help. Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From yang.liu at windriver.com Thu Sep 12 15:03:42 2019 From: yang.liu at windriver.com (Liu, Yang) Date: Thu, 12 Sep 2019 15:03:42 +0000 Subject: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml In-Reply-To: <20190912130810.824A553BCE@csom.calsofthq.com> References: <20190912130810.824A553BCE@csom.calsofthq.com> Message-ID: <19C65A6E92EA384D809B1772130CD7F8692C26F3@ALA-MBD.corp.ad.wrs.com> Hi Pavan, Yes all-in-one is tested almost daily. Copying the latest test results from community sanity: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-11 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers – Bare Metal Environment AIO – Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] Thanks, Yang From: Pavan Gupta [mailto:pavan.gupta at calsoftinc.com] Sent: September-12-19 9:08 AM To: Saichandu Behara; starlingx-discuss at lists.starlingx.io; Zvonar, Bill Subject: Re: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml Hi Bill, We have been facing issues while running the bootstrap script for sometime. I would like to know if the all-in-one deployment model is usually tested by the community. We could only get it running once for R1 ISO file. With R2, we haven’t been successful even once. Sai has posted an error seen today related to inventory timeout. Is all-in-one deployment stable? Pavan Sent from Mail for Windows 10 From: Saichandu Behara Sent: Thursday, September 12, 2019 6:27 PM To: starlingx-discuss at lists.starlingx.io; Bill.Zvonar at windriver.com Cc: pavan.gupta at calsoftinc.com Subject: Issue with executing the all in one simplex - bootstrap.yml Hello Team, we are getting errors while executing the ansible bootstrap.yml. we are using latest R2.0 iso image. I am attaching the log file. If anyone is aware of this issue, please let us know. It would be a great help. PFA ansible.log -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From geoffroy.vancutsem at intel.com Thu Sep 12 15:20:43 2019 From: geoffroy.vancutsem at intel.com (VanCutsem, Geoffroy) Date: Thu, 12 Sep 2019 15:20:43 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> Message-ID: A bit of a shot in the dark but I suspect it has to do with the spaces in the " initial creation Doc page Navigate Git Code story" string > -----Original Message----- > From: Dominig ar Foll (Intel Open Source) > Sent: Thursday, September 12, 2019 4:15 PM > To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Full process to update/add documentation > pages (gerrit review push issue) > > On 12/09/2019 15:52, Jeremy Stanley wrote: > > > > https://docs.openstack.org/infra/manual/developers.html > > > > It covers topics such as Gerrit account setup. > Thanks that bit is helpful. > > But my review still fails. > dominig at dominig- > t480:~/starlingx/git/docs/doc/source/developer_resources> > git review -t "initial creation Doc page Navigate Git Code story/2005184" > Creating a git remote called 'gerrit' that maps to: >         ssh://dominig at review.opendev.org:29418/starlingx/docs.git > Your change was committed before the commit hook was installed. > Amending the commit to add a gerrit change id. > error: src refspec creation does not match any. > error: src refspec Doc does not match any. > error: src refspec page does not match any. > error: src refspec Navigate does not match any. > error: src refspec Git does not match any. > error: src refspec Code does not match any. > error: src refspec story/2005184 does not match any. > error: failed to push some refs to > 'ssh://dominig at review.opendev.org:29418/starlingx/docs.git' > > My changes are not rocket science (see diff bellow) but still did not make it :-( > The pending review  is not visible in Gerrit. > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > > diff --git a/doc/source/developer_resources/navigate_source_code.rst > b/doc/source/developer_resources/navigate_source_code.rst > index 7a14dfe..3d597f6 100644 > --- a/doc/source/developer_resources/navigate_source_code.rst > +++ b/doc/source/developer_resources/navigate_source_code.rst > @@ -2,9 +2,61 @@ > How to navigate the StarlingX source code > ========================================= > > -This topic is coming soon. > +The StartlingX code is kept in various git directories. In order to simplify the > downloading process of keeping your local copy up to date, StartlingX project > provides Android type repo manifests which can be followed by the repo tool. > + > + > +^^^^^^^^^^^^^^^^^ > +Tools required > +^^^^^^^^^^^^^^^^^ > + > + On top of your prefer text editor you will need two tools to download the > StartlingX source code: > + - git (certainly available from your prefered Linux distro) > + - Android repo tool. A simple python script that is installed manually. > + > + To install git, follow the instruction to install git package from your Linux > distro. > + > + To install the required Android Repo Tool in the Linux host system. Follow > + the steps in the `Installing > + Repo > + ` > + > + You will find more details on the repo tool `here > + ` > + > + > +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > +Initial download of StartlingX code > +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > + > +#. Create a *starlingx* workspace directory on your system. > + Best practices dictate creating the workspace directory > + in your $HOME directory: > + > + .. code:: sh > + > + $ mkdir -p $HOME/starlingx/ > + > +#. Use the repo tool to create a local clone of the manifest > + Git repository based on the "master" branch: > + > + .. code:: sh > + > + $ cd $MY_REPO_ROOT_DIR > + $ repo init -u https://opendev.org/starlingx/manifest -m > + default.xml > + > +#. Synchronize the repository: > + > + .. code:: sh > + > + $ repo sync -j`nproc` > + > +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > +Keeping in sync with StartlingX upstream code code > +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > + > + .. code:: sh > + > + $ repo sync -j`nproc` > + > > -Linked Story does not yet exist. > > .. `Linked Story `__ > > ~ > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Thu Sep 12 15:43:45 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 17:43:45 +0200 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> Message-ID: Geoffroy, not easy to shooting the dark. There is no space in my commit.    git review -t "initial creation Doc page Navigate Git Code story/2005184" Dominig On 12/09/2019 17:20, VanCutsem, Geoffroy wrote: > A bit of a shot in the dark but I suspect it has to do with the spaces in the " initial creation Doc page Navigate Git Code story" string > >> -----Original Message----- >> From: Dominig ar Foll (Intel Open Source) >> Sent: Thursday, September 12, 2019 4:15 PM >> To: starlingx-discuss at lists.starlingx.io >> Subject: Re: [Starlingx-discuss] Full process to update/add documentation >> pages (gerrit review push issue) >> >> On 12/09/2019 15:52, Jeremy Stanley wrote: >>> https://docs.openstack.org/infra/manual/developers.html >>> >>> It covers topics such as Gerrit account setup. >> Thanks that bit is helpful. >> >> But my review still fails. >> dominig at dominig- >> t480:~/starlingx/git/docs/doc/source/developer_resources> >> git review -t "initial creation Doc page Navigate Git Code story/2005184" >> Creating a git remote called 'gerrit' that maps to: >>         ssh://dominig at review.opendev.org:29418/starlingx/docs.git >> Your change was committed before the commit hook was installed. >> Amending the commit to add a gerrit change id. >> error: src refspec creation does not match any. >> error: src refspec Doc does not match any. >> error: src refspec page does not match any. >> error: src refspec Navigate does not match any. >> error: src refspec Git does not match any. >> error: src refspec Code does not match any. >> error: src refspec story/2005184 does not match any. >> error: failed to push some refs to >> 'ssh://dominig at review.opendev.org:29418/starlingx/docs.git' >> >> My changes are not rocket science (see diff bellow) but still did not make it :-( >> The pending review  is not visible in Gerrit. >> >> -- >> Dominig ar Foll >> Senior Software Architect >> Intel Open Source Technology Centre >> >> diff --git a/doc/source/developer_resources/navigate_source_code.rst >> b/doc/source/developer_resources/navigate_source_code.rst >> index 7a14dfe..3d597f6 100644 >> --- a/doc/source/developer_resources/navigate_source_code.rst >> +++ b/doc/source/developer_resources/navigate_source_code.rst >> @@ -2,9 +2,61 @@ >> How to navigate the StarlingX source code >> ========================================= >> >> -This topic is coming soon. >> +The StartlingX code is kept in various git directories. In order to simplify the >> downloading process of keeping your local copy up to date, StartlingX project >> provides Android type repo manifests which can be followed by the repo tool. >> + >> + >> +^^^^^^^^^^^^^^^^^ >> +Tools required >> +^^^^^^^^^^^^^^^^^ >> + >> + On top of your prefer text editor you will need two tools to download the >> StartlingX source code: >> + - git (certainly available from your prefered Linux distro) >> + - Android repo tool. A simple python script that is installed manually. >> + >> + To install git, follow the instruction to install git package from your Linux >> distro. >> + >> + To install the required Android Repo Tool in the Linux host system. Follow >> + the steps in the `Installing >> + Repo >> + ` >> + >> + You will find more details on the repo tool `here >> + ` >> + >> + >> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> +Initial download of StartlingX code >> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> + >> +#. Create a *starlingx* workspace directory on your system. >> + Best practices dictate creating the workspace directory >> + in your $HOME directory: >> + >> + .. code:: sh >> + >> + $ mkdir -p $HOME/starlingx/ >> + >> +#. Use the repo tool to create a local clone of the manifest >> + Git repository based on the "master" branch: >> + >> + .. code:: sh >> + >> + $ cd $MY_REPO_ROOT_DIR >> + $ repo init -u https://opendev.org/starlingx/manifest -m >> + default.xml >> + >> +#. Synchronize the repository: >> + >> + .. code:: sh >> + >> + $ repo sync -j`nproc` >> + >> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> +Keeping in sync with StartlingX upstream code code >> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> + >> + .. code:: sh >> + >> + $ repo sync -j`nproc` >> + >> >> -Linked Story does not yet exist. >> >> .. `Linked Story `__ >> >> ~ >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From geoffroy.vancutsem at intel.com Thu Sep 12 15:53:36 2019 From: geoffroy.vancutsem at intel.com (VanCutsem, Geoffroy) Date: Thu, 12 Sep 2019 15:53:36 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> Message-ID: You have spaces in the topic string. What I meant was using something like this instead: git review -t create-doc-page-Navigate-Git-Code-story/2005184 > -----Original Message----- > From: Dominig ar Foll (Intel Open Source) > Sent: Thursday, September 12, 2019 5:44 PM > To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Full process to update/add documentation > pages (gerrit review push issue) > > Geoffroy, > > not easy to shooting the dark. > There is no space in my commit. > >    git review -t "initial creation Doc page Navigate Git Code story/2005184" > > Dominig > > On 12/09/2019 17:20, VanCutsem, Geoffroy wrote: > > A bit of a shot in the dark but I suspect it has to do with the spaces > > in the " initial creation Doc page Navigate Git Code story" string > > > >> -----Original Message----- > >> From: Dominig ar Foll (Intel Open Source) > >> Sent: Thursday, September 12, 2019 4:15 PM > >> To: starlingx-discuss at lists.starlingx.io > >> Subject: Re: [Starlingx-discuss] Full process to update/add > >> documentation pages (gerrit review push issue) > >> > >> On 12/09/2019 15:52, Jeremy Stanley wrote: > >>> https://docs.openstack.org/infra/manual/developers.html > >>> > >>> It covers topics such as Gerrit account setup. > >> Thanks that bit is helpful. > >> > >> But my review still fails. > >> dominig at dominig- > >> t480:~/starlingx/git/docs/doc/source/developer_resources> > >> git review -t "initial creation Doc page Navigate Git Code story/2005184" > >> Creating a git remote called 'gerrit' that maps to: > >>         ssh://dominig at review.opendev.org:29418/starlingx/docs.git > >> Your change was committed before the commit hook was installed. > >> Amending the commit to add a gerrit change id. > >> error: src refspec creation does not match any. > >> error: src refspec Doc does not match any. > >> error: src refspec page does not match any. > >> error: src refspec Navigate does not match any. > >> error: src refspec Git does not match any. > >> error: src refspec Code does not match any. > >> error: src refspec story/2005184 does not match any. > >> error: failed to push some refs to > >> 'ssh://dominig at review.opendev.org:29418/starlingx/docs.git' > >> > >> My changes are not rocket science (see diff bellow) but still did not > >> make it :-( The pending review  is not visible in Gerrit. > >> > >> -- > >> Dominig ar Foll > >> Senior Software Architect > >> Intel Open Source Technology Centre > >> > >> diff --git a/doc/source/developer_resources/navigate_source_code.rst > >> b/doc/source/developer_resources/navigate_source_code.rst > >> index 7a14dfe..3d597f6 100644 > >> --- a/doc/source/developer_resources/navigate_source_code.rst > >> +++ b/doc/source/developer_resources/navigate_source_code.rst > >> @@ -2,9 +2,61 @@ > >> How to navigate the StarlingX source code > >> ========================================= > >> > >> -This topic is coming soon. > >> +The StartlingX code is kept in various git directories. In order to > >> +simplify the > >> downloading process of keeping your local copy up to date, StartlingX > >> project provides Android type repo manifests which can be followed by the > repo tool. > >> + > >> + > >> +^^^^^^^^^^^^^^^^^ > >> +Tools required > >> +^^^^^^^^^^^^^^^^^ > >> + > >> + On top of your prefer text editor you will need two tools to > >> + download the > >> StartlingX source code: > >> + - git (certainly available from your prefered Linux distro) > >> + - Android repo tool. A simple python script that is installed manually. > >> + > >> + To install git, follow the instruction to install git package > >> + from your Linux > >> distro. > >> + > >> + To install the required Android Repo Tool in the Linux host system. > Follow > >> + the steps in the `Installing > >> + Repo > >> + >> + >` > >> + > >> + You will find more details on the repo tool `here > >> + ` > >> + > >> + > >> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >> +Initial download of StartlingX code > >> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >> + > >> +#. Create a *starlingx* workspace directory on your system. > >> + Best practices dictate creating the workspace directory > >> + in your $HOME directory: > >> + > >> + .. code:: sh > >> + > >> + $ mkdir -p $HOME/starlingx/ > >> + > >> +#. Use the repo tool to create a local clone of the manifest > >> + Git repository based on the "master" branch: > >> + > >> + .. code:: sh > >> + > >> + $ cd $MY_REPO_ROOT_DIR > >> + $ repo init -u https://opendev.org/starlingx/manifest -m > >> + default.xml > >> + > >> +#. Synchronize the repository: > >> + > >> + .. code:: sh > >> + > >> + $ repo sync -j`nproc` > >> + > >> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >> +Keeping in sync with StartlingX upstream code code > >> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >> + > >> + .. code:: sh > >> + > >> + $ repo sync -j`nproc` > >> + > >> > >> -Linked Story does not yet exist. > >> > >> .. `Linked Story > >> `__ > >> > >> ~ > >> > >> > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From fungi at yuggoth.org Thu Sep 12 16:03:50 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 12 Sep 2019 16:03:50 +0000 Subject: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml In-Reply-To: References: <20190912130810.824A553BCE@csom.calsofthq.com> <586E8B730EA0DA4A9D6A80A10E486BC007AF764E@ALA-MBD.corp.ad.wrs.com> Message-ID: <20190912160348.z7w3ifhuwzgvzsum@yuggoth.org> On 2019-09-12 08:58:41 -0500 (-0500), Dean Troyer wrote: > On Thu, Sep 12, 2019 at 8:23 AM Zvonar, Bill wrote: > > Hi Pavan, as discussed yesterday, I’m a bit baffled why your > > emails aren’t showing up on the mailing list (at least not in > > the archive [0]). Am wondering if it'll show up here now, since > > I'm including starlingx-discuss at lists.starlingx.io in the to > > list of my reply. > > They were probably getting stopped in the moderation queue. I see the > original now so that fits, the queue is currently empty. I can't see > why it was queued, but with the words 'log file' and ' attached' it > may have been due to size. The other common reason messages get > moderated is because the sending address is not a member of the list. According to Mailman's logs, the address was only just subscribed to this list today at 12:04:32 UTC. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From ildiko.vancsa at gmail.com Thu Sep 12 16:41:22 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Thu, 12 Sep 2019 18:41:22 +0200 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> Message-ID: <3C4EACCE-92F3-4E33-9550-060087774D75@gmail.com> Hi Dominig, Which steps have you performed before trying to upload your commit to Gerrit? Have you initialized your local repo with ‘git review -s’ for instance after cloning it? I’m also a little confused by the command in your mail: git review -t "initial creation Doc page Navigate Git Code story/2005184” ‘-t’ specifies the Gerrit topic which should be not more than for instance 'story/2005184’. It looks like you are trying to add the commit message title to the topic which is a bit too long as topic text. If you are on IRC (#starlingx channel on Freenode) I can help figuring this out in a more synchronous way. Thanks, Ildikó > On 2019. Sep 12., at 17:53, VanCutsem, Geoffroy wrote: > > You have spaces in the topic string. What I meant was using something like this instead: > > git review -t create-doc-page-Navigate-Git-Code-story/2005184 > >> -----Original Message----- >> From: Dominig ar Foll (Intel Open Source) >> Sent: Thursday, September 12, 2019 5:44 PM >> To: starlingx-discuss at lists.starlingx.io >> Subject: Re: [Starlingx-discuss] Full process to update/add documentation >> pages (gerrit review push issue) >> >> Geoffroy, >> >> not easy to shooting the dark. >> There is no space in my commit. >> >> git review -t "initial creation Doc page Navigate Git Code story/2005184" >> >> Dominig >> >> On 12/09/2019 17:20, VanCutsem, Geoffroy wrote: >>> A bit of a shot in the dark but I suspect it has to do with the spaces >>> in the " initial creation Doc page Navigate Git Code story" string >>> >>>> -----Original Message----- >>>> From: Dominig ar Foll (Intel Open Source) >>>> Sent: Thursday, September 12, 2019 4:15 PM >>>> To: starlingx-discuss at lists.starlingx.io >>>> Subject: Re: [Starlingx-discuss] Full process to update/add >>>> documentation pages (gerrit review push issue) >>>> >>>> On 12/09/2019 15:52, Jeremy Stanley wrote: >>>>> https://docs.openstack.org/infra/manual/developers.html >>>>> >>>>> It covers topics such as Gerrit account setup. >>>> Thanks that bit is helpful. >>>> >>>> But my review still fails. >>>> dominig at dominig- >>>> t480:~/starlingx/git/docs/doc/source/developer_resources> >>>> git review -t "initial creation Doc page Navigate Git Code story/2005184" >>>> Creating a git remote called 'gerrit' that maps to: >>>> ssh://dominig at review.opendev.org:29418/starlingx/docs.git >>>> Your change was committed before the commit hook was installed. >>>> Amending the commit to add a gerrit change id. >>>> error: src refspec creation does not match any. >>>> error: src refspec Doc does not match any. >>>> error: src refspec page does not match any. >>>> error: src refspec Navigate does not match any. >>>> error: src refspec Git does not match any. >>>> error: src refspec Code does not match any. >>>> error: src refspec story/2005184 does not match any. >>>> error: failed to push some refs to >>>> 'ssh://dominig at review.opendev.org:29418/starlingx/docs.git' >>>> >>>> My changes are not rocket science (see diff bellow) but still did not >>>> make it :-( The pending review is not visible in Gerrit. >>>> >>>> -- >>>> Dominig ar Foll >>>> Senior Software Architect >>>> Intel Open Source Technology Centre >>>> >>>> diff --git a/doc/source/developer_resources/navigate_source_code.rst >>>> b/doc/source/developer_resources/navigate_source_code.rst >>>> index 7a14dfe..3d597f6 100644 >>>> --- a/doc/source/developer_resources/navigate_source_code.rst >>>> +++ b/doc/source/developer_resources/navigate_source_code.rst >>>> @@ -2,9 +2,61 @@ >>>> How to navigate the StarlingX source code >>>> ========================================= >>>> >>>> -This topic is coming soon. >>>> +The StartlingX code is kept in various git directories. In order to >>>> +simplify the >>>> downloading process of keeping your local copy up to date, StartlingX >>>> project provides Android type repo manifests which can be followed by the >> repo tool. >>>> + >>>> + >>>> +^^^^^^^^^^^^^^^^^ >>>> +Tools required >>>> +^^^^^^^^^^^^^^^^^ >>>> + >>>> + On top of your prefer text editor you will need two tools to >>>> + download the >>>> StartlingX source code: >>>> + - git (certainly available from your prefered Linux distro) >>>> + - Android repo tool. A simple python script that is installed manually. >>>> + >>>> + To install git, follow the instruction to install git package >>>> + from your Linux >>>> distro. >>>> + >>>> + To install the required Android Repo Tool in the Linux host system. >> Follow >>>> + the steps in the `Installing >>>> + Repo >>>> + >>> + >` >>>> + >>>> + You will find more details on the repo tool `here >>>> + ` >>>> + >>>> + >>>> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >>>> +Initial download of StartlingX code >>>> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >>>> + >>>> +#. Create a *starlingx* workspace directory on your system. >>>> + Best practices dictate creating the workspace directory >>>> + in your $HOME directory: >>>> + >>>> + .. code:: sh >>>> + >>>> + $ mkdir -p $HOME/starlingx/ >>>> + >>>> +#. Use the repo tool to create a local clone of the manifest >>>> + Git repository based on the "master" branch: >>>> + >>>> + .. code:: sh >>>> + >>>> + $ cd $MY_REPO_ROOT_DIR >>>> + $ repo init -u https://opendev.org/starlingx/manifest -m >>>> + default.xml >>>> + >>>> +#. Synchronize the repository: >>>> + >>>> + .. code:: sh >>>> + >>>> + $ repo sync -j`nproc` >>>> + >>>> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >>>> +Keeping in sync with StartlingX upstream code code >>>> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >>>> + >>>> + .. code:: sh >>>> + >>>> + $ repo sync -j`nproc` >>>> + >>>> >>>> -Linked Story does not yet exist. >>>> >>>> .. `Linked Story >>>> `__ >>>> >>>> ~ >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> -- >> Dominig ar Foll >> Senior Software Architect >> Intel Open Source Technology Centre >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From ada.cabrales at intel.com Thu Sep 12 17:01:10 2019 From: ada.cabrales at intel.com (Cabrales, Ada) Date: Thu, 12 Sep 2019 17:01:10 +0000 Subject: [Starlingx-discuss] [ Test ] meeting notes for 09/10 Message-ID: <4F6AACE4B0F173488D033B02A8BB5B7E7CEC9756@FMSMSX114.amr.corp.intel.com> Agenda for 09/10 Attendees: Elio, Cristopher, Fernando, JC, Jose, Maria P, JP, Richo, Yang, Ada 1. Sanity status - Cristopher Still green. After the change in the repos we found a small issue, but is fixed now. Issues: app port unreachable from external - https://bugs.launchpad.net/starlingx/+bug/1841802 - still not fixed. After host-swact completed, unexpected swact occurred due to ceph error - https://bugs.launchpad.net/starlingx/+bug/1840176 - intermittent issue, fixed now. 2. Unified sanity - JC Slides: https://drive.google.com/file/d/1hBfWCb4Rn_SmteeqjWSpgluzDH192sHv/view?usp=sharing What we have today: 4 configs (SX, DX, Standard local storage, standard external storage) Bare metal and virtual, no proxy, proxy and local registry deployments. Sanity for platform (containers) and OpenStack Proposal: WR and Intel running two configs each. Are we considering ping and ssh tests? those are included in the pytest suite We will use only pytest for running sanity testing. Three tests from robot are not in the pytest suite. Resize are in the regression repo. Rebuild to be added Reboot could be added into the nova_actions test. Still having problems with the natbox setup - please send the question to the mailing list. Please also add this info to the documentation. Not a date defined yet due to the problems with the infrastructure, but next week will have more visibility. For reporting: Wind River will send their results to Intel and the report will be consolidated and sent out (in the mean time we do automatic reporting). 3. stx.3.0 - release and feature testing plans - Ada Schedule updated - https://docs.google.com/spreadsheets/d/16JxIbfX7hQBjyPkaxYYuPij3XwTWDHMsB-GRwodG78M/edit?usp=sharing Actions: Containerized Openstack clients - Yang to ask Frank if implicit testing (sanity) is enough - update to suite is required. Fault Containerization - Jose to ask if implicit testing is enough - maybe a small regression for covering this (Horizon should be manually verified) Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. Redfish Support - Ada to check on this one Performance Testing/Measurement Framework - Elio to check the deliverable expected. For regression - test plan is to run automated testing and select a subset of the new tests created for features for 2.0 as the manual test plan. Ada to work on the list and make it public. 4. Opens - All Yang is taking Numan's position into StarlingX. Thanks Yang! From vm.rod25 at gmail.com Thu Sep 12 17:37:17 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Thu, 12 Sep 2019 12:37:17 -0500 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os Message-ID: Hi community As part of the multi-OS effort for multi os, the first steps were to make the flock services build and run on other OS such as openSUSE system. The build of the flock services is complete and now OBS is being used for it ( some minor details are under fix ). After that, the runtime dependencies were addressed. One of the characteristics STX flocks have is that If they are managed by Service Management (SM) then sysvinit scripts are used instead of systemd SM is a great component from STX which has cool features such as: * Manages high availability of critical infrastructure and cluster services • Use of multiple messaging paths to avoid split-brain communication failures • Uses cluster connectivity data to determine the communication failures The fact that is based on sysvinit does not prevent us from running other flock services on openSUSE, or that someone else wants to manage the services by something else apart from SM. However we would like to ask the community how important is the standardization of systemd for the adoption of STX flock services on other OS The proposal would be to have most of the existing services handled by SM via systemd in order to deprecate the sysvinit scripts. SM will directly manage the services, via systemd commands. A bit of rewrite to current scripts might be necessary. This way there is a consistent set of scripts/unit/service files. So, SM would need to be extended to understand systemd interactions Any feedback from anyone on the community more than welcome Regards Victor Rodriguez From dominig.arfoll at fridu.net Thu Sep 12 17:43:26 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 19:43:26 +0200 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <3C4EACCE-92F3-4E33-9550-060087774D75@gmail.com> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> <3C4EACCE-92F3-4E33-9550-060087774D75@gmail.com> Message-ID: <5bfdfafc-a335-84d9-8cd2-a506b5e35d60@fridu.net> On 12/09/2019 18:41, Ildiko Vancsa wrote: > Hi Dominig, > > Which steps have you performed before trying to upload your commit to Gerrit? > > Have you initialized your local repo with ‘git review -s’ for instance after cloning it? > > I’m also a little confused by the command in your mail: git review -t "initial creation Doc page Navigate Git Code story/2005184” > > ‘-t’ specifies the Gerrit topic which should be not more than for instance 'story/2005184’. It looks like you are trying to add the commit message title to the topic which is a bit too long as topic text. > > If you are on IRC (#starlingx channel on Freenode) I can help figuring this out in a more synchronous way. OK, it seems that Geoffroy as usual had a great idea to work around the issue. Geoffroy thanks your trick of removing spaces, worked. When it come to the user of -t, I guessed from the git-review that adding a topic would be helpful, but without guidance on documentation, I did like what I was doing in AGL. So I did clone the documentation repo    git clone https://opendev.org/starlingx/docs    git clone https://opendev.org/starlingx/specs # added my page with my prefered text editor # then  git commit -sam "initial creation Doc page Navigate Git Code story/2005184" git review -t "initial creation Doc page Navigate Git Code story/2005184" # !!oups that did not work. I got a not that helpful error message git review -t "initial_creation_Doc_page_Navigate_Git_Code_story/2005184" # that one was accepted with a warning on the length of my topic. If someone knows what should actually be done, it would be nice to add it to the documentation on how to improve documentation. https://docs.starlingx.io/contributor/doc_contribute_guide.html So far the only guidance is : ... and then submit the changes to Gerrit for approval. ... -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From erich.cordoba.malibran at intel.com Thu Sep 12 17:44:52 2019 From: erich.cordoba.malibran at intel.com (Cordoba Malibran, Erich) Date: Thu, 12 Sep 2019 17:44:52 +0000 Subject: [Starlingx-discuss] Guide to deploy simplex StarlingX 2.0 in a virtual environment Message-ID: <7748F48A-27F2-400E-8D5F-D7FACBAB2CD8@intel.com> Hi all, I wrote a simple guide to deploy StarlingX 2.0 in a virtual environment. This is the flow I use every day I and though it would be useful for the community. You can see the guide here: https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ I hope you can find it useful. -Erich From bruce.e.jones at intel.com Thu Sep 12 17:50:48 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 12 Sep 2019 17:50:48 +0000 Subject: [Starlingx-discuss] [ Test ] meeting notes for 09/10 In-Reply-To: <4F6AACE4B0F173488D033B02A8BB5B7E7CEC9756@FMSMSX114.amr.corp.intel.com> References: <4F6AACE4B0F173488D033B02A8BB5B7E7CEC9756@FMSMSX114.amr.corp.intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D48D4@fmsmsx123.amr.corp.intel.com> > Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. Hi JC. I don't know enough to have a plan for this. What testing do you think is needed? What did we do for 2.0? Distro.openstack folks - what do we think needs to be done here? brucej -----Original Message----- From: Cabrales, Ada [mailto:ada.cabrales at intel.com] Sent: Thursday, September 12, 2019 10:01 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [ Test ] meeting notes for 09/10 Agenda for 09/10 Attendees: Elio, Cristopher, Fernando, JC, Jose, Maria P, JP, Richo, Yang, Ada 1. Sanity status - Cristopher Still green. After the change in the repos we found a small issue, but is fixed now. Issues: app port unreachable from external - https://bugs.launchpad.net/starlingx/+bug/1841802 - still not fixed. After host-swact completed, unexpected swact occurred due to ceph error - https://bugs.launchpad.net/starlingx/+bug/1840176 - intermittent issue, fixed now. 2. Unified sanity - JC Slides: https://drive.google.com/file/d/1hBfWCb4Rn_SmteeqjWSpgluzDH192sHv/view?usp=sharing What we have today: 4 configs (SX, DX, Standard local storage, standard external storage) Bare metal and virtual, no proxy, proxy and local registry deployments. Sanity for platform (containers) and OpenStack Proposal: WR and Intel running two configs each. Are we considering ping and ssh tests? those are included in the pytest suite We will use only pytest for running sanity testing. Three tests from robot are not in the pytest suite. Resize are in the regression repo. Rebuild to be added Reboot could be added into the nova_actions test. Still having problems with the natbox setup - please send the question to the mailing list. Please also add this info to the documentation. Not a date defined yet due to the problems with the infrastructure, but next week will have more visibility. For reporting: Wind River will send their results to Intel and the report will be consolidated and sent out (in the mean time we do automatic reporting). 3. stx.3.0 - release and feature testing plans - Ada Schedule updated - https://docs.google.com/spreadsheets/d/16JxIbfX7hQBjyPkaxYYuPij3XwTWDHMsB-GRwodG78M/edit?usp=sharing Actions: Containerized Openstack clients - Yang to ask Frank if implicit testing (sanity) is enough - update to suite is required. Fault Containerization - Jose to ask if implicit testing is enough - maybe a small regression for covering this (Horizon should be manually verified) Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. Redfish Support - Ada to check on this one Performance Testing/Measurement Framework - Elio to check the deliverable expected. For regression - test plan is to run automated testing and select a subset of the new tests created for features for 2.0 as the manual test plan. Ada to work on the list and make it public. 4. Opens - All Yang is taking Numan's position into StarlingX. Thanks Yang! _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From jose.perez.carranza at intel.com Thu Sep 12 17:51:57 2019 From: jose.perez.carranza at intel.com (Perez Carranza, Jose) Date: Thu, 12 Sep 2019 17:51:57 +0000 Subject: [Starlingx-discuss] Guide to deploy simplex StarlingX 2.0 in a virtual environment In-Reply-To: <7748F48A-27F2-400E-8D5F-D7FACBAB2CD8@intel.com> References: <7748F48A-27F2-400E-8D5F-D7FACBAB2CD8@intel.com> Message-ID: It looks Amazing !!! Thanks Erich for the guide. Regards Jose -- On 9/12/19, 12:45 PM, "Cordoba Malibran, Erich" wrote: Hi all, I wrote a simple guide to deploy StarlingX 2.0 in a virtual environment. This is the flow I use every day I and though it would be useful for the community. You can see the guide here: https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ I hope you can find it useful. -Erich _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Thu Sep 12 17:52:42 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 12 Sep 2019 17:52:42 +0000 Subject: [Starlingx-discuss] Guide to deploy simplex StarlingX 2.0 in a virtual environment In-Reply-To: <7748F48A-27F2-400E-8D5F-D7FACBAB2CD8@intel.com> References: <7748F48A-27F2-400E-8D5F-D7FACBAB2CD8@intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D48F1@fmsmsx123.amr.corp.intel.com> Nice! Can this be posted on the blog and/or in docs.starlingx.io and/or wiki.starlingx.io ...??? brucej -----Original Message----- From: Cordoba Malibran, Erich [mailto:erich.cordoba.malibran at intel.com] Sent: Thursday, September 12, 2019 10:45 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Guide to deploy simplex StarlingX 2.0 in a virtual environment Hi all, I wrote a simple guide to deploy StarlingX 2.0 in a virtual environment. This is the flow I use every day I and though it would be useful for the community. You can see the guide here: https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ I hope you can find it useful. -Erich _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Thu Sep 12 17:59:06 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 12 Sep 2019 17:59:06 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <5bfdfafc-a335-84d9-8cd2-a506b5e35d60@fridu.net> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> <3C4EACCE-92F3-4E33-9550-060087774D75@gmail.com> <5bfdfafc-a335-84d9-8cd2-a506b5e35d60@fridu.net> Message-ID: <9A85D2917C58154C960D95352B22818BD07D4919@fmsmsx123.amr.corp.intel.com> My workflow is different. # git commit -s # git review The tools want a specific format in the commit message, which is easier for me to get right this way. brucej -----Original Message----- From: Dominig ar Foll (Intel Open Source) [mailto:dominig.arfoll at fridu.net] Sent: Thursday, September 12, 2019 10:43 AM To: Ildiko Vancsa Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) On 12/09/2019 18:41, Ildiko Vancsa wrote: > Hi Dominig, > > Which steps have you performed before trying to upload your commit to Gerrit? > > Have you initialized your local repo with ‘git review -s’ for instance after cloning it? > > I’m also a little confused by the command in your mail: git review -t "initial creation Doc page Navigate Git Code story/2005184” > > ‘-t’ specifies the Gerrit topic which should be not more than for instance 'story/2005184’. It looks like you are trying to add the commit message title to the topic which is a bit too long as topic text. > > If you are on IRC (#starlingx channel on Freenode) I can help figuring this out in a more synchronous way. OK, it seems that Geoffroy as usual had a great idea to work around the issue. Geoffroy thanks your trick of removing spaces, worked. When it come to the user of -t, I guessed from the git-review that adding a topic would be helpful, but without guidance on documentation, I did like what I was doing in AGL. So I did clone the documentation repo    git clone https://opendev.org/starlingx/docs    git clone https://opendev.org/starlingx/specs # added my page with my prefered text editor # then  git commit -sam "initial creation Doc page Navigate Git Code story/2005184" git review -t "initial creation Doc page Navigate Git Code story/2005184" # !!oups that did not work. I got a not that helpful error message git review -t "initial_creation_Doc_page_Navigate_Git_Code_story/2005184" # that one was accepted with a warning on the length of my topic. If someone knows what should actually be done, it would be nice to add it to the documentation on how to improve documentation. https://docs.starlingx.io/contributor/doc_contribute_guide.html So far the only guidance is : ... and then submit the changes to Gerrit for approval. ... -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dtroyer at gmail.com Thu Sep 12 18:05:00 2019 From: dtroyer at gmail.com (Dean Troyer) Date: Thu, 12 Sep 2019 13:05:00 -0500 Subject: [Starlingx-discuss] [ Test ] meeting notes for 09/10 In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D48D4@fmsmsx123.amr.corp.intel.com> References: <4F6AACE4B0F173488D033B02A8BB5B7E7CEC9756@FMSMSX114.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D48D4@fmsmsx123.amr.corp.intel.com> Message-ID: On Thu, Sep 12, 2019 at 12:51 PM Jones, Bruce E wrote: > > Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. > Hi JC. I don't know enough to have a plan for this. What testing do you think is needed? What did we do for 2.0? > > Distro.openstack folks - what do we think needs to be done here? What we discussed earlier in the week: * build a manifest file pointing to master OpenStack repos * perform as much of the build process required to get all of the OpenStack bits (this may no longer be a full build?) * run sanity * run other tests TBD I would think that last point requires someone who knows what tests are likely to be impacted by OpenStack changes, specifically things that are new since Stein. The high-level summaries of tha are being written now, but with OpenStack's general policy of writing release notes with code there already are detailed release notes in every repo to scan for changes. dt -- Dean Troyer dtroyer at gmail.com From vm.rod25 at gmail.com Thu Sep 12 18:11:18 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Thu, 12 Sep 2019 13:11:18 -0500 Subject: [Starlingx-discuss] Guide to deploy simplex StarlingX 2.0 in a virtual environment In-Reply-To: <7748F48A-27F2-400E-8D5F-D7FACBAB2CD8@intel.com> References: <7748F48A-27F2-400E-8D5F-D7FACBAB2CD8@intel.com> Message-ID: It looks pretty cool , thanks for this is very helpful On Thu, Sep 12, 2019 at 12:45 PM Cordoba Malibran, Erich wrote: > > Hi all, > > I wrote a simple guide to deploy StarlingX 2.0 in a virtual environment. This is the flow I use every day I and though it would be useful for the community. > > You can see the guide here: https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ > > I hope you can find it useful. > > -Erich > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From fungi at yuggoth.org Thu Sep 12 18:13:06 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 12 Sep 2019 18:13:06 +0000 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> Message-ID: <20190912181305.w2mibfrmmqdstmdn@yuggoth.org> On 2019-09-12 16:00:44 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: [...] > AttributeError: module 'pip._vendor.requests' has no attribute > 'Session' [...] This looks like a corrupt/mismatched existing virtualenv tox is trying to reuse: https://github.com/pypa/virtualenv/issues/1213 You might try forcing tox to recreate the virtualenv from scratch with the -r option like `tox -r -e docs` and see if it gets any farther. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From ildiko.vancsa at gmail.com Thu Sep 12 18:23:16 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Thu, 12 Sep 2019 20:23:16 +0200 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <5bfdfafc-a335-84d9-8cd2-a506b5e35d60@fridu.net> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> <3C4EACCE-92F3-4E33-9550-060087774D75@gmail.com> <5bfdfafc-a335-84d9-8cd2-a506b5e35d60@fridu.net> Message-ID: Hi Dominig, There are some plans to make some of the documentation that is currently written up in the OpenStack Contributor Guide to be made available to all OSF projects using OpenDev tooling. In the meantime please refer to this page for some Git/Gerrit best practices: https://docs.openstack.org/contributors/code-and-documentation/patch-best-practices.html I don’t think we have strong guidelines when it comes to Gerrit topics. A rule of thumb is to keep it short and informative, people often refer to Launchpad or Storyboard identifiers, like 'bug/’ or ’story/’. It really only matters if there are multiple changes that are related but not organized in a chain of patches so you can use the Gerrit topic as a search filter to display all the relevant changes at once. I hope this helps. Please let me know if you have further questions. Thanks, Ildikó > On 2019. Sep 12., at 19:43, Dominig ar Foll (Intel Open Source) wrote: > > On 12/09/2019 18:41, Ildiko Vancsa wrote: >> Hi Dominig, >> >> Which steps have you performed before trying to upload your commit to Gerrit? >> >> Have you initialized your local repo with ‘git review -s’ for instance after cloning it? >> >> I’m also a little confused by the command in your mail: git review -t "initial creation Doc page Navigate Git Code story/2005184” >> >> ‘-t’ specifies the Gerrit topic which should be not more than for instance 'story/2005184’. It looks like you are trying to add the commit message title to the topic which is a bit too long as topic text. >> >> If you are on IRC (#starlingx channel on Freenode) I can help figuring this out in a more synchronous way. > OK, it seems that Geoffroy as usual had a great idea to work around the > issue. Geoffroy thanks your trick of removing spaces, worked. > > When it come to the user of -t, I guessed from the git-review that > adding a topic would be helpful, but without guidance on documentation, > I did like what I was doing in AGL. > > So I did clone the documentation repo > git clone https://opendev.org/starlingx/docs > git clone https://opendev.org/starlingx/specs > > # added my page with my prefered text editor > # then > git commit -sam "initial creation Doc page Navigate Git Code story/2005184" > git review -t "initial creation Doc page Navigate Git Code story/2005184" > # !!oups that did not work. I got a not that helpful error message > git review -t "initial_creation_Doc_page_Navigate_Git_Code_story/2005184" > # that one was accepted with a warning on the length of my topic. > > If someone knows what should actually be done, it would be nice to add it to the documentation on how to improve documentation. > https://docs.starlingx.io/contributor/doc_contribute_guide.html > So far the only guidance is : > ... > and then submit the changes to Gerrit for approval. > ... > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > From dominig.arfoll at fridu.net Thu Sep 12 18:41:41 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 20:41:41 +0200 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os In-Reply-To: References: Message-ID: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> On 12/09/2019 19:37, Victor Rodriguez wrote: > ... > The proposal would be to have most of the existing services handled by > SM via systemd in order to deprecate the sysvinit scripts. SM will > directly manage the services, via systemd commands. A bit of rewrite > to current scripts might be necessary. This way there is a consistent > set of scripts/unit/service files. So, SM would need to be extended to > understand systemd interactions Victor, all modern distros are using systemD and today if I look at the Warning raised by OpenSUSE build system (OBS), [build error log at the end of this email], it is clear that the current mix of systemD/init.d/direct script calls, will not pass any distro QA as it is. I already had to tweak rpmlintrc to reduce the badness in order to get packages to be accepted to be published by the OBS. But for me the fundamental issue is not on how bad is look but how dangerous it is from a security point of view. SystemD is by far the best way to start a service to be run in isolation. We can restrict the privileges, enforce cgroup limits, isolate via namespaces. When it come to provide a secure system, it's by far the easiest launch and maintain processes with reduced attack surface. Now in StrarlingX we have many processes which are to be started and controlled by the Service  Manager (SM). What we should do, is to modify SM in order for SM to use SystemD calls to start services which are to be monitored by SM. For those services, we shall not let systemD deamon starts them automatically, nor to monitor them for potential restart (easy, just a config). We can still use automatic dependency to let systemD start underlying required service (not managed by SM) where it make sense. Replacing direct script calls to start service in SM, by calls to systemD cannot be that complex for someone who know where the calls are hidden in the code. We could do a hack by having an init script to call systemD but that would be a mistake as trouble shooting errors would become very messy, security latency poor. The best would be to use systemD library API calls (requires systemD >= 219 not an issue for OpenSUSE but what about CentOS) in order to do the equivalent of systemctl start service_name at unit_number.service without using system(), popen(), or exec() what would lake the system, safer, quicker and easier to debug. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre ---------- rpmlint report building worker-utils ------------ [ 3s] RPMLINT report: [ 3s] =============== [ 3s] worker-utils.noarch: W: no-reload-entry /etc/init.d/cpumap_functions.sh [ 3s] worker-utils.noarch: W: no-reload-entry /etc/init.d/task_affinity_functions.sh [ 3s] In your init script (/etc/rc.d/init.d/your_file), you don't have a 'reload' [ 3s] entry, which is necessary for good functionality. [ 3s] [ 3s] worker-utils.noarch: W: no-status-entry /etc/init.d/cpumap_functions.sh [ 3s] In your init script (/etc/rc.d/init.d/your_file), you don't have a 'status' [ 3s] entry, which is necessary for good functionality. [ 3s] [ 3s] worker-utils.noarch: W: suse-deprecated-init-script /etc/init.d/affine-platform.sh [ 3s] worker-utils.noarch: W: suse-deprecated-init-script /etc/init.d/affine-tasks.sh [ 3s] worker-utils.noarch: W: suse-deprecated-init-script /etc/init.d/cpumap_functions.sh [ 3s] worker-utils.noarch: W: suse-deprecated-init-script /etc/init.d/task_affinity_functions.sh [ 3s] SysV init scripts are deprecated. Please migrate to systemd service files. [ 3s] [ 3s] worker-utils.noarch: W: suse-missing-rclink affine-platform.sh [ 3s] worker-utils.noarch: W: suse-missing-rclink affine-tasks [ 3s] worker-utils.noarch: W: suse-missing-rclink affine-tasks.sh [ 3s] worker-utils.noarch: W: suse-missing-rclink cpumap_functions.sh [ 3s] worker-utils.noarch: W: suse-missing-rclink task_affinity_functions.sh [ 3s] The package contains an init script or systemd service file but lacks the [ 3s] symlink /usr/sbin/rcFOO -> /usr/sbin/service [ 3s] [ 3s] worker-utils.noarch: W: suse-systemd-shadowed-initscript affine-platform.sh [ 3s] The package contains both an init script and a systemd service file. Please [ 3s] decide for one. [ 3s] [ 3s] 2 packages and 0 specfiles checked; 0 errors, 13 warnings. From ildiko.vancsa at gmail.com Thu Sep 12 18:42:44 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Thu, 12 Sep 2019 20:42:44 +0200 Subject: [Starlingx-discuss] Documentation being part of the StarlingX development process Message-ID: <76BFCB6D-AA01-4FAD-AEF9-04147268898C@gmail.com> Hi Bruce, Following up on my action items from the Community call I wanted to see where to add notes about highlighting that writing documentation should be part of the development process from now on and then do further communications. I came across to this wiki, which is documented to be outdated: https://wiki.openstack.org/wiki/StarlingX/Feature_Development_Process And this documentation page that links to a Storyboard item: https://docs.starlingx.io/contributor/development_process.html As the StoryBoard item doesn’t seem to hold enough information I got a little stuck. Do you have a plan/preference on how to progress? It would be great to have the information on docs.starlingx.io as it is probably easier to find it there and we can link that page to the wiki as well. I can help writing it up, but it would be great to have an outline of the process as I’ve never gone through it myself so I only have partial knowledge. Thanks, Ildikó From dominig.arfoll at fridu.net Thu Sep 12 18:50:35 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 20:50:35 +0200 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: <20190912181305.w2mibfrmmqdstmdn@yuggoth.org> References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> <20190912181305.w2mibfrmmqdstmdn@yuggoth.org> Message-ID: <6c5c817e-a89c-f4ca-9793-cd8b75a57cb8@fridu.net> An HTML attachment was scrubbed... URL: From Ian.Jolliffe at windriver.com Thu Sep 12 19:15:26 2019 From: Ian.Jolliffe at windriver.com (Jolliffe, Ian) Date: Thu, 12 Sep 2019 19:15:26 +0000 Subject: [Starlingx-discuss] [TSC] Minutes of last two meetings Message-ID: A few highlights - we have cleaned up the spec backlog and now have 3 left to merge. 2 are very close and need a few more reviews and the third is getting close as well. A lot of discussion to help get organized for the next round of elections. More detail below. 09/12/2019: =========== Standing topics STX elections - projects discussion (ildikov) Project list update in the governance repository - https://review.opendev.org/#/c/680514/ Project list on the wiki - https://wiki.openstack.org/wiki/StarlingX Overlaps raised on the Community Call (September 11) - merge? Build - discuss on ML Distro - discuss on ML MultiOS - should be an integration project Container project - should be an integration project Projects listed only on the wiki - are these still active or should they be SIG's / work items Python2 to Python3 Transition - cross project activity Zuul Enablement and Coverage - break into all teams Devstack Integration - part of test team - really tooling for test StarlingX In-a-box - shut down 09/05/2019: =========== Standing topics STX elections (ildikov) First email to announce the election period is out: http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005912.html There are projects without repositories while for PL/TL elections we need to identify project contributors List of projects without repos according to https://docs.starlingx.io/governance/reference/tsc/projects/index.html: Do we want to combine some of the teams? Need a prime from TSC to help election officials - to help sort this out - in the next two weeks Brent to help out Do all these sub-projects still follow the general team structure with PLs and TLs? Is there a preferred method to identify inital set of contributors who're participating in the team's work? Shanghai Board meeting project overview/update prep (ildikov) https://etherpad.openstack.org/p/starlingx-board-overview-slides add your name if you will be at the board meeting need a presenter please add to the etherpad Sunday before the summit. From fungi at yuggoth.org Thu Sep 12 19:36:52 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 12 Sep 2019 19:36:52 +0000 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: <6c5c817e-a89c-f4ca-9793-cd8b75a57cb8@fridu.net> References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> <20190912181305.w2mibfrmmqdstmdn@yuggoth.org> <6c5c817e-a89c-f4ca-9793-cd8b75a57cb8@fridu.net> Message-ID: <20190912193652.pjuu4l5nayynocyl@yuggoth.org> On 2019-09-12 20:50:35 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: [...] > Is there any simpler way to check how a page would look before > commiting it in Gerrrit ? [...] "Simpler" is a relative term. Since tox is being used here to abstract away building a dedicated Python virtual environment, installing documentation build dependencies and running Sphinx commands to convert reStructuredText markup into HTML content, you would basically need to perform the same steps yourself instead (make sure your current working directory is the top-level directory of the Git repository's worktree): virtualenv -p python3 mydocs mydocs/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt -r doc/requirements.txt mydocs/bin/sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html The commands above were inferred from the tox.ini file in that project. Resulting content should appear in the doc/build/html directory. Of course, I fully expect you'll see virtualenv break there the same way it does when tox tries to call it, but it's worth a try. I'm unable to reproduce the error on my systems so it's tough to be certain. As far as troubleshooting what's gone sideways with your tox setup, what version of virtualenv are you using? I see it's calling pip 19.1.1 according to the output you quoted, but it doesn't seem to mention the virtualenv version. Some additional Web searching suggests this error can be a result of using a too-new version of pip with a too-old version of virtualenv, so if that seems to be the case you might see if you can either upgrade the version of virtualenv to something as recent as the version of pip (seems https://pypi.org/project/pip/#history says it was released in May of this year so you might try virtualenv>=16.6), or downgrade the version of pip to something contemporary with the version of virtualenv you've got. Another possibility is that this stems from mixing a distro package of one with a PyPI package of the other. Linux distributions often "debundle" or strip out "vendored" copies of libraries like the requests package in pip's _vendor tree, and instead expect applications to import it from an equivalent distro-provided package as a dependency to reduce duplication. Knowing how you set up your development environment might be useful information in trying to guess at the reason tox is basically broken for you. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From ildiko.vancsa at gmail.com Thu Sep 12 19:48:13 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Thu, 12 Sep 2019 21:48:13 +0200 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: <20190912193652.pjuu4l5nayynocyl@yuggoth.org> References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> <20190912181305.w2mibfrmmqdstmdn@yuggoth.org> <6c5c817e-a89c-f4ca-9793-cd8b75a57cb8@fridu.net> <20190912193652.pjuu4l5nayynocyl@yuggoth.org> Message-ID: <43AF63BE-26FF-48D8-BC2A-8DDADD45C77A@gmail.com> > On 2019. Sep 12., at 21:36, Jeremy Stanley wrote: > > On 2019-09-12 20:50:35 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: > [...] >> Is there any simpler way to check how a page would look before >> commiting it in Gerrrit ? > [...] > > "Simpler" is a relative term. Since tox is being used here to > abstract away building a dedicated Python virtual environment, > installing documentation build dependencies and running Sphinx > commands to convert reStructuredText markup into HTML content, you > would basically need to perform the same steps yourself instead > (make sure your current working directory is the top-level directory > of the Git repository's worktree): > > virtualenv -p python3 mydocs > > mydocs/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt -r doc/requirements.txt > > mydocs/bin/sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html > > The commands above were inferred from the tox.ini file in that > project. Resulting content should appear in the doc/build/html > directory. Of course, I fully expect you'll see virtualenv break > there the same way it does when tox tries to call it, but it's worth > a try. I'm unable to reproduce the error on my systems so it's tough > to be certain. […] I usually run the tests in a virtual machine to avoid having anything going wrong with my laptop. I can confirm that on a fresh Ubuntu 16.04 after installing tox and cloning the StarlingX docs repo the ‘tox -e docs’ command works like a charm. Thanks, Ildikó From jose.perez.carranza at intel.com Thu Sep 12 20:23:43 2019 From: jose.perez.carranza at intel.com (Perez Carranza, Jose) Date: Thu, 12 Sep 2019 20:23:43 +0000 Subject: [Starlingx-discuss] Help on test Helm Chart deployment Message-ID: <908AB197-2186-420D-A2D5-E7CB943C8837@intel.com> Hi I’m executing on of the test cases of the `automated-pytest-suite` [1] (testcases/functional/z_containers/test_custom_containers.py::test_upload_charts_via_helm_upload) to test uploading helm charts and deploy an application. First time I executed failed due was not able to download images from Image gwaines/hellokitty:v1.0, that is normal due we don’t have access to the internet, so I modified the values on the chart to point to our local registry delete the application and re executed the test, but still failing, is still searching at Image gwaines/hellokitty:v1.0 and not taking the changes that I made to the chart. Someone can help on this, why are the changes not being applied? Note: If I do a `sudo docker pull : /gwaines/hellokitty:v1.0` image is pulled correctly so I’m not sure why on the chart is not taking the changes that I made adding the REGISTRY_IP ---- Modification on the chart (on values.yaml) on both tgz files ----- images: pullPolicy: IfNotPresent tags: hellokitty: /gwaines/hellokitty:v1.0 ---- original values.yaml file # Default values for hello-kitty. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 images: pullPolicy: IfNotPresent tags: hellokitty: gwaines/hellokitty:v1.0 service: name: hellokitty type: NodePort externalPort: 55555 internalPort: 80 resources: limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi ---- ERROR ----- 2019-09-11 12:04:15.518 1889368 INFO sysinv.helm.manifest_base [req-c06a3066-303f-42ea-91db-f8e989efbec4 admin admin] Delete manifest file /opt/platform/armada/19.08/hello-kitty/1.0/hello-kitty-manifest-del.yaml generated 2019-09-11 12:04:15.519 1889368 INFO sysinv.conductor.kube_app [-] Application overrides generated. 2019-09-11 12:04:15.631 1889368 INFO sysinv.conductor.kube_app [-] Image gwaines/hellokitty:v1.0 download started from public/private registry 2019-09-11 12:04:15.633 1889368 ERROR sysinv.conductor.kube_app [-] Image gwaines/hellokitty:v1.0 download failed from public/private registry: 'module' object has no attribute 'SERVICE_PARAM_NAME_DOCKER_DOCKER_REGISTRY' 2019-09-11 12:04:15.634 1889368 ERROR sysinv.conductor.kube_app [-] Deployment of application hello-kitty (1.0) failed: failed to download one or more image(s). 2019-09-11 12:04:15.634 1889368 TRACE sysinv.conductor.kube_app Traceback (most recent call last): 2019-09-11 12:04:15.634 1889368 TRACE sysinv.conductor.kube_app File "/usr/lib64/python2.7/site-packages/sysinv/conductor/kube_app.py", line 1812, in perform_app_apply 2019-09-11 12:04:15.634 1889368 TRACE sysinv.conductor.kube_app self._download_images(app) 2019-09-11 12:04:15.634 1889368 TRACE sysinv.conductor.kube_app File "/usr/lib64/python2.7/site-packages/sysinv/conductor/kube_app.py", line 763, in _download_images 2019-09-11 12:04:15.634 1889368 TRACE sysinv.conductor.kube_app reason=reason) 2019-09-11 12:04:15.634 1889368 TRACE sysinv.conductor.kube_app KubeAppApplyFailure: Deployment of application hello-kitty (1.0) failed: failed to download one or more image(s). 2019-09-11 12:04:15.634 1889368 TRACE sysinv.conductor.kube_app 2019-09-11 12:04:15.910 1889368 ERROR sysinv.conductor.kube_app [-] Application apply aborted!. 2019-09-11 12:04:15.911 1889368 INFO sysinv.conductor.kube_app [-] Deregister the abort status of app hello-kitty 2019-09-11 12:04:15.911 1889368 ERROR sysinv.openstack.common.rpc.amqp [req-c06a3066-303f-42ea-91db-f8e989efbec4 admin admin] Exception during message handling 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 10172, in perform_app_apply 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp app_applied = self._app.perform_app_apply(rpc_app, mode) 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/kube_app.py", line 1812, in perform_app_apply 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp self._download_images(app) 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/kube_app.py", line 763, in _download_images 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp reason=reason) 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp KubeAppApplyFailure: Deployment of application hello-kitty (1.0) failed: failed to download one or more image(s). 2019-09-11 12:04:15.911 1889368 TRACE sysinv.openstack.common.rpc.amqp 1. https://opendev.org/starlingx/test/src/branch/master/automated-pytest-suite Regards Jose -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Thu Sep 12 20:29:04 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Thu, 12 Sep 2019 22:29:04 +0200 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: <43AF63BE-26FF-48D8-BC2A-8DDADD45C77A@gmail.com> References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> <20190912181305.w2mibfrmmqdstmdn@yuggoth.org> <6c5c817e-a89c-f4ca-9793-cd8b75a57cb8@fridu.net> <20190912193652.pjuu4l5nayynocyl@yuggoth.org> <43AF63BE-26FF-48D8-BC2A-8DDADD45C77A@gmail.com> Message-ID: Sorry but if we want to motivate people to write more documentation we need to find a simpler way. To write docs we need to be able to at least check the display of a page before committing in a simple way. If the environment is complex to reproduce and to debug, then we should have, at least, somewhere a web page creation service. How reviewer will check that was is proposed is OK and looks fine ? It's a serious issue that needs to be addressed with urgency. Dominig On 12/09/2019 21:48, Ildiko Vancsa wrote: > >> On 2019. Sep 12., at 21:36, Jeremy Stanley wrote: >> >> On 2019-09-12 20:50:35 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: >> [...] >>> Is there any simpler way to check how a page would look before >>> commiting it in Gerrrit ? >> [...] >> >> "Simpler" is a relative term. Since tox is being used here to >> abstract away building a dedicated Python virtual environment, >> installing documentation build dependencies and running Sphinx >> commands to convert reStructuredText markup into HTML content, you >> would basically need to perform the same steps yourself instead >> (make sure your current working directory is the top-level directory >> of the Git repository's worktree): >> >> virtualenv -p python3 mydocs >> >> mydocs/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt -r doc/requirements.txt >> >> mydocs/bin/sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html >> >> The commands above were inferred from the tox.ini file in that >> project. Resulting content should appear in the doc/build/html >> directory. Of course, I fully expect you'll see virtualenv break >> there the same way it does when tox tries to call it, but it's worth >> a try. I'm unable to reproduce the error on my systems so it's tough >> to be certain. > […] > > I usually run the tests in a virtual machine to avoid having anything going wrong with my laptop. I can confirm that on a fresh Ubuntu 16.04 after installing tox and cloning the StarlingX docs repo the ‘tox -e docs’ command works like a charm. > > Thanks, > Ildikó > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From bruce.e.jones at intel.com Thu Sep 12 20:35:00 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 12 Sep 2019 20:35:00 +0000 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> <20190912181305.w2mibfrmmqdstmdn@yuggoth.org> <6c5c817e-a89c-f4ca-9793-cd8b75a57cb8@fridu.net> <20190912193652.pjuu4l5nayynocyl@yuggoth.org> <43AF63BE-26FF-48D8-BC2A-8DDADD45C77A@gmail.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D4A3F@fmsmsx123.amr.corp.intel.com> If run tox against your local doc tree, it generates all the html files for you and you can point your browser at them and see exactly how the files will render in production. brucej -----Original Message----- From: Dominig ar Foll (Intel Open Source) [mailto:dominig.arfoll at fridu.net] Sent: Thursday, September 12, 2019 1:29 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally Sorry but if we want to motivate people to write more documentation we need to find a simpler way. To write docs we need to be able to at least check the display of a page before committing in a simple way. If the environment is complex to reproduce and to debug, then we should have, at least, somewhere a web page creation service. How reviewer will check that was is proposed is OK and looks fine ? It's a serious issue that needs to be addressed with urgency. Dominig On 12/09/2019 21:48, Ildiko Vancsa wrote: > >> On 2019. Sep 12., at 21:36, Jeremy Stanley wrote: >> >> On 2019-09-12 20:50:35 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: >> [...] >>> Is there any simpler way to check how a page would look before >>> commiting it in Gerrrit ? >> [...] >> >> "Simpler" is a relative term. Since tox is being used here to >> abstract away building a dedicated Python virtual environment, >> installing documentation build dependencies and running Sphinx >> commands to convert reStructuredText markup into HTML content, you >> would basically need to perform the same steps yourself instead (make >> sure your current working directory is the top-level directory of the >> Git repository's worktree): >> >> virtualenv -p python3 mydocs >> >> mydocs/bin/pip install -c >> https://git.openstack.org/cgit/openstack/requirements/plain/upper-con >> straints.txt -r doc/requirements.txt >> >> mydocs/bin/sphinx-build -a -E -W -d doc/build/doctrees -b html >> doc/source doc/build/html >> >> The commands above were inferred from the tox.ini file in that >> project. Resulting content should appear in the doc/build/html >> directory. Of course, I fully expect you'll see virtualenv break >> there the same way it does when tox tries to call it, but it's worth >> a try. I'm unable to reproduce the error on my systems so it's tough >> to be certain. > […] > > I usually run the tests in a virtual machine to avoid having anything going wrong with my laptop. I can confirm that on a fresh Ubuntu 16.04 after installing tox and cloning the StarlingX docs repo the ‘tox -e docs’ command works like a charm. > > Thanks, > Ildikó > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Thu Sep 12 20:43:21 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 12 Sep 2019 20:43:21 +0000 Subject: [Starlingx-discuss] Documentation being part of the StarlingX development process In-Reply-To: <76BFCB6D-AA01-4FAD-AEF9-04147268898C@gmail.com> References: <76BFCB6D-AA01-4FAD-AEF9-04147268898C@gmail.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D4AA4@fmsmsx123.amr.corp.intel.com> This has been on my to do list for a long time and I don't know if/when I will get to it. :( If someone else in the community can drive this, I would be happy to help out. brucej -----Original Message----- From: Ildiko Vancsa [mailto:ildiko.vancsa at gmail.com] Sent: Thursday, September 12, 2019 11:43 AM To: Jones, Bruce E Cc: starlingx Subject: Documentation being part of the StarlingX development process Hi Bruce, Following up on my action items from the Community call I wanted to see where to add notes about highlighting that writing documentation should be part of the development process from now on and then do further communications. I came across to this wiki, which is documented to be outdated: https://wiki.openstack.org/wiki/StarlingX/Feature_Development_Process And this documentation page that links to a Storyboard item: https://docs.starlingx.io/contributor/development_process.html As the StoryBoard item doesn’t seem to hold enough information I got a little stuck. Do you have a plan/preference on how to progress? It would be great to have the information on docs.starlingx.io as it is probably easier to find it there and we can link that page to the wiki as well. I can help writing it up, but it would be great to have an outline of the process as I’ve never gone through it myself so I only have partial knowledge. Thanks, Ildikó From bruce.e.jones at intel.com Thu Sep 12 20:45:06 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Thu, 12 Sep 2019 20:45:06 +0000 Subject: [Starlingx-discuss] [ Test ] meeting notes for 09/10 In-Reply-To: References: <4F6AACE4B0F173488D033B02A8BB5B7E7CEC9756@FMSMSX114.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D48D4@fmsmsx123.amr.corp.intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D4AC7@fmsmsx123.amr.corp.intel.com> It's the test plan (the "run other tests TBD") where I need help. I don't know how to scan the OpenStack release notes and how to tell which changes might impact us. I'll write up the story/tasks for the overall plan today. Then I'll be looking for volunteers to do the work. brucej -----Original Message----- From: Dean Troyer [mailto:dtroyer at gmail.com] Sent: Thursday, September 12, 2019 11:05 AM To: Jones, Bruce E Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [ Test ] meeting notes for 09/10 On Thu, Sep 12, 2019 at 12:51 PM Jones, Bruce E wrote: > > Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. > Hi JC. I don't know enough to have a plan for this. What testing do you think is needed? What did we do for 2.0? > > Distro.openstack folks - what do we think needs to be done here? What we discussed earlier in the week: * build a manifest file pointing to master OpenStack repos * perform as much of the build process required to get all of the OpenStack bits (this may no longer be a full build?) * run sanity * run other tests TBD I would think that last point requires someone who knows what tests are likely to be impacted by OpenStack changes, specifically things that are new since Stein. The high-level summaries of tha are being written now, but with OpenStack's general policy of writing release notes with code there already are detailed release notes in every repo to scan for changes. dt -- Dean Troyer dtroyer at gmail.com From scott.little at windriver.com Thu Sep 12 20:55:22 2019 From: scott.little at windriver.com (Scott Little) Date: Thu, 12 Sep 2019 16:55:22 -0400 Subject: [Starlingx-discuss] [Build] Build layering reviews Message-ID: <58efa3fb-9958-4af1-27f4-21db5a90da19@windriver.com> My prototype code for the layered build has been posted to gerrit.  (listed below) I was briefly able to build all layers, and produce an iso with the same package content as the cengn build.  Then I was diverted by non-trivial changes to the restructuring work. What I have posted is now several weeks out of date and will almost certainly will not work.  The devil is in keeping the lst files in sync with the ever changing master branch. Other commitments will prevent me from resuming this work until November.  If anyone wants to whip the lst files into shape and try to get the build working again, be my guest. Final delivery will require changes to the CENGN build scripts (Don or Myself), and a freeze on packaging changes will likely be required for aprox 3 days to finalize the lst files. Scott ---------------- ---------------- https://review.opendev.org/#/c/681821/1 https://review.opendev.org/#/c/681914/1 https://review.opendev.org/#/c/681823/1 https://review.opendev.org/#/c/681824/1 https://review.opendev.org/#/c/681828/1 https://review.opendev.org/#/c/681832/2 https://review.opendev.org/#/c/681834/1 https://review.opendev.org/#/c/681836/1 https://review.opendev.org/#/c/681835/1 https://review.opendev.org/#/c/681842/1 https://review.opendev.org/#/c/681847/1 https://review.opendev.org/#/c/681848/1 https://review.opendev.org/#/c/681851/1 https://review.opendev.org/#/c/681852/1 https://review.opendev.org/#/c/681854/1 https://review.opendev.org/#/c/681856/1 https://review.opendev.org/#/c/681890/1 https://review.opendev.org/#/c/681892/1 https://review.opendev.org/#/c/681892/1 https://review.opendev.org/#/c/681898/1 https://review.opendev.org/#/c/681900/1 https://review.opendev.org/#/c/681901/1 https://review.opendev.org/#/c/681902/1 From fungi at yuggoth.org Thu Sep 12 21:15:00 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 12 Sep 2019 21:15:00 +0000 Subject: [Starlingx-discuss] ERROR: unknown environment with tox -e when bulding doc locally In-Reply-To: References: <9e669c01-11fd-6ced-24c4-5000a368387a@fridu.net> <20190912135526.6vmcgkyph7uox7hr@yuggoth.org> <20190912181305.w2mibfrmmqdstmdn@yuggoth.org> <6c5c817e-a89c-f4ca-9793-cd8b75a57cb8@fridu.net> <20190912193652.pjuu4l5nayynocyl@yuggoth.org> <43AF63BE-26FF-48D8-BC2A-8DDADD45C77A@gmail.com> Message-ID: <20190912211500.7qed6lk7nlnfdfdb@yuggoth.org> On 2019-09-12 22:29:04 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: > but if we want to motivate people to write more documentation we > need to find a simpler way. To write docs we need to be able to at > least check the display of a page before committing in a simple > way. > > If the environment is complex to reproduce and to debug, then we > should have, at least, somewhere a web page creation service. How > reviewer will check that was is proposed is OK and looks fine ? > > It's a serious issue that needs to be addressed with urgency. [...] It's an environment optimized for embedding documentation in and extracting documentation from software written in the Python programming language. StarlingX borrowed its documentation workflow from OpenStack, whose software is written almost entirely in Python (the OpenStack community wanted to make sure that its developers didn't have any excuse to avoid writing and updating documentation). With this, of course, comes the complexity of getting a Python software development environment going, which I can understand might seem odd or challenging to folks who are not computer programmers, or perhaps who focus on other languages are are disinterested in getting acquainted with Python language ecosystem conventions and norms). Regardless of what tooling is used to manage documentation, I expect that the basics of making it possible to write in a simple markup language, being able to propose and review changes to documentation prior to publication, and recording changes under annotated revision control are still beneficial, as is the ability to take advantage of continuous integration and deployment automation to reject proposed changes for common errors or style deviations and to publish them automatically on approval. The current solution meets those needs, but they could still be met by using different documentation build tooling too as long as someone writes Zuul jobs to install and run that instead of python+tox+virtualenv+sphinx. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From sgw at linux.intel.com Thu Sep 12 21:53:06 2019 From: sgw at linux.intel.com (Saul Wold) Date: Thu, 12 Sep 2019 14:53:06 -0700 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages Message-ID: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> StarlingX Folks: I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. There are patches that are clearly addressing bug fixes and those should have a Closes-Bug; there are commits that are clearly implementing features that should have the Story/Task tags. There are also commits that fall in between, they are not directly related to a given feature or have a bug filed, they are typically smaller and are fairly self-documenting or have good commit messages explaining why the change is needed, not just what the change does. Ultimately Closes-Bugs and Story tags will help reviewers and other get the infomration needed to create release notes, but we don't need to document every change like spelling, indentation, fixing compiler warnings in Release notes. I believe that we should have some flexibility in allowing for changes without related launchpad or story connections. This can help reduce the barrier to entry for small changes that community members may want to propose. Thoughts? Sau! From maria.g.perez.ibarra at intel.com Thu Sep 12 23:04:42 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Thu, 12 Sep 2019 23:04:42 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190912 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-12 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fungi at yuggoth.org Thu Sep 12 23:14:52 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 12 Sep 2019 23:14:52 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> Message-ID: <20190912231452.4w2wpc42e5upkazg@yuggoth.org> On 2019-09-12 16:15:16 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: [...] > git review -t "initial creation Doc page Navigate Git Code story/2005184" [...] > error: src refspec creation does not match any. > error: src refspec Doc does not match any. > error: src refspec page does not match any. > error: src refspec Navigate does not match any. > error: src refspec Git does not match any. > error: src refspec Code does not match any. > error: src refspec story/2005184 does not match any. [...] I know it's been worked around and discussed in other replies already, but just to follow up I'm trying to work out whether spaces in change topics should be supported. I'd never tried it before, and indeed all the documentation (including Gerrit's own) has no examples of setting a topic with a space in it via git push (what git review is using behind the scenes there). Gerrit *does* let you set change topics with spaces in them through its WebUI, but I can't figure out any viable quoting or encoding solution to create them on push. At best, we should probably trap for such attempts in the git-review option parser and return a sensible error message, so thanks for bringing this to light. I'll get some solution for this into the next release so it hopefully doesn't bite anyone else. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From cindy.xie at intel.com Fri Sep 13 02:54:35 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Fri, 13 Sep 2019 02:54:35 +0000 Subject: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml In-Reply-To: <20190912130810.824A553BCE@csom.calsofthq.com> References: <20190912130810.824A553BCE@csom.calsofthq.com> Message-ID: <2FD5DDB5A04D264C80D42CA35194914F360480FA@SHSMSX104.ccr.corp.intel.com> Paven, We did tested the AIO for stx.2.0. If you see issue can you please submit a bug in our launchpad: https://bugs.launchpad.net/starlingx. We need detail deployment steps and where you see the error with log files. Mailing list normally will block your attachment thus better to use launchpad when you believe this is a bug. Thx. - cindy From: Pavan Gupta Sent: Thursday, September 12, 2019 9:08 PM To: Saichandu Behara ; starlingx-discuss at lists.starlingx.io; Bill.Zvonar at windriver.com Subject: Re: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml Hi Bill, We have been facing issues while running the bootstrap script for sometime. I would like to know if the all-in-one deployment model is usually tested by the community. We could only get it running once for R1 ISO file. With R2, we haven’t been successful even once. Sai has posted an error seen today related to inventory timeout. Is all-in-one deployment stable? Pavan Sent from Mail for Windows 10 From: Saichandu Behara Sent: Thursday, September 12, 2019 6:27 PM To: starlingx-discuss at lists.starlingx.io; Bill.Zvonar at windriver.com Cc: pavan.gupta at calsoftinc.com Subject: Issue with executing the all in one simplex - bootstrap.yml Hello Team, we are getting errors while executing the ansible bootstrap.yml. we are using latest R2.0 iso image. I am attaching the log file. If anyone is aware of this issue, please let us know. It would be a great help. PFA ansible.log -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From Tee.Ngo at windriver.com Thu Sep 12 14:57:50 2019 From: Tee.Ngo at windriver.com (Ngo, Tee) Date: Thu, 12 Sep 2019 14:57:50 +0000 Subject: [Starlingx-discuss] Issue with running on ansible playbook In-Reply-To: <93df3a34-02f1-c6c3-53cb-905c502665cc@calsoftinc.com> References: <93df3a34-02f1-c6c3-53cb-905c502665cc@calsoftinc.com> Message-ID: <80ED4CE81E3D8F4099306648E95DAFE453AD03DA@ALA-MBD.corp.ad.wrs.com> I’d do a collect, open a LaunchPad and attach the logs. There isn’t enough information on the screenshot to help identify the cause. Tee From: Saichandu Behara [mailto:saichandu.behara at calsoftinc.com] Sent: September-10-19 10:29 AM To: Zvonar, Bill; starlingx-discuss at lists.starlingx.io Cc: pavan.gupta at calsoftinc.com Subject: [Starlingx-discuss] Issue with running on ansible playbook Hello all, We are facing issue while executing the bootstrap.yml file - Read only file system while opening /dev/drbd0. [cid:image001.png at 01D56958.EAAD6B90] If anyone is aware of this issue, please let us know. It would be a great help. Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 559703 bytes Desc: image001.png URL: From pavan.gupta at calsoftinc.com Fri Sep 13 02:56:59 2019 From: pavan.gupta at calsoftinc.com (Pavan Gupta) Date: Fri, 13 Sep 2019 08:26:59 +0530 Subject: [Starlingx-discuss] Issue with executing the all in one simplex- bootstrap.yml In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F360480FA@SHSMSX104.ccr.corp.intel.com> References: <20190912130810.824A553BCE@csom.calsofthq.com> <2FD5DDB5A04D264C80D42CA35194914F360480FA@SHSMSX104.ccr.corp.intel.com> Message-ID: <20190913025700.C6D161291FE@csom.calsofthq.com> Thanks Cindy, we will file a bug for the same along with the log files. Pavan Sent from Mail for Windows 10 From: Xie, Cindy Sent: Friday, September 13, 2019 8:24 AM To: Pavan Gupta; Saichandu Behara; starlingx-discuss at lists.starlingx.io; Bill.Zvonar at windriver.com Subject: RE: [Starlingx-discuss] Issue with executing the all in one simplex- bootstrap.yml Paven, We did tested the AIO for stx.2.0. If you see issue can you please submit a bug in our launchpad: https://bugs.launchpad.net/starlingx. We need detail deployment steps and where you see the error with log files. Mailing list normally will block your attachment thus better to use launchpad when you believe this is a bug. Thx. - cindy From: Pavan Gupta Sent: Thursday, September 12, 2019 9:08 PM To: Saichandu Behara ; starlingx-discuss at lists.starlingx.io; Bill.Zvonar at windriver.com Subject: Re: [Starlingx-discuss] Issue with executing the all in one simplex - bootstrap.yml Hi Bill, We have been facing issues while running the bootstrap script for sometime. I would like to know if the all-in-one deployment model is usually tested by the community. We could only get it running once for R1 ISO file. With R2, we haven’t been successful even once. Sai has posted an error seen today related to inventory timeout. Is all-in-one deployment stable? Pavan Sent from Mail for Windows 10 From: Saichandu Behara Sent: Thursday, September 12, 2019 6:27 PM To: starlingx-discuss at lists.starlingx.io; Bill.Zvonar at windriver.com Cc: pavan.gupta at calsoftinc.com Subject: Issue with executing the all in one simplex - bootstrap.yml Hello Team, we are getting errors while executing the ansible bootstrap.yml. we are using latest R2.0 iso image. I am attaching the log file. If anyone is aware of this issue, please let us know. It would be a great help. PFA ansible.log -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From austin.sun at intel.com Fri Sep 13 03:56:12 2019 From: austin.sun at intel.com (Sun, Austin) Date: Fri, 13 Sep 2019 03:56:12 +0000 Subject: [Starlingx-discuss] There's no Flavor Metadata in STX R2.0? In-Reply-To: References: Message-ID: Hi Ezpeer: Stx.2.0 is following upstream Openstack stein version,So those flavor metadata for old stx.1.0 was removed. Thanks. BR Austin Sun. From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Thursday, September 12, 2019 3:52 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] There's no Flavor Metadata in STX R2.0? Dear all, There's lots of Flavor Metadata in STX R1.0. (Use update metadata button) But there's no Flavor Metadata in STX R2.0. Why ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From saichandu.behara at calsoftinc.com Fri Sep 13 07:39:25 2019 From: saichandu.behara at calsoftinc.com (Saichandu Behara) Date: Fri, 13 Sep 2019 13:09:25 +0530 Subject: [Starlingx-discuss] Issue with executing the all in one simplex- bootstrap.yml In-Reply-To: <20190913025700.AAEF9126E29@csom.calsofthq.com> References: <20190912130810.824A553BCE@csom.calsofthq.com> <2FD5DDB5A04D264C80D42CA35194914F360480FA@SHSMSX104.ccr.corp.intel.com> <20190913025700.AAEF9126E29@csom.calsofthq.com> Message-ID: Hello all, I have filed bug on launchpad and attached the tarball. bug link: https://bugs.launchpad.net/starlingx/+bug/1843868 Thanks & Regards Sai Chandu Behara On 13-09-2019 08:26, Pavan Gupta wrote: > > Thanks Cindy, we will file a bug for the same along with the log files. > > Pavan > > Sent from Mail for > Windows 10 > > *From: *Xie, Cindy > *Sent: *Friday, September 13, 2019 8:24 AM > *To: *Pavan Gupta ; Saichandu > Behara ; > starlingx-discuss at lists.starlingx.io > ; > Bill.Zvonar at windriver.com > *Subject: *RE: [Starlingx-discuss] Issue with executing the all in one > simplex- bootstrap.yml > > Paven, > > We did tested the AIO for stx.2.0. If you see issue can you please > submit a bug in our launchpad: https://bugs.launchpad.net/starlingx. > We need detail deployment steps and where you see the error with log > files. > > Mailing list normally will block your attachment thus better to use > launchpad when you believe this is a bug. > > Thx. - cindy > > *From:* Pavan Gupta > *Sent:* Thursday, September 12, 2019 9:08 PM > *To:* Saichandu Behara ; > starlingx-discuss at lists.starlingx.io; Bill.Zvonar at windriver.com > *Subject:* Re: [Starlingx-discuss] Issue with executing the all in one > simplex - bootstrap.yml > > Hi Bill, > > We have been facing issues while running the bootstrap script for > sometime. I would like to know if the all-in-one deployment model is > usually tested by the community. We could only get it running once for > R1 ISO file. With R2, we haven’t been successful even once. Sai has > posted an error seen today related to inventory timeout. Is all-in-one > deployment stable? > > Pavan > > Sent from Mail for > Windows 10 > > *From: *Saichandu Behara > *Sent: *Thursday, September 12, 2019 6:27 PM > *To: *starlingx-discuss at lists.starlingx.io > ; > Bill.Zvonar at windriver.com > *Cc: *pavan.gupta at calsoftinc.com > *Subject: *Issue with executing the all in one simplex - bootstrap.yml > > Hello Team, > > we are getting errors while executing the ansible bootstrap.yml. we are > > using latest R2.0 iso image. > > I am attaching the log file. > > If anyone is aware of this issue, please let us know. It would be a > > great help. > > PFA ansible.log > > -- > > Thanks & Regards > > Sai Chandu Behara > -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko.vancsa at gmail.com Fri Sep 13 08:57:42 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Fri, 13 Sep 2019 10:57:42 +0200 Subject: [Starlingx-discuss] Documentation being part of the StarlingX development process In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D4AA4@fmsmsx123.amr.corp.intel.com> References: <76BFCB6D-AA01-4FAD-AEF9-04147268898C@gmail.com> <9A85D2917C58154C960D95352B22818BD07D4AA4@fmsmsx123.amr.corp.intel.com> Message-ID: Hi Bruce, We could talk through the process on one of the community calls and I can write up a first version based on the notes. What do you think? Thanks, Ildikó > On 2019. Sep 12., at 22:43, Jones, Bruce E wrote: > > This has been on my to do list for a long time and I don't know if/when I will get to it. :( If someone else in the community can drive this, I would be happy to help out. > > brucej > > -----Original Message----- > From: Ildiko Vancsa [mailto:ildiko.vancsa at gmail.com] > Sent: Thursday, September 12, 2019 11:43 AM > To: Jones, Bruce E > Cc: starlingx > Subject: Documentation being part of the StarlingX development process > > Hi Bruce, > > Following up on my action items from the Community call I wanted to see where to add notes about highlighting that writing documentation should be part of the development process from now on and then do further communications. > > I came across to this wiki, which is documented to be outdated: https://wiki.openstack.org/wiki/StarlingX/Feature_Development_Process > And this documentation page that links to a Storyboard item: https://docs.starlingx.io/contributor/development_process.html > > As the StoryBoard item doesn’t seem to hold enough information I got a little stuck. Do you have a plan/preference on how to progress? > > It would be great to have the information on docs.starlingx.io as it is probably easier to find it there and we can link that page to the wiki as well. I can help writing it up, but it would be great to have an outline of the process as I’ve never gone through it myself so I only have partial knowledge. > > Thanks, > Ildikó > > From geoffroy.vancutsem at intel.com Fri Sep 13 10:53:16 2019 From: geoffroy.vancutsem at intel.com (VanCutsem, Geoffroy) Date: Fri, 13 Sep 2019 10:53:16 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <20190912231452.4w2wpc42e5upkazg@yuggoth.org> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> <20190912231452.4w2wpc42e5upkazg@yuggoth.org> Message-ID: On Thu, 2019-09-12 at 23:14 +0000, Jeremy Stanley wrote: > On 2019-09-12 16:15:16 +0200 (+0200), Dominig ar Foll (Intel Open > Source) wrote: > [...] > > git review -t "initial creation Doc page Navigate Git Code > > story/2005184" > [...] > > error: src refspec creation does not match any. > > error: src refspec Doc does not match any. > > error: src refspec page does not match any. > > error: src refspec Navigate does not match any. > > error: src refspec Git does not match any. > > error: src refspec Code does not match any. > > error: src refspec story/2005184 does not match any. > [...] > > I know it's been worked around and discussed in other replies > already, but just to follow up I'm trying to work out whether spaces > in change topics should be supported. I'd never tried it before, and > indeed all the documentation (including Gerrit's own) has no > examples of setting a topic with a space in it via git push (what > git review is using behind the scenes there). Gerrit *does* let you > set change topics with spaces in them through its WebUI, but I can't > figure out any viable quoting or encoding solution to create them on > push. At best, we should probably trap for such attempts in the > git-review option parser and return a sensible error message, so > thanks for bringing this to light. I'll get some solution for this > into the next release so it hopefully doesn't bite anyone else. I suspect this is a problem at the git-review Python code, not a problem with Gerrit itself. I took a (very) quick look at the code and noticed it uses the 'argparse' module to parse all arguments. This is the issue I believe we're hitting: https://bugs.python.org/issue22433 ... unfortunately it's been sitting there, opened for 5 years now. Note: enclosing the string in quotes should help but I've seen reports that it would only work when using '--topic='. @Dominig, if you can spare a couple of minutes, I'd be curious to know if the following command works for you: git review --topic="initial creation Doc page Navigate Git Code story/2005184" Geoffroy From Tee.Ngo at windriver.com Fri Sep 13 11:36:48 2019 From: Tee.Ngo at windriver.com (Ngo, Tee) Date: Fri, 13 Sep 2019 11:36:48 +0000 Subject: [Starlingx-discuss] Issue with running on ansible playbook In-Reply-To: References: <7dc98b0c-fcf0-1591-e288-ce9d1938b62e@calsoftinc.com> <80ED4CE81E3D8F4099306648E95DAFE453AD03C1@ALA-MBD.corp.ad.wrs.com> Message-ID: <80ED4CE81E3D8F4099306648E95DAFE453AD06AF@ALA-MBD.corp.ad.wrs.com> The LP will be triaged and issue investigated. The assignee may request for additional info. Thanks for filing the bug report. Tee From: Saichandu Behara [mailto:saichandu.behara at calsoftinc.com] Sent: September-13-19 5:10 AM To: Ngo, Tee Cc: starlingx-discuss at lists.starlingx.io; pavan.gupta at calsoftinc.com Subject: Re: [Starlingx-discuss] Issue with running on ansible playbook Hi Tee, I have checked the puppet.log file. There is no error in puppet.log file and i am not findout " intial inventory completed " in sysinv.log file. I have attached the puppet.log, sysinv.log and ansible.log files . please check the attachments. I have filed bug on the launchpad and attached the tarball. please have a look. Bug link: https://bugs.launchpad.net/starlingx/+bug/1843868 PFA sysinv.log, puppet.log, ansible.log Thanks & Regards Sai Chandu Behara On 12-09-2019 20:22, Ngo, Tee wrote: Hi, Can you check if there are any errors in puppet.log (/var/log/puppet/latest/puppet.log)? Is there a log containing the string “Initial inventory completed” in /var/log/sysinv.log? Tee From: Saichandu Behara [mailto:saichandu.behara at calsoftinc.com] Sent: September-09-19 6:50 AM To: starlingx-discuss at lists.starlingx.io Cc: pavan.gupta at calsoftinc.com Subject: [Starlingx-discuss] Issue with running on ansible playbook Hello all, we are facing some issue while executing the bootstrap.yml for stable version r2.0 TASK [persist-config : Saving config in sysinv database] ***************************************************************************************************************changed: [localhost] TASK [persist-config : debug] ******************************************************************************************************************************************ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 959, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 884, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 875, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 959, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 884, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", line 875, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "('REGION NAME=', 'RegionOne')\n('OS USER DOMAIN NAME=', 'Default')\n('TENANT=', 'admin')\n('PASSWORD=', 'St8rlingX*')\n('OS_AUTH_URL=', 'http://localhost:5000/v3')\n('ADMIN_USER=', 'admin')\n('OS PROJECT DOMAIN NAME=', 'Default')\nPopulating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "('REGION NAME=', 'RegionOne')", "('OS USER DOMAIN NAME=', 'Default')", "('TENANT=', 'admin')", "('PASSWORD=', 'St8rlingX*')", "('OS_AUTH_URL=', 'http://localhost:5000/v3')", "('ADMIN_USER=', 'admin')", "('OS PROJECT DOMAIN NAME=', 'Default')", "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." If anyone is aware of this issue, please let us know. It would be a great help. Thanks & Regards Sai Chandu Behara -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvmpublic at gmail.com Fri Sep 13 12:47:37 2019 From: pvmpublic at gmail.com (Pratik M.) Date: Fri, 13 Sep 2019 18:17:37 +0530 Subject: [Starlingx-discuss] R2.0 iso installation failure: USB device naming In-Reply-To: <6703202FD9FDFF4A8DA9ACF104AE129FC157FD0E@ALA-MBD.corp.ad.wrs.com> References: <6703202FD9FDFF4A8DA9ACF104AE129FC157FD0E@ALA-MBD.corp.ad.wrs.com> Message-ID: Thank you for the tip. That took me a step ahead. But just to report, the ansible-playbook now fails saying "Failed to determine the boot device". Have filed an issue: https://bugs.launchpad.net/starlingx/+bug/1843893 Could this be because biosnames=0 is used and since I removed my USB key post install, thus causing a rename? Thanks Pratik On Tue, Sep 10, 2019 at 6:57 PM Penney, Don wrote: > > If you hit in the boot menu on your selection, you can edit the command-line. Update the boot_device and rootfs_device fields to the disk you'd like to use for the installation. > > As a side note, I will be introducing a build tool soon that provides an easy mechanism for a user to modify an ISO with new/updated boot parameters. > > -----Original Message----- > From: Pratik M. [mailto:pvmpublic at gmail.com] > Sent: Tuesday, September 10, 2019 7:53 AM > To: Ezpeer Chen > Cc: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] R2.0 iso installation failure: USB device naming > > On Tue, Sep 10, 2019 at 3:07 PM Ezpeer Chen wrote: > > > > You should have two hard disk. > > Yes, I do. But they were completely wiped (no partition). I will try > creating a partition, in a bit. For now, I went ahead and used the > IPMI virtual cdrom option to boot. But I think the root cause is the > installer assumption that it wants to install in /dev/sda (below). > Guess I will have to spin a custom iso. > > menu begin > [...] > append rootwait console=tty0 inst.text > inst.stage2=hd:LABEL=oe_iso_boot inst.ks=hd:LABEL=oe_iso_boot:/ks.cfg > boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 > inst.gpt security_profile=standard user_namespace.enable=1 > > > Thanks > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From austin.sun at intel.com Fri Sep 13 03:51:14 2019 From: austin.sun at intel.com (Sun, Austin) Date: Fri, 13 Sep 2019 03:51:14 +0000 Subject: [Starlingx-discuss] Issue with running on ansible playbook In-Reply-To: <80ED4CE81E3D8F4099306648E95DAFE453AD03DA@ALA-MBD.corp.ad.wrs.com> References: <93df3a34-02f1-c6c3-53cb-905c502665cc@calsoftinc.com> <80ED4CE81E3D8F4099306648E95DAFE453AD03DA@ALA-MBD.corp.ad.wrs.com> Message-ID: Hi Behara: As Tee said, could you run ‘collect’ command and share the tarball generated via https://bugs.launchpad.net/starlingx And could you share the HW spec , CPU, memory and disk? Thanks. BR Austin Sun. From: Ngo, Tee [mailto:Tee.Ngo at windriver.com] Sent: Thursday, September 12, 2019 10:58 PM To: Saichandu Behara ; Zvonar, Bill ; starlingx-discuss at lists.starlingx.io Cc: pavan.gupta at calsoftinc.com Subject: Re: [Starlingx-discuss] Issue with running on ansible playbook I’d do a collect, open a LaunchPad and attach the logs. There isn’t enough information on the screenshot to help identify the cause. Tee From: Saichandu Behara [mailto:saichandu.behara at calsoftinc.com] Sent: September-10-19 10:29 AM To: Zvonar, Bill; starlingx-discuss at lists.starlingx.io Cc: pavan.gupta at calsoftinc.com Subject: [Starlingx-discuss] Issue with running on ansible playbook Hello all, We are facing issue while executing the bootstrap.yml file - Read only file system while opening /dev/drbd0. [cid:image001.png at 01D56A29.2F709B50] If anyone is aware of this issue, please let us know. It would be a great help. Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 559703 bytes Desc: image001.png URL: From saichandu.behara at calsoftinc.com Fri Sep 13 09:10:11 2019 From: saichandu.behara at calsoftinc.com (Saichandu Behara) Date: Fri, 13 Sep 2019 14:40:11 +0530 Subject: [Starlingx-discuss] Issue with running on ansible playbook In-Reply-To: <80ED4CE81E3D8F4099306648E95DAFE453AD03C1@ALA-MBD.corp.ad.wrs.com> References: <7dc98b0c-fcf0-1591-e288-ce9d1938b62e@calsoftinc.com> <80ED4CE81E3D8F4099306648E95DAFE453AD03C1@ALA-MBD.corp.ad.wrs.com> Message-ID: Hi Tee, I have checked the puppet.log file. There is no error in puppet.log file and i am not findout " intial inventory completed " in sysinv.log file. I have attached the puppet.log, sysinv.log and ansible.log files . please check the attachments. I have filed bug on the launchpad and attached the tarball. please have a look. Bug link: https://bugs.launchpad.net/starlingx/+bug/1843868 PFA sysinv.log, puppet.log, ansible.log Thanks & Regards Sai Chandu Behara On 12-09-2019 20:22, Ngo, Tee wrote: > > Hi, > > Can you check if there are any errors in puppet.log > (/var/log/puppet/latest/puppet.log)? Is there a log containing the > string “Initial inventory completed” in /var/log/sysinv.log? > > Tee > > *From:*Saichandu Behara [mailto:saichandu.behara at calsoftinc.com] > *Sent:* September-09-19 6:50 AM > *To:* starlingx-discuss at lists.starlingx.io > *Cc:* pavan.gupta at calsoftinc.com > *Subject:* [Starlingx-discuss] Issue with running on ansible playbook > > Hello all, > > we are facing some issue while executing the bootstrap.yml for stable > version r2.0 > > TASK [persist-config : Saving config in sysinv database] > ***************************************************************************************************************changed: > [localhost] > > TASK [persist-config : debug] > ******************************************************************************************************************************************ok: > [localhost] => { > "populate_result": { > "changed": true, > "failed": false, > "failed_when_result": false, > "msg": "non-zero return code", > "rc": 1, > "stderr": "No handlers could be found for logger > \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File > \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", > line 959, in \n inventory_config_complete_wait(client, > controller)\n File > \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", > line 884, in inventory_config_complete_wait\n > wait_initial_inventory_complete(client, controller)\n File > \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", > line 875, in wait_initial_inventory_complete\n raise > > *ConfigFail('Timeout waiting for controller inventory > '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for > controller inventory completion\n",* > "stderr_lines": [ > "No handlers could be found for logger > \"cgtsclient.common.http\"", > "Traceback (most recent call last):", > " File > \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", > line 959, in ", > " inventory_config_complete_wait(client, controller)", > " File > \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", > line 884, in inventory_config_complete_wait", > " wait_initial_inventory_complete(client, controller)", > " File > \"/tmp/.ansible-root/tmp/ansible-tmp-1568023260.49-195344343103083/populate_initial_config.py\", > line 875, in wait_initial_inventory_complete", > " raise ConfigFail('Timeout waiting for controller > inventory '", > "controllerconfig.common.exceptions.ConfigFail: Timeout > waiting for controller inventory completion" > ], > "stdout": "('REGION NAME=', 'RegionOne')\n('OS USER DOMAIN > NAME=', 'Default')\n('TENANT=', 'admin')\n('PASSWORD=', > 'St8rlingX*')\n('OS_AUTH_URL=', > 'http://localhost:5000/v3')\n('ADMIN_USER=', 'admin')\n('OS PROJECT > DOMAIN NAME=', 'Default')\nPopulating system config...\nSystem type is > All-in-one\nSystem config completed.\nPopulating load config...\nLoad > config completed.\nPopulating management network...\nPopulating > pxeboot network...\nPopulating oam network...\nPopulating multicast > network...\nPopulating cluster host network...\nPopulating cluster pod > network...\nPopulating cluster service network...\nNetwork config > completed.\nPopulating/Updating DNS config...\nDNS config > completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = > /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = > /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = > false\nInstall output = text\nHost values = {'tboot': 'false', > 'install_output': 'text', 'rootfs_device': > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': > 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', > 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': > 'disabled', 'invprovision': 'provisioning', 'administrative': > 'locked', 'personality': 'controller'}\nHost controller-0 > created.\nFailed to update the initial system config.\n", > "stdout_lines": [ > "('REGION NAME=', 'RegionOne')", > "('OS USER DOMAIN NAME=', 'Default')", > "('TENANT=', 'admin')", > "('PASSWORD=', 'St8rlingX*')", > "('OS_AUTH_URL=', 'http://localhost:5000/v3')", > "('ADMIN_USER=', 'admin')", > "('OS PROJECT DOMAIN NAME=', 'Default')", > "Populating system config...", > "System type is All-in-one", > "System config completed.", > "Populating load config...", > "Load config completed.", > "Populating management network...", > "Populating pxeboot network...", > "Populating oam network...", > "Populating multicast network...", > "Populating cluster host network...", > "Populating cluster pod network...", > "Populating cluster service network...", > "Network config completed.", > "Populating/Updating DNS config...", > "DNS config completed.", > "Management mac = 00:00:00:00:00:00", > "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", > "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", > "Console = tty0", > "Tboot = false", > "Install output = text", > "Host values = {'tboot': 'false', 'install_output': > 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', > 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', > 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': > 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', > 'operational': 'disabled', 'invprovision': 'provisioning', > 'administrative': 'locked', 'personality': 'controller'}", > "Host controller-0 created.", > "Failed to update the initial system config." > > If anyone is aware of this issue, please let us know. It would be a > great help. > > Thanks & Regards > > Sai Chandu Behara > -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- 2019-09-12 09:01:59,761 passlib.registry registered 'md5_crypt' handler: 2019-09-12 09:01:59,772 p=112186 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 09:01:59,962 p=112186 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 09:02:00,318 p=112186 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 09:02:00,454 p=112186 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 09:02:00,611 p=112186 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 09:02:00,761 p=112186 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 09:02:00,771 p=112186 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 09:02:00,849 p=112186 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 09:02:00,886 p=112186 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 09:02:00,923 p=112186 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 09:02:00,955 p=112186 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 09:02:00,998 p=112186 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 09:02:01,032 p=112186 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:02:01,072 p=112186 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 09:02:01,105 p=112186 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 09:02:01,515 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:01,524 p=112186 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 09:02:01,555 p=112186 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 09:02:01,722 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:01,730 p=112186 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 09:02:01,764 p=112186 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 09:02:01,799 p=112186 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 09:02:01,843 p=112186 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 09:02:01,878 p=112186 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 09:02:01,916 p=112186 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:02:01,952 p=112186 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 09:02:02,200 p=112186 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 09:02:02,379 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:02,388 p=112186 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 09:02:02,424 p=112186 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 09:02:02,609 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:02,618 p=112186 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 09:02:02,653 p=112186 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 09:02:02,694 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:02,704 p=112186 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 09:02:02,740 p=112186 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 09:02:02,782 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:02,792 p=112186 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 09:02:02,849 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:02,858 p=112186 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 09:02:02,892 p=112186 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 09:02:02,932 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:02,940 p=112186 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 09:02:02,981 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:02,990 p=112186 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 09:02:03,028 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,037 p=112186 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 09:02:03,088 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,097 p=112186 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 09:02:03,133 p=112186 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 09:02:03,171 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,181 p=112186 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 09:02:03,219 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,228 p=112186 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 09:02:03,275 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,284 p=112186 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 09:02:03,328 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,337 p=112186 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 09:02:03,377 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,387 p=112186 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 09:02:03,580 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:03,588 p=112186 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 09:02:03,794 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,804 p=112186 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 09:02:03,859 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,870 p=112186 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 09:02:03,916 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:03,928 p=112186 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 09:02:04,112 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:04,121 p=112186 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 09:02:04,166 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:04,176 p=112186 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 09:02:04,359 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:04,369 p=112186 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 09:02:04,409 p=112186 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 09:02:04,448 p=112186 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 09:02:04,486 p=112186 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 09:02:04,524 p=112186 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 09:02:04,560 p=112186 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 09:02:04,606 p=112186 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 09:02:04,641 p=112186 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 09:02:04,680 p=112186 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 09:02:04,715 p=112186 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 09:02:04,752 p=112186 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 09:02:04,785 p=112186 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 09:02:04,825 p=112186 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 09:02:04,861 p=112186 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 09:02:04,897 p=112186 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 09:02:04,932 p=112186 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 09:02:04,966 p=112186 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 09:02:05,016 p=112186 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 09:02:05,050 p=112186 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 09:02:05,253 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:05,263 p=112186 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 09:02:05,458 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:05,467 p=112186 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 09:02:05,503 p=112186 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 09:02:05,548 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:05,557 p=112186 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:02:05,593 p=112186 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:02:05,630 p=112186 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 09:02:06,059 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:06,068 p=112186 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 09:02:06,105 p=112186 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 09:02:06,292 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:06,302 p=112186 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 09:02:06,340 p=112186 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 09:02:06,764 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:06,773 p=112186 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 09:02:06,950 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:06,959 p=112186 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:02:07,004 p=112186 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 09:02:07,014 p=112186 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:02:07,060 p=112186 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:02:07,102 p=112186 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 09:02:07,142 p=112186 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 09:02:07,184 p=112186 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 09:02:07,228 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:07,272 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:07,281 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:07,349 p=112186 u=root | ok: [localhost] => (item=None) 2019-09-12 09:02:07,355 p=112186 u=root | ok: [localhost] => (item=None) 2019-09-12 09:02:07,373 p=112186 u=root | ok: [localhost] => (item=None) 2019-09-12 09:02:07,383 p=112186 u=root | ok: [localhost] => (item=None) 2019-09-12 09:02:07,392 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:07,402 p=112186 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:02:07,458 p=112186 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 09:02:07,468 p=112186 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 09:02:07,507 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:07,517 p=112186 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:02:07,554 p=112186 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 09:02:07,589 p=112186 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 09:02:07,628 p=112186 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 09:02:07,666 p=112186 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 09:02:07,703 p=112186 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 09:02:07,897 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:07,906 p=112186 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 09:02:07,943 p=112186 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 09:02:07,979 p=112186 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 09:02:08,029 p=112186 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 09:02:08,041 p=112186 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 09:02:08,050 p=112186 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 09:02:08,117 p=112186 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 09:02:08,122 p=112186 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 09:02:08,137 p=112186 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 09:02:08,154 p=112186 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 09:02:08,171 p=112186 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 09:02:08,186 p=112186 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 09:02:08,210 p=112186 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 09:02:08,229 p=112186 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 09:02:08,245 p=112186 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 09:02:08,256 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:08,298 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:08,308 p=112186 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 09:02:08,367 p=112186 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:02:08,390 p=112186 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:02:08,410 p=112186 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:02:08,426 p=112186 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:02:08,444 p=112186 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:02:08,463 p=112186 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:02:08,473 p=112186 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 09:02:08,579 p=112186 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 09:02:08,633 p=112186 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 09:02:08,642 p=112186 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 09:02:08,699 p=112186 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 09:02:08,767 p=112186 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 09:02:08,825 p=112186 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 09:02:08,925 p=112186 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 09:02:08,960 p=112186 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 09:02:08,996 p=112186 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 09:02:09,033 p=112186 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 09:02:09,069 p=112186 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 09:02:09,141 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:09,150 p=112186 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 09:02:09,243 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:09,252 p=112186 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:02:09,373 p=112186 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:02:09,386 p=112186 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 09:02:09,411 p=112186 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 09:02:09,427 p=112186 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 09:02:09,440 p=112186 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 09:02:09,452 p=112186 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:02:09,465 p=112186 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 09:02:09,480 p=112186 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 09:02:09,545 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:09,591 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:09,604 p=112186 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 09:02:09,643 p=112186 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 09:02:09,679 p=112186 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:02:09,714 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:09,761 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:09,773 p=112186 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 09:02:09,813 p=112186 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 09:02:09,849 p=112186 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:02:09,887 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:09,933 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:09,944 p=112186 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 09:02:09,983 p=112186 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 09:02:10,021 p=112186 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:02:10,058 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:10,105 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:10,117 p=112186 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 09:02:10,156 p=112186 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 09:02:10,193 p=112186 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:02:10,230 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:10,277 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:10,290 p=112186 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 09:02:10,330 p=112186 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 09:02:10,368 p=112186 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:02:10,404 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:10,450 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:10,465 p=112186 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 09:02:10,503 p=112186 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 09:02:10,540 p=112186 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:02:10,580 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:10,632 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:10,647 p=112186 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 09:02:10,689 p=112186 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 09:02:10,727 p=112186 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:02:10,765 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:10,811 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:10,823 p=112186 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 09:02:10,860 p=112186 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 09:02:10,898 p=112186 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:02:10,935 p=112186 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 09:02:10,984 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:10,995 p=112186 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 09:02:11,081 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:11,091 p=112186 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 09:02:11,142 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:11,150 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:11,212 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:11,222 p=112186 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 09:02:11,260 p=112186 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 09:02:11,316 p=112186 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 09:02:11,347 p=112186 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 09:02:11,382 p=112186 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 09:02:11,418 p=112186 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 09:02:11,457 p=112186 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 09:02:11,496 p=112186 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 09:02:11,536 p=112186 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:02:11,620 p=112186 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:02:11,659 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:11,674 p=112186 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 09:02:11,718 p=112186 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 09:02:11,764 p=112186 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 09:02:11,805 p=112186 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 09:02:11,843 p=112186 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 09:02:11,873 p=112186 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 09:02:11,910 p=112186 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 09:02:11,946 p=112186 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 09:02:11,987 p=112186 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 09:02:12,025 p=112186 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 09:02:12,065 p=112186 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 09:02:12,266 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:12,275 p=112186 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 09:02:12,697 p=112186 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 09:02:12,853 p=112186 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 09:02:13,020 p=112186 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 09:02:13,184 p=112186 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 09:02:13,327 p=112186 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 09:02:13,484 p=112186 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 09:02:13,644 p=112186 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 09:02:13,807 p=112186 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 09:02:13,958 p=112186 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 09:02:14,119 p=112186 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 09:02:14,281 p=112186 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 09:02:14,447 p=112186 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 09:02:14,595 p=112186 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 09:02:14,764 p=112186 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 09:02:14,913 p=112186 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 09:02:15,065 p=112186 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:02:15,219 p=112186 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 09:02:15,372 p=112186 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 09:02:15,526 p=112186 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 09:02:15,684 p=112186 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 09:02:15,837 p=112186 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 09:02:15,997 p=112186 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:02:16,156 p=112186 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 09:02:16,309 p=112186 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 09:02:16,460 p=112186 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 09:02:16,631 p=112186 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 09:02:16,790 p=112186 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 09:02:16,949 p=112186 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 09:02:17,118 p=112186 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 09:02:17,271 p=112186 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 09:02:17,430 p=112186 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 09:02:17,583 p=112186 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 09:02:17,738 p=112186 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 09:02:17,901 p=112186 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 09:02:18,052 p=112186 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 09:02:18,202 p=112186 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 09:02:18,356 p=112186 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 09:02:18,509 p=112186 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 09:02:18,668 p=112186 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 09:02:18,820 p=112186 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 09:02:18,980 p=112186 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 09:02:19,135 p=112186 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 09:02:19,291 p=112186 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 09:02:19,444 p=112186 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 09:02:19,605 p=112186 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 09:02:19,759 p=112186 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 09:02:19,916 p=112186 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 09:02:20,072 p=112186 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 09:02:20,229 p=112186 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 09:02:20,387 p=112186 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 09:02:20,541 p=112186 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 09:02:20,693 p=112186 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 09:02:20,854 p=112186 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 09:02:20,878 p=112186 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 09:02:21,061 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:21,076 p=112186 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 09:02:21,112 p=112186 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 09:02:21,147 p=112186 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 09:02:21,183 p=112186 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 09:02:21,217 p=112186 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 09:02:21,251 p=112186 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 09:02:21,285 p=112186 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 09:02:21,319 p=112186 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 09:02:21,352 p=112186 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 09:02:21,386 p=112186 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 09:02:21,439 p=112186 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 09:02:21,474 p=112186 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 09:02:21,508 p=112186 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 09:02:21,542 p=112186 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 09:02:21,576 p=112186 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 09:02:21,608 p=112186 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 09:02:21,642 p=112186 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 09:02:21,679 p=112186 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 09:02:21,714 p=112186 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 09:02:21,747 p=112186 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 09:02:21,777 p=112186 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 09:02:21,811 p=112186 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 09:02:21,852 p=112186 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 09:02:21,886 p=112186 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 09:02:21,919 p=112186 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 09:02:21,953 p=112186 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 09:02:21,988 p=112186 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 09:02:22,023 p=112186 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 09:02:22,058 p=112186 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 09:02:22,092 p=112186 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 09:02:22,129 p=112186 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 09:02:22,165 p=112186 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 09:02:22,200 p=112186 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 09:02:22,234 p=112186 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 09:02:22,269 p=112186 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 09:02:22,302 p=112186 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 09:02:22,336 p=112186 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 09:02:22,371 p=112186 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 09:02:22,561 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:22,570 p=112186 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 09:02:22,762 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:22,771 p=112186 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 09:02:22,976 p=112186 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568278940.836, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568278940.835, u'inode': 209465, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568278940.836, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 09:02:22,987 p=112186 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 09:02:23,182 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:23,191 p=112186 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 09:02:23,371 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:23,380 p=112186 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 09:02:23,426 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:23,435 p=112186 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:02:23,480 p=112186 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 09:02:23,489 p=112186 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 09:02:23,686 p=112186 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 09:02:23,855 p=112186 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 09:02:23,866 p=112186 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 09:02:24,058 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:24,068 p=112186 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 09:02:24,536 p=112186 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:02:24,697 p=112186 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:02:24,859 p=112186 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:02:24,869 p=112186 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 09:02:25,051 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:25,062 p=112186 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 09:02:25,255 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:25,264 p=112186 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 09:02:25,456 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:25,465 p=112186 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 09:02:25,655 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:25,664 p=112186 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 09:02:25,696 p=112186 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 09:02:28,901 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:28,910 p=112186 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 09:02:29,163 p=112186 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:02:29,368 p=112186 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:02:29,378 p=112186 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 09:02:29,597 p=112186 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:02:29,777 p=112186 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 09:02:29,955 p=112186 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 09:02:30,141 p=112186 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:02:30,312 p=112186 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:02:30,480 p=112186 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 09:02:30,490 p=112186 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 09:02:30,693 p=112186 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 09:02:30,913 p=112186 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:02:31,100 p=112186 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 09:02:31,305 p=112186 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:02:31,483 p=112186 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:02:31,496 p=112186 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 09:02:31,666 p=112186 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 09:02:31,844 p=112186 u=root | ok: [localhost] 2019-09-12 09:02:31,853 p=112186 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 09:02:31,892 p=112186 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 09:02:31,929 p=112186 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 09:02:32,218 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:32,227 p=112186 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 09:02:32,450 p=112186 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 09:02:32,637 p=112186 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 09:02:32,648 p=112186 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 09:02:32,969 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:32,982 p=112186 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 09:02:33,170 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:33,180 p=112186 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 09:02:35,100 p=112186 u=root | changed: [localhost] 2019-09-12 09:02:35,111 p=112186 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 09:02:35,148 p=112186 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 09:02:35,183 p=112186 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 09:02:35,220 p=112186 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 09:02:35,258 p=112186 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 09:02:35,296 p=112186 u=root | TASK [persist-config : Find old registry secrets in Barbican] ********************************************************************************************************************************** 2019-09-12 09:02:37,967 p=112186 u=root | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep k8s-registry-secret | awk '{print $2}') 2019-09-12 09:02:40,603 p=112186 u=root | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep gcr-registry-secret | awk '{print $2}') 2019-09-12 09:02:43,198 p=112186 u=root | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep quay-registry-secret | awk '{print $2}') 2019-09-12 09:02:45,759 p=112186 u=root | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep docker-registry-secret | awk '{print $2}') 2019-09-12 09:02:45,769 p=112186 u=root | TASK [persist-config : Delete old registry secrets in Barbican] ******************************************************************************************************************************** 2019-09-12 09:02:48,446 p=112186 u=root | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.481279", "end": "2019-09-12 09:02:48.423781", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 09:02:45.942502", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 09:02:51,023 p=112186 u=root | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.423610", "end": "2019-09-12 09:02:51.006963", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 09:02:48.583353", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 09:02:53,600 p=112186 u=root | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.426349", "end": "2019-09-12 09:02:53.585136", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 09:02:51.158787", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 09:02:56,164 p=112186 u=root | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.418474", "end": "2019-09-12 09:02:56.147660", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 09:02:53.729186", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 09:02:56,167 p=112186 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 09:02:56,167 p=112186 u=root | localhost : ok=93 changed=25 unreachable=0 failed=1 2019-09-12 09:27:14,833 passlib.registry registered 'md5_crypt' handler: 2019-09-12 09:27:14,843 p=116289 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 09:27:15,037 p=116289 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 09:27:15,415 p=116289 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 09:27:15,565 p=116289 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 09:27:15,703 p=116289 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 09:27:15,845 p=116289 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 09:27:15,855 p=116289 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 09:27:15,933 p=116289 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 09:27:15,970 p=116289 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 09:27:16,007 p=116289 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 09:27:16,040 p=116289 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 09:27:16,080 p=116289 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 09:27:16,115 p=116289 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:27:16,152 p=116289 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 09:27:16,187 p=116289 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 09:27:16,581 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:16,589 p=116289 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 09:27:16,620 p=116289 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 09:27:16,787 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:16,796 p=116289 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 09:27:16,827 p=116289 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 09:27:16,859 p=116289 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 09:27:16,903 p=116289 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 09:27:16,938 p=116289 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 09:27:16,975 p=116289 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:27:17,010 p=116289 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 09:27:17,264 p=116289 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 09:27:17,460 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:17,469 p=116289 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 09:27:17,504 p=116289 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 09:27:17,697 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:17,707 p=116289 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 09:27:17,747 p=116289 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 09:27:17,794 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:17,803 p=116289 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 09:27:17,839 p=116289 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 09:27:17,882 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:17,890 p=116289 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 09:27:17,947 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:17,955 p=116289 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 09:27:17,990 p=116289 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 09:27:18,033 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,041 p=116289 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 09:27:18,081 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,090 p=116289 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 09:27:18,131 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,139 p=116289 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 09:27:18,191 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,200 p=116289 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 09:27:18,237 p=116289 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 09:27:18,280 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,289 p=116289 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 09:27:18,328 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,337 p=116289 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 09:27:18,378 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,388 p=116289 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 09:27:18,430 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,439 p=116289 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 09:27:18,482 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,492 p=116289 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 09:27:18,687 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:18,698 p=116289 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 09:27:18,907 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,916 p=116289 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 09:27:18,962 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:18,974 p=116289 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 09:27:19,019 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:19,028 p=116289 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 09:27:19,207 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:19,217 p=116289 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 09:27:19,262 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:19,272 p=116289 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 09:27:19,456 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:19,467 p=116289 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 09:27:19,508 p=116289 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 09:27:19,546 p=116289 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 09:27:19,586 p=116289 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 09:27:19,619 p=116289 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 09:27:19,654 p=116289 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 09:27:19,705 p=116289 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 09:27:19,744 p=116289 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 09:27:19,780 p=116289 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 09:27:19,816 p=116289 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 09:27:19,858 p=116289 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 09:27:19,894 p=116289 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 09:27:19,928 p=116289 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 09:27:19,962 p=116289 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 09:27:19,996 p=116289 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 09:27:20,030 p=116289 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 09:27:20,065 p=116289 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 09:27:20,104 p=116289 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 09:27:20,141 p=116289 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 09:27:20,365 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:20,375 p=116289 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 09:27:20,572 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:20,582 p=116289 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 09:27:20,620 p=116289 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 09:27:20,666 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:20,677 p=116289 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:27:20,716 p=116289 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:27:20,757 p=116289 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 09:27:21,213 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:21,222 p=116289 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 09:27:21,261 p=116289 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 09:27:21,448 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:21,459 p=116289 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 09:27:21,497 p=116289 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 09:27:21,946 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:21,955 p=116289 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 09:27:22,137 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:22,147 p=116289 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:27:22,189 p=116289 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 09:27:22,198 p=116289 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:27:22,239 p=116289 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:27:22,279 p=116289 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 09:27:22,324 p=116289 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 09:27:22,366 p=116289 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 09:27:22,408 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:22,450 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:22,460 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:22,523 p=116289 u=root | ok: [localhost] => (item=None) 2019-09-12 09:27:22,534 p=116289 u=root | ok: [localhost] => (item=None) 2019-09-12 09:27:22,548 p=116289 u=root | ok: [localhost] => (item=None) 2019-09-12 09:27:22,563 p=116289 u=root | ok: [localhost] => (item=None) 2019-09-12 09:27:22,564 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:22,572 p=116289 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:27:22,628 p=116289 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 09:27:22,639 p=116289 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 09:27:22,678 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:22,687 p=116289 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:27:22,723 p=116289 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 09:27:22,761 p=116289 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 09:27:22,798 p=116289 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 09:27:22,837 p=116289 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 09:27:22,877 p=116289 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 09:27:23,078 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:23,087 p=116289 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 09:27:23,123 p=116289 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 09:27:23,163 p=116289 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 09:27:23,213 p=116289 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 09:27:23,225 p=116289 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 09:27:23,234 p=116289 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 09:27:23,295 p=116289 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 09:27:23,310 p=116289 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 09:27:23,325 p=116289 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 09:27:23,343 p=116289 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 09:27:23,355 p=116289 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 09:27:23,371 p=116289 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 09:27:23,385 p=116289 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 09:27:23,399 p=116289 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 09:27:23,414 p=116289 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 09:27:23,424 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:23,467 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:23,476 p=116289 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 09:27:23,536 p=116289 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:27:23,552 p=116289 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:27:23,566 p=116289 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:27:23,582 p=116289 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:27:23,598 p=116289 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:27:23,612 p=116289 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:27:23,624 p=116289 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 09:27:23,750 p=116289 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 09:27:23,805 p=116289 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 09:27:23,816 p=116289 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 09:27:23,875 p=116289 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 09:27:23,949 p=116289 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 09:27:24,008 p=116289 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 09:27:24,102 p=116289 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 09:27:24,140 p=116289 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 09:27:24,177 p=116289 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 09:27:24,213 p=116289 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 09:27:24,250 p=116289 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 09:27:24,319 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:24,329 p=116289 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 09:27:24,416 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:24,425 p=116289 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:27:24,546 p=116289 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:27:24,559 p=116289 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 09:27:24,572 p=116289 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 09:27:24,584 p=116289 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 09:27:24,597 p=116289 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 09:27:24,610 p=116289 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:27:24,622 p=116289 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 09:27:24,636 p=116289 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 09:27:24,697 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:24,743 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:24,755 p=116289 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 09:27:24,794 p=116289 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 09:27:24,831 p=116289 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:27:24,868 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:24,921 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:24,933 p=116289 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 09:27:24,975 p=116289 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 09:27:25,014 p=116289 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:27:25,050 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:25,098 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:25,110 p=116289 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 09:27:25,148 p=116289 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 09:27:25,183 p=116289 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:27:25,223 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:25,272 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:25,283 p=116289 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 09:27:25,323 p=116289 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 09:27:25,360 p=116289 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:27:25,398 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:25,451 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:25,465 p=116289 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 09:27:25,505 p=116289 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 09:27:25,542 p=116289 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:27:25,580 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:25,627 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:25,638 p=116289 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 09:27:25,677 p=116289 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 09:27:25,717 p=116289 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:27:25,755 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:25,804 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:25,815 p=116289 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 09:27:25,855 p=116289 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 09:27:25,893 p=116289 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:27:25,929 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:25,975 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:25,987 p=116289 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 09:27:26,029 p=116289 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 09:27:26,069 p=116289 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:27:26,109 p=116289 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 09:27:26,160 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:26,169 p=116289 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 09:27:26,228 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:26,238 p=116289 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 09:27:26,290 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:26,299 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:26,367 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:26,376 p=116289 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 09:27:26,417 p=116289 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 09:27:26,469 p=116289 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 09:27:26,500 p=116289 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 09:27:26,534 p=116289 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 09:27:26,572 p=116289 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 09:27:26,610 p=116289 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 09:27:26,650 p=116289 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 09:27:26,691 p=116289 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:27:26,785 p=116289 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:27:26,826 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:26,841 p=116289 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 09:27:26,887 p=116289 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 09:27:26,935 p=116289 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 09:27:26,976 p=116289 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 09:27:27,017 p=116289 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 09:27:27,047 p=116289 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 09:27:27,086 p=116289 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 09:27:27,123 p=116289 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 09:27:27,160 p=116289 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 09:27:27,204 p=116289 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 09:27:27,245 p=116289 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 09:27:27,442 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:27,453 p=116289 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 09:27:27,899 p=116289 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 09:27:28,051 p=116289 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 09:27:28,208 p=116289 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 09:27:28,359 p=116289 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 09:27:28,525 p=116289 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 09:27:28,691 p=116289 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 09:27:28,841 p=116289 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 09:27:28,998 p=116289 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 09:27:29,152 p=116289 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 09:27:29,334 p=116289 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 09:27:29,486 p=116289 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 09:27:29,641 p=116289 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 09:27:29,802 p=116289 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 09:27:29,960 p=116289 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 09:27:30,117 p=116289 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 09:27:30,275 p=116289 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:27:30,431 p=116289 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 09:27:30,588 p=116289 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 09:27:30,748 p=116289 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 09:27:30,920 p=116289 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 09:27:31,077 p=116289 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 09:27:31,231 p=116289 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:27:31,392 p=116289 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 09:27:31,548 p=116289 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 09:27:31,724 p=116289 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 09:27:31,893 p=116289 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 09:27:32,054 p=116289 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 09:27:32,208 p=116289 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 09:27:32,364 p=116289 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 09:27:32,524 p=116289 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 09:27:32,676 p=116289 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 09:27:32,831 p=116289 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 09:27:32,986 p=116289 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 09:27:33,153 p=116289 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 09:27:33,327 p=116289 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 09:27:33,488 p=116289 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 09:27:33,644 p=116289 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 09:27:33,797 p=116289 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 09:27:33,956 p=116289 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 09:27:34,130 p=116289 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 09:27:34,289 p=116289 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 09:27:34,443 p=116289 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 09:27:34,595 p=116289 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 09:27:34,748 p=116289 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 09:27:34,905 p=116289 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 09:27:35,059 p=116289 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 09:27:35,217 p=116289 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 09:27:35,386 p=116289 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 09:27:35,538 p=116289 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 09:27:35,695 p=116289 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 09:27:35,850 p=116289 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 09:27:36,005 p=116289 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 09:27:36,159 p=116289 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 09:27:36,182 p=116289 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 09:27:36,371 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:36,380 p=116289 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 09:27:36,416 p=116289 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 09:27:36,452 p=116289 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 09:27:36,488 p=116289 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 09:27:36,524 p=116289 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 09:27:36,562 p=116289 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 09:27:36,598 p=116289 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 09:27:36,634 p=116289 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 09:27:36,669 p=116289 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 09:27:36,705 p=116289 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 09:27:36,740 p=116289 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 09:27:36,777 p=116289 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 09:27:36,813 p=116289 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 09:27:36,848 p=116289 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 09:27:36,883 p=116289 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 09:27:36,926 p=116289 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 09:27:36,961 p=116289 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 09:27:36,995 p=116289 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 09:27:37,036 p=116289 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 09:27:37,074 p=116289 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 09:27:37,104 p=116289 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 09:27:37,137 p=116289 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 09:27:37,171 p=116289 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 09:27:37,205 p=116289 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 09:27:37,238 p=116289 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 09:27:37,272 p=116289 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 09:27:37,306 p=116289 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 09:27:37,341 p=116289 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 09:27:37,376 p=116289 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 09:27:37,412 p=116289 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 09:27:37,446 p=116289 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 09:27:37,482 p=116289 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 09:27:37,516 p=116289 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 09:27:37,550 p=116289 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 09:27:37,585 p=116289 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 09:27:37,618 p=116289 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 09:27:37,653 p=116289 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 09:27:37,686 p=116289 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 09:27:37,877 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:37,887 p=116289 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 09:27:38,077 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:38,086 p=116289 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 09:27:38,295 p=116289 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568280456.143, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568280456.142, u'inode': 221681, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568280456.143, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 09:27:38,305 p=116289 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 09:27:38,492 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:38,501 p=116289 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 09:27:38,683 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:38,694 p=116289 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 09:27:38,742 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:38,751 p=116289 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:27:38,798 p=116289 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 09:27:38,808 p=116289 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 09:27:39,014 p=116289 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 09:27:39,186 p=116289 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 09:27:39,197 p=116289 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 09:27:39,399 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:39,411 p=116289 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 09:27:39,879 p=116289 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:27:40,040 p=116289 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:27:40,205 p=116289 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:27:40,217 p=116289 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 09:27:40,414 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:40,423 p=116289 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 09:27:40,625 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:40,634 p=116289 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 09:27:40,825 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:40,835 p=116289 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 09:27:41,024 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:41,034 p=116289 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 09:27:41,065 p=116289 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 09:27:44,077 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:44,088 p=116289 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 09:27:44,357 p=116289 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:27:44,576 p=116289 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:27:44,586 p=116289 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 09:27:44,815 p=116289 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:27:45,010 p=116289 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 09:27:45,188 p=116289 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 09:27:45,389 p=116289 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:27:45,577 p=116289 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:27:45,765 p=116289 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 09:27:45,776 p=116289 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 09:27:45,966 p=116289 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 09:27:46,202 p=116289 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:27:46,397 p=116289 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 09:27:46,595 p=116289 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:27:46,770 p=116289 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:27:46,781 p=116289 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 09:27:46,947 p=116289 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 09:27:47,127 p=116289 u=root | ok: [localhost] 2019-09-12 09:27:47,136 p=116289 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 09:27:47,175 p=116289 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 09:27:47,212 p=116289 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 09:27:47,512 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:47,522 p=116289 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 09:27:47,756 p=116289 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 09:27:47,929 p=116289 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 09:27:47,940 p=116289 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 09:27:48,237 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:48,246 p=116289 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 09:27:48,437 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:48,448 p=116289 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 09:27:50,048 p=116289 u=root | changed: [localhost] 2019-09-12 09:27:50,057 p=116289 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 09:27:50,093 p=116289 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 09:27:50,132 p=116289 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 09:27:50,171 p=116289 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 09:27:50,210 p=116289 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 09:27:50,248 p=116289 u=root | TASK [persist-config : Find old registry secrets in Barbican] ********************************************************************************************************************************** 2019-09-12 09:27:52,882 p=116289 u=root | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep k8s-registry-secret | awk '{print $2}') 2019-09-12 09:27:55,486 p=116289 u=root | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep gcr-registry-secret | awk '{print $2}') 2019-09-12 09:27:58,110 p=116289 u=root | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep quay-registry-secret | awk '{print $2}') 2019-09-12 09:28:00,692 p=116289 u=root | changed: [localhost] => (item=source /etc/platform/openrc; openstack secret list | grep docker-registry-secret | awk '{print $2}') 2019-09-12 09:28:00,705 p=116289 u=root | TASK [persist-config : Delete old registry secrets in Barbican] ******************************************************************************************************************************** 2019-09-12 09:28:03,322 p=116289 u=root | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.420784", "end": "2019-09-12 09:28:03.299191", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 09:28:00.878407", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 09:28:06,060 p=116289 u=root | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.578569", "end": "2019-09-12 09:28:06.041832", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 09:28:03.463263", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 09:28:08,705 p=116289 u=root | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.494374", "end": "2019-09-12 09:28:08.689784", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 09:28:06.195410", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 09:28:11,341 p=116289 u=root | failed: [localhost] (item=Openstack Admin credentials can only be loaded from the active controller.) => {"changed": true, "cmd": "source /etc/platform/openrc; openstack secret delete Openstack Admin credentials can only be loaded from the active controller.", "delta": "0:00:02.488475", "end": "2019-09-12 09:28:11.324440", "item": "Openstack Admin credentials can only be loaded from the active controller.", "msg": "non-zero return code", "rc": 1, "start": "2019-09-12 09:28:08.835965", "stderr": "No password entered, or found via --os-password or OS_PASSWORD", "stderr_lines": ["No password entered, or found via --os-password or OS_PASSWORD"], "stdout": "Openstack Admin credentials can only be loaded from the active controller.", "stdout_lines": ["Openstack Admin credentials can only be loaded from the active controller."]} 2019-09-12 09:28:11,344 p=116289 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 09:28:11,344 p=116289 u=root | localhost : ok=93 changed=25 unreachable=0 failed=1 2019-09-12 09:35:23,388 passlib.registry registered 'md5_crypt' handler: 2019-09-12 09:35:23,398 p=118419 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 09:35:23,584 p=118419 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 09:35:23,963 p=118419 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 09:35:24,112 p=118419 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 09:35:24,264 p=118419 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 09:35:24,416 p=118419 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 09:35:24,426 p=118419 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 09:35:24,501 p=118419 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 09:35:24,539 p=118419 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 09:35:24,577 p=118419 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 09:35:24,616 p=118419 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 09:35:24,655 p=118419 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 09:35:24,691 p=118419 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:35:24,731 p=118419 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 09:35:24,767 p=118419 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 09:35:25,171 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:25,182 p=118419 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 09:35:25,223 p=118419 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 09:35:25,398 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:25,407 p=118419 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 09:35:25,443 p=118419 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 09:35:25,478 p=118419 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 09:35:25,522 p=118419 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 09:35:25,557 p=118419 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 09:35:25,592 p=118419 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:35:25,629 p=118419 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 09:35:25,857 p=118419 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 09:35:26,046 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:26,057 p=118419 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 09:35:26,092 p=118419 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 09:35:26,273 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:26,282 p=118419 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 09:35:26,319 p=118419 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 09:35:26,362 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,372 p=118419 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 09:35:26,407 p=118419 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 09:35:26,449 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,458 p=118419 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 09:35:26,515 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,524 p=118419 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 09:35:26,559 p=118419 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 09:35:26,598 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,607 p=118419 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 09:35:26,653 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,662 p=118419 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 09:35:26,705 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,717 p=118419 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 09:35:26,771 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,781 p=118419 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 09:35:26,818 p=118419 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 09:35:26,859 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,873 p=118419 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 09:35:26,926 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,935 p=118419 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 09:35:26,982 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:26,991 p=118419 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 09:35:27,037 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:27,050 p=118419 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 09:35:27,093 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:27,103 p=118419 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 09:35:27,303 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:27,312 p=118419 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 09:35:27,511 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:27,521 p=118419 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 09:35:27,565 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:27,576 p=118419 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 09:35:27,622 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:27,638 p=118419 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 09:35:27,816 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:27,826 p=118419 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 09:35:27,872 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:27,880 p=118419 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 09:35:28,061 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:28,071 p=118419 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 09:35:28,112 p=118419 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 09:35:28,149 p=118419 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 09:35:28,187 p=118419 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 09:35:28,226 p=118419 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 09:35:28,262 p=118419 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 09:35:28,301 p=118419 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 09:35:28,336 p=118419 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 09:35:28,373 p=118419 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 09:35:28,407 p=118419 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 09:35:28,453 p=118419 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 09:35:28,487 p=118419 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 09:35:28,524 p=118419 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 09:35:28,560 p=118419 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 09:35:28,594 p=118419 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 09:35:28,630 p=118419 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 09:35:28,665 p=118419 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 09:35:28,701 p=118419 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 09:35:28,735 p=118419 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 09:35:28,948 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:28,959 p=118419 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 09:35:29,154 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:29,164 p=118419 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 09:35:29,199 p=118419 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 09:35:29,242 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:29,253 p=118419 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:35:29,289 p=118419 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:35:29,325 p=118419 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 09:35:29,754 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:29,764 p=118419 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 09:35:29,802 p=118419 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 09:35:29,984 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:29,995 p=118419 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 09:35:30,040 p=118419 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 09:35:30,471 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:30,481 p=118419 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 09:35:30,663 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:30,672 p=118419 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:35:30,716 p=118419 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 09:35:30,725 p=118419 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:35:30,764 p=118419 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:35:30,805 p=118419 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 09:35:30,847 p=118419 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 09:35:30,887 p=118419 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 09:35:30,927 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:30,969 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:30,979 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:31,031 p=118419 u=root | ok: [localhost] => (item=None) 2019-09-12 09:35:31,043 p=118419 u=root | ok: [localhost] => (item=None) 2019-09-12 09:35:31,057 p=118419 u=root | ok: [localhost] => (item=None) 2019-09-12 09:35:31,071 p=118419 u=root | ok: [localhost] => (item=None) 2019-09-12 09:35:31,072 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:31,080 p=118419 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:35:31,136 p=118419 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 09:35:31,145 p=118419 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 09:35:31,185 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:31,195 p=118419 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:35:31,234 p=118419 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 09:35:31,276 p=118419 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 09:35:31,315 p=118419 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 09:35:31,353 p=118419 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 09:35:31,391 p=118419 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 09:35:31,585 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:31,594 p=118419 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 09:35:31,631 p=118419 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 09:35:31,667 p=118419 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 09:35:31,719 p=118419 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 09:35:31,731 p=118419 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 09:35:31,742 p=118419 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 09:35:31,795 p=118419 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 09:35:31,808 p=118419 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 09:35:31,822 p=118419 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 09:35:31,836 p=118419 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 09:35:31,854 p=118419 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 09:35:31,886 p=118419 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 09:35:31,888 p=118419 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 09:35:31,903 p=118419 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 09:35:31,918 p=118419 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 09:35:31,928 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:31,971 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:31,981 p=118419 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 09:35:32,045 p=118419 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:35:32,059 p=118419 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:35:32,074 p=118419 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:35:32,094 p=118419 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:35:32,107 p=118419 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:35:32,124 p=118419 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:35:32,133 p=118419 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 09:35:32,235 p=118419 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 09:35:32,277 p=118419 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 09:35:32,286 p=118419 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 09:35:32,344 p=118419 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 09:35:32,414 p=118419 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 09:35:32,481 p=118419 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 09:35:32,582 p=118419 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 09:35:32,622 p=118419 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 09:35:32,664 p=118419 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 09:35:32,700 p=118419 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 09:35:32,740 p=118419 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 09:35:32,811 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:32,820 p=118419 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 09:35:32,908 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:32,917 p=118419 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:35:33,037 p=118419 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:35:33,051 p=118419 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 09:35:33,064 p=118419 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 09:35:33,077 p=118419 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 09:35:33,090 p=118419 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 09:35:33,103 p=118419 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:35:33,116 p=118419 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 09:35:33,129 p=118419 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 09:35:33,148 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:33,316 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:33,327 p=118419 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 09:35:33,369 p=118419 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 09:35:33,409 p=118419 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:35:33,446 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:33,493 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:33,505 p=118419 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 09:35:33,544 p=118419 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 09:35:33,582 p=118419 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:35:33,620 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:33,669 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:33,682 p=118419 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 09:35:33,722 p=118419 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 09:35:33,763 p=118419 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:35:33,800 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:33,849 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:33,862 p=118419 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 09:35:33,903 p=118419 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 09:35:33,941 p=118419 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:35:33,979 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:34,030 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:34,042 p=118419 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 09:35:34,085 p=118419 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 09:35:34,123 p=118419 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:35:34,162 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:34,210 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:34,222 p=118419 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 09:35:34,263 p=118419 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 09:35:34,301 p=118419 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:35:34,339 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:34,386 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:34,398 p=118419 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 09:35:34,440 p=118419 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 09:35:34,482 p=118419 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:35:34,521 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:34,568 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:34,580 p=118419 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 09:35:34,621 p=118419 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 09:35:34,659 p=118419 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:35:34,699 p=118419 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 09:35:34,759 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:34,769 p=118419 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 09:35:34,844 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:34,858 p=118419 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 09:35:34,914 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:34,924 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:34,990 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:35,000 p=118419 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 09:35:35,038 p=118419 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 09:35:35,098 p=118419 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 09:35:35,134 p=118419 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 09:35:35,170 p=118419 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 09:35:35,210 p=118419 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 09:35:35,251 p=118419 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 09:35:35,290 p=118419 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 09:35:35,331 p=118419 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:35:35,414 p=118419 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:35:35,455 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:35,472 p=118419 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 09:35:35,517 p=118419 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 09:35:35,564 p=118419 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 09:35:35,602 p=118419 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 09:35:35,645 p=118419 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 09:35:35,676 p=118419 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 09:35:35,715 p=118419 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 09:35:35,754 p=118419 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 09:35:35,798 p=118419 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 09:35:35,841 p=118419 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 09:35:35,883 p=118419 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 09:35:36,078 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:36,088 p=118419 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 09:35:36,550 p=118419 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 09:35:36,706 p=118419 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 09:35:36,868 p=118419 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 09:35:37,028 p=118419 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 09:35:37,200 p=118419 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 09:35:37,372 p=118419 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 09:35:37,536 p=118419 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 09:35:37,707 p=118419 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 09:35:37,874 p=118419 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 09:35:38,042 p=118419 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 09:35:38,215 p=118419 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 09:35:38,370 p=118419 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 09:35:38,542 p=118419 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 09:35:38,701 p=118419 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 09:35:38,867 p=118419 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 09:35:39,034 p=118419 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:35:39,198 p=118419 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 09:35:39,367 p=118419 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 09:35:39,519 p=118419 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 09:35:39,684 p=118419 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 09:35:39,860 p=118419 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 09:35:40,025 p=118419 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:35:40,188 p=118419 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 09:35:40,353 p=118419 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 09:35:40,520 p=118419 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 09:35:40,683 p=118419 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 09:35:40,859 p=118419 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 09:35:41,018 p=118419 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 09:35:41,179 p=118419 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 09:35:41,339 p=118419 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 09:35:41,502 p=118419 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 09:35:41,682 p=118419 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 09:35:41,856 p=118419 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 09:35:42,019 p=118419 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 09:35:42,186 p=118419 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 09:35:42,345 p=118419 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 09:35:42,509 p=118419 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 09:35:42,665 p=118419 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 09:35:42,820 p=118419 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 09:35:42,983 p=118419 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 09:35:43,136 p=118419 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 09:35:43,296 p=118419 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 09:35:43,452 p=118419 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 09:35:43,605 p=118419 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 09:35:43,763 p=118419 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 09:35:43,920 p=118419 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 09:35:44,082 p=118419 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 09:35:44,237 p=118419 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 09:35:44,396 p=118419 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 09:35:44,563 p=118419 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 09:35:44,718 p=118419 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 09:35:44,883 p=118419 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 09:35:45,051 p=118419 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 09:35:45,072 p=118419 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 09:35:45,278 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:45,288 p=118419 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 09:35:45,324 p=118419 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 09:35:45,362 p=118419 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 09:35:45,397 p=118419 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 09:35:45,433 p=118419 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 09:35:45,467 p=118419 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 09:35:45,502 p=118419 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 09:35:45,536 p=118419 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 09:35:45,572 p=118419 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 09:35:45,607 p=118419 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 09:35:45,645 p=118419 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 09:35:45,688 p=118419 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 09:35:45,725 p=118419 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 09:35:45,764 p=118419 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 09:35:45,796 p=118419 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 09:35:45,830 p=118419 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 09:35:45,866 p=118419 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 09:35:45,900 p=118419 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 09:35:45,935 p=118419 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 09:35:45,970 p=118419 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 09:35:46,001 p=118419 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 09:35:46,035 p=118419 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 09:35:46,069 p=118419 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 09:35:46,105 p=118419 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 09:35:46,140 p=118419 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 09:35:46,175 p=118419 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 09:35:46,209 p=118419 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 09:35:46,245 p=118419 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 09:35:46,280 p=118419 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 09:35:46,316 p=118419 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 09:35:46,354 p=118419 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 09:35:46,389 p=118419 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 09:35:46,424 p=118419 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 09:35:46,459 p=118419 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 09:35:46,500 p=118419 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 09:35:46,534 p=118419 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 09:35:46,573 p=118419 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 09:35:46,609 p=118419 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 09:35:46,804 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:46,813 p=118419 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 09:35:47,009 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:47,019 p=118419 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 09:35:47,233 p=118419 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568280945.03, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568280945.03, u'inode': 227645, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568280945.03, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 09:35:47,244 p=118419 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 09:35:47,438 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:47,448 p=118419 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 09:35:47,633 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:47,643 p=118419 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 09:35:47,692 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:47,702 p=118419 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:35:47,748 p=118419 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 09:35:47,758 p=118419 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 09:35:47,963 p=118419 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 09:35:48,138 p=118419 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 09:35:48,149 p=118419 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 09:35:48,352 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:48,362 p=118419 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 09:35:48,859 p=118419 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:35:49,038 p=118419 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:35:49,212 p=118419 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:35:49,224 p=118419 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 09:35:49,430 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:49,439 p=118419 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 09:35:49,639 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:49,652 p=118419 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 09:35:49,866 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:49,877 p=118419 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 09:35:50,070 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:50,083 p=118419 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 09:35:50,119 p=118419 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 09:35:53,690 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:53,701 p=118419 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 09:35:53,950 p=118419 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:35:54,164 p=118419 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:35:54,174 p=118419 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 09:35:54,399 p=118419 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:35:54,579 p=118419 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 09:35:54,762 p=118419 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 09:35:54,964 p=118419 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:35:55,140 p=118419 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:35:55,318 p=118419 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 09:35:55,333 p=118419 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 09:35:55,536 p=118419 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 09:35:55,778 p=118419 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:35:55,961 p=118419 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 09:35:56,167 p=118419 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:35:56,337 p=118419 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:35:56,349 p=118419 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 09:35:56,530 p=118419 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 09:35:56,708 p=118419 u=root | ok: [localhost] 2019-09-12 09:35:56,719 p=118419 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 09:35:56,760 p=118419 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 09:35:56,800 p=118419 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 09:35:57,123 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:57,133 p=118419 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 09:35:57,370 p=118419 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 09:35:57,549 p=118419 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 09:35:57,560 p=118419 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 09:35:57,889 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:57,902 p=118419 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 09:35:58,093 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:58,103 p=118419 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 09:35:59,727 p=118419 u=root | changed: [localhost] 2019-09-12 09:35:59,737 p=118419 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 09:35:59,773 p=118419 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 09:35:59,814 p=118419 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 09:35:59,851 p=118419 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 09:35:59,892 p=118419 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 09:35:59,932 p=118419 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:35:59,974 p=118419 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:36:00,017 p=118419 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:36:00,057 p=118419 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:36:00,096 p=118419 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 09:36:00,138 p=118419 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:36:00,181 p=118419 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 09:36:00,222 p=118419 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:36:00,260 p=118419 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 09:36:00,467 p=118419 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 09:36:00,628 p=118419 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 09:36:00,777 p=118419 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 09:36:00,944 p=118419 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 09:36:00,956 p=118419 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 09:36:01,005 p=118419 u=root | ok: [localhost] 2019-09-12 09:36:01,014 p=118419 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 09:36:01,052 p=118419 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 09:36:01,090 p=118419 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 09:36:01,128 p=118419 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 09:36:01,167 p=118419 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:36:01,210 p=118419 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 09:36:01,219 p=118419 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 09:36:01,260 p=118419 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 09:36:01,300 p=118419 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 09:36:01,506 p=118419 u=root | changed: [localhost] 2019-09-12 09:36:01,515 p=118419 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 09:37:34,209 p=118419 u=root | changed: [localhost] 2019-09-12 09:37:34,220 p=118419 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:37:34,271 p=118419 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568280961.56-72751410497611/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568280961.56-72751410497611/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 09:37:34,280 p=118419 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 09:37:34,327 p=118419 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 09:37:34,329 p=118419 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 09:37:34,330 p=118419 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 09:39:26,543 passlib.registry registered 'md5_crypt' handler: 2019-09-12 09:39:26,554 p=120050 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 09:39:26,741 p=120050 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 09:39:27,126 p=120050 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 09:39:27,269 p=120050 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 09:39:27,411 p=120050 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 09:39:27,557 p=120050 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 09:39:27,568 p=120050 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 09:39:27,662 p=120050 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 09:39:27,699 p=120050 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 09:39:27,738 p=120050 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 09:39:27,775 p=120050 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 09:39:27,811 p=120050 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 09:39:27,846 p=120050 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:39:27,886 p=120050 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 09:39:27,923 p=120050 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 09:39:28,335 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:28,350 p=120050 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 09:39:28,382 p=120050 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 09:39:28,550 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:28,558 p=120050 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 09:39:28,594 p=120050 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 09:39:28,627 p=120050 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 09:39:28,671 p=120050 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 09:39:28,713 p=120050 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 09:39:28,750 p=120050 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:39:28,789 p=120050 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 09:39:29,031 p=120050 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 09:39:29,224 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:29,233 p=120050 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 09:39:29,273 p=120050 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 09:39:29,459 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:29,468 p=120050 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 09:39:29,506 p=120050 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 09:39:29,550 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:29,560 p=120050 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 09:39:29,597 p=120050 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 09:39:29,642 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:29,651 p=120050 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 09:39:29,718 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:29,728 p=120050 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 09:39:29,765 p=120050 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 09:39:29,807 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:29,816 p=120050 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 09:39:29,860 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:29,870 p=120050 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 09:39:29,909 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:29,918 p=120050 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 09:39:29,977 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:29,986 p=120050 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 09:39:30,024 p=120050 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 09:39:30,064 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:30,073 p=120050 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 09:39:30,115 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:30,125 p=120050 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 09:39:30,168 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:30,178 p=120050 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 09:39:30,228 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:30,239 p=120050 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 09:39:30,283 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:30,292 p=120050 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 09:39:30,490 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:30,499 p=120050 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 09:39:30,697 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:30,706 p=120050 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 09:39:30,750 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:30,760 p=120050 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 09:39:30,802 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:30,811 p=120050 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 09:39:30,995 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:31,004 p=120050 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 09:39:31,048 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:31,057 p=120050 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 09:39:31,242 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:31,251 p=120050 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 09:39:31,292 p=120050 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 09:39:31,331 p=120050 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 09:39:31,369 p=120050 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 09:39:31,407 p=120050 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 09:39:31,443 p=120050 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 09:39:31,478 p=120050 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 09:39:31,515 p=120050 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 09:39:31,551 p=120050 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 09:39:31,586 p=120050 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 09:39:31,623 p=120050 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 09:39:31,659 p=120050 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 09:39:31,692 p=120050 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 09:39:31,727 p=120050 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 09:39:31,762 p=120050 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 09:39:31,796 p=120050 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 09:39:31,831 p=120050 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 09:39:31,866 p=120050 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 09:39:31,900 p=120050 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 09:39:32,119 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:32,141 p=120050 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 09:39:32,333 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:32,346 p=120050 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 09:39:32,385 p=120050 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 09:39:32,430 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:32,439 p=120050 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:39:32,483 p=120050 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:39:32,520 p=120050 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 09:39:32,961 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:32,971 p=120050 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 09:39:33,011 p=120050 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 09:39:33,187 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:33,196 p=120050 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 09:39:33,236 p=120050 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 09:39:33,678 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:33,689 p=120050 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 09:39:33,868 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:33,878 p=120050 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:39:33,920 p=120050 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 09:39:33,930 p=120050 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:39:33,974 p=120050 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:39:34,014 p=120050 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 09:39:34,054 p=120050 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 09:39:34,098 p=120050 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 09:39:34,142 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:34,186 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:34,196 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:34,252 p=120050 u=root | ok: [localhost] => (item=None) 2019-09-12 09:39:34,264 p=120050 u=root | ok: [localhost] => (item=None) 2019-09-12 09:39:34,278 p=120050 u=root | ok: [localhost] => (item=None) 2019-09-12 09:39:34,292 p=120050 u=root | ok: [localhost] => (item=None) 2019-09-12 09:39:34,293 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:34,301 p=120050 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:39:34,358 p=120050 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 09:39:34,367 p=120050 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 09:39:34,409 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:34,418 p=120050 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:39:34,458 p=120050 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 09:39:34,496 p=120050 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 09:39:34,536 p=120050 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 09:39:34,577 p=120050 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 09:39:34,615 p=120050 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 09:39:34,821 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:34,830 p=120050 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 09:39:34,867 p=120050 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 09:39:34,906 p=120050 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 09:39:34,961 p=120050 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 09:39:34,976 p=120050 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 09:39:34,985 p=120050 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 09:39:35,042 p=120050 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 09:39:35,056 p=120050 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 09:39:35,069 p=120050 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 09:39:35,085 p=120050 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 09:39:35,099 p=120050 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 09:39:35,116 p=120050 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 09:39:35,129 p=120050 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 09:39:35,144 p=120050 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 09:39:35,161 p=120050 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 09:39:35,170 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:35,213 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:35,223 p=120050 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 09:39:35,280 p=120050 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:39:35,300 p=120050 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:39:35,315 p=120050 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:39:35,331 p=120050 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:39:35,347 p=120050 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:39:35,363 p=120050 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:39:35,374 p=120050 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 09:39:35,476 p=120050 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 09:39:35,523 p=120050 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 09:39:35,532 p=120050 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 09:39:35,593 p=120050 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 09:39:35,661 p=120050 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 09:39:35,719 p=120050 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 09:39:35,822 p=120050 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 09:39:35,862 p=120050 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 09:39:35,898 p=120050 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 09:39:35,935 p=120050 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 09:39:35,974 p=120050 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 09:39:36,043 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:36,052 p=120050 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 09:39:36,141 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:36,151 p=120050 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:39:36,270 p=120050 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:39:36,283 p=120050 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 09:39:36,296 p=120050 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 09:39:36,309 p=120050 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 09:39:36,323 p=120050 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 09:39:36,336 p=120050 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:39:36,350 p=120050 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 09:39:36,364 p=120050 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 09:39:36,434 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:36,484 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:36,496 p=120050 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 09:39:36,536 p=120050 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 09:39:36,574 p=120050 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:39:36,613 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:36,661 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:36,672 p=120050 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 09:39:36,711 p=120050 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 09:39:36,749 p=120050 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:39:36,786 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:36,832 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:36,844 p=120050 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 09:39:36,900 p=120050 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 09:39:36,936 p=120050 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:39:36,983 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:37,035 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:37,053 p=120050 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 09:39:37,092 p=120050 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 09:39:37,129 p=120050 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:39:37,172 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:37,227 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:37,238 p=120050 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 09:39:37,282 p=120050 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 09:39:37,321 p=120050 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:39:37,359 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:37,406 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:37,419 p=120050 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 09:39:37,459 p=120050 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 09:39:37,498 p=120050 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:39:37,536 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:37,583 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:37,595 p=120050 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 09:39:37,636 p=120050 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 09:39:37,676 p=120050 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:39:37,716 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:37,763 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:37,775 p=120050 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 09:39:37,814 p=120050 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 09:39:37,851 p=120050 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:39:37,890 p=120050 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 09:39:37,940 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:37,950 p=120050 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 09:39:38,011 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:38,020 p=120050 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 09:39:38,072 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:38,089 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:38,154 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:38,164 p=120050 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 09:39:38,198 p=120050 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 09:39:38,254 p=120050 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 09:39:38,288 p=120050 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 09:39:38,322 p=120050 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 09:39:38,361 p=120050 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 09:39:38,400 p=120050 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 09:39:38,439 p=120050 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 09:39:38,480 p=120050 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:39:38,566 p=120050 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:39:38,607 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:38,622 p=120050 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 09:39:38,666 p=120050 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 09:39:38,713 p=120050 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 09:39:38,754 p=120050 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 09:39:38,792 p=120050 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 09:39:38,822 p=120050 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 09:39:38,860 p=120050 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 09:39:38,902 p=120050 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 09:39:38,943 p=120050 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 09:39:38,984 p=120050 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 09:39:39,028 p=120050 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 09:39:39,230 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:39,240 p=120050 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 09:39:39,665 p=120050 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 09:39:39,818 p=120050 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 09:39:39,970 p=120050 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 09:39:40,130 p=120050 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 09:39:40,284 p=120050 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 09:39:40,443 p=120050 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 09:39:40,612 p=120050 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 09:39:40,764 p=120050 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 09:39:40,921 p=120050 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 09:39:41,080 p=120050 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 09:39:41,242 p=120050 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 09:39:41,408 p=120050 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 09:39:41,562 p=120050 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 09:39:41,735 p=120050 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 09:39:41,901 p=120050 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 09:39:42,066 p=120050 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:39:42,219 p=120050 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 09:39:42,374 p=120050 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 09:39:42,526 p=120050 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 09:39:42,688 p=120050 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 09:39:42,851 p=120050 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 09:39:43,018 p=120050 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:39:43,181 p=120050 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 09:39:43,332 p=120050 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 09:39:43,484 p=120050 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 09:39:43,653 p=120050 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 09:39:43,807 p=120050 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 09:39:43,975 p=120050 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 09:39:44,133 p=120050 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 09:39:44,294 p=120050 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 09:39:44,455 p=120050 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 09:39:44,608 p=120050 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 09:39:44,771 p=120050 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 09:39:44,942 p=120050 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 09:39:45,103 p=120050 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 09:39:45,259 p=120050 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 09:39:45,446 p=120050 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 09:39:45,601 p=120050 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 09:39:45,757 p=120050 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 09:39:45,912 p=120050 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 09:39:46,068 p=120050 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 09:39:46,220 p=120050 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 09:39:46,376 p=120050 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 09:39:46,534 p=120050 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 09:39:46,690 p=120050 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 09:39:46,856 p=120050 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 09:39:47,014 p=120050 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 09:39:47,179 p=120050 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 09:39:47,341 p=120050 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 09:39:47,495 p=120050 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 09:39:47,665 p=120050 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 09:39:47,840 p=120050 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 09:39:48,003 p=120050 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 09:39:48,026 p=120050 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 09:39:48,211 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:48,221 p=120050 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 09:39:48,255 p=120050 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 09:39:48,290 p=120050 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 09:39:48,327 p=120050 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 09:39:48,363 p=120050 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 09:39:48,398 p=120050 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 09:39:48,435 p=120050 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 09:39:48,472 p=120050 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 09:39:48,508 p=120050 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 09:39:48,543 p=120050 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 09:39:48,577 p=120050 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 09:39:48,620 p=120050 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 09:39:48,654 p=120050 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 09:39:48,689 p=120050 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 09:39:48,723 p=120050 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 09:39:48,757 p=120050 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 09:39:48,792 p=120050 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 09:39:48,827 p=120050 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 09:39:48,863 p=120050 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 09:39:48,897 p=120050 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 09:39:48,936 p=120050 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 09:39:48,970 p=120050 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 09:39:49,005 p=120050 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 09:39:49,040 p=120050 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 09:39:49,075 p=120050 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 09:39:49,109 p=120050 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 09:39:49,144 p=120050 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 09:39:49,178 p=120050 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 09:39:49,211 p=120050 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 09:39:49,247 p=120050 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 09:39:49,285 p=120050 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 09:39:49,322 p=120050 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 09:39:49,358 p=120050 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 09:39:49,396 p=120050 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 09:39:49,430 p=120050 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 09:39:49,465 p=120050 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 09:39:49,504 p=120050 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 09:39:49,541 p=120050 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 09:39:49,741 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:49,752 p=120050 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 09:39:49,932 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:49,941 p=120050 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 09:39:50,162 p=120050 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568281187.983, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568281187.983, u'inode': 233119, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568281187.983, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 09:39:50,172 p=120050 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 09:39:50,365 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:50,374 p=120050 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 09:39:50,569 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:50,579 p=120050 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 09:39:50,631 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:50,641 p=120050 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:39:50,688 p=120050 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 09:39:50,697 p=120050 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 09:39:50,910 p=120050 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 09:39:51,070 p=120050 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 09:39:51,080 p=120050 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 09:39:51,268 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:51,278 p=120050 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 09:39:51,755 p=120050 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:39:51,920 p=120050 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:39:52,088 p=120050 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:39:52,099 p=120050 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 09:39:52,299 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:52,309 p=120050 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 09:39:52,522 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:52,532 p=120050 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 09:39:52,728 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:52,738 p=120050 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 09:39:52,925 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:52,934 p=120050 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 09:39:52,965 p=120050 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 09:39:56,151 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:56,161 p=120050 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 09:39:56,404 p=120050 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:39:56,617 p=120050 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:39:56,627 p=120050 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 09:39:56,847 p=120050 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:39:57,037 p=120050 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 09:39:57,227 p=120050 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 09:39:57,412 p=120050 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:39:57,580 p=120050 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:39:57,751 p=120050 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 09:39:57,763 p=120050 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 09:39:57,956 p=120050 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 09:39:58,182 p=120050 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:39:58,366 p=120050 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 09:39:58,560 p=120050 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:39:58,737 p=120050 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:39:58,747 p=120050 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 09:39:58,926 p=120050 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 09:39:59,113 p=120050 u=root | ok: [localhost] 2019-09-12 09:39:59,123 p=120050 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 09:39:59,167 p=120050 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 09:39:59,207 p=120050 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 09:39:59,521 p=120050 u=root | changed: [localhost] 2019-09-12 09:39:59,530 p=120050 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 09:39:59,749 p=120050 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 09:39:59,939 p=120050 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 09:39:59,950 p=120050 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 09:40:00,256 p=120050 u=root | changed: [localhost] 2019-09-12 09:40:00,265 p=120050 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 09:40:00,470 p=120050 u=root | changed: [localhost] 2019-09-12 09:40:00,479 p=120050 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 09:40:02,118 p=120050 u=root | changed: [localhost] 2019-09-12 09:40:02,133 p=120050 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 09:40:02,172 p=120050 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 09:40:02,216 p=120050 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 09:40:02,254 p=120050 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 09:40:02,295 p=120050 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 09:40:02,335 p=120050 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:40:02,373 p=120050 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:40:02,411 p=120050 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:40:02,449 p=120050 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:40:02,491 p=120050 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 09:40:02,529 p=120050 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:40:02,566 p=120050 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 09:40:02,604 p=120050 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:40:02,641 p=120050 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 09:40:02,836 p=120050 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 09:40:02,985 p=120050 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 09:40:03,138 p=120050 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 09:40:03,293 p=120050 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 09:40:03,303 p=120050 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 09:40:03,348 p=120050 u=root | ok: [localhost] 2019-09-12 09:40:03,359 p=120050 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 09:40:03,396 p=120050 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 09:40:03,442 p=120050 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 09:40:03,478 p=120050 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 09:40:03,514 p=120050 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:40:03,559 p=120050 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 09:40:03,568 p=120050 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 09:40:03,610 p=120050 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 09:40:03,653 p=120050 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 09:40:03,852 p=120050 u=root | changed: [localhost] 2019-09-12 09:40:03,862 p=120050 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 09:41:36,505 p=120050 u=root | changed: [localhost] 2019-09-12 09:41:36,517 p=120050 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:41:36,568 p=120050 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568281203.9-194143776129830/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568281203.9-194143776129830/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 09:41:36,578 p=120050 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 09:41:36,630 p=120050 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 09:41:36,632 p=120050 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 09:41:36,633 p=120050 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 09:44:04,018 passlib.registry registered 'md5_crypt' handler: 2019-09-12 09:44:04,029 p=121887 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 09:44:04,221 p=121887 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 09:44:04,608 p=121887 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 09:44:04,751 p=121887 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 09:44:04,893 p=121887 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 09:44:05,038 p=121887 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 09:44:05,049 p=121887 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 09:44:05,127 p=121887 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 09:44:05,167 p=121887 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 09:44:05,206 p=121887 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 09:44:05,241 p=121887 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 09:44:05,280 p=121887 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 09:44:05,315 p=121887 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:44:05,353 p=121887 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 09:44:05,387 p=121887 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 09:44:05,792 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:05,801 p=121887 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 09:44:05,834 p=121887 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 09:44:06,001 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:06,010 p=121887 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 09:44:06,045 p=121887 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 09:44:06,077 p=121887 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 09:44:06,119 p=121887 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 09:44:06,155 p=121887 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 09:44:06,191 p=121887 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:44:06,237 p=121887 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 09:44:06,470 p=121887 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 09:44:06,654 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:06,663 p=121887 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 09:44:06,699 p=121887 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 09:44:06,892 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:06,902 p=121887 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 09:44:06,940 p=121887 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 09:44:06,982 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:06,991 p=121887 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 09:44:07,029 p=121887 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 09:44:07,074 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,084 p=121887 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 09:44:07,141 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,151 p=121887 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 09:44:07,187 p=121887 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 09:44:07,232 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,242 p=121887 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 09:44:07,286 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,295 p=121887 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 09:44:07,335 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,345 p=121887 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 09:44:07,400 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,409 p=121887 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 09:44:07,454 p=121887 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 09:44:07,496 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,505 p=121887 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 09:44:07,546 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,557 p=121887 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 09:44:07,600 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,609 p=121887 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 09:44:07,653 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,662 p=121887 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 09:44:07,702 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:07,711 p=121887 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 09:44:07,903 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:07,914 p=121887 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 09:44:08,112 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:08,121 p=121887 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 09:44:08,164 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:08,174 p=121887 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 09:44:08,217 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:08,227 p=121887 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 09:44:08,400 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:08,409 p=121887 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 09:44:08,452 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:08,462 p=121887 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 09:44:08,658 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:08,667 p=121887 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 09:44:08,711 p=121887 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 09:44:08,750 p=121887 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 09:44:08,793 p=121887 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 09:44:08,831 p=121887 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 09:44:08,870 p=121887 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 09:44:08,908 p=121887 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 09:44:08,946 p=121887 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 09:44:08,983 p=121887 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 09:44:09,018 p=121887 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 09:44:09,055 p=121887 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 09:44:09,091 p=121887 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 09:44:09,128 p=121887 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 09:44:09,164 p=121887 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 09:44:09,202 p=121887 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 09:44:09,238 p=121887 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 09:44:09,272 p=121887 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 09:44:09,307 p=121887 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 09:44:09,343 p=121887 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 09:44:09,550 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:09,561 p=121887 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 09:44:09,759 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:09,768 p=121887 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 09:44:09,804 p=121887 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 09:44:09,854 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:09,863 p=121887 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:44:09,899 p=121887 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:44:09,939 p=121887 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 09:44:10,403 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:10,412 p=121887 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 09:44:10,449 p=121887 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 09:44:10,627 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:10,636 p=121887 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 09:44:10,672 p=121887 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 09:44:11,105 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:11,116 p=121887 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 09:44:11,303 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:11,313 p=121887 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:44:11,356 p=121887 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 09:44:11,366 p=121887 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:44:11,406 p=121887 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:44:11,448 p=121887 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 09:44:11,489 p=121887 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 09:44:11,530 p=121887 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 09:44:11,571 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:11,615 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:11,625 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:11,681 p=121887 u=root | ok: [localhost] => (item=None) 2019-09-12 09:44:11,694 p=121887 u=root | ok: [localhost] => (item=None) 2019-09-12 09:44:11,708 p=121887 u=root | ok: [localhost] => (item=None) 2019-09-12 09:44:11,722 p=121887 u=root | ok: [localhost] => (item=None) 2019-09-12 09:44:11,724 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:11,733 p=121887 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:44:11,790 p=121887 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 09:44:11,801 p=121887 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 09:44:11,843 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:11,853 p=121887 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:44:11,893 p=121887 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 09:44:11,930 p=121887 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 09:44:11,970 p=121887 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 09:44:12,007 p=121887 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 09:44:12,045 p=121887 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 09:44:12,253 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:12,262 p=121887 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 09:44:12,300 p=121887 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 09:44:12,339 p=121887 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 09:44:12,396 p=121887 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 09:44:12,414 p=121887 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 09:44:12,425 p=121887 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 09:44:12,483 p=121887 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 09:44:12,498 p=121887 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 09:44:12,512 p=121887 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 09:44:12,528 p=121887 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 09:44:12,550 p=121887 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 09:44:12,563 p=121887 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 09:44:12,581 p=121887 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 09:44:12,597 p=121887 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 09:44:12,612 p=121887 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 09:44:12,623 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:12,680 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:12,690 p=121887 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 09:44:12,753 p=121887 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:44:12,768 p=121887 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:44:12,783 p=121887 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:44:12,799 p=121887 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:44:12,814 p=121887 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:44:12,830 p=121887 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:44:12,841 p=121887 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 09:44:12,944 p=121887 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 09:44:12,988 p=121887 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 09:44:12,997 p=121887 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 09:44:13,055 p=121887 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 09:44:13,124 p=121887 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 09:44:13,186 p=121887 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 09:44:13,292 p=121887 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 09:44:13,331 p=121887 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 09:44:13,367 p=121887 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 09:44:13,405 p=121887 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 09:44:13,446 p=121887 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 09:44:13,522 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:13,533 p=121887 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 09:44:13,623 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:13,634 p=121887 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:44:13,753 p=121887 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:44:13,767 p=121887 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 09:44:13,784 p=121887 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 09:44:13,797 p=121887 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 09:44:13,810 p=121887 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 09:44:13,823 p=121887 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:44:13,841 p=121887 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 09:44:13,859 p=121887 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 09:44:13,930 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:13,988 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:14,000 p=121887 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 09:44:14,040 p=121887 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 09:44:14,078 p=121887 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:44:14,117 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:14,164 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:14,176 p=121887 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 09:44:14,218 p=121887 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 09:44:14,259 p=121887 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:44:14,297 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:14,344 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:14,357 p=121887 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 09:44:14,396 p=121887 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 09:44:14,433 p=121887 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:44:14,476 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:14,530 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:14,542 p=121887 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 09:44:14,584 p=121887 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 09:44:14,622 p=121887 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:44:14,677 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:14,731 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:14,743 p=121887 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 09:44:14,786 p=121887 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 09:44:14,828 p=121887 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:44:14,866 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:14,913 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:14,927 p=121887 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 09:44:14,969 p=121887 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 09:44:15,009 p=121887 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:44:15,050 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:15,099 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:15,110 p=121887 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 09:44:15,151 p=121887 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 09:44:15,191 p=121887 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:44:15,231 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:15,282 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:15,296 p=121887 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 09:44:15,335 p=121887 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 09:44:15,375 p=121887 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:44:15,414 p=121887 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 09:44:15,470 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:15,481 p=121887 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 09:44:15,554 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:15,564 p=121887 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 09:44:15,614 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:15,624 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:15,686 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:15,698 p=121887 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 09:44:15,737 p=121887 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 09:44:15,798 p=121887 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 09:44:15,831 p=121887 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 09:44:15,869 p=121887 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 09:44:15,908 p=121887 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 09:44:15,948 p=121887 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 09:44:15,989 p=121887 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 09:44:16,031 p=121887 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:44:16,115 p=121887 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:44:16,160 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:16,176 p=121887 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 09:44:16,222 p=121887 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 09:44:16,273 p=121887 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 09:44:16,313 p=121887 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 09:44:16,351 p=121887 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 09:44:16,382 p=121887 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 09:44:16,422 p=121887 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 09:44:16,463 p=121887 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 09:44:16,501 p=121887 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 09:44:16,541 p=121887 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 09:44:16,583 p=121887 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 09:44:16,780 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:16,790 p=121887 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 09:44:17,225 p=121887 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 09:44:17,382 p=121887 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 09:44:17,549 p=121887 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 09:44:17,697 p=121887 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 09:44:17,851 p=121887 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 09:44:18,015 p=121887 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 09:44:18,176 p=121887 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 09:44:18,335 p=121887 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 09:44:18,487 p=121887 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 09:44:18,671 p=121887 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 09:44:18,839 p=121887 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 09:44:19,005 p=121887 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 09:44:19,171 p=121887 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 09:44:19,336 p=121887 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 09:44:19,494 p=121887 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 09:44:19,660 p=121887 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:44:19,811 p=121887 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 09:44:19,985 p=121887 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 09:44:20,138 p=121887 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 09:44:20,293 p=121887 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 09:44:20,450 p=121887 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 09:44:20,604 p=121887 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:44:20,766 p=121887 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 09:44:20,929 p=121887 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 09:44:21,089 p=121887 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 09:44:21,258 p=121887 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 09:44:21,412 p=121887 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 09:44:21,571 p=121887 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 09:44:21,739 p=121887 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 09:44:21,901 p=121887 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 09:44:22,066 p=121887 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 09:44:22,227 p=121887 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 09:44:22,396 p=121887 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 09:44:22,558 p=121887 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 09:44:22,723 p=121887 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 09:44:22,891 p=121887 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 09:44:23,045 p=121887 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 09:44:23,204 p=121887 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 09:44:23,367 p=121887 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 09:44:23,535 p=121887 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 09:44:23,689 p=121887 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 09:44:23,861 p=121887 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 09:44:24,020 p=121887 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 09:44:24,177 p=121887 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 09:44:24,338 p=121887 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 09:44:24,494 p=121887 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 09:44:24,660 p=121887 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 09:44:24,826 p=121887 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 09:44:25,013 p=121887 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 09:44:25,170 p=121887 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 09:44:25,337 p=121887 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 09:44:25,503 p=121887 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 09:44:25,669 p=121887 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 09:44:25,692 p=121887 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 09:44:25,894 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:25,904 p=121887 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 09:44:25,939 p=121887 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 09:44:25,977 p=121887 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 09:44:26,013 p=121887 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 09:44:26,056 p=121887 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 09:44:26,091 p=121887 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 09:44:26,126 p=121887 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 09:44:26,160 p=121887 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 09:44:26,196 p=121887 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 09:44:26,232 p=121887 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 09:44:26,268 p=121887 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 09:44:26,305 p=121887 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 09:44:26,343 p=121887 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 09:44:26,383 p=121887 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 09:44:26,418 p=121887 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 09:44:26,453 p=121887 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 09:44:26,489 p=121887 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 09:44:26,525 p=121887 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 09:44:26,562 p=121887 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 09:44:26,598 p=121887 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 09:44:26,629 p=121887 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 09:44:26,665 p=121887 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 09:44:26,701 p=121887 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 09:44:26,737 p=121887 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 09:44:26,780 p=121887 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 09:44:26,817 p=121887 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 09:44:26,852 p=121887 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 09:44:26,888 p=121887 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 09:44:26,930 p=121887 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 09:44:26,968 p=121887 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 09:44:27,005 p=121887 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 09:44:27,045 p=121887 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 09:44:27,103 p=121887 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 09:44:27,138 p=121887 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 09:44:27,174 p=121887 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 09:44:27,210 p=121887 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 09:44:27,247 p=121887 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 09:44:27,283 p=121887 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 09:44:27,483 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:27,496 p=121887 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 09:44:27,691 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:27,702 p=121887 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 09:44:27,927 p=121887 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568281465.65, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568281465.65, u'inode': 235506, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568281465.65, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 09:44:27,938 p=121887 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 09:44:28,135 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:28,147 p=121887 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 09:44:28,341 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:28,354 p=121887 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 09:44:28,406 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:28,416 p=121887 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:44:28,462 p=121887 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 09:44:28,473 p=121887 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 09:44:28,703 p=121887 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 09:44:28,874 p=121887 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 09:44:28,883 p=121887 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 09:44:29,087 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:29,097 p=121887 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 09:44:29,582 p=121887 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:44:29,748 p=121887 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:44:29,927 p=121887 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:44:29,941 p=121887 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 09:44:30,141 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:30,150 p=121887 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 09:44:30,349 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:30,359 p=121887 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 09:44:30,551 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:30,560 p=121887 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 09:44:30,751 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:30,761 p=121887 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 09:44:30,793 p=121887 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 09:44:33,994 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:34,004 p=121887 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 09:44:34,257 p=121887 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:44:34,492 p=121887 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:44:34,502 p=121887 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 09:44:34,719 p=121887 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:44:34,913 p=121887 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 09:44:35,123 p=121887 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 09:44:35,310 p=121887 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:44:35,498 p=121887 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:44:35,671 p=121887 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 09:44:35,683 p=121887 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 09:44:35,885 p=121887 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 09:44:36,112 p=121887 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:44:36,316 p=121887 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 09:44:36,518 p=121887 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:44:36,710 p=121887 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:44:36,721 p=121887 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 09:44:36,904 p=121887 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 09:44:37,082 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:37,092 p=121887 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 09:44:37,130 p=121887 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 09:44:37,169 p=121887 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 09:44:37,492 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:37,524 p=121887 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 09:44:37,761 p=121887 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 09:44:37,951 p=121887 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 09:44:37,961 p=121887 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 09:44:38,291 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:38,300 p=121887 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 09:44:38,487 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:38,497 p=121887 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 09:44:39,503 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:39,513 p=121887 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 09:44:39,553 p=121887 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 09:44:39,589 p=121887 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 09:44:39,626 p=121887 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 09:44:39,666 p=121887 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 09:44:39,706 p=121887 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:44:39,750 p=121887 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:44:39,789 p=121887 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:44:39,829 p=121887 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:44:39,869 p=121887 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 09:44:39,912 p=121887 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:44:39,953 p=121887 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 09:44:39,995 p=121887 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:44:40,034 p=121887 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 09:44:40,244 p=121887 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 09:44:40,398 p=121887 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 09:44:40,560 p=121887 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 09:44:40,716 p=121887 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 09:44:40,728 p=121887 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 09:44:40,776 p=121887 u=root | ok: [localhost] 2019-09-12 09:44:40,787 p=121887 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 09:44:40,826 p=121887 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 09:44:40,864 p=121887 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 09:44:40,902 p=121887 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 09:44:40,940 p=121887 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:44:40,989 p=121887 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 09:44:40,998 p=121887 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 09:44:41,039 p=121887 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 09:44:41,079 p=121887 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 09:44:41,286 p=121887 u=root | changed: [localhost] 2019-09-12 09:44:41,298 p=121887 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 09:46:14,491 p=121887 u=root | changed: [localhost] 2019-09-12 09:46:14,503 p=121887 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:46:14,562 p=121887 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568281481.34-14371428047621/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568281481.34-14371428047621/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 09:46:14,574 p=121887 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 09:46:14,628 p=121887 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 09:46:14,631 p=121887 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 09:46:14,631 p=121887 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 09:56:16,856 passlib.registry registered 'md5_crypt' handler: 2019-09-12 09:56:16,868 p=127337 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 09:56:17,068 p=127337 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 09:56:17,477 p=127337 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 09:56:17,621 p=127337 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 09:56:17,777 p=127337 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 09:56:17,925 p=127337 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 09:56:17,935 p=127337 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 09:56:18,014 p=127337 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 09:56:18,053 p=127337 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 09:56:18,092 p=127337 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 09:56:18,130 p=127337 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 09:56:18,170 p=127337 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 09:56:18,205 p=127337 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:56:18,247 p=127337 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 09:56:18,287 p=127337 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 09:56:18,711 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:18,720 p=127337 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 09:56:18,754 p=127337 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 09:56:18,937 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:18,946 p=127337 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 09:56:18,986 p=127337 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 09:56:19,021 p=127337 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 09:56:19,067 p=127337 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 09:56:19,110 p=127337 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 09:56:19,150 p=127337 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:56:19,190 p=127337 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 09:56:19,417 p=127337 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 09:56:19,624 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:19,633 p=127337 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 09:56:19,671 p=127337 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 09:56:19,863 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:19,874 p=127337 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 09:56:19,917 p=127337 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 09:56:19,961 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:19,971 p=127337 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 09:56:20,009 p=127337 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 09:56:20,057 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,066 p=127337 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 09:56:20,131 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,142 p=127337 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 09:56:20,191 p=127337 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 09:56:20,237 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,247 p=127337 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 09:56:20,293 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,303 p=127337 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 09:56:20,346 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,357 p=127337 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 09:56:20,413 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,423 p=127337 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 09:56:20,462 p=127337 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 09:56:20,504 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,514 p=127337 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 09:56:20,555 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,566 p=127337 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 09:56:20,610 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,619 p=127337 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 09:56:20,667 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,679 p=127337 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 09:56:20,719 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:20,729 p=127337 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 09:56:20,928 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:20,937 p=127337 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 09:56:21,155 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:21,165 p=127337 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 09:56:21,212 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:21,222 p=127337 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 09:56:21,275 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:21,286 p=127337 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 09:56:21,469 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:21,478 p=127337 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 09:56:21,524 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:21,535 p=127337 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 09:56:21,721 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:21,732 p=127337 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 09:56:21,776 p=127337 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 09:56:21,814 p=127337 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 09:56:21,860 p=127337 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 09:56:21,899 p=127337 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 09:56:21,935 p=127337 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 09:56:21,975 p=127337 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 09:56:22,015 p=127337 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 09:56:22,052 p=127337 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 09:56:22,088 p=127337 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 09:56:22,126 p=127337 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 09:56:22,162 p=127337 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 09:56:22,200 p=127337 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 09:56:22,241 p=127337 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 09:56:22,283 p=127337 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 09:56:22,322 p=127337 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 09:56:22,360 p=127337 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 09:56:22,398 p=127337 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 09:56:22,435 p=127337 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 09:56:22,642 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:22,652 p=127337 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 09:56:22,850 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:22,861 p=127337 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 09:56:22,898 p=127337 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 09:56:22,944 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:22,954 p=127337 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:56:22,993 p=127337 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 09:56:23,031 p=127337 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 09:56:23,488 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:23,497 p=127337 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 09:56:23,535 p=127337 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 09:56:23,718 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:23,727 p=127337 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 09:56:23,764 p=127337 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 09:56:24,202 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:24,212 p=127337 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 09:56:24,400 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:24,409 p=127337 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 09:56:24,451 p=127337 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 09:56:24,462 p=127337 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:56:24,503 p=127337 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 09:56:24,545 p=127337 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 09:56:24,587 p=127337 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 09:56:24,630 p=127337 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 09:56:24,683 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:24,730 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:24,741 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:24,798 p=127337 u=root | ok: [localhost] => (item=None) 2019-09-12 09:56:24,813 p=127337 u=root | ok: [localhost] => (item=None) 2019-09-12 09:56:24,827 p=127337 u=root | ok: [localhost] => (item=None) 2019-09-12 09:56:24,841 p=127337 u=root | ok: [localhost] => (item=None) 2019-09-12 09:56:24,843 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:24,853 p=127337 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:56:24,912 p=127337 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 09:56:24,921 p=127337 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 09:56:24,963 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:24,974 p=127337 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 09:56:25,013 p=127337 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 09:56:25,052 p=127337 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 09:56:25,092 p=127337 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 09:56:25,133 p=127337 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 09:56:25,172 p=127337 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 09:56:25,381 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:25,392 p=127337 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 09:56:25,432 p=127337 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 09:56:25,470 p=127337 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 09:56:25,526 p=127337 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 09:56:25,539 p=127337 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 09:56:25,549 p=127337 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 09:56:25,609 p=127337 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 09:56:25,623 p=127337 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 09:56:25,638 p=127337 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 09:56:25,654 p=127337 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 09:56:25,673 p=127337 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 09:56:25,690 p=127337 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 09:56:25,705 p=127337 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 09:56:25,721 p=127337 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 09:56:25,736 p=127337 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 09:56:25,746 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:25,793 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:25,804 p=127337 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 09:56:25,869 p=127337 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:56:25,887 p=127337 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:56:25,905 p=127337 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:56:25,922 p=127337 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:56:25,940 p=127337 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:56:25,958 p=127337 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 09:56:25,968 p=127337 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 09:56:26,075 p=127337 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 09:56:26,122 p=127337 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 09:56:26,132 p=127337 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 09:56:26,191 p=127337 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 09:56:26,264 p=127337 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 09:56:26,324 p=127337 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 09:56:26,421 p=127337 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 09:56:26,459 p=127337 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 09:56:26,498 p=127337 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 09:56:26,539 p=127337 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 09:56:26,578 p=127337 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 09:56:26,665 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:26,677 p=127337 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 09:56:26,771 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:26,780 p=127337 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:56:26,898 p=127337 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:56:26,911 p=127337 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 09:56:26,924 p=127337 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 09:56:26,936 p=127337 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 09:56:26,949 p=127337 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 09:56:26,962 p=127337 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 09:56:26,975 p=127337 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 09:56:26,990 p=127337 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 09:56:27,055 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:27,115 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:27,129 p=127337 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 09:56:27,178 p=127337 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 09:56:27,224 p=127337 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:56:27,265 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:27,322 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:27,334 p=127337 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 09:56:27,375 p=127337 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 09:56:27,414 p=127337 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:56:27,453 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:27,501 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:27,514 p=127337 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 09:56:27,557 p=127337 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 09:56:27,598 p=127337 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:56:27,640 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:27,692 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:27,704 p=127337 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 09:56:27,745 p=127337 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 09:56:27,785 p=127337 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:56:27,827 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:27,881 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:27,896 p=127337 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 09:56:27,940 p=127337 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 09:56:27,981 p=127337 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:56:28,022 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:28,073 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:28,085 p=127337 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 09:56:28,126 p=127337 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 09:56:28,166 p=127337 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:56:28,206 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:28,255 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:28,268 p=127337 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 09:56:28,310 p=127337 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 09:56:28,351 p=127337 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:56:28,391 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:28,440 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:28,453 p=127337 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 09:56:28,493 p=127337 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 09:56:28,534 p=127337 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 09:56:28,573 p=127337 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 09:56:28,625 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:28,635 p=127337 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 09:56:28,699 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:28,709 p=127337 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 09:56:28,762 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:28,772 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:28,837 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:28,847 p=127337 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 09:56:28,885 p=127337 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 09:56:28,941 p=127337 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 09:56:28,976 p=127337 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 09:56:29,012 p=127337 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 09:56:29,053 p=127337 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 09:56:29,098 p=127337 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 09:56:29,139 p=127337 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 09:56:29,183 p=127337 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 09:56:29,274 p=127337 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 09:56:29,317 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:29,332 p=127337 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 09:56:29,379 p=127337 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 09:56:29,426 p=127337 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 09:56:29,494 p=127337 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 09:56:29,535 p=127337 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 09:56:29,567 p=127337 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 09:56:29,612 p=127337 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 09:56:29,653 p=127337 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 09:56:29,694 p=127337 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 09:56:29,733 p=127337 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 09:56:29,776 p=127337 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 09:56:29,987 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:29,997 p=127337 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 09:56:30,447 p=127337 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 09:56:30,610 p=127337 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 09:56:30,781 p=127337 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 09:56:30,936 p=127337 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 09:56:31,104 p=127337 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 09:56:31,270 p=127337 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 09:56:31,434 p=127337 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 09:56:31,599 p=127337 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 09:56:31,762 p=127337 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 09:56:31,932 p=127337 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 09:56:32,089 p=127337 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 09:56:32,250 p=127337 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 09:56:32,419 p=127337 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 09:56:32,587 p=127337 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 09:56:32,756 p=127337 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 09:56:32,925 p=127337 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:56:33,082 p=127337 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 09:56:33,252 p=127337 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 09:56:33,408 p=127337 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 09:56:33,582 p=127337 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 09:56:33,751 p=127337 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 09:56:33,921 p=127337 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 09:56:34,081 p=127337 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 09:56:34,250 p=127337 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 09:56:34,419 p=127337 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 09:56:34,582 p=127337 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 09:56:34,753 p=127337 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 09:56:34,917 p=127337 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 09:56:35,076 p=127337 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 09:56:35,236 p=127337 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 09:56:35,400 p=127337 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 09:56:35,556 p=127337 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 09:56:35,716 p=127337 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 09:56:35,875 p=127337 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 09:56:36,033 p=127337 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 09:56:36,187 p=127337 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 09:56:36,344 p=127337 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 09:56:36,502 p=127337 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 09:56:36,679 p=127337 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 09:56:36,855 p=127337 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 09:56:37,013 p=127337 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 09:56:37,174 p=127337 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 09:56:37,333 p=127337 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 09:56:37,502 p=127337 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 09:56:37,671 p=127337 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 09:56:37,831 p=127337 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 09:56:38,004 p=127337 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 09:56:38,174 p=127337 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 09:56:38,354 p=127337 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 09:56:38,514 p=127337 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 09:56:38,675 p=127337 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 09:56:38,845 p=127337 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 09:56:39,006 p=127337 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 09:56:39,034 p=127337 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 09:56:39,236 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:39,246 p=127337 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 09:56:39,283 p=127337 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 09:56:39,321 p=127337 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 09:56:39,359 p=127337 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 09:56:39,396 p=127337 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 09:56:39,434 p=127337 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 09:56:39,471 p=127337 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 09:56:39,505 p=127337 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 09:56:39,542 p=127337 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 09:56:39,580 p=127337 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 09:56:39,616 p=127337 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 09:56:39,654 p=127337 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 09:56:39,690 p=127337 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 09:56:39,727 p=127337 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 09:56:39,762 p=127337 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 09:56:39,799 p=127337 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 09:56:39,836 p=127337 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 09:56:39,873 p=127337 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 09:56:39,913 p=127337 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 09:56:39,949 p=127337 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 09:56:39,982 p=127337 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 09:56:40,019 p=127337 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 09:56:40,058 p=127337 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 09:56:40,104 p=127337 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 09:56:40,143 p=127337 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 09:56:40,181 p=127337 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 09:56:40,217 p=127337 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 09:56:40,255 p=127337 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 09:56:40,294 p=127337 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 09:56:40,330 p=127337 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 09:56:40,368 p=127337 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 09:56:40,404 p=127337 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 09:56:40,440 p=127337 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 09:56:40,476 p=127337 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 09:56:40,512 p=127337 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 09:56:40,548 p=127337 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 09:56:40,590 p=127337 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 09:56:40,627 p=127337 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 09:56:40,818 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:40,827 p=127337 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 09:56:41,022 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:41,032 p=127337 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 09:56:41,259 p=127337 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568282198.986, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568282198.986, u'inode': 261197, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568282198.986, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 09:56:41,270 p=127337 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 09:56:41,482 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:41,494 p=127337 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 09:56:41,696 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:41,706 p=127337 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 09:56:41,757 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:41,768 p=127337 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:56:41,817 p=127337 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 09:56:41,827 p=127337 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 09:56:42,037 p=127337 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 09:56:42,206 p=127337 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 09:56:42,217 p=127337 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 09:56:42,435 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:42,446 p=127337 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 09:56:42,962 p=127337 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:56:43,130 p=127337 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:56:43,298 p=127337 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 09:56:43,310 p=127337 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 09:56:43,502 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:43,512 p=127337 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 09:56:43,717 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:43,727 p=127337 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 09:56:43,943 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:43,953 p=127337 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 09:56:44,152 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:44,162 p=127337 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 09:56:44,196 p=127337 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 09:56:47,535 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:47,551 p=127337 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 09:56:47,833 p=127337 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:56:48,050 p=127337 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 09:56:48,061 p=127337 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 09:56:48,303 p=127337 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:56:48,500 p=127337 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 09:56:48,692 p=127337 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 09:56:48,884 p=127337 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:56:49,057 p=127337 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:56:49,229 p=127337 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 09:56:49,243 p=127337 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 09:56:49,461 p=127337 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 09:56:49,724 p=127337 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 09:56:49,931 p=127337 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 09:56:50,141 p=127337 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 09:56:50,322 p=127337 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 09:56:50,336 p=127337 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 09:56:50,519 p=127337 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 09:56:50,717 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:50,728 p=127337 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 09:56:50,770 p=127337 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 09:56:50,810 p=127337 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 09:56:51,122 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:51,135 p=127337 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 09:56:51,373 p=127337 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 09:56:51,549 p=127337 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 09:56:51,565 p=127337 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 09:56:51,918 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:51,929 p=127337 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 09:56:52,125 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:52,135 p=127337 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 09:56:53,604 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:53,614 p=127337 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 09:56:53,658 p=127337 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 09:56:53,695 p=127337 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 09:56:53,732 p=127337 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 09:56:53,772 p=127337 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 09:56:53,811 p=127337 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:56:53,851 p=127337 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:56:53,892 p=127337 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 09:56:53,933 p=127337 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:56:53,973 p=127337 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 09:56:54,014 p=127337 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:56:54,053 p=127337 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 09:56:54,093 p=127337 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 09:56:54,131 p=127337 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 09:56:54,336 p=127337 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 09:56:54,490 p=127337 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 09:56:54,646 p=127337 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 09:56:54,832 p=127337 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 09:56:54,844 p=127337 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 09:56:54,888 p=127337 u=root | ok: [localhost] 2019-09-12 09:56:54,899 p=127337 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 09:56:54,936 p=127337 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 09:56:54,976 p=127337 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 09:56:55,014 p=127337 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 09:56:55,052 p=127337 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 09:56:55,099 p=127337 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 09:56:55,109 p=127337 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 09:56:55,151 p=127337 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 09:56:55,194 p=127337 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 09:56:55,408 p=127337 u=root | changed: [localhost] 2019-09-12 09:56:55,417 p=127337 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 10:04:11,334 p=127337 u=root | changed: [localhost] 2019-09-12 10:04:11,348 p=127337 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:04:11,408 p=127337 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568282215.46-80175351593459/populate_initial_config.py\", line 984, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568282215.46-80175351593459/populate_initial_config.py\", line 909, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568282215.46-80175351593459/populate_initial_config.py\", line 900, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568282215.46-80175351593459/populate_initial_config.py\", line 984, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568282215.46-80175351593459/populate_initial_config.py\", line 909, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568282215.46-80175351593459/populate_initial_config.py\", line 900, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "Populating system config...\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "Populating system config...", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." ] } } 2019-09-12 10:04:11,419 p=127337 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 10:04:11,470 p=127337 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 10:04:11,473 p=127337 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 10:04:11,473 p=127337 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 10:31:29,667 passlib.registry registered 'md5_crypt' handler: 2019-09-12 10:31:29,678 p=136056 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 10:31:29,874 p=136056 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 10:31:30,258 p=136056 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 10:31:30,394 p=136056 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 10:31:30,542 p=136056 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 10:31:30,683 p=136056 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 10:31:30,694 p=136056 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 10:31:30,772 p=136056 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 10:31:30,812 p=136056 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 10:31:30,852 p=136056 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 10:31:30,886 p=136056 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 10:31:30,924 p=136056 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 10:31:30,958 p=136056 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:31:30,998 p=136056 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 10:31:31,036 p=136056 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 10:31:31,447 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:31,456 p=136056 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 10:31:31,495 p=136056 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 10:31:31,667 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:31,677 p=136056 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 10:31:31,714 p=136056 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 10:31:31,749 p=136056 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 10:31:31,805 p=136056 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 10:31:31,844 p=136056 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 10:31:31,881 p=136056 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:31:31,920 p=136056 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 10:31:32,158 p=136056 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 10:31:32,363 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:32,375 p=136056 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 10:31:32,413 p=136056 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 10:31:32,609 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:32,621 p=136056 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 10:31:32,662 p=136056 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 10:31:32,705 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:32,715 p=136056 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 10:31:32,752 p=136056 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 10:31:32,797 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:32,810 p=136056 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 10:31:32,871 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:32,881 p=136056 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 10:31:32,925 p=136056 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 10:31:32,966 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:32,975 p=136056 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 10:31:33,018 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,028 p=136056 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 10:31:33,068 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,081 p=136056 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 10:31:33,140 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,149 p=136056 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 10:31:33,188 p=136056 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 10:31:33,229 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,238 p=136056 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 10:31:33,280 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,290 p=136056 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 10:31:33,333 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,342 p=136056 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 10:31:33,386 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,398 p=136056 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 10:31:33,440 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,450 p=136056 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 10:31:33,647 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:33,656 p=136056 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 10:31:33,868 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,878 p=136056 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 10:31:33,926 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,935 p=136056 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 10:31:33,985 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:33,995 p=136056 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 10:31:34,196 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:34,206 p=136056 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 10:31:34,253 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:34,263 p=136056 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 10:31:34,444 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:34,453 p=136056 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 10:31:34,496 p=136056 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 10:31:34,534 p=136056 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 10:31:34,573 p=136056 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 10:31:34,608 p=136056 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 10:31:34,645 p=136056 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 10:31:34,681 p=136056 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 10:31:34,718 p=136056 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 10:31:34,755 p=136056 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 10:31:34,792 p=136056 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 10:31:34,828 p=136056 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 10:31:34,863 p=136056 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 10:31:34,900 p=136056 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 10:31:34,943 p=136056 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 10:31:34,983 p=136056 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 10:31:35,020 p=136056 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 10:31:35,057 p=136056 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 10:31:35,095 p=136056 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 10:31:35,133 p=136056 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 10:31:35,353 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:35,363 p=136056 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 10:31:35,563 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:35,573 p=136056 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 10:31:35,609 p=136056 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 10:31:35,653 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:35,662 p=136056 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:31:35,699 p=136056 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:31:35,738 p=136056 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 10:31:36,185 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:36,194 p=136056 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 10:31:36,231 p=136056 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 10:31:36,408 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:36,418 p=136056 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 10:31:36,456 p=136056 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 10:31:36,903 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:36,912 p=136056 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 10:31:37,093 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:37,103 p=136056 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:31:37,145 p=136056 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 10:31:37,155 p=136056 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 10:31:37,196 p=136056 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 10:31:37,239 p=136056 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 10:31:37,280 p=136056 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 10:31:37,325 p=136056 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 10:31:37,370 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:37,416 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:37,426 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:37,480 p=136056 u=root | ok: [localhost] => (item=None) 2019-09-12 10:31:37,492 p=136056 u=root | ok: [localhost] => (item=None) 2019-09-12 10:31:37,506 p=136056 u=root | ok: [localhost] => (item=None) 2019-09-12 10:31:37,520 p=136056 u=root | ok: [localhost] => (item=None) 2019-09-12 10:31:37,521 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:37,530 p=136056 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 10:31:37,589 p=136056 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 10:31:37,599 p=136056 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 10:31:37,642 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:37,652 p=136056 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 10:31:37,696 p=136056 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 10:31:37,749 p=136056 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 10:31:37,796 p=136056 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 10:31:37,837 p=136056 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 10:31:37,879 p=136056 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 10:31:38,084 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:38,098 p=136056 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 10:31:38,137 p=136056 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 10:31:38,177 p=136056 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 10:31:38,228 p=136056 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 10:31:38,241 p=136056 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 10:31:38,251 p=136056 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 10:31:38,310 p=136056 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 10:31:38,325 p=136056 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 10:31:38,348 p=136056 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 10:31:38,367 p=136056 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 10:31:38,382 p=136056 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 10:31:38,398 p=136056 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 10:31:38,412 p=136056 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 10:31:38,428 p=136056 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 10:31:38,445 p=136056 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 10:31:38,455 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:38,499 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:38,512 p=136056 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 10:31:38,580 p=136056 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:31:38,594 p=136056 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:31:38,612 p=136056 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:31:38,632 p=136056 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:31:38,649 p=136056 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:31:38,666 p=136056 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:31:38,677 p=136056 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 10:31:38,782 p=136056 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 10:31:38,828 p=136056 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 10:31:38,838 p=136056 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 10:31:38,902 p=136056 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 10:31:38,983 p=136056 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 10:31:39,041 p=136056 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 10:31:39,151 p=136056 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 10:31:39,190 p=136056 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 10:31:39,229 p=136056 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 10:31:39,269 p=136056 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 10:31:39,310 p=136056 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 10:31:39,381 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:39,391 p=136056 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 10:31:39,482 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:39,491 p=136056 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 10:31:39,614 p=136056 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 10:31:39,627 p=136056 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 10:31:39,642 p=136056 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 10:31:39,655 p=136056 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 10:31:39,668 p=136056 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 10:31:39,681 p=136056 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 10:31:39,694 p=136056 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 10:31:39,708 p=136056 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 10:31:39,775 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:39,825 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:39,837 p=136056 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 10:31:39,879 p=136056 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 10:31:39,919 p=136056 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:31:39,958 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:40,006 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:40,018 p=136056 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 10:31:40,059 p=136056 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 10:31:40,098 p=136056 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:31:40,142 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:40,194 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:40,206 p=136056 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 10:31:40,248 p=136056 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 10:31:40,287 p=136056 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:31:40,326 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:40,377 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:40,391 p=136056 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 10:31:40,431 p=136056 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 10:31:40,473 p=136056 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:31:40,515 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:40,569 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:40,584 p=136056 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 10:31:40,625 p=136056 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 10:31:40,665 p=136056 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:31:40,704 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:40,754 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:40,766 p=136056 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 10:31:40,810 p=136056 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 10:31:40,850 p=136056 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:31:40,891 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:40,942 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:40,956 p=136056 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 10:31:40,999 p=136056 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 10:31:41,040 p=136056 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:31:41,080 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:41,129 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:41,142 p=136056 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 10:31:41,185 p=136056 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 10:31:41,224 p=136056 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:31:41,266 p=136056 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 10:31:41,328 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:41,338 p=136056 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 10:31:41,400 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:41,410 p=136056 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 10:31:41,462 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:41,472 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:41,542 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:41,553 p=136056 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 10:31:41,597 p=136056 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 10:31:41,659 p=136056 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 10:31:41,693 p=136056 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 10:31:41,730 p=136056 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 10:31:41,773 p=136056 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 10:31:41,816 p=136056 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 10:31:41,857 p=136056 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 10:31:41,902 p=136056 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 10:31:41,990 p=136056 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:31:42,031 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:42,047 p=136056 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 10:31:42,094 p=136056 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 10:31:42,146 p=136056 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 10:31:42,188 p=136056 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 10:31:42,229 p=136056 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 10:31:42,260 p=136056 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 10:31:42,299 p=136056 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 10:31:42,338 p=136056 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 10:31:42,377 p=136056 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 10:31:42,418 p=136056 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 10:31:42,461 p=136056 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 10:31:42,661 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:42,672 p=136056 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 10:31:43,119 p=136056 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 10:31:43,263 p=136056 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 10:31:43,431 p=136056 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 10:31:43,588 p=136056 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 10:31:43,750 p=136056 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 10:31:43,904 p=136056 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 10:31:44,068 p=136056 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 10:31:44,223 p=136056 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 10:31:44,378 p=136056 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 10:31:44,537 p=136056 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 10:31:44,700 p=136056 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 10:31:44,857 p=136056 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 10:31:45,024 p=136056 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 10:31:45,190 p=136056 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 10:31:45,345 p=136056 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 10:31:45,504 p=136056 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 10:31:45,659 p=136056 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 10:31:45,823 p=136056 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 10:31:45,979 p=136056 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 10:31:46,150 p=136056 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 10:31:46,311 p=136056 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 10:31:46,465 p=136056 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 10:31:46,620 p=136056 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 10:31:46,781 p=136056 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 10:31:46,947 p=136056 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 10:31:47,112 p=136056 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 10:31:47,268 p=136056 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 10:31:47,439 p=136056 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 10:31:47,598 p=136056 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 10:31:47,758 p=136056 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 10:31:47,920 p=136056 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 10:31:48,079 p=136056 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 10:31:48,243 p=136056 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 10:31:48,399 p=136056 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 10:31:48,567 p=136056 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 10:31:48,731 p=136056 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 10:31:48,895 p=136056 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 10:31:49,066 p=136056 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 10:31:49,236 p=136056 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 10:31:49,397 p=136056 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 10:31:49,559 p=136056 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 10:31:49,716 p=136056 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 10:31:49,910 p=136056 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 10:31:50,077 p=136056 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 10:31:50,236 p=136056 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 10:31:50,392 p=136056 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 10:31:50,552 p=136056 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 10:31:50,744 p=136056 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 10:31:50,902 p=136056 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 10:31:51,071 p=136056 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 10:31:51,239 p=136056 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 10:31:51,406 p=136056 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 10:31:51,566 p=136056 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 10:31:51,589 p=136056 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 10:31:51,786 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:51,796 p=136056 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 10:31:51,833 p=136056 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 10:31:51,871 p=136056 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 10:31:51,906 p=136056 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 10:31:51,944 p=136056 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 10:31:51,981 p=136056 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 10:31:52,018 p=136056 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 10:31:52,056 p=136056 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 10:31:52,092 p=136056 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 10:31:52,129 p=136056 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 10:31:52,169 p=136056 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 10:31:52,207 p=136056 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 10:31:52,245 p=136056 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 10:31:52,283 p=136056 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 10:31:52,319 p=136056 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 10:31:52,355 p=136056 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 10:31:52,391 p=136056 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 10:31:52,428 p=136056 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 10:31:52,467 p=136056 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 10:31:52,506 p=136056 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 10:31:52,538 p=136056 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 10:31:52,574 p=136056 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 10:31:52,612 p=136056 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 10:31:52,648 p=136056 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 10:31:52,686 p=136056 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 10:31:52,723 p=136056 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 10:31:52,759 p=136056 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 10:31:52,796 p=136056 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 10:31:52,835 p=136056 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 10:31:52,872 p=136056 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 10:31:52,909 p=136056 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 10:31:52,951 p=136056 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 10:31:52,989 p=136056 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 10:31:53,028 p=136056 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 10:31:53,065 p=136056 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 10:31:53,102 p=136056 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 10:31:53,139 p=136056 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 10:31:53,175 p=136056 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 10:31:53,378 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:53,388 p=136056 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 10:31:53,583 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:53,593 p=136056 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 10:31:53,811 p=136056 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568284311.547, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568284311.547, u'inode': 289458, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568284311.547, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 10:31:53,821 p=136056 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 10:31:54,032 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:54,042 p=136056 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 10:31:54,236 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:54,246 p=136056 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 10:31:54,320 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:54,330 p=136056 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:31:54,377 p=136056 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 10:31:54,387 p=136056 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 10:31:54,592 p=136056 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 10:31:54,774 p=136056 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 10:31:54,785 p=136056 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 10:31:54,978 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:54,990 p=136056 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 10:31:55,472 p=136056 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:31:55,637 p=136056 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:31:55,803 p=136056 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:31:55,815 p=136056 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 10:31:56,014 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:56,025 p=136056 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 10:31:56,221 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:56,231 p=136056 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 10:31:56,425 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:56,435 p=136056 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 10:31:56,624 p=136056 u=root | ok: [localhost] 2019-09-12 10:31:56,634 p=136056 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 10:31:56,665 p=136056 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 10:31:59,842 p=136056 u=root | changed: [localhost] 2019-09-12 10:31:59,853 p=136056 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 10:32:00,108 p=136056 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 10:32:00,336 p=136056 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 10:32:00,349 p=136056 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 10:32:00,598 p=136056 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 10:32:00,785 p=136056 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 10:32:00,976 p=136056 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 10:32:01,161 p=136056 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 10:32:01,330 p=136056 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 10:32:01,513 p=136056 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 10:32:01,526 p=136056 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 10:32:01,731 p=136056 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 10:32:02,004 p=136056 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 10:32:02,201 p=136056 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 10:32:02,392 p=136056 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 10:32:02,569 p=136056 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 10:32:02,584 p=136056 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 10:32:02,773 p=136056 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 10:32:02,957 p=136056 u=root | ok: [localhost] 2019-09-12 10:32:02,966 p=136056 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 10:32:03,012 p=136056 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 10:32:03,062 p=136056 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 10:32:03,369 p=136056 u=root | changed: [localhost] 2019-09-12 10:32:03,379 p=136056 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 10:32:03,605 p=136056 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 10:32:03,790 p=136056 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 10:32:03,801 p=136056 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 10:32:04,161 p=136056 u=root | changed: [localhost] 2019-09-12 10:32:04,172 p=136056 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 10:32:04,385 p=136056 u=root | changed: [localhost] 2019-09-12 10:32:04,395 p=136056 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 10:32:05,866 p=136056 u=root | changed: [localhost] 2019-09-12 10:32:05,875 p=136056 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 10:32:05,913 p=136056 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 10:32:05,953 p=136056 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 10:32:05,994 p=136056 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 10:32:06,035 p=136056 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 10:32:06,077 p=136056 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 10:32:06,117 p=136056 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:32:06,156 p=136056 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 10:32:06,198 p=136056 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:32:06,252 p=136056 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 10:32:06,296 p=136056 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:32:06,341 p=136056 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 10:32:06,382 p=136056 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:32:06,424 p=136056 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 10:32:06,646 p=136056 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 10:32:06,809 p=136056 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 10:32:06,973 p=136056 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 10:32:07,130 p=136056 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 10:32:07,141 p=136056 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 10:32:07,185 p=136056 u=root | ok: [localhost] 2019-09-12 10:32:07,196 p=136056 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 10:32:07,235 p=136056 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 10:32:07,273 p=136056 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 10:32:07,312 p=136056 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 10:32:07,351 p=136056 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:32:07,399 p=136056 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 10:32:07,409 p=136056 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 10:32:07,451 p=136056 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 10:32:07,494 p=136056 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 10:32:07,693 p=136056 u=root | changed: [localhost] 2019-09-12 10:32:07,703 p=136056 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 10:33:40,022 p=136056 u=root | changed: [localhost] 2019-09-12 10:33:40,037 p=136056 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:33:40,099 p=136056 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568284327.74-186630279421027/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568284327.74-186630279421027/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 10:33:40,110 p=136056 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 10:33:40,160 p=136056 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 10:33:40,163 p=136056 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 10:33:40,164 p=136056 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 10:37:08,916 passlib.registry registered 'md5_crypt' handler: 2019-09-12 10:37:08,928 p=137864 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 10:37:09,130 p=137864 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 10:37:09,513 p=137864 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 10:37:09,669 p=137864 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 10:37:09,836 p=137864 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 10:37:09,981 p=137864 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 10:37:09,998 p=137864 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 10:37:10,087 p=137864 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 10:37:10,128 p=137864 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 10:37:10,171 p=137864 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 10:37:10,206 p=137864 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 10:37:10,244 p=137864 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 10:37:10,280 p=137864 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:37:10,320 p=137864 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 10:37:10,357 p=137864 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 10:37:10,766 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:10,775 p=137864 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 10:37:10,810 p=137864 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 10:37:11,000 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:11,009 p=137864 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 10:37:11,045 p=137864 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 10:37:11,079 p=137864 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 10:37:11,125 p=137864 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 10:37:11,162 p=137864 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 10:37:11,199 p=137864 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:37:11,237 p=137864 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 10:37:11,471 p=137864 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 10:37:11,659 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:11,668 p=137864 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 10:37:11,707 p=137864 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 10:37:11,896 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:11,907 p=137864 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 10:37:11,947 p=137864 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 10:37:11,991 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,001 p=137864 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 10:37:12,039 p=137864 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 10:37:12,097 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,106 p=137864 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 10:37:12,168 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,178 p=137864 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 10:37:12,216 p=137864 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 10:37:12,261 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,271 p=137864 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 10:37:12,317 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,327 p=137864 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 10:37:12,372 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,384 p=137864 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 10:37:12,442 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,452 p=137864 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 10:37:12,492 p=137864 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 10:37:12,531 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,541 p=137864 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 10:37:12,583 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,592 p=137864 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 10:37:12,637 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,648 p=137864 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 10:37:12,694 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,703 p=137864 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 10:37:12,744 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:12,754 p=137864 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 10:37:12,956 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:12,965 p=137864 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 10:37:13,181 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:13,190 p=137864 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 10:37:13,235 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:13,246 p=137864 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 10:37:13,293 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:13,303 p=137864 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 10:37:13,489 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:13,498 p=137864 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 10:37:13,544 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:13,554 p=137864 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 10:37:13,741 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:13,751 p=137864 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 10:37:13,794 p=137864 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 10:37:13,834 p=137864 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 10:37:13,875 p=137864 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 10:37:13,914 p=137864 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 10:37:13,950 p=137864 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 10:37:13,986 p=137864 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 10:37:14,022 p=137864 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 10:37:14,058 p=137864 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 10:37:14,095 p=137864 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 10:37:14,131 p=137864 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 10:37:14,167 p=137864 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 10:37:14,204 p=137864 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 10:37:14,240 p=137864 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 10:37:14,276 p=137864 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 10:37:14,313 p=137864 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 10:37:14,349 p=137864 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 10:37:14,384 p=137864 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 10:37:14,420 p=137864 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 10:37:14,631 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:14,642 p=137864 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 10:37:14,850 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:14,862 p=137864 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 10:37:14,903 p=137864 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 10:37:14,948 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:14,958 p=137864 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:37:14,997 p=137864 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:37:15,034 p=137864 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 10:37:15,463 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:15,473 p=137864 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 10:37:15,511 p=137864 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 10:37:15,704 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:15,713 p=137864 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 10:37:15,752 p=137864 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 10:37:16,203 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:16,213 p=137864 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 10:37:16,405 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:16,417 p=137864 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:37:16,461 p=137864 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 10:37:16,471 p=137864 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 10:37:16,513 p=137864 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 10:37:16,559 p=137864 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 10:37:16,604 p=137864 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 10:37:16,647 p=137864 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 10:37:16,691 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:16,736 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:16,747 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:16,805 p=137864 u=root | ok: [localhost] => (item=None) 2019-09-12 10:37:16,821 p=137864 u=root | ok: [localhost] => (item=None) 2019-09-12 10:37:16,833 p=137864 u=root | ok: [localhost] => (item=None) 2019-09-12 10:37:16,861 p=137864 u=root | ok: [localhost] => (item=None) 2019-09-12 10:37:16,863 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:16,879 p=137864 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 10:37:16,939 p=137864 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 10:37:16,950 p=137864 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 10:37:16,994 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:17,005 p=137864 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 10:37:17,044 p=137864 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 10:37:17,084 p=137864 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 10:37:17,125 p=137864 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 10:37:17,169 p=137864 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 10:37:17,208 p=137864 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 10:37:17,427 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:17,436 p=137864 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 10:37:17,476 p=137864 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 10:37:17,517 p=137864 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 10:37:17,574 p=137864 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 10:37:17,588 p=137864 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 10:37:17,597 p=137864 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 10:37:17,656 p=137864 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 10:37:17,668 p=137864 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 10:37:17,686 p=137864 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 10:37:17,699 p=137864 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 10:37:17,716 p=137864 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 10:37:17,731 p=137864 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 10:37:17,745 p=137864 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 10:37:17,763 p=137864 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 10:37:17,778 p=137864 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 10:37:17,789 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:17,832 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:17,842 p=137864 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 10:37:17,915 p=137864 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:37:17,940 p=137864 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:37:17,954 p=137864 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:37:17,971 p=137864 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:37:17,992 p=137864 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:37:18,010 p=137864 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:37:18,020 p=137864 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 10:37:18,149 p=137864 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 10:37:18,216 p=137864 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 10:37:18,228 p=137864 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 10:37:18,290 p=137864 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 10:37:18,371 p=137864 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 10:37:18,433 p=137864 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 10:37:18,543 p=137864 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 10:37:18,588 p=137864 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 10:37:18,627 p=137864 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 10:37:18,667 p=137864 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 10:37:18,705 p=137864 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 10:37:18,778 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:18,789 p=137864 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 10:37:18,883 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:18,894 p=137864 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 10:37:19,023 p=137864 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 10:37:19,036 p=137864 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 10:37:19,049 p=137864 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 10:37:19,062 p=137864 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 10:37:19,074 p=137864 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 10:37:19,087 p=137864 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 10:37:19,100 p=137864 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 10:37:19,114 p=137864 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 10:37:19,180 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:19,238 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:19,251 p=137864 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 10:37:19,301 p=137864 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 10:37:19,344 p=137864 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:37:19,385 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:19,437 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:19,450 p=137864 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 10:37:19,493 p=137864 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 10:37:19,534 p=137864 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:37:19,573 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:19,624 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:19,637 p=137864 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 10:37:19,686 p=137864 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 10:37:19,729 p=137864 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:37:19,768 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:19,821 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:19,835 p=137864 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 10:37:19,885 p=137864 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 10:37:19,925 p=137864 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:37:19,968 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:20,020 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:20,037 p=137864 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 10:37:20,078 p=137864 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 10:37:20,119 p=137864 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:37:20,165 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:20,217 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:20,229 p=137864 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 10:37:20,273 p=137864 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 10:37:20,315 p=137864 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:37:20,356 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:20,408 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:20,424 p=137864 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 10:37:20,475 p=137864 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 10:37:20,519 p=137864 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:37:20,559 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:20,611 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:20,625 p=137864 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 10:37:20,681 p=137864 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 10:37:20,727 p=137864 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:37:20,775 p=137864 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 10:37:20,839 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:20,850 p=137864 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 10:37:20,926 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:20,936 p=137864 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 10:37:20,989 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:21,007 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:21,074 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:21,085 p=137864 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 10:37:21,132 p=137864 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 10:37:21,206 p=137864 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 10:37:21,241 p=137864 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 10:37:21,281 p=137864 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 10:37:21,328 p=137864 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 10:37:21,382 p=137864 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 10:37:21,432 p=137864 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 10:37:21,488 p=137864 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 10:37:21,581 p=137864 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:37:21,626 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:21,643 p=137864 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 10:37:21,705 p=137864 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 10:37:21,759 p=137864 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 10:37:21,802 p=137864 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 10:37:21,848 p=137864 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 10:37:21,886 p=137864 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 10:37:21,927 p=137864 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 10:37:21,973 p=137864 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 10:37:22,021 p=137864 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 10:37:22,074 p=137864 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 10:37:22,123 p=137864 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 10:37:22,331 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:22,343 p=137864 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 10:37:22,785 p=137864 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 10:37:22,954 p=137864 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 10:37:23,127 p=137864 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 10:37:23,305 p=137864 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 10:37:23,474 p=137864 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 10:37:23,635 p=137864 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 10:37:23,810 p=137864 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 10:37:23,989 p=137864 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 10:37:24,160 p=137864 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 10:37:24,331 p=137864 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 10:37:24,502 p=137864 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 10:37:24,692 p=137864 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 10:37:24,866 p=137864 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 10:37:25,031 p=137864 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 10:37:25,192 p=137864 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 10:37:25,361 p=137864 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 10:37:25,524 p=137864 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 10:37:25,705 p=137864 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 10:37:25,867 p=137864 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 10:37:26,033 p=137864 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 10:37:26,193 p=137864 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 10:37:26,360 p=137864 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 10:37:26,526 p=137864 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 10:37:26,685 p=137864 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 10:37:26,840 p=137864 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 10:37:27,004 p=137864 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 10:37:27,166 p=137864 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 10:37:27,342 p=137864 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 10:37:27,501 p=137864 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 10:37:27,663 p=137864 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 10:37:27,828 p=137864 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 10:37:27,995 p=137864 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 10:37:28,159 p=137864 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 10:37:28,325 p=137864 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 10:37:28,494 p=137864 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 10:37:28,659 p=137864 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 10:37:28,821 p=137864 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 10:37:28,992 p=137864 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 10:37:29,163 p=137864 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 10:37:29,327 p=137864 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 10:37:29,499 p=137864 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 10:37:29,655 p=137864 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 10:37:29,813 p=137864 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 10:37:29,986 p=137864 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 10:37:30,167 p=137864 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 10:37:30,323 p=137864 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 10:37:30,505 p=137864 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 10:37:30,674 p=137864 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 10:37:30,851 p=137864 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 10:37:31,018 p=137864 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 10:37:31,181 p=137864 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 10:37:31,352 p=137864 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 10:37:31,513 p=137864 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 10:37:31,537 p=137864 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 10:37:31,736 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:31,751 p=137864 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 10:37:31,790 p=137864 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 10:37:31,827 p=137864 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 10:37:31,864 p=137864 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 10:37:31,905 p=137864 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 10:37:31,941 p=137864 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 10:37:31,979 p=137864 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 10:37:32,015 p=137864 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 10:37:32,051 p=137864 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 10:37:32,087 p=137864 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 10:37:32,125 p=137864 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 10:37:32,161 p=137864 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 10:37:32,199 p=137864 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 10:37:32,240 p=137864 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 10:37:32,277 p=137864 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 10:37:32,313 p=137864 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 10:37:32,351 p=137864 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 10:37:32,388 p=137864 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 10:37:32,426 p=137864 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 10:37:32,462 p=137864 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 10:37:32,507 p=137864 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 10:37:32,545 p=137864 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 10:37:32,581 p=137864 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 10:37:32,621 p=137864 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 10:37:32,662 p=137864 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 10:37:32,698 p=137864 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 10:37:32,735 p=137864 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 10:37:32,772 p=137864 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 10:37:32,809 p=137864 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 10:37:32,846 p=137864 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 10:37:32,883 p=137864 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 10:37:32,922 p=137864 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 10:37:32,960 p=137864 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 10:37:33,000 p=137864 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 10:37:33,044 p=137864 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 10:37:33,083 p=137864 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 10:37:33,123 p=137864 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 10:37:33,163 p=137864 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 10:37:33,372 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:33,381 p=137864 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 10:37:33,571 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:33,583 p=137864 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 10:37:33,804 p=137864 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568284651.491, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568284651.491, u'inode': 295044, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568284651.491, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 10:37:33,814 p=137864 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 10:37:34,010 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:34,025 p=137864 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 10:37:34,232 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:34,244 p=137864 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 10:37:34,294 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:34,305 p=137864 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:37:34,355 p=137864 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 10:37:34,366 p=137864 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 10:37:34,588 p=137864 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 10:37:34,759 p=137864 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 10:37:34,770 p=137864 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 10:37:34,972 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:34,984 p=137864 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 10:37:35,506 p=137864 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:37:35,666 p=137864 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:37:35,844 p=137864 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:37:35,855 p=137864 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 10:37:36,047 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:36,057 p=137864 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 10:37:36,256 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:36,266 p=137864 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 10:37:36,468 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:36,478 p=137864 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 10:37:36,676 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:36,687 p=137864 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 10:37:36,721 p=137864 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 10:37:39,994 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:40,004 p=137864 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 10:37:40,263 p=137864 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 10:37:40,476 p=137864 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 10:37:40,487 p=137864 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 10:37:40,727 p=137864 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 10:37:40,908 p=137864 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 10:37:41,095 p=137864 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 10:37:41,280 p=137864 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 10:37:41,472 p=137864 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 10:37:41,645 p=137864 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 10:37:41,659 p=137864 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 10:37:41,858 p=137864 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 10:37:42,096 p=137864 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 10:37:42,301 p=137864 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 10:37:42,503 p=137864 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 10:37:42,688 p=137864 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 10:37:42,700 p=137864 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 10:37:42,880 p=137864 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 10:37:43,071 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:43,081 p=137864 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 10:37:43,121 p=137864 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 10:37:43,161 p=137864 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 10:37:43,478 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:43,488 p=137864 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 10:37:43,728 p=137864 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 10:37:43,916 p=137864 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 10:37:43,928 p=137864 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 10:37:44,272 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:44,282 p=137864 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 10:37:44,481 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:44,493 p=137864 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 10:37:45,694 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:45,704 p=137864 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 10:37:45,746 p=137864 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 10:37:45,786 p=137864 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 10:37:45,826 p=137864 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 10:37:45,869 p=137864 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 10:37:45,911 p=137864 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 10:37:45,953 p=137864 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:37:45,997 p=137864 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 10:37:46,039 p=137864 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:37:46,079 p=137864 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 10:37:46,121 p=137864 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:37:46,162 p=137864 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 10:37:46,204 p=137864 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:37:46,248 p=137864 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 10:37:46,470 p=137864 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 10:37:46,635 p=137864 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 10:37:46,802 p=137864 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 10:37:46,964 p=137864 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 10:37:46,977 p=137864 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 10:37:47,028 p=137864 u=root | ok: [localhost] 2019-09-12 10:37:47,039 p=137864 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 10:37:47,080 p=137864 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 10:37:47,120 p=137864 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 10:37:47,159 p=137864 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 10:37:47,199 p=137864 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:37:47,247 p=137864 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 10:37:47,258 p=137864 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 10:37:47,300 p=137864 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 10:37:47,350 p=137864 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 10:37:47,563 p=137864 u=root | changed: [localhost] 2019-09-12 10:37:47,573 p=137864 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 10:39:19,356 p=137864 u=root | changed: [localhost] 2019-09-12 10:39:19,370 p=137864 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:39:19,432 p=137864 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568284667.62-138045650903404/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568284667.62-138045650903404/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 10:39:19,442 p=137864 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 10:39:19,496 p=137864 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 10:39:19,498 p=137864 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 10:39:19,499 p=137864 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 10:51:22,401 passlib.registry registered 'md5_crypt' handler: 2019-09-12 10:51:22,412 p=141170 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 10:51:22,602 p=141170 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 10:51:22,990 p=141170 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 10:51:23,144 p=141170 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 10:51:23,290 p=141170 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 10:51:23,442 p=141170 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 10:51:23,458 p=141170 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 10:51:23,543 p=141170 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 10:51:23,585 p=141170 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 10:51:23,631 p=141170 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 10:51:23,672 p=141170 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 10:51:23,723 p=141170 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 10:51:23,761 p=141170 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:51:23,802 p=141170 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 10:51:23,839 p=141170 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 10:51:24,240 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:24,249 p=141170 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 10:51:24,283 p=141170 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 10:51:24,456 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:24,467 p=141170 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 10:51:24,514 p=141170 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 10:51:24,559 p=141170 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 10:51:24,608 p=141170 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 10:51:24,654 p=141170 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 10:51:24,692 p=141170 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:51:24,735 p=141170 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 10:51:24,983 p=141170 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 10:51:25,201 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:25,214 p=141170 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 10:51:25,257 p=141170 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 10:51:25,450 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:25,461 p=141170 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 10:51:25,501 p=141170 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 10:51:25,544 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:25,554 p=141170 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 10:51:25,592 p=141170 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 10:51:25,640 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:25,653 p=141170 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 10:51:25,726 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:25,736 p=141170 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 10:51:25,773 p=141170 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 10:51:25,816 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:25,830 p=141170 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 10:51:25,876 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:25,885 p=141170 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 10:51:25,927 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:25,936 p=141170 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 10:51:25,995 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,004 p=141170 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 10:51:26,043 p=141170 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 10:51:26,082 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,093 p=141170 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 10:51:26,145 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,155 p=141170 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 10:51:26,202 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,211 p=141170 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 10:51:26,262 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,272 p=141170 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 10:51:26,315 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,324 p=141170 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 10:51:26,523 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:26,533 p=141170 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 10:51:26,737 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,751 p=141170 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 10:51:26,801 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,811 p=141170 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 10:51:26,857 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:26,867 p=141170 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 10:51:27,062 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:27,076 p=141170 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 10:51:27,130 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:27,140 p=141170 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 10:51:27,338 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:27,348 p=141170 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 10:51:27,395 p=141170 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 10:51:27,438 p=141170 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 10:51:27,479 p=141170 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 10:51:27,519 p=141170 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 10:51:27,557 p=141170 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 10:51:27,594 p=141170 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 10:51:27,631 p=141170 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 10:51:27,668 p=141170 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 10:51:27,702 p=141170 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 10:51:27,738 p=141170 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 10:51:27,774 p=141170 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 10:51:27,813 p=141170 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 10:51:27,854 p=141170 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 10:51:27,890 p=141170 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 10:51:27,927 p=141170 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 10:51:27,962 p=141170 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 10:51:28,001 p=141170 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 10:51:28,037 p=141170 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 10:51:28,244 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:28,254 p=141170 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 10:51:28,456 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:28,466 p=141170 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 10:51:28,506 p=141170 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 10:51:28,552 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:28,562 p=141170 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:51:28,601 p=141170 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 10:51:28,640 p=141170 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 10:51:29,082 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:29,091 p=141170 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 10:51:29,132 p=141170 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 10:51:29,322 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:29,331 p=141170 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 10:51:29,371 p=141170 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 10:51:29,823 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:29,833 p=141170 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 10:51:30,032 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:30,042 p=141170 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 10:51:30,090 p=141170 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 10:51:30,099 p=141170 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 10:51:30,142 p=141170 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 10:51:30,193 p=141170 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 10:51:30,238 p=141170 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 10:51:30,280 p=141170 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 10:51:30,327 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:30,378 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:30,388 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:30,443 p=141170 u=root | ok: [localhost] => (item=None) 2019-09-12 10:51:30,455 p=141170 u=root | ok: [localhost] => (item=None) 2019-09-12 10:51:30,469 p=141170 u=root | ok: [localhost] => (item=None) 2019-09-12 10:51:30,486 p=141170 u=root | ok: [localhost] => (item=None) 2019-09-12 10:51:30,487 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:30,498 p=141170 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 10:51:30,563 p=141170 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 10:51:30,573 p=141170 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 10:51:30,618 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:30,629 p=141170 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 10:51:30,669 p=141170 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 10:51:30,707 p=141170 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 10:51:30,746 p=141170 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 10:51:30,785 p=141170 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 10:51:30,823 p=141170 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 10:51:31,035 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:31,044 p=141170 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 10:51:31,082 p=141170 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 10:51:31,121 p=141170 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 10:51:31,174 p=141170 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 10:51:31,187 p=141170 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 10:51:31,198 p=141170 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 10:51:31,255 p=141170 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 10:51:31,268 p=141170 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 10:51:31,282 p=141170 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 10:51:31,297 p=141170 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 10:51:31,312 p=141170 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 10:51:31,328 p=141170 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 10:51:31,341 p=141170 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 10:51:31,356 p=141170 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 10:51:31,373 p=141170 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 10:51:31,384 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:31,430 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:31,440 p=141170 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 10:51:31,497 p=141170 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:51:31,514 p=141170 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:51:31,530 p=141170 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:51:31,551 p=141170 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:51:31,565 p=141170 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:51:31,584 p=141170 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 10:51:31,593 p=141170 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 10:51:31,706 p=141170 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 10:51:31,754 p=141170 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 10:51:31,764 p=141170 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 10:51:31,822 p=141170 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 10:51:31,898 p=141170 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 10:51:31,959 p=141170 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 10:51:32,064 p=141170 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 10:51:32,103 p=141170 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 10:51:32,145 p=141170 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 10:51:32,184 p=141170 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 10:51:32,223 p=141170 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 10:51:32,294 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:32,304 p=141170 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 10:51:32,402 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:32,411 p=141170 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 10:51:32,540 p=141170 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 10:51:32,553 p=141170 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 10:51:32,566 p=141170 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 10:51:32,579 p=141170 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 10:51:32,592 p=141170 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 10:51:32,605 p=141170 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 10:51:32,618 p=141170 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 10:51:32,632 p=141170 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 10:51:32,699 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:32,750 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:32,763 p=141170 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 10:51:32,805 p=141170 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 10:51:32,846 p=141170 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:51:32,887 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:32,942 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:32,953 p=141170 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 10:51:32,998 p=141170 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 10:51:33,038 p=141170 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:51:33,077 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:33,125 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:33,138 p=141170 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 10:51:33,180 p=141170 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 10:51:33,224 p=141170 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:51:33,262 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:33,318 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:33,331 p=141170 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 10:51:33,371 p=141170 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 10:51:33,410 p=141170 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:51:33,452 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:33,502 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:33,516 p=141170 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 10:51:33,557 p=141170 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 10:51:33,596 p=141170 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:51:33,635 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:33,683 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:33,695 p=141170 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 10:51:33,735 p=141170 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 10:51:33,785 p=141170 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:51:33,824 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:33,871 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:33,884 p=141170 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 10:51:33,924 p=141170 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 10:51:33,963 p=141170 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:51:34,004 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:34,054 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:34,067 p=141170 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 10:51:34,109 p=141170 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 10:51:34,149 p=141170 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 10:51:34,186 p=141170 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 10:51:34,238 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:34,247 p=141170 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 10:51:34,310 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:34,320 p=141170 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 10:51:34,372 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:34,383 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:34,447 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:34,457 p=141170 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 10:51:34,495 p=141170 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 10:51:34,555 p=141170 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 10:51:34,589 p=141170 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 10:51:34,626 p=141170 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 10:51:34,666 p=141170 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 10:51:34,710 p=141170 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 10:51:34,751 p=141170 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 10:51:34,794 p=141170 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 10:51:34,878 p=141170 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 10:51:34,922 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:34,939 p=141170 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 10:51:34,986 p=141170 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 10:51:35,037 p=141170 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 10:51:35,077 p=141170 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 10:51:35,117 p=141170 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 10:51:35,149 p=141170 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 10:51:35,191 p=141170 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 10:51:35,235 p=141170 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 10:51:35,277 p=141170 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 10:51:35,321 p=141170 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 10:51:35,367 p=141170 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 10:51:35,561 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:35,570 p=141170 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 10:51:36,011 p=141170 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 10:51:36,168 p=141170 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 10:51:36,331 p=141170 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 10:51:36,490 p=141170 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 10:51:36,662 p=141170 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 10:51:36,821 p=141170 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 10:51:36,983 p=141170 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 10:51:37,144 p=141170 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 10:51:37,320 p=141170 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 10:51:37,490 p=141170 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 10:51:37,652 p=141170 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 10:51:37,816 p=141170 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 10:51:37,974 p=141170 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 10:51:38,144 p=141170 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 10:51:38,307 p=141170 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 10:51:38,477 p=141170 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 10:51:38,636 p=141170 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 10:51:38,797 p=141170 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 10:51:38,964 p=141170 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 10:51:39,127 p=141170 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 10:51:39,293 p=141170 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 10:51:39,457 p=141170 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 10:51:39,629 p=141170 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 10:51:39,791 p=141170 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 10:51:39,954 p=141170 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 10:51:40,132 p=141170 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 10:51:40,303 p=141170 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 10:51:40,474 p=141170 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 10:51:40,648 p=141170 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 10:51:40,820 p=141170 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 10:51:40,993 p=141170 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 10:51:41,168 p=141170 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 10:51:41,338 p=141170 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 10:51:41,509 p=141170 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 10:51:41,669 p=141170 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 10:51:41,833 p=141170 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 10:51:42,005 p=141170 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 10:51:42,174 p=141170 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 10:51:42,335 p=141170 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 10:51:42,503 p=141170 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 10:51:42,676 p=141170 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 10:51:42,842 p=141170 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 10:51:43,018 p=141170 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 10:51:43,183 p=141170 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 10:51:43,352 p=141170 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 10:51:43,513 p=141170 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 10:51:43,682 p=141170 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 10:51:43,852 p=141170 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 10:51:44,025 p=141170 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 10:51:44,196 p=141170 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 10:51:44,358 p=141170 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 10:51:44,523 p=141170 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 10:51:44,686 p=141170 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 10:51:44,716 p=141170 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 10:51:44,912 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:44,924 p=141170 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 10:51:44,969 p=141170 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 10:51:45,007 p=141170 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 10:51:45,043 p=141170 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 10:51:45,079 p=141170 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 10:51:45,115 p=141170 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 10:51:45,151 p=141170 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 10:51:45,188 p=141170 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 10:51:45,229 p=141170 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 10:51:45,268 p=141170 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 10:51:45,304 p=141170 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 10:51:45,351 p=141170 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 10:51:45,388 p=141170 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 10:51:45,424 p=141170 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 10:51:45,460 p=141170 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 10:51:45,497 p=141170 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 10:51:45,535 p=141170 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 10:51:45,571 p=141170 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 10:51:45,607 p=141170 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 10:51:45,644 p=141170 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 10:51:45,677 p=141170 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 10:51:45,713 p=141170 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 10:51:45,749 p=141170 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 10:51:45,785 p=141170 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 10:51:45,821 p=141170 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 10:51:45,859 p=141170 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 10:51:45,896 p=141170 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 10:51:45,933 p=141170 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 10:51:45,972 p=141170 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 10:51:46,009 p=141170 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 10:51:46,046 p=141170 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 10:51:46,081 p=141170 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 10:51:46,118 p=141170 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 10:51:46,159 p=141170 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 10:51:46,196 p=141170 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 10:51:46,235 p=141170 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 10:51:46,276 p=141170 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 10:51:46,312 p=141170 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 10:51:46,507 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:46,517 p=141170 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 10:51:46,715 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:46,725 p=141170 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 10:51:46,934 p=141170 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568285504.666, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568285504.666, u'inode': 304096, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568285504.666, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 10:51:46,944 p=141170 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 10:51:47,146 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:47,157 p=141170 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 10:51:47,359 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:47,371 p=141170 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 10:51:47,421 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:47,432 p=141170 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:51:47,481 p=141170 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 10:51:47,492 p=141170 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 10:51:47,699 p=141170 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 10:51:47,878 p=141170 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 10:51:47,890 p=141170 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 10:51:48,088 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:48,099 p=141170 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 10:51:48,610 p=141170 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:51:48,771 p=141170 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:51:48,954 p=141170 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 10:51:48,967 p=141170 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 10:51:49,160 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:49,170 p=141170 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 10:51:49,390 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:49,400 p=141170 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 10:51:49,600 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:49,610 p=141170 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 10:51:49,811 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:49,821 p=141170 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 10:51:49,852 p=141170 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 10:51:53,142 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:53,156 p=141170 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 10:51:53,428 p=141170 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 10:51:53,658 p=141170 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 10:51:53,668 p=141170 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 10:51:53,905 p=141170 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 10:51:54,087 p=141170 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 10:51:54,275 p=141170 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 10:51:54,465 p=141170 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 10:51:54,646 p=141170 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 10:51:54,819 p=141170 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 10:51:54,830 p=141170 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 10:51:55,033 p=141170 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 10:51:55,279 p=141170 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 10:51:55,476 p=141170 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 10:51:55,668 p=141170 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 10:51:55,850 p=141170 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 10:51:55,862 p=141170 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 10:51:56,044 p=141170 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 10:51:56,228 p=141170 u=root | ok: [localhost] 2019-09-12 10:51:56,238 p=141170 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 10:51:56,279 p=141170 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 10:51:56,319 p=141170 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 10:51:56,635 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:56,646 p=141170 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 10:51:56,879 p=141170 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 10:51:57,075 p=141170 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 10:51:57,086 p=141170 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 10:51:57,437 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:57,448 p=141170 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 10:51:57,658 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:57,668 p=141170 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 10:51:59,481 p=141170 u=root | changed: [localhost] 2019-09-12 10:51:59,492 p=141170 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 10:51:59,531 p=141170 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 10:51:59,571 p=141170 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 10:51:59,610 p=141170 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 10:51:59,650 p=141170 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 10:51:59,691 p=141170 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 10:51:59,730 p=141170 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:51:59,769 p=141170 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 10:51:59,809 p=141170 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:51:59,851 p=141170 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 10:51:59,892 p=141170 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:51:59,932 p=141170 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 10:51:59,976 p=141170 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 10:52:00,022 p=141170 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 10:52:00,246 p=141170 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 10:52:00,406 p=141170 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 10:52:00,579 p=141170 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 10:52:00,749 p=141170 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 10:52:00,778 p=141170 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 10:52:00,824 p=141170 u=root | ok: [localhost] 2019-09-12 10:52:00,836 p=141170 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 10:52:00,876 p=141170 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 10:52:00,914 p=141170 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 10:52:00,953 p=141170 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 10:52:00,994 p=141170 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:52:01,044 p=141170 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 10:52:01,055 p=141170 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 10:52:01,109 p=141170 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 10:52:01,168 p=141170 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 10:52:01,378 p=141170 u=root | changed: [localhost] 2019-09-12 10:52:01,388 p=141170 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 10:59:09,998 p=141170 u=root | changed: [localhost] 2019-09-12 10:59:10,012 p=141170 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 10:59:10,072 p=141170 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568285521.43-197322695759225/populate_initial_config.py\", line 984, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568285521.43-197322695759225/populate_initial_config.py\", line 909, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568285521.43-197322695759225/populate_initial_config.py\", line 900, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568285521.43-197322695759225/populate_initial_config.py\", line 984, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568285521.43-197322695759225/populate_initial_config.py\", line 909, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568285521.43-197322695759225/populate_initial_config.py\", line 900, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "Populating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." ] } } 2019-09-12 10:59:10,087 p=141170 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 10:59:10,137 p=141170 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 10:59:10,141 p=141170 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 10:59:10,141 p=141170 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 11:48:55,930 passlib.registry registered 'md5_crypt' handler: 2019-09-12 11:48:55,942 p=149501 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 11:48:56,142 p=149501 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 11:48:56,563 p=149501 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 11:48:56,715 p=149501 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 11:48:56,882 p=149501 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 11:48:57,037 p=149501 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 11:48:57,048 p=149501 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 11:48:57,126 p=149501 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 11:48:57,168 p=149501 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 11:48:57,211 p=149501 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 11:48:57,251 p=149501 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 11:48:57,294 p=149501 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 11:48:57,333 p=149501 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:48:57,378 p=149501 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 11:48:57,419 p=149501 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 11:48:57,842 p=149501 u=root | changed: [localhost] 2019-09-12 11:48:57,852 p=149501 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 11:48:57,888 p=149501 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 11:48:58,086 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:58,096 p=149501 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 11:48:58,136 p=149501 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 11:48:58,173 p=149501 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 11:48:58,223 p=149501 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 11:48:58,263 p=149501 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 11:48:58,305 p=149501 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 11:48:58,347 p=149501 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 11:48:58,583 p=149501 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 11:48:58,789 p=149501 u=root | changed: [localhost] 2019-09-12 11:48:58,800 p=149501 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 11:48:58,840 p=149501 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 11:48:59,041 p=149501 u=root | changed: [localhost] 2019-09-12 11:48:59,051 p=149501 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 11:48:59,091 p=149501 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 11:48:59,137 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,146 p=149501 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 11:48:59,192 p=149501 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 11:48:59,240 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,251 p=149501 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 11:48:59,315 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,327 p=149501 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 11:48:59,369 p=149501 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 11:48:59,414 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,425 p=149501 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 11:48:59,476 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,486 p=149501 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 11:48:59,537 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,547 p=149501 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 11:48:59,609 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,619 p=149501 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 11:48:59,662 p=149501 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 11:48:59,705 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,716 p=149501 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 11:48:59,764 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,775 p=149501 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 11:48:59,825 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,840 p=149501 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 11:48:59,894 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,904 p=149501 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 11:48:59,948 p=149501 u=root | ok: [localhost] 2019-09-12 11:48:59,958 p=149501 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 11:49:00,184 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:00,196 p=149501 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 11:49:00,419 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:00,432 p=149501 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 11:49:00,480 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:00,490 p=149501 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 11:49:00,538 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:00,549 p=149501 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 11:49:00,742 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:00,752 p=149501 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 11:49:00,804 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:00,816 p=149501 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 11:49:01,017 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:01,030 p=149501 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 11:49:01,079 p=149501 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 11:49:01,125 p=149501 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 11:49:01,171 p=149501 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 11:49:01,213 p=149501 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 11:49:01,264 p=149501 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 11:49:01,303 p=149501 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 11:49:01,345 p=149501 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 11:49:01,389 p=149501 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 11:49:01,431 p=149501 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 11:49:01,472 p=149501 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 11:49:01,513 p=149501 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 11:49:01,558 p=149501 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 11:49:01,599 p=149501 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 11:49:01,639 p=149501 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 11:49:01,678 p=149501 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 11:49:01,718 p=149501 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 11:49:01,759 p=149501 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 11:49:01,799 p=149501 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 11:49:02,042 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:02,054 p=149501 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 11:49:02,281 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:02,291 p=149501 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 11:49:02,332 p=149501 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 11:49:02,380 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:02,391 p=149501 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:49:02,435 p=149501 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 11:49:02,486 p=149501 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 11:49:02,976 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:02,986 p=149501 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 11:49:03,028 p=149501 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 11:49:03,223 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:03,235 p=149501 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 11:49:03,278 p=149501 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 11:49:03,746 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:03,756 p=149501 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 11:49:03,968 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:03,979 p=149501 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:49:04,029 p=149501 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 11:49:04,042 p=149501 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 11:49:04,089 p=149501 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 11:49:04,135 p=149501 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 11:49:04,180 p=149501 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 11:49:04,226 p=149501 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 11:49:04,271 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:04,317 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:04,328 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:04,385 p=149501 u=root | ok: [localhost] => (item=None) 2019-09-12 11:49:04,397 p=149501 u=root | ok: [localhost] => (item=None) 2019-09-12 11:49:04,412 p=149501 u=root | ok: [localhost] => (item=None) 2019-09-12 11:49:04,427 p=149501 u=root | ok: [localhost] => (item=None) 2019-09-12 11:49:04,428 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:04,437 p=149501 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 11:49:04,500 p=149501 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 11:49:04,510 p=149501 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 11:49:04,556 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:04,567 p=149501 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 11:49:04,608 p=149501 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 11:49:04,649 p=149501 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 11:49:04,692 p=149501 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 11:49:04,734 p=149501 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 11:49:04,778 p=149501 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 11:49:04,996 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:05,006 p=149501 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 11:49:05,048 p=149501 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 11:49:05,095 p=149501 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 11:49:05,166 p=149501 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 11:49:05,174 p=149501 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 11:49:05,185 p=149501 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 11:49:05,245 p=149501 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 11:49:05,262 p=149501 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 11:49:05,277 p=149501 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 11:49:05,291 p=149501 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 11:49:05,306 p=149501 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 11:49:05,321 p=149501 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 11:49:05,337 p=149501 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 11:49:05,352 p=149501 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 11:49:05,373 p=149501 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 11:49:05,384 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:05,435 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:05,446 p=149501 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 11:49:05,531 p=149501 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:49:05,538 p=149501 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:49:05,567 p=149501 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:49:05,582 p=149501 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:49:05,599 p=149501 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:49:05,616 p=149501 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:49:05,627 p=149501 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 11:49:05,747 p=149501 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 11:49:05,798 p=149501 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 11:49:05,809 p=149501 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 11:49:05,870 p=149501 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 11:49:05,945 p=149501 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 11:49:06,008 p=149501 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 11:49:06,117 p=149501 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 11:49:06,158 p=149501 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 11:49:06,200 p=149501 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 11:49:06,243 p=149501 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 11:49:06,286 p=149501 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 11:49:06,367 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:06,378 p=149501 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 11:49:06,480 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:06,491 p=149501 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 11:49:06,611 p=149501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 11:49:06,624 p=149501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 11:49:06,637 p=149501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 11:49:06,650 p=149501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 11:49:06,663 p=149501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 11:49:06,678 p=149501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 11:49:06,743 p=149501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 11:49:06,757 p=149501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 11:49:06,773 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:06,829 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:06,845 p=149501 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 11:49:06,890 p=149501 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 11:49:06,930 p=149501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:49:06,972 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:07,027 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:07,040 p=149501 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 11:49:07,086 p=149501 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 11:49:07,130 p=149501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:49:07,173 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:07,226 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:07,243 p=149501 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 11:49:07,293 p=149501 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 11:49:07,350 p=149501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:49:07,400 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:07,460 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:07,478 p=149501 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 11:49:07,526 p=149501 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 11:49:07,569 p=149501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:49:07,613 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:07,671 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:07,684 p=149501 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 11:49:07,729 p=149501 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 11:49:07,777 p=149501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:49:07,821 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:07,875 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:07,889 p=149501 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 11:49:07,936 p=149501 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 11:49:07,983 p=149501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:49:08,027 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:08,083 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:08,095 p=149501 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 11:49:08,143 p=149501 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 11:49:08,188 p=149501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:49:08,231 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:08,292 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:08,307 p=149501 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 11:49:08,355 p=149501 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 11:49:08,398 p=149501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:49:08,459 p=149501 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 11:49:08,525 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:08,536 p=149501 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 11:49:08,608 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:08,619 p=149501 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 11:49:08,680 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:08,691 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:08,765 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:08,775 p=149501 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 11:49:08,816 p=149501 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 11:49:08,876 p=149501 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 11:49:08,920 p=149501 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 11:49:08,964 p=149501 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 11:49:09,010 p=149501 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 11:49:09,054 p=149501 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 11:49:09,100 p=149501 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 11:49:09,148 p=149501 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 11:49:09,240 p=149501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:49:09,288 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:09,305 p=149501 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 11:49:09,354 p=149501 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 11:49:09,404 p=149501 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 11:49:09,448 p=149501 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 11:49:09,491 p=149501 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 11:49:09,524 p=149501 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 11:49:09,570 p=149501 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 11:49:09,611 p=149501 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 11:49:09,665 p=149501 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 11:49:09,712 p=149501 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 11:49:09,757 p=149501 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 11:49:09,972 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:09,983 p=149501 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 11:49:10,470 p=149501 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 11:49:10,643 p=149501 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 11:49:10,815 p=149501 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 11:49:10,999 p=149501 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 11:49:11,165 p=149501 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 11:49:11,342 p=149501 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 11:49:11,509 p=149501 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 11:49:11,685 p=149501 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 11:49:11,846 p=149501 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 11:49:12,014 p=149501 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 11:49:12,185 p=149501 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 11:49:12,354 p=149501 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 11:49:12,560 p=149501 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 11:49:12,731 p=149501 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 11:49:12,899 p=149501 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 11:49:13,084 p=149501 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 11:49:13,254 p=149501 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 11:49:13,440 p=149501 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 11:49:13,604 p=149501 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 11:49:13,781 p=149501 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 11:49:13,952 p=149501 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 11:49:14,127 p=149501 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 11:49:14,292 p=149501 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 11:49:14,472 p=149501 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 11:49:14,641 p=149501 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 11:49:14,810 p=149501 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 11:49:14,982 p=149501 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 11:49:15,151 p=149501 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 11:49:15,325 p=149501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 11:49:15,497 p=149501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 11:49:15,665 p=149501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 11:49:15,840 p=149501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 11:49:16,016 p=149501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 11:49:16,209 p=149501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 11:49:16,384 p=149501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 11:49:16,559 p=149501 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 11:49:16,728 p=149501 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 11:49:16,901 p=149501 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 11:49:17,083 p=149501 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 11:49:17,273 p=149501 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 11:49:17,443 p=149501 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 11:49:17,610 p=149501 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 11:49:17,789 p=149501 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 11:49:17,966 p=149501 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 11:49:18,145 p=149501 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 11:49:18,323 p=149501 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 11:49:18,491 p=149501 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 11:49:18,656 p=149501 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 11:49:18,826 p=149501 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 11:49:19,006 p=149501 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 11:49:19,171 p=149501 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 11:49:19,346 p=149501 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 11:49:19,520 p=149501 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 11:49:19,547 p=149501 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 11:49:19,761 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:19,773 p=149501 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 11:49:19,813 p=149501 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 11:49:19,854 p=149501 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 11:49:19,895 p=149501 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 11:49:19,935 p=149501 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 11:49:19,974 p=149501 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 11:49:20,016 p=149501 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 11:49:20,055 p=149501 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 11:49:20,108 p=149501 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 11:49:20,151 p=149501 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 11:49:20,195 p=149501 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 11:49:20,248 p=149501 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 11:49:20,297 p=149501 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 11:49:20,346 p=149501 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 11:49:20,392 p=149501 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 11:49:20,443 p=149501 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 11:49:20,490 p=149501 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 11:49:20,530 p=149501 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 11:49:20,569 p=149501 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 11:49:20,608 p=149501 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 11:49:20,643 p=149501 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 11:49:20,685 p=149501 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 11:49:20,731 p=149501 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 11:49:20,773 p=149501 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 11:49:20,817 p=149501 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 11:49:20,858 p=149501 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 11:49:20,913 p=149501 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 11:49:20,954 p=149501 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 11:49:20,999 p=149501 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 11:49:21,040 p=149501 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 11:49:21,081 p=149501 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 11:49:21,123 p=149501 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 11:49:21,177 p=149501 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 11:49:21,217 p=149501 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 11:49:21,255 p=149501 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 11:49:21,302 p=149501 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 11:49:21,343 p=149501 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 11:49:21,384 p=149501 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 11:49:21,608 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:21,623 p=149501 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 11:49:21,842 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:21,855 p=149501 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 11:49:22,116 p=149501 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568288959.502, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568288959.502, u'inode': 329147, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568288959.502, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 11:49:22,131 p=149501 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 11:49:22,352 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:22,363 p=149501 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 11:49:22,565 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:22,577 p=149501 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 11:49:22,628 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:22,640 p=149501 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:49:22,690 p=149501 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 11:49:22,706 p=149501 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 11:49:22,973 p=149501 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 11:49:23,167 p=149501 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 11:49:23,180 p=149501 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 11:49:23,423 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:23,437 p=149501 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 11:49:23,984 p=149501 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:49:24,163 p=149501 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:49:24,351 p=149501 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:49:24,364 p=149501 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 11:49:24,586 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:24,597 p=149501 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 11:49:24,828 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:24,840 p=149501 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 11:49:25,056 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:25,066 p=149501 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 11:49:25,294 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:25,306 p=149501 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 11:49:25,345 p=149501 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 11:49:28,648 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:28,660 p=149501 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 11:49:28,936 p=149501 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 11:49:29,172 p=149501 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 11:49:29,184 p=149501 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 11:49:29,437 p=149501 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 11:49:29,630 p=149501 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 11:49:29,825 p=149501 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 11:49:30,037 p=149501 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 11:49:30,226 p=149501 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 11:49:30,412 p=149501 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 11:49:30,425 p=149501 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 11:49:30,637 p=149501 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 11:49:30,885 p=149501 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 11:49:31,089 p=149501 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 11:49:31,312 p=149501 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 11:49:31,508 p=149501 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 11:49:31,522 p=149501 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 11:49:31,718 p=149501 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 11:49:31,911 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:31,921 p=149501 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 11:49:31,965 p=149501 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 11:49:32,010 p=149501 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 11:49:32,365 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:32,375 p=149501 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 11:49:32,652 p=149501 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 11:49:32,854 p=149501 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 11:49:32,872 p=149501 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 11:49:33,292 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:33,306 p=149501 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 11:49:33,519 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:33,531 p=149501 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 11:49:34,385 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:34,399 p=149501 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 11:49:34,444 p=149501 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 11:49:34,487 p=149501 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 11:49:34,531 p=149501 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 11:49:34,588 p=149501 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 11:49:34,633 p=149501 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 11:49:34,676 p=149501 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:49:34,719 p=149501 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 11:49:34,763 p=149501 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:49:34,809 p=149501 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 11:49:34,853 p=149501 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:49:34,899 p=149501 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 11:49:34,945 p=149501 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:49:34,989 p=149501 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 11:49:35,213 p=149501 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 11:49:35,389 p=149501 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 11:49:35,571 p=149501 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 11:49:35,748 p=149501 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 11:49:35,760 p=149501 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 11:49:35,814 p=149501 u=root | ok: [localhost] 2019-09-12 11:49:35,826 p=149501 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 11:49:35,867 p=149501 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 11:49:35,912 p=149501 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 11:49:35,957 p=149501 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 11:49:36,007 p=149501 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:49:36,059 p=149501 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 11:49:36,070 p=149501 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 11:49:36,124 p=149501 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 11:49:36,171 p=149501 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 11:49:36,397 p=149501 u=root | changed: [localhost] 2019-09-12 11:49:36,408 p=149501 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 11:51:09,570 p=149501 u=root | changed: [localhost] 2019-09-12 11:51:09,586 p=149501 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:51:09,652 p=149501 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568288976.46-151303412449705/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568288976.46-151303412449705/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 11:51:09,662 p=149501 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 11:51:09,714 p=149501 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 11:51:09,717 p=149501 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 11:51:09,717 p=149501 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 11:51:57,085 passlib.registry registered 'md5_crypt' handler: 2019-09-12 11:51:57,096 p=151018 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 11:51:57,290 p=151018 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 11:51:57,703 p=151018 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 11:51:57,853 p=151018 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 11:51:58,005 p=151018 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 11:51:58,172 p=151018 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 11:51:58,182 p=151018 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 11:51:58,266 p=151018 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 11:51:58,312 p=151018 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 11:51:58,354 p=151018 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 11:51:58,391 p=151018 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 11:51:58,436 p=151018 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 11:51:58,476 p=151018 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:51:58,522 p=151018 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 11:51:58,581 p=151018 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 11:51:59,018 p=151018 u=root | changed: [localhost] 2019-09-12 11:51:59,027 p=151018 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 11:51:59,065 p=151018 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 11:51:59,250 p=151018 u=root | ok: [localhost] 2019-09-12 11:51:59,261 p=151018 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 11:51:59,304 p=151018 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 11:51:59,344 p=151018 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 11:51:59,391 p=151018 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 11:51:59,430 p=151018 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 11:51:59,474 p=151018 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 11:51:59,515 p=151018 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 11:51:59,764 p=151018 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 11:51:59,962 p=151018 u=root | changed: [localhost] 2019-09-12 11:51:59,973 p=151018 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 11:52:00,014 p=151018 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 11:52:00,225 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:00,240 p=151018 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 11:52:00,283 p=151018 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 11:52:00,332 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,343 p=151018 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 11:52:00,383 p=151018 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 11:52:00,431 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,442 p=151018 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 11:52:00,508 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,520 p=151018 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 11:52:00,561 p=151018 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 11:52:00,605 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,617 p=151018 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 11:52:00,668 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,680 p=151018 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 11:52:00,723 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,736 p=151018 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 11:52:00,798 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,809 p=151018 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 11:52:00,853 p=151018 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 11:52:00,900 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,910 p=151018 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 11:52:00,955 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:00,965 p=151018 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 11:52:01,015 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:01,027 p=151018 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 11:52:01,079 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:01,090 p=151018 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 11:52:01,137 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:01,147 p=151018 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 11:52:01,359 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:01,370 p=151018 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 11:52:01,586 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:01,597 p=151018 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 11:52:01,645 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:01,656 p=151018 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 11:52:01,708 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:01,720 p=151018 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 11:52:01,922 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:01,932 p=151018 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 11:52:01,987 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:01,998 p=151018 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 11:52:02,195 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:02,205 p=151018 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 11:52:02,255 p=151018 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 11:52:02,299 p=151018 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 11:52:02,343 p=151018 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 11:52:02,383 p=151018 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 11:52:02,422 p=151018 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 11:52:02,463 p=151018 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 11:52:02,503 p=151018 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 11:52:02,545 p=151018 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 11:52:02,586 p=151018 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 11:52:02,627 p=151018 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 11:52:02,669 p=151018 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 11:52:02,709 p=151018 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 11:52:02,750 p=151018 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 11:52:02,790 p=151018 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 11:52:02,831 p=151018 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 11:52:02,873 p=151018 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 11:52:02,913 p=151018 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 11:52:02,955 p=151018 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 11:52:03,193 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:03,204 p=151018 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 11:52:03,429 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:03,442 p=151018 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 11:52:03,482 p=151018 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 11:52:03,530 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:03,541 p=151018 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:52:03,583 p=151018 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 11:52:03,624 p=151018 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 11:52:04,089 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:04,100 p=151018 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 11:52:04,143 p=151018 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 11:52:04,344 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:04,354 p=151018 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 11:52:04,396 p=151018 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 11:52:04,862 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:04,874 p=151018 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 11:52:05,072 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:05,083 p=151018 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:52:05,130 p=151018 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 11:52:05,141 p=151018 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 11:52:05,187 p=151018 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 11:52:05,232 p=151018 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 11:52:05,281 p=151018 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 11:52:05,328 p=151018 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 11:52:05,376 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:05,424 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:05,437 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:05,501 p=151018 u=root | ok: [localhost] => (item=None) 2019-09-12 11:52:05,513 p=151018 u=root | ok: [localhost] => (item=None) 2019-09-12 11:52:05,526 p=151018 u=root | ok: [localhost] => (item=None) 2019-09-12 11:52:05,544 p=151018 u=root | ok: [localhost] => (item=None) 2019-09-12 11:52:05,545 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:05,556 p=151018 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 11:52:05,626 p=151018 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 11:52:05,636 p=151018 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 11:52:05,687 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:05,700 p=151018 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 11:52:05,742 p=151018 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 11:52:05,784 p=151018 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 11:52:05,827 p=151018 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 11:52:05,872 p=151018 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 11:52:05,914 p=151018 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 11:52:06,133 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:06,143 p=151018 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 11:52:06,186 p=151018 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 11:52:06,230 p=151018 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 11:52:06,286 p=151018 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 11:52:06,299 p=151018 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 11:52:06,309 p=151018 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 11:52:06,369 p=151018 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 11:52:06,384 p=151018 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 11:52:06,398 p=151018 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 11:52:06,415 p=151018 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 11:52:06,428 p=151018 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 11:52:06,442 p=151018 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 11:52:06,456 p=151018 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 11:52:06,471 p=151018 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 11:52:06,486 p=151018 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 11:52:06,497 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:06,546 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:06,556 p=151018 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 11:52:06,620 p=151018 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:52:06,642 p=151018 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:52:06,659 p=151018 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:52:06,676 p=151018 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:52:06,692 p=151018 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:52:06,707 p=151018 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:52:06,718 p=151018 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 11:52:06,831 p=151018 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 11:52:06,884 p=151018 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 11:52:06,895 p=151018 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 11:52:06,972 p=151018 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 11:52:07,067 p=151018 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 11:52:07,128 p=151018 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 11:52:07,233 p=151018 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 11:52:07,275 p=151018 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 11:52:07,316 p=151018 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 11:52:07,373 p=151018 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 11:52:07,416 p=151018 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 11:52:07,494 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:07,505 p=151018 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 11:52:07,600 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:07,615 p=151018 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 11:52:07,742 p=151018 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 11:52:07,756 p=151018 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 11:52:07,769 p=151018 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 11:52:07,783 p=151018 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 11:52:07,796 p=151018 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 11:52:07,810 p=151018 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 11:52:07,888 p=151018 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 11:52:07,901 p=151018 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 11:52:07,917 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:07,971 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:07,985 p=151018 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 11:52:08,029 p=151018 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 11:52:08,073 p=151018 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:52:08,115 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:08,166 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:08,179 p=151018 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 11:52:08,221 p=151018 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 11:52:08,268 p=151018 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:52:08,312 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:08,367 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:08,380 p=151018 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 11:52:08,423 p=151018 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 11:52:08,464 p=151018 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:52:08,506 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:08,565 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:08,580 p=151018 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 11:52:08,624 p=151018 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 11:52:08,673 p=151018 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:52:08,717 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:08,770 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:08,783 p=151018 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 11:52:08,833 p=151018 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 11:52:08,875 p=151018 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:52:08,919 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:08,979 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:08,993 p=151018 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 11:52:09,036 p=151018 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 11:52:09,084 p=151018 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:52:09,132 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:09,185 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:09,199 p=151018 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 11:52:09,245 p=151018 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 11:52:09,290 p=151018 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:52:09,333 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:09,392 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:09,406 p=151018 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 11:52:09,461 p=151018 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 11:52:09,506 p=151018 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:52:09,552 p=151018 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 11:52:09,620 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:09,630 p=151018 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 11:52:09,696 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:09,706 p=151018 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 11:52:09,760 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:09,770 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:09,837 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:09,849 p=151018 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 11:52:09,889 p=151018 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 11:52:09,946 p=151018 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 11:52:09,982 p=151018 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 11:52:10,021 p=151018 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 11:52:10,066 p=151018 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 11:52:10,111 p=151018 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 11:52:10,156 p=151018 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 11:52:10,204 p=151018 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 11:52:10,316 p=151018 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:52:10,363 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:10,380 p=151018 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 11:52:10,429 p=151018 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 11:52:10,480 p=151018 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 11:52:10,525 p=151018 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 11:52:10,567 p=151018 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 11:52:10,601 p=151018 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 11:52:10,645 p=151018 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 11:52:10,689 p=151018 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 11:52:10,735 p=151018 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 11:52:10,782 p=151018 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 11:52:10,829 p=151018 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 11:52:11,051 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:11,061 p=151018 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 11:52:11,543 p=151018 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 11:52:11,711 p=151018 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 11:52:11,890 p=151018 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 11:52:12,066 p=151018 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 11:52:12,238 p=151018 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 11:52:12,417 p=151018 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 11:52:12,586 p=151018 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 11:52:12,759 p=151018 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 11:52:12,937 p=151018 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 11:52:13,118 p=151018 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 11:52:13,286 p=151018 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 11:52:13,464 p=151018 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 11:52:13,641 p=151018 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 11:52:13,806 p=151018 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 11:52:13,981 p=151018 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 11:52:14,148 p=151018 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 11:52:14,321 p=151018 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 11:52:14,489 p=151018 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 11:52:14,660 p=151018 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 11:52:14,839 p=151018 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 11:52:15,015 p=151018 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 11:52:15,193 p=151018 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 11:52:15,364 p=151018 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 11:52:15,541 p=151018 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 11:52:15,706 p=151018 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 11:52:15,887 p=151018 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 11:52:16,049 p=151018 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 11:52:16,223 p=151018 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 11:52:16,401 p=151018 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 11:52:16,582 p=151018 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 11:52:16,750 p=151018 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 11:52:16,916 p=151018 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 11:52:17,085 p=151018 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 11:52:17,264 p=151018 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 11:52:17,434 p=151018 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 11:52:17,627 p=151018 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 11:52:17,812 p=151018 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 11:52:17,994 p=151018 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 11:52:18,164 p=151018 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 11:52:18,331 p=151018 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 11:52:18,500 p=151018 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 11:52:18,673 p=151018 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 11:52:18,850 p=151018 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 11:52:19,025 p=151018 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 11:52:19,201 p=151018 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 11:52:19,383 p=151018 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 11:52:19,563 p=151018 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 11:52:19,741 p=151018 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 11:52:19,917 p=151018 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 11:52:20,097 p=151018 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 11:52:20,293 p=151018 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 11:52:20,483 p=151018 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 11:52:20,666 p=151018 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 11:52:20,690 p=151018 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 11:52:20,899 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:20,912 p=151018 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 11:52:20,954 p=151018 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 11:52:20,997 p=151018 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 11:52:21,038 p=151018 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 11:52:21,083 p=151018 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 11:52:21,150 p=151018 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 11:52:21,190 p=151018 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 11:52:21,230 p=151018 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 11:52:21,270 p=151018 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 11:52:21,309 p=151018 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 11:52:21,350 p=151018 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 11:52:21,394 p=151018 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 11:52:21,435 p=151018 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 11:52:21,486 p=151018 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 11:52:21,527 p=151018 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 11:52:21,576 p=151018 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 11:52:21,619 p=151018 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 11:52:21,667 p=151018 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 11:52:21,706 p=151018 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 11:52:21,747 p=151018 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 11:52:21,786 p=151018 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 11:52:21,826 p=151018 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 11:52:21,878 p=151018 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 11:52:21,919 p=151018 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 11:52:21,962 p=151018 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 11:52:22,001 p=151018 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 11:52:22,041 p=151018 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 11:52:22,090 p=151018 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 11:52:22,131 p=151018 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 11:52:22,171 p=151018 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 11:52:22,212 p=151018 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 11:52:22,261 p=151018 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 11:52:22,311 p=151018 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 11:52:22,356 p=151018 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 11:52:22,410 p=151018 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 11:52:22,452 p=151018 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 11:52:22,493 p=151018 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 11:52:22,539 p=151018 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 11:52:22,766 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:22,778 p=151018 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 11:52:22,987 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:22,998 p=151018 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 11:52:23,260 p=151018 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568289140.644, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568289140.644, u'inode': 335034, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568289140.645, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 11:52:23,273 p=151018 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 11:52:23,510 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:23,521 p=151018 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 11:52:23,738 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:23,748 p=151018 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 11:52:23,804 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:23,816 p=151018 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:52:23,881 p=151018 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 11:52:23,893 p=151018 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 11:52:24,129 p=151018 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 11:52:24,308 p=151018 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 11:52:24,319 p=151018 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 11:52:24,535 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:24,547 p=151018 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 11:52:25,126 p=151018 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:52:25,309 p=151018 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:52:25,515 p=151018 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:52:25,529 p=151018 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 11:52:25,744 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:25,755 p=151018 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 11:52:25,989 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:26,006 p=151018 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 11:52:26,233 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:26,243 p=151018 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 11:52:26,455 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:26,468 p=151018 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 11:52:26,507 p=151018 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 11:52:29,955 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:29,966 p=151018 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 11:52:30,238 p=151018 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 11:52:30,467 p=151018 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 11:52:30,479 p=151018 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 11:52:30,722 p=151018 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 11:52:30,922 p=151018 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 11:52:31,130 p=151018 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 11:52:31,331 p=151018 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 11:52:31,514 p=151018 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 11:52:31,704 p=151018 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 11:52:31,720 p=151018 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 11:52:31,927 p=151018 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 11:52:32,190 p=151018 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 11:52:32,402 p=151018 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 11:52:32,608 p=151018 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 11:52:32,797 p=151018 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 11:52:32,808 p=151018 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 11:52:32,995 p=151018 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 11:52:33,192 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:33,204 p=151018 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 11:52:33,249 p=151018 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 11:52:33,294 p=151018 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 11:52:33,651 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:33,661 p=151018 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 11:52:33,906 p=151018 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 11:52:34,100 p=151018 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 11:52:34,115 p=151018 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 11:52:34,492 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:34,505 p=151018 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 11:52:34,716 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:34,728 p=151018 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 11:52:35,967 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:35,981 p=151018 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 11:52:36,026 p=151018 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 11:52:36,068 p=151018 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 11:52:36,109 p=151018 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 11:52:36,155 p=151018 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 11:52:36,204 p=151018 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 11:52:36,248 p=151018 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:52:36,290 p=151018 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 11:52:36,332 p=151018 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:52:36,375 p=151018 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 11:52:36,422 p=151018 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:52:36,467 p=151018 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 11:52:36,512 p=151018 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:52:36,561 p=151018 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 11:52:36,794 p=151018 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 11:52:36,973 p=151018 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 11:52:37,149 p=151018 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 11:52:37,312 p=151018 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 11:52:37,324 p=151018 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 11:52:37,380 p=151018 u=root | ok: [localhost] 2019-09-12 11:52:37,392 p=151018 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 11:52:37,434 p=151018 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 11:52:37,476 p=151018 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 11:52:37,519 p=151018 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 11:52:37,567 p=151018 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:52:37,619 p=151018 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 11:52:37,630 p=151018 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 11:52:37,678 p=151018 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 11:52:37,731 p=151018 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 11:52:37,955 p=151018 u=root | changed: [localhost] 2019-09-12 11:52:37,965 p=151018 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 11:53:42,002 p=151018 u=root | changed: [localhost] 2019-09-12 11:53:42,025 p=151018 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:53:42,097 p=151018 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289158.02-109779986235700/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289158.02-109779986235700/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 11:53:42,108 p=151018 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 11:53:42,160 p=151018 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 11:53:42,163 p=151018 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 11:53:42,163 p=151018 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 11:55:28,109 passlib.registry registered 'md5_crypt' handler: 2019-09-12 11:55:28,121 p=152565 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 11:55:28,322 p=152565 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 11:55:28,768 p=152565 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 11:55:28,930 p=152565 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 11:55:29,087 p=152565 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 11:55:29,253 p=152565 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 11:55:29,264 p=152565 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 11:55:29,354 p=152565 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 11:55:29,397 p=152565 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 11:55:29,446 p=152565 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 11:55:29,484 p=152565 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 11:55:29,526 p=152565 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 11:55:29,566 p=152565 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:55:29,612 p=152565 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 11:55:29,654 p=152565 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 11:55:30,088 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:30,099 p=152565 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 11:55:30,143 p=152565 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 11:55:30,340 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:30,350 p=152565 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 11:55:30,388 p=152565 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 11:55:30,427 p=152565 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 11:55:30,477 p=152565 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 11:55:30,520 p=152565 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 11:55:30,567 p=152565 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 11:55:30,608 p=152565 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 11:55:30,863 p=152565 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 11:55:31,065 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:31,075 p=152565 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 11:55:31,116 p=152565 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 11:55:31,323 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:31,335 p=152565 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 11:55:31,381 p=152565 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 11:55:31,432 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:31,443 p=152565 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 11:55:31,484 p=152565 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 11:55:31,534 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:31,545 p=152565 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 11:55:31,612 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:31,622 p=152565 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 11:55:31,663 p=152565 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 11:55:31,707 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:31,718 p=152565 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 11:55:31,767 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:31,776 p=152565 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 11:55:31,823 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:31,833 p=152565 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 11:55:31,893 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:31,904 p=152565 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 11:55:31,945 p=152565 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 11:55:31,990 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:32,001 p=152565 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 11:55:32,049 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:32,061 p=152565 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 11:55:32,111 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:32,121 p=152565 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 11:55:32,169 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:32,180 p=152565 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 11:55:32,223 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:32,233 p=152565 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 11:55:32,451 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:32,461 p=152565 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 11:55:32,675 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:32,685 p=152565 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 11:55:32,737 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:32,749 p=152565 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 11:55:32,797 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:32,807 p=152565 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 11:55:33,006 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:33,016 p=152565 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 11:55:33,066 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:33,076 p=152565 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 11:55:33,270 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:33,281 p=152565 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 11:55:33,330 p=152565 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 11:55:33,373 p=152565 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 11:55:33,415 p=152565 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 11:55:33,453 p=152565 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 11:55:33,493 p=152565 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 11:55:33,532 p=152565 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 11:55:33,573 p=152565 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 11:55:33,619 p=152565 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 11:55:33,659 p=152565 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 11:55:33,701 p=152565 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 11:55:33,745 p=152565 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 11:55:33,786 p=152565 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 11:55:33,825 p=152565 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 11:55:33,864 p=152565 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 11:55:33,904 p=152565 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 11:55:33,943 p=152565 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 11:55:33,982 p=152565 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 11:55:34,022 p=152565 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 11:55:34,255 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:34,266 p=152565 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 11:55:34,491 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:34,502 p=152565 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 11:55:34,546 p=152565 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 11:55:34,600 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:34,610 p=152565 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:55:34,654 p=152565 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 11:55:34,694 p=152565 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 11:55:35,158 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:35,169 p=152565 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 11:55:35,212 p=152565 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 11:55:35,411 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:35,424 p=152565 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 11:55:35,466 p=152565 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 11:55:35,930 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:35,943 p=152565 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 11:55:36,161 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:36,172 p=152565 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:55:36,221 p=152565 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 11:55:36,232 p=152565 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 11:55:36,280 p=152565 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 11:55:36,328 p=152565 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 11:55:36,373 p=152565 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 11:55:36,418 p=152565 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 11:55:36,465 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:36,511 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:36,523 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:36,582 p=152565 u=root | ok: [localhost] => (item=None) 2019-09-12 11:55:36,595 p=152565 u=root | ok: [localhost] => (item=None) 2019-09-12 11:55:36,610 p=152565 u=root | ok: [localhost] => (item=None) 2019-09-12 11:55:36,625 p=152565 u=root | ok: [localhost] => (item=None) 2019-09-12 11:55:36,625 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:36,636 p=152565 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 11:55:36,701 p=152565 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 11:55:36,710 p=152565 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 11:55:36,754 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:36,764 p=152565 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 11:55:36,803 p=152565 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 11:55:36,844 p=152565 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 11:55:36,887 p=152565 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 11:55:36,932 p=152565 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 11:55:36,980 p=152565 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 11:55:37,209 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:37,220 p=152565 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 11:55:37,266 p=152565 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 11:55:37,311 p=152565 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 11:55:37,370 p=152565 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 11:55:37,385 p=152565 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 11:55:37,395 p=152565 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 11:55:37,455 p=152565 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 11:55:37,470 p=152565 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 11:55:37,485 p=152565 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 11:55:37,508 p=152565 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 11:55:37,522 p=152565 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 11:55:37,537 p=152565 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 11:55:37,551 p=152565 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 11:55:37,566 p=152565 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 11:55:37,587 p=152565 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 11:55:37,599 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:37,651 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:37,661 p=152565 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 11:55:37,744 p=152565 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:55:37,760 p=152565 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:55:37,776 p=152565 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:55:37,792 p=152565 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:55:37,815 p=152565 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:55:37,831 p=152565 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:55:37,843 p=152565 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 11:55:37,963 p=152565 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 11:55:38,018 p=152565 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 11:55:38,030 p=152565 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 11:55:38,096 p=152565 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 11:55:38,173 p=152565 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 11:55:38,234 p=152565 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 11:55:38,340 p=152565 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 11:55:38,381 p=152565 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 11:55:38,423 p=152565 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 11:55:38,468 p=152565 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 11:55:38,510 p=152565 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 11:55:38,590 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:38,605 p=152565 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 11:55:38,701 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:38,716 p=152565 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 11:55:38,843 p=152565 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 11:55:38,857 p=152565 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 11:55:38,870 p=152565 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 11:55:38,883 p=152565 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 11:55:38,896 p=152565 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 11:55:38,910 p=152565 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 11:55:38,989 p=152565 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 11:55:39,002 p=152565 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 11:55:39,018 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:39,074 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:39,090 p=152565 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 11:55:39,135 p=152565 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 11:55:39,176 p=152565 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:55:39,222 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:39,276 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:39,288 p=152565 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 11:55:39,334 p=152565 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 11:55:39,377 p=152565 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:55:39,426 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:39,483 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:39,496 p=152565 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 11:55:39,539 p=152565 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 11:55:39,593 p=152565 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:55:39,640 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:39,696 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:39,712 p=152565 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 11:55:39,770 p=152565 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 11:55:39,813 p=152565 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:55:39,857 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:39,910 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:39,923 p=152565 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 11:55:39,968 p=152565 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 11:55:40,012 p=152565 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:55:40,055 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:40,108 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:40,122 p=152565 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 11:55:40,170 p=152565 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 11:55:40,214 p=152565 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:55:40,256 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:40,309 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:40,322 p=152565 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 11:55:40,368 p=152565 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 11:55:40,413 p=152565 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:55:40,457 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:40,515 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:40,528 p=152565 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 11:55:40,571 p=152565 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 11:55:40,615 p=152565 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:55:40,667 p=152565 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 11:55:40,729 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:40,743 p=152565 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 11:55:40,818 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:40,835 p=152565 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 11:55:40,897 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:40,907 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:40,981 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:40,994 p=152565 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 11:55:41,037 p=152565 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 11:55:41,096 p=152565 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 11:55:41,132 p=152565 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 11:55:41,173 p=152565 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 11:55:41,222 p=152565 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 11:55:41,267 p=152565 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 11:55:41,313 p=152565 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 11:55:41,373 p=152565 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 11:55:41,464 p=152565 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:55:41,512 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:41,529 p=152565 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 11:55:41,580 p=152565 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 11:55:41,634 p=152565 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 11:55:41,680 p=152565 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 11:55:41,726 p=152565 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 11:55:41,760 p=152565 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 11:55:41,806 p=152565 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 11:55:41,852 p=152565 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 11:55:41,901 p=152565 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 11:55:41,952 p=152565 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 11:55:41,999 p=152565 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 11:55:42,230 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:42,241 p=152565 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 11:55:42,726 p=152565 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 11:55:42,891 p=152565 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 11:55:43,064 p=152565 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 11:55:43,241 p=152565 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 11:55:43,417 p=152565 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 11:55:43,589 p=152565 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 11:55:43,762 p=152565 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 11:55:43,930 p=152565 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 11:55:44,099 p=152565 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 11:55:44,276 p=152565 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 11:55:44,445 p=152565 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 11:55:44,629 p=152565 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 11:55:44,798 p=152565 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 11:55:44,973 p=152565 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 11:55:45,139 p=152565 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 11:55:45,305 p=152565 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 11:55:45,471 p=152565 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 11:55:45,638 p=152565 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 11:55:45,810 p=152565 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 11:55:45,974 p=152565 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 11:55:46,156 p=152565 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 11:55:46,324 p=152565 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 11:55:46,496 p=152565 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 11:55:46,672 p=152565 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 11:55:46,850 p=152565 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 11:55:47,031 p=152565 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 11:55:47,197 p=152565 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 11:55:47,370 p=152565 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 11:55:47,545 p=152565 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 11:55:47,710 p=152565 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 11:55:47,878 p=152565 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 11:55:48,049 p=152565 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 11:55:48,221 p=152565 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 11:55:48,402 p=152565 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 11:55:48,575 p=152565 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 11:55:48,753 p=152565 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 11:55:48,928 p=152565 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 11:55:49,103 p=152565 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 11:55:49,282 p=152565 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 11:55:49,464 p=152565 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 11:55:49,642 p=152565 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 11:55:49,820 p=152565 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 11:55:49,990 p=152565 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 11:55:50,158 p=152565 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 11:55:50,332 p=152565 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 11:55:50,515 p=152565 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 11:55:50,708 p=152565 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 11:55:50,887 p=152565 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 11:55:51,076 p=152565 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 11:55:51,269 p=152565 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 11:55:51,448 p=152565 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 11:55:51,632 p=152565 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 11:55:51,826 p=152565 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 11:55:51,852 p=152565 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 11:55:52,067 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:52,078 p=152565 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 11:55:52,118 p=152565 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 11:55:52,163 p=152565 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 11:55:52,206 p=152565 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 11:55:52,246 p=152565 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 11:55:52,286 p=152565 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 11:55:52,325 p=152565 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 11:55:52,366 p=152565 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 11:55:52,405 p=152565 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 11:55:52,446 p=152565 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 11:55:52,486 p=152565 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 11:55:52,527 p=152565 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 11:55:52,573 p=152565 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 11:55:52,612 p=152565 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 11:55:52,653 p=152565 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 11:55:52,692 p=152565 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 11:55:52,732 p=152565 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 11:55:52,773 p=152565 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 11:55:52,813 p=152565 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 11:55:52,856 p=152565 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 11:55:52,895 p=152565 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 11:55:52,935 p=152565 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 11:55:52,979 p=152565 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 11:55:53,026 p=152565 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 11:55:53,075 p=152565 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 11:55:53,116 p=152565 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 11:55:53,158 p=152565 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 11:55:53,198 p=152565 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 11:55:53,245 p=152565 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 11:55:53,287 p=152565 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 11:55:53,327 p=152565 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 11:55:53,368 p=152565 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 11:55:53,411 p=152565 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 11:55:53,451 p=152565 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 11:55:53,490 p=152565 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 11:55:53,530 p=152565 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 11:55:53,569 p=152565 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 11:55:53,609 p=152565 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 11:55:53,820 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:53,830 p=152565 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 11:55:54,035 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:54,046 p=152565 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 11:55:54,279 p=152565 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568289351.805, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568289351.805, u'inode': 337478, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568289351.805, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 11:55:54,290 p=152565 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 11:55:54,508 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:54,519 p=152565 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 11:55:54,728 p=152565 u=root | changed: [localhost] 2019-09-12 11:55:54,740 p=152565 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 11:55:54,796 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:54,807 p=152565 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:55:54,859 p=152565 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 11:55:54,869 p=152565 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 11:55:55,102 p=152565 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 11:55:55,286 p=152565 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 11:55:55,298 p=152565 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 11:55:55,537 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:55,549 p=152565 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 11:55:56,114 p=152565 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:55:56,311 p=152565 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:55:56,489 p=152565 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:55:56,501 p=152565 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 11:55:56,706 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:56,717 p=152565 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 11:55:56,935 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:56,947 p=152565 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 11:55:57,167 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:57,177 p=152565 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 11:55:57,383 p=152565 u=root | ok: [localhost] 2019-09-12 11:55:57,394 p=152565 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 11:55:57,430 p=152565 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 11:56:00,562 p=152565 u=root | changed: [localhost] 2019-09-12 11:56:00,572 p=152565 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 11:56:00,839 p=152565 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 11:56:01,069 p=152565 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 11:56:01,080 p=152565 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 11:56:01,319 p=152565 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 11:56:01,515 p=152565 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 11:56:01,710 p=152565 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 11:56:01,924 p=152565 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 11:56:02,116 p=152565 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 11:56:02,308 p=152565 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 11:56:02,322 p=152565 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 11:56:02,537 p=152565 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 11:56:02,791 p=152565 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 11:56:02,998 p=152565 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 11:56:03,217 p=152565 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 11:56:03,406 p=152565 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 11:56:03,419 p=152565 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 11:56:03,601 p=152565 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 11:56:03,792 p=152565 u=root | ok: [localhost] 2019-09-12 11:56:03,803 p=152565 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 11:56:03,860 p=152565 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 11:56:03,904 p=152565 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 11:56:04,258 p=152565 u=root | changed: [localhost] 2019-09-12 11:56:04,270 p=152565 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 11:56:04,512 p=152565 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 11:56:04,710 p=152565 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 11:56:04,720 p=152565 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 11:56:05,086 p=152565 u=root | changed: [localhost] 2019-09-12 11:56:05,097 p=152565 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 11:56:05,300 p=152565 u=root | changed: [localhost] 2019-09-12 11:56:05,311 p=152565 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 11:56:06,744 p=152565 u=root | changed: [localhost] 2019-09-12 11:56:06,754 p=152565 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 11:56:06,795 p=152565 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 11:56:06,839 p=152565 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 11:56:06,881 p=152565 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 11:56:06,927 p=152565 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 11:56:06,974 p=152565 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 11:56:07,018 p=152565 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:56:07,066 p=152565 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 11:56:07,117 p=152565 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:56:07,163 p=152565 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 11:56:07,207 p=152565 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:56:07,253 p=152565 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 11:56:07,298 p=152565 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:56:07,344 p=152565 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 11:56:07,588 p=152565 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 11:56:07,755 p=152565 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 11:56:07,938 p=152565 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 11:56:08,127 p=152565 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 11:56:08,140 p=152565 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 11:56:08,190 p=152565 u=root | ok: [localhost] 2019-09-12 11:56:08,201 p=152565 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 11:56:08,246 p=152565 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 11:56:08,286 p=152565 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 11:56:08,328 p=152565 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 11:56:08,371 p=152565 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:56:08,421 p=152565 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 11:56:08,432 p=152565 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 11:56:08,479 p=152565 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 11:56:08,526 p=152565 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 11:56:08,765 p=152565 u=root | changed: [localhost] 2019-09-12 11:56:08,776 p=152565 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 11:57:12,870 p=152565 u=root | changed: [localhost] 2019-09-12 11:57:12,899 p=152565 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:57:12,965 p=152565 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289368.82-209972168189000/populate_initial_config.py\", line 977, in \n with openstack.OpenStack() as client:\n File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__\n raise Exception('Failed to connect')\nException: Failed to connect\n", "stderr_lines": [ "No handlers could be found for logger \"controllerconfig.common.rest_api_utils\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289368.82-209972168189000/populate_initial_config.py\", line 977, in ", " with openstack.OpenStack() as client:", " File \"/usr/lib64/python2.7/site-packages/controllerconfig/openstack.py\", line 62, in __enter__", " raise Exception('Failed to connect')", "Exception: Failed to connect" ], "stdout": "Failed to update the initial system config.\n", "stdout_lines": [ "Failed to update the initial system config." ] } } 2019-09-12 11:57:12,976 p=152565 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 11:57:13,028 p=152565 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 11:57:13,031 p=152565 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 11:57:13,032 p=152565 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 11:58:18,517 passlib.registry registered 'md5_crypt' handler: 2019-09-12 11:58:18,529 p=154035 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 11:58:18,740 p=154035 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 11:58:19,174 p=154035 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 11:58:19,332 p=154035 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 11:58:19,501 p=154035 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 11:58:19,665 p=154035 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 11:58:19,676 p=154035 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 11:58:19,755 p=154035 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 11:58:19,799 p=154035 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 11:58:19,844 p=154035 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 11:58:19,882 p=154035 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 11:58:19,928 p=154035 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 11:58:19,966 p=154035 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:58:20,009 p=154035 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 11:58:20,050 p=154035 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 11:58:20,496 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:20,507 p=154035 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 11:58:20,552 p=154035 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 11:58:20,757 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:20,767 p=154035 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 11:58:20,806 p=154035 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 11:58:20,844 p=154035 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 11:58:20,894 p=154035 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 11:58:20,935 p=154035 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 11:58:20,976 p=154035 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 11:58:21,018 p=154035 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 11:58:21,278 p=154035 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 11:58:21,492 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:21,503 p=154035 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 11:58:21,545 p=154035 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 11:58:21,756 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:21,766 p=154035 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 11:58:21,810 p=154035 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 11:58:21,863 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:21,875 p=154035 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 11:58:21,918 p=154035 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 11:58:21,967 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:21,978 p=154035 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 11:58:22,048 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,058 p=154035 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 11:58:22,100 p=154035 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 11:58:22,147 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,158 p=154035 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 11:58:22,206 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,216 p=154035 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 11:58:22,262 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,273 p=154035 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 11:58:22,337 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,348 p=154035 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 11:58:22,389 p=154035 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 11:58:22,431 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,442 p=154035 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 11:58:22,486 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,496 p=154035 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 11:58:22,547 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,558 p=154035 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 11:58:22,610 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,621 p=154035 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 11:58:22,669 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:22,681 p=154035 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 11:58:22,916 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:22,934 p=154035 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 11:58:23,171 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:23,183 p=154035 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 11:58:23,241 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:23,252 p=154035 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 11:58:23,303 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:23,318 p=154035 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 11:58:23,533 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:23,545 p=154035 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 11:58:23,603 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:23,620 p=154035 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 11:58:23,823 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:23,836 p=154035 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 11:58:23,888 p=154035 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 11:58:23,936 p=154035 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 11:58:23,980 p=154035 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 11:58:24,020 p=154035 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 11:58:24,067 p=154035 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 11:58:24,108 p=154035 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 11:58:24,152 p=154035 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 11:58:24,195 p=154035 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 11:58:24,236 p=154035 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 11:58:24,284 p=154035 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 11:58:24,325 p=154035 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 11:58:24,365 p=154035 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 11:58:24,407 p=154035 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 11:58:24,449 p=154035 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 11:58:24,494 p=154035 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 11:58:24,538 p=154035 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 11:58:24,578 p=154035 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 11:58:24,619 p=154035 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 11:58:24,875 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:24,888 p=154035 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 11:58:25,147 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:25,160 p=154035 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 11:58:25,203 p=154035 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 11:58:25,257 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:25,268 p=154035 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:58:25,314 p=154035 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 11:58:25,357 p=154035 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 11:58:25,851 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:25,861 p=154035 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 11:58:25,912 p=154035 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 11:58:26,129 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:26,139 p=154035 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 11:58:26,182 p=154035 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 11:58:26,676 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:26,689 p=154035 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 11:58:26,903 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:26,914 p=154035 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 11:58:26,967 p=154035 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 11:58:26,978 p=154035 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 11:58:27,024 p=154035 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 11:58:27,071 p=154035 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 11:58:27,126 p=154035 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 11:58:27,175 p=154035 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 11:58:27,225 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:27,277 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:27,288 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:27,349 p=154035 u=root | ok: [localhost] => (item=None) 2019-09-12 11:58:27,365 p=154035 u=root | ok: [localhost] => (item=None) 2019-09-12 11:58:27,378 p=154035 u=root | ok: [localhost] => (item=None) 2019-09-12 11:58:27,393 p=154035 u=root | ok: [localhost] => (item=None) 2019-09-12 11:58:27,395 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:27,405 p=154035 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 11:58:27,469 p=154035 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 11:58:27,481 p=154035 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 11:58:27,531 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:27,543 p=154035 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 11:58:27,594 p=154035 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 11:58:27,650 p=154035 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 11:58:27,695 p=154035 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 11:58:27,744 p=154035 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 11:58:27,791 p=154035 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 11:58:28,020 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:28,031 p=154035 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 11:58:28,074 p=154035 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 11:58:28,120 p=154035 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 11:58:28,182 p=154035 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 11:58:28,194 p=154035 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 11:58:28,206 p=154035 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 11:58:28,270 p=154035 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 11:58:28,284 p=154035 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 11:58:28,300 p=154035 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 11:58:28,330 p=154035 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 11:58:28,338 p=154035 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 11:58:28,356 p=154035 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 11:58:28,372 p=154035 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 11:58:28,389 p=154035 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 11:58:28,407 p=154035 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 11:58:28,417 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:28,479 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:28,490 p=154035 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 11:58:28,554 p=154035 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:58:28,568 p=154035 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:58:28,584 p=154035 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:58:28,601 p=154035 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:58:28,616 p=154035 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:58:28,634 p=154035 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 11:58:28,644 p=154035 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 11:58:28,759 p=154035 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 11:58:28,833 p=154035 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 11:58:28,844 p=154035 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 11:58:28,907 p=154035 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 11:58:28,983 p=154035 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 11:58:29,047 p=154035 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 11:58:29,149 p=154035 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 11:58:29,192 p=154035 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 11:58:29,236 p=154035 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 11:58:29,279 p=154035 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 11:58:29,323 p=154035 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 11:58:29,406 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:29,417 p=154035 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 11:58:29,522 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:29,535 p=154035 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 11:58:29,680 p=154035 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 11:58:29,695 p=154035 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 11:58:29,709 p=154035 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 11:58:29,723 p=154035 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 11:58:29,737 p=154035 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 11:58:29,804 p=154035 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 11:58:29,818 p=154035 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 11:58:29,831 p=154035 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 11:58:29,848 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:29,903 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:29,918 p=154035 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 11:58:29,967 p=154035 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 11:58:30,014 p=154035 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:58:30,057 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:30,110 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:30,124 p=154035 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 11:58:30,169 p=154035 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 11:58:30,214 p=154035 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:58:30,259 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:30,315 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:30,328 p=154035 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 11:58:30,375 p=154035 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 11:58:30,424 p=154035 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:58:30,468 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:30,524 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:30,538 p=154035 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 11:58:30,583 p=154035 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 11:58:30,628 p=154035 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:58:30,671 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:30,735 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:30,748 p=154035 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 11:58:30,804 p=154035 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 11:58:30,851 p=154035 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:58:30,899 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:30,952 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:30,966 p=154035 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 11:58:31,015 p=154035 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 11:58:31,060 p=154035 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:58:31,102 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:31,167 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:31,179 p=154035 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 11:58:31,226 p=154035 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 11:58:31,270 p=154035 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:58:31,313 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:31,371 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:31,385 p=154035 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 11:58:31,438 p=154035 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 11:58:31,482 p=154035 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 11:58:31,526 p=154035 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 11:58:31,580 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:31,591 p=154035 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 11:58:31,663 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:31,676 p=154035 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 11:58:31,732 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:31,742 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:31,811 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:31,821 p=154035 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 11:58:31,863 p=154035 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 11:58:31,925 p=154035 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 11:58:31,963 p=154035 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 11:58:32,006 p=154035 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 11:58:32,051 p=154035 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 11:58:32,097 p=154035 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 11:58:32,141 p=154035 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 11:58:32,191 p=154035 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 11:58:32,288 p=154035 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 11:58:32,340 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:32,357 p=154035 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 11:58:32,408 p=154035 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 11:58:32,459 p=154035 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 11:58:32,503 p=154035 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 11:58:32,548 p=154035 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 11:58:32,582 p=154035 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 11:58:32,630 p=154035 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 11:58:32,673 p=154035 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 11:58:32,717 p=154035 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 11:58:32,769 p=154035 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 11:58:32,815 p=154035 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 11:58:33,021 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:33,031 p=154035 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 11:58:33,523 p=154035 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 11:58:33,689 p=154035 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 11:58:33,856 p=154035 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 11:58:34,036 p=154035 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 11:58:34,215 p=154035 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 11:58:34,399 p=154035 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 11:58:34,565 p=154035 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 11:58:34,737 p=154035 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 11:58:34,908 p=154035 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 11:58:35,093 p=154035 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 11:58:35,278 p=154035 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 11:58:35,471 p=154035 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 11:58:35,649 p=154035 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 11:58:35,831 p=154035 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 11:58:36,005 p=154035 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 11:58:36,186 p=154035 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 11:58:36,364 p=154035 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 11:58:36,536 p=154035 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 11:58:36,715 p=154035 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 11:58:36,900 p=154035 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 11:58:37,079 p=154035 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 11:58:37,257 p=154035 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 11:58:37,432 p=154035 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 11:58:37,612 p=154035 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 11:58:37,796 p=154035 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 11:58:37,966 p=154035 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 11:58:38,153 p=154035 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 11:58:38,343 p=154035 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 11:58:38,516 p=154035 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 11:58:38,686 p=154035 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 11:58:38,854 p=154035 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 11:58:39,035 p=154035 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 11:58:39,210 p=154035 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 11:58:39,376 p=154035 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 11:58:39,548 p=154035 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 11:58:39,716 p=154035 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 11:58:39,885 p=154035 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 11:58:40,063 p=154035 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 11:58:40,252 p=154035 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 11:58:40,439 p=154035 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 11:58:40,616 p=154035 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 11:58:40,792 p=154035 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 11:58:40,969 p=154035 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 11:58:41,148 p=154035 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 11:58:41,332 p=154035 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 11:58:41,504 p=154035 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 11:58:41,691 p=154035 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 11:58:41,864 p=154035 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 11:58:42,038 p=154035 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 11:58:42,220 p=154035 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 11:58:42,396 p=154035 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 11:58:42,566 p=154035 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 11:58:42,747 p=154035 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 11:58:42,778 p=154035 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 11:58:42,997 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:43,008 p=154035 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 11:58:43,048 p=154035 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 11:58:43,089 p=154035 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 11:58:43,140 p=154035 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 11:58:43,181 p=154035 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 11:58:43,221 p=154035 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 11:58:43,265 p=154035 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 11:58:43,303 p=154035 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 11:58:43,343 p=154035 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 11:58:43,384 p=154035 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 11:58:43,423 p=154035 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 11:58:43,465 p=154035 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 11:58:43,510 p=154035 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 11:58:43,554 p=154035 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 11:58:43,596 p=154035 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 11:58:43,639 p=154035 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 11:58:43,679 p=154035 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 11:58:43,719 p=154035 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 11:58:43,760 p=154035 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 11:58:43,801 p=154035 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 11:58:43,837 p=154035 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 11:58:43,880 p=154035 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 11:58:43,921 p=154035 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 11:58:43,968 p=154035 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 11:58:44,010 p=154035 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 11:58:44,050 p=154035 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 11:58:44,091 p=154035 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 11:58:44,129 p=154035 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 11:58:44,171 p=154035 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 11:58:44,212 p=154035 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 11:58:44,253 p=154035 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 11:58:44,294 p=154035 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 11:58:44,337 p=154035 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 11:58:44,380 p=154035 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 11:58:44,420 p=154035 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 11:58:44,460 p=154035 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 11:58:44,500 p=154035 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 11:58:44,540 p=154035 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 11:58:44,755 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:44,765 p=154035 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 11:58:44,969 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:44,981 p=154035 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 11:58:45,218 p=154035 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568289522.717, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568289522.717, u'inode': 342461, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568289522.718, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 11:58:45,229 p=154035 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 11:58:45,437 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:45,449 p=154035 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 11:58:45,652 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:45,663 p=154035 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 11:58:45,716 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:45,727 p=154035 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:58:45,783 p=154035 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 11:58:45,795 p=154035 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 11:58:46,021 p=154035 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 11:58:46,205 p=154035 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 11:58:46,217 p=154035 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 11:58:46,435 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:46,447 p=154035 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 11:58:47,003 p=154035 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:58:47,179 p=154035 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:58:47,363 p=154035 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 11:58:47,376 p=154035 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 11:58:47,618 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:47,629 p=154035 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 11:58:47,857 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:47,867 p=154035 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 11:58:48,096 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:48,107 p=154035 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 11:58:48,319 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:48,329 p=154035 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 11:58:48,369 p=154035 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 11:58:51,659 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:51,670 p=154035 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 11:58:51,956 p=154035 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 11:58:52,181 p=154035 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 11:58:52,194 p=154035 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 11:58:52,446 p=154035 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 11:58:52,643 p=154035 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 11:58:52,843 p=154035 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 11:58:53,056 p=154035 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 11:58:53,245 p=154035 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 11:58:53,447 p=154035 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 11:58:53,461 p=154035 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 11:58:53,685 p=154035 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 11:58:53,962 p=154035 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 11:58:54,180 p=154035 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 11:58:54,387 p=154035 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 11:58:54,581 p=154035 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 11:58:54,595 p=154035 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 11:58:54,777 p=154035 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 11:58:54,975 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:54,986 p=154035 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 11:58:55,030 p=154035 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 11:58:55,074 p=154035 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 11:58:55,442 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:55,452 p=154035 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 11:58:55,700 p=154035 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 11:58:55,895 p=154035 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 11:58:55,907 p=154035 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 11:58:56,287 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:56,298 p=154035 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 11:58:56,521 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:56,531 p=154035 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 11:58:57,613 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:57,624 p=154035 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 11:58:57,666 p=154035 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 11:58:57,707 p=154035 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 11:58:57,750 p=154035 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 11:58:57,794 p=154035 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 11:58:57,839 p=154035 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 11:58:57,883 p=154035 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:58:57,927 p=154035 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 11:58:57,969 p=154035 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:58:58,012 p=154035 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 11:58:58,057 p=154035 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:58:58,102 p=154035 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 11:58:58,145 p=154035 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 11:58:58,191 p=154035 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 11:58:58,419 p=154035 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 11:58:58,586 p=154035 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 11:58:58,751 p=154035 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 11:58:58,920 p=154035 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 11:58:58,932 p=154035 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 11:58:58,985 p=154035 u=root | ok: [localhost] 2019-09-12 11:58:58,996 p=154035 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 11:58:59,037 p=154035 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 11:58:59,079 p=154035 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 11:58:59,121 p=154035 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 11:58:59,164 p=154035 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 11:58:59,217 p=154035 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 11:58:59,227 p=154035 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 11:58:59,276 p=154035 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 11:58:59,325 p=154035 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 11:58:59,562 p=154035 u=root | changed: [localhost] 2019-09-12 11:58:59,573 p=154035 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 12:06:08,668 p=154035 u=root | changed: [localhost] 2019-09-12 12:06:08,693 p=154035 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 12:06:08,763 p=154035 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289539.62-114336930049430/populate_initial_config.py\", line 984, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289539.62-114336930049430/populate_initial_config.py\", line 909, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289539.62-114336930049430/populate_initial_config.py\", line 900, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289539.62-114336930049430/populate_initial_config.py\", line 984, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289539.62-114336930049430/populate_initial_config.py\", line 909, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568289539.62-114336930049430/populate_initial_config.py\", line 900, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "Populating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." ] } } 2019-09-12 12:06:08,773 p=154035 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 12:06:08,829 p=154035 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 12:06:08,832 p=154035 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 12:06:08,832 p=154035 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 12:13:42,571 passlib.registry registered 'md5_crypt' handler: 2019-09-12 12:13:42,582 p=157072 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 12:13:42,783 p=157072 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 12:13:43,211 p=157072 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 12:13:43,366 p=157072 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 12:13:43,520 p=157072 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 12:13:43,675 p=157072 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 12:13:43,686 p=157072 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 12:13:43,773 p=157072 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 12:13:43,816 p=157072 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 12:13:43,860 p=157072 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 12:13:43,898 p=157072 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 12:13:43,940 p=157072 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 12:13:43,983 p=157072 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 12:13:44,030 p=157072 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 12:13:44,073 p=157072 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 12:13:44,506 p=157072 u=root | changed: [localhost] 2019-09-12 12:13:44,517 p=157072 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 12:13:44,557 p=157072 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 12:13:44,741 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:44,751 p=157072 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 12:13:44,789 p=157072 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 12:13:44,825 p=157072 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 12:13:44,875 p=157072 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 12:13:44,917 p=157072 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 12:13:44,961 p=157072 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 12:13:45,002 p=157072 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 12:13:45,234 p=157072 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 12:13:45,435 p=157072 u=root | changed: [localhost] 2019-09-12 12:13:45,445 p=157072 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 12:13:45,487 p=157072 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 12:13:45,688 p=157072 u=root | changed: [localhost] 2019-09-12 12:13:45,698 p=157072 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 12:13:45,740 p=157072 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 12:13:45,791 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:45,801 p=157072 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 12:13:45,843 p=157072 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 12:13:45,891 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:45,901 p=157072 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 12:13:45,964 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:45,975 p=157072 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 12:13:46,017 p=157072 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 12:13:46,062 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,073 p=157072 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 12:13:46,120 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,131 p=157072 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 12:13:46,177 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,187 p=157072 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 12:13:46,251 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,262 p=157072 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 12:13:46,312 p=157072 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 12:13:46,358 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,370 p=157072 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 12:13:46,415 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,426 p=157072 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 12:13:46,473 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,484 p=157072 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 12:13:46,533 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,544 p=157072 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 12:13:46,588 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:46,598 p=157072 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 12:13:46,804 p=157072 u=root | changed: [localhost] 2019-09-12 12:13:46,815 p=157072 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 12:13:47,037 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:47,047 p=157072 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 12:13:47,096 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:47,105 p=157072 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 12:13:47,154 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:47,164 p=157072 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 12:13:47,375 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:47,386 p=157072 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 12:13:47,446 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:47,458 p=157072 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 12:13:47,669 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:47,679 p=157072 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 12:13:47,727 p=157072 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 12:13:47,772 p=157072 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 12:13:47,815 p=157072 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 12:13:47,856 p=157072 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 12:13:47,898 p=157072 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 12:13:47,943 p=157072 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 12:13:47,988 p=157072 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 12:13:48,029 p=157072 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 12:13:48,072 p=157072 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 12:13:48,113 p=157072 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 12:13:48,160 p=157072 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 12:13:48,200 p=157072 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 12:13:48,240 p=157072 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 12:13:48,280 p=157072 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 12:13:48,320 p=157072 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 12:13:48,361 p=157072 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 12:13:48,402 p=157072 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 12:13:48,443 p=157072 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 12:13:48,668 p=157072 u=root | changed: [localhost] 2019-09-12 12:13:48,680 p=157072 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 12:13:48,902 p=157072 u=root | changed: [localhost] 2019-09-12 12:13:48,912 p=157072 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 12:13:48,953 p=157072 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 12:13:49,003 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:49,013 p=157072 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 12:13:49,054 p=157072 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 12:13:49,096 p=157072 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 12:13:49,586 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:49,596 p=157072 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 12:13:49,647 p=157072 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 12:13:49,844 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:49,854 p=157072 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 12:13:49,897 p=157072 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 12:13:50,405 p=157072 u=root | changed: [localhost] 2019-09-12 12:13:50,417 p=157072 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 12:13:50,634 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:50,645 p=157072 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 12:13:50,693 p=157072 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 12:13:50,703 p=157072 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 12:13:50,748 p=157072 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 12:13:50,794 p=157072 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 12:13:50,838 p=157072 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 12:13:50,884 p=157072 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 12:13:50,932 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:50,993 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:51,004 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:51,067 p=157072 u=root | ok: [localhost] => (item=None) 2019-09-12 12:13:51,081 p=157072 u=root | ok: [localhost] => (item=None) 2019-09-12 12:13:51,096 p=157072 u=root | ok: [localhost] => (item=None) 2019-09-12 12:13:51,110 p=157072 u=root | ok: [localhost] => (item=None) 2019-09-12 12:13:51,112 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:51,123 p=157072 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 12:13:51,186 p=157072 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 12:13:51,199 p=157072 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 12:13:51,246 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:51,259 p=157072 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 12:13:51,304 p=157072 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 12:13:51,347 p=157072 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 12:13:51,392 p=157072 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 12:13:51,443 p=157072 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 12:13:51,488 p=157072 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 12:13:51,714 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:51,728 p=157072 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 12:13:51,782 p=157072 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 12:13:51,826 p=157072 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 12:13:51,882 p=157072 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 12:13:51,896 p=157072 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 12:13:51,907 p=157072 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 12:13:51,966 p=157072 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 12:13:51,982 p=157072 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 12:13:51,997 p=157072 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 12:13:52,012 p=157072 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 12:13:52,028 p=157072 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 12:13:52,044 p=157072 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 12:13:52,059 p=157072 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 12:13:52,076 p=157072 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 12:13:52,092 p=157072 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 12:13:52,103 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:52,155 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:52,166 p=157072 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 12:13:52,230 p=157072 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:13:52,244 p=157072 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:13:52,260 p=157072 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:13:52,275 p=157072 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:13:52,291 p=157072 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:13:52,305 p=157072 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:13:52,317 p=157072 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 12:13:52,425 p=157072 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 12:13:52,475 p=157072 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 12:13:52,486 p=157072 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 12:13:52,554 p=157072 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 12:13:52,629 p=157072 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 12:13:52,692 p=157072 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 12:13:52,794 p=157072 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 12:13:52,836 p=157072 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 12:13:52,879 p=157072 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 12:13:52,920 p=157072 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 12:13:52,969 p=157072 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 12:13:53,057 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:53,068 p=157072 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 12:13:53,175 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:53,186 p=157072 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 12:13:53,315 p=157072 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 12:13:53,333 p=157072 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 12:13:53,347 p=157072 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 12:13:53,365 p=157072 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 12:13:53,380 p=157072 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 12:13:53,393 p=157072 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 12:13:53,407 p=157072 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 12:13:53,422 p=157072 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 12:13:53,497 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:53,551 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:53,566 p=157072 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 12:13:53,613 p=157072 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 12:13:53,660 p=157072 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:13:53,704 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:53,758 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:53,778 p=157072 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 12:13:53,829 p=157072 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 12:13:53,874 p=157072 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:13:53,918 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:53,975 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:53,989 p=157072 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 12:13:54,034 p=157072 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 12:13:54,081 p=157072 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:13:54,125 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:54,189 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:54,202 p=157072 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 12:13:54,250 p=157072 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 12:13:54,303 p=157072 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:13:54,348 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:54,405 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:54,418 p=157072 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 12:13:54,466 p=157072 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 12:13:54,511 p=157072 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:13:54,559 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:54,619 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:54,634 p=157072 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 12:13:54,680 p=157072 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 12:13:54,724 p=157072 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:13:54,766 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:54,821 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:54,835 p=157072 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 12:13:54,880 p=157072 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 12:13:54,922 p=157072 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:13:54,965 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:55,020 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:55,032 p=157072 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 12:13:55,077 p=157072 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 12:13:55,122 p=157072 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:13:55,166 p=157072 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 12:13:55,224 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:55,235 p=157072 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 12:13:55,303 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:55,317 p=157072 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 12:13:55,380 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:55,393 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:55,469 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:55,485 p=157072 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 12:13:55,530 p=157072 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 12:13:55,590 p=157072 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 12:13:55,631 p=157072 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 12:13:55,672 p=157072 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 12:13:55,719 p=157072 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 12:13:55,767 p=157072 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 12:13:55,816 p=157072 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 12:13:55,869 p=157072 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 12:13:55,964 p=157072 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:13:56,010 p=157072 u=root | ok: [localhost] 2019-09-12 12:13:56,028 p=157072 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 12:13:56,081 p=157072 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 12:13:56,130 p=157072 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 12:13:56,174 p=157072 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 12:13:56,218 p=157072 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 12:13:56,253 p=157072 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 12:13:56,296 p=157072 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 12:13:56,339 p=157072 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 12:13:56,383 p=157072 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 12:13:56,429 p=157072 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 12:13:56,477 p=157072 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 12:13:56,699 p=157072 u=root | changed: [localhost] 2019-09-12 12:13:56,709 p=157072 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 12:13:57,176 p=157072 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 12:13:57,343 p=157072 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 12:13:57,516 p=157072 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 12:13:57,684 p=157072 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 12:13:57,858 p=157072 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 12:13:58,028 p=157072 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 12:13:58,206 p=157072 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 12:13:58,378 p=157072 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 12:13:58,555 p=157072 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 12:13:58,733 p=157072 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 12:13:58,899 p=157072 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 12:13:59,084 p=157072 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 12:13:59,253 p=157072 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 12:13:59,431 p=157072 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 12:13:59,611 p=157072 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 12:13:59,782 p=157072 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 12:13:59,965 p=157072 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 12:14:00,132 p=157072 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 12:14:00,320 p=157072 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 12:14:00,498 p=157072 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 12:14:00,670 p=157072 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 12:14:00,841 p=157072 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 12:14:01,012 p=157072 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 12:14:01,182 p=157072 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 12:14:01,352 p=157072 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 12:14:01,526 p=157072 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 12:14:01,701 p=157072 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 12:14:01,875 p=157072 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 12:14:02,046 p=157072 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 12:14:02,234 p=157072 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 12:14:02,407 p=157072 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 12:14:02,593 p=157072 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 12:14:02,770 p=157072 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 12:14:02,939 p=157072 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 12:14:03,124 p=157072 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 12:14:03,308 p=157072 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 12:14:03,476 p=157072 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 12:14:03,653 p=157072 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 12:14:03,824 p=157072 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 12:14:04,018 p=157072 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 12:14:04,186 p=157072 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 12:14:04,362 p=157072 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 12:14:04,545 p=157072 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 12:14:04,729 p=157072 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 12:14:04,915 p=157072 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 12:14:05,091 p=157072 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 12:14:05,263 p=157072 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 12:14:05,435 p=157072 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 12:14:05,617 p=157072 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 12:14:05,797 p=157072 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 12:14:05,965 p=157072 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 12:14:06,146 p=157072 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 12:14:06,323 p=157072 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 12:14:06,362 p=157072 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 12:14:06,588 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:06,603 p=157072 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 12:14:06,647 p=157072 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 12:14:06,690 p=157072 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 12:14:06,732 p=157072 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 12:14:06,774 p=157072 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 12:14:06,815 p=157072 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 12:14:06,855 p=157072 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 12:14:06,894 p=157072 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 12:14:06,935 p=157072 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 12:14:06,975 p=157072 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 12:14:07,016 p=157072 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 12:14:07,056 p=157072 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 12:14:07,095 p=157072 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 12:14:07,137 p=157072 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 12:14:07,178 p=157072 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 12:14:07,221 p=157072 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 12:14:07,261 p=157072 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 12:14:07,305 p=157072 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 12:14:07,345 p=157072 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 12:14:07,387 p=157072 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 12:14:07,423 p=157072 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 12:14:07,480 p=157072 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 12:14:07,521 p=157072 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 12:14:07,563 p=157072 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 12:14:07,609 p=157072 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 12:14:07,651 p=157072 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 12:14:07,693 p=157072 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 12:14:07,734 p=157072 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 12:14:07,776 p=157072 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 12:14:07,818 p=157072 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 12:14:07,864 p=157072 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 12:14:07,907 p=157072 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 12:14:07,948 p=157072 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 12:14:07,993 p=157072 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 12:14:08,037 p=157072 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 12:14:08,081 p=157072 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 12:14:08,123 p=157072 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 12:14:08,167 p=157072 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 12:14:08,382 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:08,392 p=157072 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 12:14:08,598 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:08,609 p=157072 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 12:14:08,844 p=157072 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568290446.303, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568290446.303, u'inode': 351507, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568290446.303, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 12:14:08,855 p=157072 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 12:14:09,065 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:09,077 p=157072 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 12:14:09,285 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:09,297 p=157072 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 12:14:09,356 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:09,368 p=157072 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 12:14:09,425 p=157072 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 12:14:09,436 p=157072 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 12:14:09,656 p=157072 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 12:14:09,834 p=157072 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 12:14:09,846 p=157072 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 12:14:10,061 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:10,074 p=157072 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 12:14:10,626 p=157072 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 12:14:10,802 p=157072 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 12:14:10,985 p=157072 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 12:14:10,998 p=157072 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 12:14:11,208 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:11,222 p=157072 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 12:14:11,440 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:11,452 p=157072 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 12:14:11,679 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:11,693 p=157072 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 12:14:11,906 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:11,917 p=157072 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 12:14:11,954 p=157072 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 12:14:15,179 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:15,189 p=157072 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 12:14:15,450 p=157072 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 12:14:15,679 p=157072 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 12:14:15,691 p=157072 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 12:14:15,939 p=157072 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 12:14:16,148 p=157072 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 12:14:16,368 p=157072 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 12:14:16,569 p=157072 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 12:14:16,768 p=157072 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 12:14:16,951 p=157072 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 12:14:16,967 p=157072 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 12:14:17,202 p=157072 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 12:14:17,465 p=157072 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 12:14:17,679 p=157072 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 12:14:17,892 p=157072 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 12:14:18,089 p=157072 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 12:14:18,101 p=157072 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 12:14:18,303 p=157072 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 12:14:18,513 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:18,524 p=157072 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 12:14:18,569 p=157072 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 12:14:18,612 p=157072 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 12:14:18,965 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:18,979 p=157072 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 12:14:19,225 p=157072 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 12:14:19,435 p=157072 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 12:14:19,451 p=157072 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 12:14:19,845 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:19,856 p=157072 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 12:14:20,070 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:20,081 p=157072 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 12:14:20,884 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:20,897 p=157072 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 12:14:20,952 p=157072 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 12:14:20,998 p=157072 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 12:14:21,053 p=157072 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 12:14:21,109 p=157072 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 12:14:21,157 p=157072 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 12:14:21,202 p=157072 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 12:14:21,244 p=157072 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 12:14:21,289 p=157072 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 12:14:21,336 p=157072 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 12:14:21,386 p=157072 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 12:14:21,430 p=157072 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 12:14:21,474 p=157072 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 12:14:21,518 p=157072 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 12:14:21,752 p=157072 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 12:14:21,931 p=157072 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 12:14:22,108 p=157072 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 12:14:22,281 p=157072 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 12:14:22,295 p=157072 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 12:14:22,357 p=157072 u=root | ok: [localhost] 2019-09-12 12:14:22,368 p=157072 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 12:14:22,411 p=157072 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 12:14:22,463 p=157072 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 12:14:22,515 p=157072 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 12:14:22,573 p=157072 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 12:14:22,630 p=157072 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 12:14:22,641 p=157072 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 12:14:22,688 p=157072 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 12:14:22,739 p=157072 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 12:14:22,973 p=157072 u=root | changed: [localhost] 2019-09-12 12:14:22,983 p=157072 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 12:21:30,864 p=157072 u=root | changed: [localhost] 2019-09-12 12:21:30,888 p=157072 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 12:21:30,957 p=157072 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568290463.03-278407581957928/populate_initial_config.py\", line 984, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568290463.03-278407581957928/populate_initial_config.py\", line 909, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568290463.03-278407581957928/populate_initial_config.py\", line 900, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568290463.03-278407581957928/populate_initial_config.py\", line 984, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568290463.03-278407581957928/populate_initial_config.py\", line 909, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568290463.03-278407581957928/populate_initial_config.py\", line 900, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "Populating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." ] } } 2019-09-12 12:21:30,969 p=157072 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 12:21:31,025 p=157072 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 12:21:31,028 p=157072 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 12:21:31,028 p=157072 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-12 12:26:21,230 passlib.registry registered 'md5_crypt' handler: 2019-09-12 12:26:21,242 p=159781 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-12 12:26:21,442 p=159781 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-12 12:26:21,878 p=159781 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-12 12:26:22,039 p=159781 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-12 12:26:22,197 p=159781 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-12 12:26:22,364 p=159781 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-12 12:26:22,376 p=159781 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-12 12:26:22,469 p=159781 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-12 12:26:22,515 p=159781 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-12 12:26:22,560 p=159781 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-12 12:26:22,599 p=159781 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-12 12:26:22,642 p=159781 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-12 12:26:22,682 p=159781 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 12:26:22,727 p=159781 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-12 12:26:22,771 p=159781 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-12 12:26:23,232 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:23,242 p=159781 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-12 12:26:23,279 p=159781 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-12 12:26:23,468 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:23,478 p=159781 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-12 12:26:23,519 p=159781 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-12 12:26:23,561 p=159781 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-12 12:26:23,620 p=159781 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-12 12:26:23,668 p=159781 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-12 12:26:23,716 p=159781 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 12:26:23,767 p=159781 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-12 12:26:24,020 p=159781 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-12 12:26:24,225 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:24,235 p=159781 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-12 12:26:24,278 p=159781 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-12 12:26:24,482 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:24,494 p=159781 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-12 12:26:24,536 p=159781 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-12 12:26:24,585 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:24,595 p=159781 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-12 12:26:24,641 p=159781 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-12 12:26:24,703 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:24,716 p=159781 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-12 12:26:24,792 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:24,803 p=159781 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-12 12:26:24,847 p=159781 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-12 12:26:24,900 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:24,913 p=159781 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-12 12:26:24,965 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:24,977 p=159781 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-12 12:26:25,025 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:25,036 p=159781 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-12 12:26:25,098 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:25,109 p=159781 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-12 12:26:25,156 p=159781 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-12 12:26:25,204 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:25,214 p=159781 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-12 12:26:25,262 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:25,272 p=159781 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-12 12:26:25,322 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:25,333 p=159781 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-12 12:26:25,381 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:25,391 p=159781 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-12 12:26:25,436 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:25,446 p=159781 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-12 12:26:25,694 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:25,703 p=159781 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-12 12:26:25,961 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:25,972 p=159781 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-12 12:26:26,027 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:26,039 p=159781 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-12 12:26:26,093 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:26,103 p=159781 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-12 12:26:26,299 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:26,310 p=159781 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-12 12:26:26,360 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:26,371 p=159781 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-12 12:26:26,581 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:26,592 p=159781 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-12 12:26:26,638 p=159781 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-12 12:26:26,682 p=159781 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-12 12:26:26,735 p=159781 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-12 12:26:26,782 p=159781 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-12 12:26:26,831 p=159781 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-12 12:26:26,873 p=159781 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-12 12:26:26,923 p=159781 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-12 12:26:26,967 p=159781 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-12 12:26:27,008 p=159781 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-12 12:26:27,056 p=159781 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-12 12:26:27,100 p=159781 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-12 12:26:27,152 p=159781 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-12 12:26:27,193 p=159781 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-12 12:26:27,234 p=159781 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-12 12:26:27,283 p=159781 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-12 12:26:27,327 p=159781 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-12 12:26:27,368 p=159781 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-12 12:26:27,409 p=159781 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-12 12:26:27,658 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:27,670 p=159781 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-12 12:26:27,939 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:27,952 p=159781 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-12 12:26:27,996 p=159781 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-12 12:26:28,048 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:28,059 p=159781 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 12:26:28,108 p=159781 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-12 12:26:28,152 p=159781 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-12 12:26:28,658 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:28,672 p=159781 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-12 12:26:28,724 p=159781 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-12 12:26:28,929 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:28,946 p=159781 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-12 12:26:28,992 p=159781 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-12 12:26:29,491 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:29,502 p=159781 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-12 12:26:29,704 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:29,715 p=159781 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-12 12:26:29,766 p=159781 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-12 12:26:29,778 p=159781 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-12 12:26:29,822 p=159781 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-12 12:26:29,871 p=159781 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-12 12:26:29,916 p=159781 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-12 12:26:29,965 p=159781 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-12 12:26:30,012 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:30,060 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:30,072 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:30,130 p=159781 u=root | ok: [localhost] => (item=None) 2019-09-12 12:26:30,149 p=159781 u=root | ok: [localhost] => (item=None) 2019-09-12 12:26:30,165 p=159781 u=root | ok: [localhost] => (item=None) 2019-09-12 12:26:30,181 p=159781 u=root | ok: [localhost] => (item=None) 2019-09-12 12:26:30,183 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:30,194 p=159781 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 12:26:30,262 p=159781 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-12 12:26:30,277 p=159781 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-12 12:26:30,328 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:30,340 p=159781 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-12 12:26:30,382 p=159781 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-12 12:26:30,425 p=159781 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-12 12:26:30,467 p=159781 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-12 12:26:30,515 p=159781 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-12 12:26:30,559 p=159781 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-12 12:26:30,802 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:30,814 p=159781 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-12 12:26:30,860 p=159781 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-12 12:26:30,904 p=159781 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-12 12:26:30,962 p=159781 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-12 12:26:30,974 p=159781 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-12 12:26:30,985 p=159781 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-12 12:26:31,045 p=159781 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-12 12:26:31,059 p=159781 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-12 12:26:31,074 p=159781 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-12 12:26:31,091 p=159781 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-12 12:26:31,104 p=159781 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-12 12:26:31,119 p=159781 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-12 12:26:31,134 p=159781 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-12 12:26:31,147 p=159781 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-12 12:26:31,162 p=159781 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-12 12:26:31,174 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:31,225 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:31,235 p=159781 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-12 12:26:31,300 p=159781 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:26:31,315 p=159781 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:26:31,330 p=159781 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:26:31,346 p=159781 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:26:31,362 p=159781 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:26:31,379 p=159781 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-12 12:26:31,389 p=159781 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-12 12:26:31,500 p=159781 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-12 12:26:31,562 p=159781 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-12 12:26:31,573 p=159781 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-12 12:26:31,639 p=159781 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-12 12:26:31,720 p=159781 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-12 12:26:31,787 p=159781 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-12 12:26:31,891 p=159781 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-12 12:26:31,951 p=159781 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-12 12:26:31,997 p=159781 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-12 12:26:32,039 p=159781 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-12 12:26:32,084 p=159781 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-12 12:26:32,161 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:32,172 p=159781 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-12 12:26:32,280 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:32,290 p=159781 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 12:26:32,413 p=159781 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 12:26:32,427 p=159781 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-12 12:26:32,441 p=159781 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-12 12:26:32,455 p=159781 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-12 12:26:32,468 p=159781 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-12 12:26:32,483 p=159781 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-12 12:26:32,498 p=159781 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-12 12:26:32,565 p=159781 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-12 12:26:32,581 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:32,633 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:32,648 p=159781 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-12 12:26:32,694 p=159781 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-12 12:26:32,743 p=159781 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:26:32,787 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:32,838 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:32,851 p=159781 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-12 12:26:32,897 p=159781 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-12 12:26:32,941 p=159781 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:26:32,987 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:33,042 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:33,055 p=159781 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-12 12:26:33,101 p=159781 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-12 12:26:33,151 p=159781 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:26:33,197 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:33,258 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:33,271 p=159781 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-12 12:26:33,323 p=159781 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-12 12:26:33,369 p=159781 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:26:33,413 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:33,468 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:33,480 p=159781 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-12 12:26:33,528 p=159781 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-12 12:26:33,572 p=159781 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:26:33,615 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:33,671 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:33,685 p=159781 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-12 12:26:33,734 p=159781 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-12 12:26:33,777 p=159781 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:26:33,821 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:33,874 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:33,887 p=159781 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-12 12:26:33,937 p=159781 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-12 12:26:33,986 p=159781 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:26:34,029 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:34,088 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:34,102 p=159781 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-12 12:26:34,147 p=159781 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-12 12:26:34,193 p=159781 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-12 12:26:34,236 p=159781 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-12 12:26:34,295 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:34,306 p=159781 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-12 12:26:34,381 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:34,392 p=159781 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-12 12:26:34,451 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:34,462 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:34,530 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:34,541 p=159781 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-12 12:26:34,581 p=159781 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-12 12:26:34,643 p=159781 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-12 12:26:34,678 p=159781 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-12 12:26:34,720 p=159781 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-12 12:26:34,764 p=159781 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-12 12:26:34,809 p=159781 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-12 12:26:34,854 p=159781 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-12 12:26:34,900 p=159781 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-12 12:26:34,995 p=159781 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-12 12:26:35,043 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:35,061 p=159781 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-12 12:26:35,112 p=159781 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-12 12:26:35,170 p=159781 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-12 12:26:35,214 p=159781 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-12 12:26:35,259 p=159781 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-12 12:26:35,296 p=159781 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-12 12:26:35,341 p=159781 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-12 12:26:35,386 p=159781 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-12 12:26:35,428 p=159781 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-12 12:26:35,472 p=159781 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-12 12:26:35,521 p=159781 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-12 12:26:35,742 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:35,752 p=159781 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-12 12:26:36,205 p=159781 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-12 12:26:36,371 p=159781 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-12 12:26:36,538 p=159781 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-12 12:26:36,705 p=159781 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-12 12:26:36,893 p=159781 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-12 12:26:37,072 p=159781 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-12 12:26:37,251 p=159781 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-12 12:26:37,424 p=159781 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-12 12:26:37,599 p=159781 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-12 12:26:37,788 p=159781 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-12 12:26:37,958 p=159781 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-12 12:26:38,141 p=159781 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-12 12:26:38,318 p=159781 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-12 12:26:38,491 p=159781 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-12 12:26:38,675 p=159781 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-12 12:26:38,851 p=159781 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 12:26:39,051 p=159781 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-12 12:26:39,231 p=159781 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-12 12:26:39,412 p=159781 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-12 12:26:39,581 p=159781 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-12 12:26:39,768 p=159781 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-12 12:26:39,938 p=159781 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-12 12:26:40,111 p=159781 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-12 12:26:40,287 p=159781 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-12 12:26:40,461 p=159781 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-12 12:26:40,636 p=159781 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-12 12:26:40,819 p=159781 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-12 12:26:41,008 p=159781 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-12 12:26:41,190 p=159781 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-12 12:26:41,392 p=159781 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-12 12:26:41,568 p=159781 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-12 12:26:41,741 p=159781 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-12 12:26:41,913 p=159781 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-12 12:26:42,086 p=159781 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-12 12:26:42,264 p=159781 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-12 12:26:42,436 p=159781 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-12 12:26:42,620 p=159781 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-12 12:26:42,794 p=159781 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-12 12:26:42,979 p=159781 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-12 12:26:43,162 p=159781 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-12 12:26:43,336 p=159781 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-12 12:26:43,516 p=159781 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-12 12:26:43,710 p=159781 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-12 12:26:43,888 p=159781 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-12 12:26:44,071 p=159781 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-12 12:26:44,250 p=159781 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-12 12:26:44,428 p=159781 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-12 12:26:44,606 p=159781 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-12 12:26:44,790 p=159781 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-12 12:26:44,974 p=159781 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-12 12:26:45,156 p=159781 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-12 12:26:45,321 p=159781 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-12 12:26:45,495 p=159781 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-12 12:26:45,526 p=159781 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-12 12:26:45,741 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:45,753 p=159781 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-12 12:26:45,794 p=159781 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-12 12:26:45,835 p=159781 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-12 12:26:45,875 p=159781 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-12 12:26:45,917 p=159781 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-12 12:26:45,967 p=159781 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-12 12:26:46,009 p=159781 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-12 12:26:46,050 p=159781 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-12 12:26:46,091 p=159781 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-12 12:26:46,131 p=159781 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-12 12:26:46,170 p=159781 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-12 12:26:46,211 p=159781 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-12 12:26:46,251 p=159781 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-12 12:26:46,291 p=159781 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-12 12:26:46,331 p=159781 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-12 12:26:46,377 p=159781 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-12 12:26:46,419 p=159781 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-12 12:26:46,459 p=159781 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-12 12:26:46,502 p=159781 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-12 12:26:46,544 p=159781 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-12 12:26:46,581 p=159781 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-12 12:26:46,625 p=159781 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-12 12:26:46,671 p=159781 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-12 12:26:46,715 p=159781 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-12 12:26:46,758 p=159781 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-12 12:26:46,799 p=159781 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-12 12:26:46,839 p=159781 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-12 12:26:46,882 p=159781 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-12 12:26:46,925 p=159781 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-12 12:26:46,967 p=159781 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-12 12:26:47,009 p=159781 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-12 12:26:47,052 p=159781 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-12 12:26:47,100 p=159781 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-12 12:26:47,143 p=159781 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-12 12:26:47,189 p=159781 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-12 12:26:47,229 p=159781 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-12 12:26:47,269 p=159781 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-12 12:26:47,309 p=159781 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-12 12:26:47,521 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:47,532 p=159781 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-12 12:26:47,738 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:47,748 p=159781 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-12 12:26:47,977 p=159781 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568291205.474, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568291205.473, u'inode': 360015, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568291205.474, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-12 12:26:47,988 p=159781 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-12 12:26:48,197 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:48,209 p=159781 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-12 12:26:48,418 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:48,438 p=159781 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-12 12:26:48,493 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:48,505 p=159781 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 12:26:48,555 p=159781 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-12 12:26:48,569 p=159781 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-12 12:26:48,798 p=159781 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-12 12:26:48,982 p=159781 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-12 12:26:48,995 p=159781 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-12 12:26:49,205 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:49,216 p=159781 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-12 12:26:49,765 p=159781 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 12:26:49,943 p=159781 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 12:26:50,136 p=159781 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-12 12:26:50,156 p=159781 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-12 12:26:50,371 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:50,397 p=159781 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-12 12:26:50,616 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:50,626 p=159781 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-12 12:26:50,833 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:50,851 p=159781 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-12 12:26:51,063 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:51,074 p=159781 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-12 12:26:51,118 p=159781 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-12 12:26:54,326 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:54,340 p=159781 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-12 12:26:54,632 p=159781 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 12:26:54,875 p=159781 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-12 12:26:54,887 p=159781 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-12 12:26:55,139 p=159781 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-12 12:26:55,342 p=159781 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-12 12:26:55,545 p=159781 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-12 12:26:55,766 p=159781 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 12:26:55,950 p=159781 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 12:26:56,140 p=159781 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-12 12:26:56,154 p=159781 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-12 12:26:56,360 p=159781 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-12 12:26:56,614 p=159781 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-12 12:26:56,818 p=159781 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-12 12:26:57,057 p=159781 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-12 12:26:57,255 p=159781 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-12 12:26:57,269 p=159781 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-12 12:26:57,448 p=159781 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-12 12:26:57,646 p=159781 u=root | ok: [localhost] 2019-09-12 12:26:57,656 p=159781 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-12 12:26:57,700 p=159781 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-12 12:26:57,744 p=159781 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-12 12:26:58,119 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:58,130 p=159781 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-12 12:26:58,383 p=159781 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-12 12:26:58,590 p=159781 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-12 12:26:58,604 p=159781 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-12 12:26:58,981 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:58,992 p=159781 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-12 12:26:59,211 p=159781 u=root | changed: [localhost] 2019-09-12 12:26:59,222 p=159781 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-12 12:27:00,791 p=159781 u=root | changed: [localhost] 2019-09-12 12:27:00,802 p=159781 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-12 12:27:00,843 p=159781 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-12 12:27:00,884 p=159781 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-12 12:27:00,931 p=159781 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-12 12:27:00,979 p=159781 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-12 12:27:01,026 p=159781 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-12 12:27:01,071 p=159781 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 12:27:01,117 p=159781 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-12 12:27:01,160 p=159781 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 12:27:01,204 p=159781 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-12 12:27:01,247 p=159781 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 12:27:01,294 p=159781 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-12 12:27:01,338 p=159781 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-12 12:27:01,382 p=159781 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-12 12:27:01,607 p=159781 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-12 12:27:01,776 p=159781 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-12 12:27:01,952 p=159781 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-12 12:27:02,114 p=159781 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-12 12:27:02,126 p=159781 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-12 12:27:02,177 p=159781 u=root | ok: [localhost] 2019-09-12 12:27:02,188 p=159781 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-12 12:27:02,230 p=159781 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-12 12:27:02,274 p=159781 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-12 12:27:02,318 p=159781 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-12 12:27:02,361 p=159781 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 12:27:02,414 p=159781 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-12 12:27:02,425 p=159781 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-12 12:27:02,471 p=159781 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-12 12:27:02,518 p=159781 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-12 12:27:02,732 p=159781 u=root | changed: [localhost] 2019-09-12 12:27:02,742 p=159781 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-12 12:34:10,596 p=159781 u=root | changed: [localhost] 2019-09-12 12:34:10,611 p=159781 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-12 12:34:10,686 p=159781 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568291222.79-77156826599865/populate_initial_config.py\", line 984, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568291222.79-77156826599865/populate_initial_config.py\", line 909, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568291222.79-77156826599865/populate_initial_config.py\", line 900, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568291222.79-77156826599865/populate_initial_config.py\", line 984, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568291222.79-77156826599865/populate_initial_config.py\", line 909, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568291222.79-77156826599865/populate_initial_config.py\", line 900, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "Populating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." ] } } 2019-09-12 12:34:10,697 p=159781 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-12 12:34:10,750 p=159781 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-12 12:34:10,752 p=159781 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-12 12:34:10,753 p=159781 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-13 05:31:49,052 passlib.registry registered 'md5_crypt' handler: 2019-09-13 05:31:49,064 p=285501 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-13 05:31:49,264 p=285501 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-13 05:31:49,656 p=285501 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-13 05:31:49,810 p=285501 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-13 05:31:49,960 p=285501 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-13 05:31:50,113 p=285501 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-13 05:31:50,124 p=285501 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-13 05:31:50,202 p=285501 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-13 05:31:50,244 p=285501 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-13 05:31:50,285 p=285501 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-13 05:31:50,324 p=285501 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-13 05:31:50,366 p=285501 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-13 05:31:50,404 p=285501 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 05:31:50,448 p=285501 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-13 05:31:50,487 p=285501 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-13 05:31:50,923 p=285501 u=root | changed: [localhost] 2019-09-13 05:31:50,932 p=285501 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-13 05:31:50,972 p=285501 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-13 05:31:51,157 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:51,167 p=285501 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-13 05:31:51,204 p=285501 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-13 05:31:51,240 p=285501 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-13 05:31:51,288 p=285501 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-13 05:31:51,330 p=285501 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-13 05:31:51,372 p=285501 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-13 05:31:51,411 p=285501 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-13 05:31:51,644 p=285501 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-13 05:31:51,842 p=285501 u=root | changed: [localhost] 2019-09-13 05:31:51,852 p=285501 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-13 05:31:51,894 p=285501 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-13 05:31:52,093 p=285501 u=root | changed: [localhost] 2019-09-13 05:31:52,102 p=285501 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-13 05:31:52,142 p=285501 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-13 05:31:52,187 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,197 p=285501 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-13 05:31:52,238 p=285501 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-13 05:31:52,285 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,295 p=285501 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-13 05:31:52,357 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,367 p=285501 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-13 05:31:52,406 p=285501 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-13 05:31:52,449 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,459 p=285501 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-13 05:31:52,510 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,539 p=285501 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-13 05:31:52,585 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,595 p=285501 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-13 05:31:52,656 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,667 p=285501 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-13 05:31:52,711 p=285501 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-13 05:31:52,754 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,766 p=285501 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-13 05:31:52,811 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,821 p=285501 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-13 05:31:52,871 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,881 p=285501 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-13 05:31:52,935 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:52,946 p=285501 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-13 05:31:53,011 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:53,021 p=285501 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-13 05:31:53,219 p=285501 u=root | changed: [localhost] 2019-09-13 05:31:53,228 p=285501 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-13 05:31:53,442 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:53,452 p=285501 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-13 05:31:53,503 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:53,513 p=285501 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-13 05:31:53,563 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:53,574 p=285501 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-13 05:31:53,773 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:53,784 p=285501 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-13 05:31:53,836 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:53,847 p=285501 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-13 05:31:54,046 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:54,055 p=285501 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-13 05:31:54,109 p=285501 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-13 05:31:54,150 p=285501 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-13 05:31:54,192 p=285501 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-13 05:31:54,233 p=285501 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-13 05:31:54,274 p=285501 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-13 05:31:54,316 p=285501 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-13 05:31:54,360 p=285501 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-13 05:31:54,400 p=285501 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-13 05:31:54,440 p=285501 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-13 05:31:54,478 p=285501 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-13 05:31:54,517 p=285501 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-13 05:31:54,556 p=285501 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-13 05:31:54,594 p=285501 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-13 05:31:54,633 p=285501 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-13 05:31:54,671 p=285501 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-13 05:31:54,711 p=285501 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-13 05:31:54,752 p=285501 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-13 05:31:54,794 p=285501 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-13 05:31:55,016 p=285501 u=root | changed: [localhost] 2019-09-13 05:31:55,028 p=285501 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-13 05:31:55,255 p=285501 u=root | changed: [localhost] 2019-09-13 05:31:55,265 p=285501 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-13 05:31:55,311 p=285501 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-13 05:31:55,360 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:55,371 p=285501 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 05:31:55,423 p=285501 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-13 05:31:55,464 p=285501 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-13 05:31:55,945 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:55,955 p=285501 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-13 05:31:55,997 p=285501 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-13 05:31:56,198 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:56,208 p=285501 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-13 05:31:56,249 p=285501 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-13 05:31:56,728 p=285501 u=root | changed: [localhost] 2019-09-13 05:31:56,738 p=285501 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-13 05:31:56,933 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:56,944 p=285501 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 05:31:56,992 p=285501 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-13 05:31:57,003 p=285501 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-13 05:31:57,051 p=285501 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-13 05:31:57,101 p=285501 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-13 05:31:57,149 p=285501 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-13 05:31:57,196 p=285501 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-13 05:31:57,251 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:31:57,304 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:57,316 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:31:57,378 p=285501 u=root | ok: [localhost] => (item=None) 2019-09-13 05:31:57,396 p=285501 u=root | ok: [localhost] => (item=None) 2019-09-13 05:31:57,412 p=285501 u=root | ok: [localhost] => (item=None) 2019-09-13 05:31:57,428 p=285501 u=root | ok: [localhost] => (item=None) 2019-09-13 05:31:57,429 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:57,438 p=285501 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-13 05:31:57,503 p=285501 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-13 05:31:57,513 p=285501 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-13 05:31:57,561 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:57,581 p=285501 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-13 05:31:57,635 p=285501 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-13 05:31:57,678 p=285501 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-13 05:31:57,727 p=285501 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-13 05:31:57,773 p=285501 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-13 05:31:57,818 p=285501 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-13 05:31:58,054 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:58,065 p=285501 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-13 05:31:58,108 p=285501 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-13 05:31:58,156 p=285501 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-13 05:31:58,220 p=285501 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-13 05:31:58,238 p=285501 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-13 05:31:58,248 p=285501 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-13 05:31:58,306 p=285501 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-13 05:31:58,322 p=285501 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-13 05:31:58,341 p=285501 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-13 05:31:58,362 p=285501 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-13 05:31:58,381 p=285501 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-13 05:31:58,404 p=285501 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-13 05:31:58,419 p=285501 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-13 05:31:58,437 p=285501 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-13 05:31:58,461 p=285501 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-13 05:31:58,471 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:31:58,523 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:58,532 p=285501 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-13 05:31:58,596 p=285501 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:31:58,615 p=285501 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:31:58,635 p=285501 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:31:58,648 p=285501 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:31:58,664 p=285501 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:31:58,680 p=285501 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:31:58,690 p=285501 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-13 05:31:58,805 p=285501 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-13 05:31:58,854 p=285501 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-13 05:31:58,865 p=285501 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-13 05:31:58,934 p=285501 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-13 05:31:59,018 p=285501 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-13 05:31:59,088 p=285501 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-13 05:31:59,207 p=285501 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-13 05:31:59,253 p=285501 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-13 05:31:59,295 p=285501 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-13 05:31:59,341 p=285501 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-13 05:31:59,390 p=285501 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-13 05:31:59,468 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:59,479 p=285501 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-13 05:31:59,573 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:59,584 p=285501 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-13 05:31:59,715 p=285501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-13 05:31:59,728 p=285501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-13 05:31:59,742 p=285501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-13 05:31:59,755 p=285501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-13 05:31:59,768 p=285501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-13 05:31:59,781 p=285501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-13 05:31:59,800 p=285501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-13 05:31:59,816 p=285501 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-13 05:31:59,899 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:31:59,952 p=285501 u=root | ok: [localhost] 2019-09-13 05:31:59,966 p=285501 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-13 05:32:00,014 p=285501 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-13 05:32:00,057 p=285501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:32:00,099 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:00,156 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:00,169 p=285501 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-13 05:32:00,222 p=285501 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-13 05:32:00,266 p=285501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:32:00,315 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:00,374 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:00,390 p=285501 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-13 05:32:00,443 p=285501 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-13 05:32:00,494 p=285501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:32:00,539 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:00,597 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:00,611 p=285501 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-13 05:32:00,658 p=285501 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-13 05:32:00,711 p=285501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:32:00,756 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:00,811 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:00,834 p=285501 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-13 05:32:00,890 p=285501 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-13 05:32:00,933 p=285501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:32:00,978 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:01,040 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:01,052 p=285501 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-13 05:32:01,097 p=285501 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-13 05:32:01,143 p=285501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:32:01,192 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:01,250 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:01,264 p=285501 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-13 05:32:01,312 p=285501 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-13 05:32:01,357 p=285501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:32:01,410 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:01,468 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:01,489 p=285501 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-13 05:32:01,534 p=285501 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-13 05:32:01,584 p=285501 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:32:01,630 p=285501 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-13 05:32:01,690 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:01,701 p=285501 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-13 05:32:01,772 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:01,787 p=285501 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-13 05:32:01,849 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:01,863 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:01,930 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:01,943 p=285501 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-13 05:32:01,984 p=285501 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-13 05:32:02,048 p=285501 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-13 05:32:02,085 p=285501 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-13 05:32:02,125 p=285501 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-13 05:32:02,174 p=285501 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-13 05:32:02,228 p=285501 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-13 05:32:02,278 p=285501 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-13 05:32:02,327 p=285501 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-13 05:32:02,428 p=285501 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:32:02,475 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:02,492 p=285501 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-13 05:32:02,545 p=285501 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-13 05:32:02,596 p=285501 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-13 05:32:02,648 p=285501 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-13 05:32:02,691 p=285501 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-13 05:32:02,727 p=285501 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-13 05:32:02,773 p=285501 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-13 05:32:02,817 p=285501 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-13 05:32:02,861 p=285501 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-13 05:32:02,907 p=285501 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-13 05:32:02,955 p=285501 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-13 05:32:03,175 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:03,184 p=285501 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-13 05:32:03,657 p=285501 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-13 05:32:03,837 p=285501 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-13 05:32:04,011 p=285501 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-13 05:32:04,192 p=285501 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-13 05:32:04,365 p=285501 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-13 05:32:04,527 p=285501 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-13 05:32:04,698 p=285501 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-13 05:32:04,870 p=285501 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-13 05:32:05,041 p=285501 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-13 05:32:05,220 p=285501 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-13 05:32:05,392 p=285501 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-13 05:32:05,566 p=285501 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-13 05:32:05,732 p=285501 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-13 05:32:05,910 p=285501 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-13 05:32:06,085 p=285501 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-13 05:32:06,265 p=285501 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-13 05:32:06,433 p=285501 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-13 05:32:06,610 p=285501 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-13 05:32:06,785 p=285501 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-13 05:32:06,950 p=285501 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-13 05:32:07,123 p=285501 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-13 05:32:07,292 p=285501 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-13 05:32:07,459 p=285501 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-13 05:32:07,621 p=285501 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-13 05:32:07,787 p=285501 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-13 05:32:07,961 p=285501 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-13 05:32:08,127 p=285501 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-13 05:32:08,310 p=285501 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-13 05:32:08,480 p=285501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-13 05:32:08,657 p=285501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-13 05:32:08,859 p=285501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-13 05:32:09,053 p=285501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-13 05:32:09,216 p=285501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-13 05:32:09,387 p=285501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-13 05:32:09,554 p=285501 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-13 05:32:09,723 p=285501 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-13 05:32:09,886 p=285501 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-13 05:32:10,055 p=285501 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-13 05:32:10,234 p=285501 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-13 05:32:10,406 p=285501 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-13 05:32:10,579 p=285501 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-13 05:32:10,751 p=285501 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-13 05:32:10,918 p=285501 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-13 05:32:11,091 p=285501 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-13 05:32:11,254 p=285501 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-13 05:32:11,417 p=285501 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-13 05:32:11,598 p=285501 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-13 05:32:11,773 p=285501 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-13 05:32:11,937 p=285501 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-13 05:32:12,104 p=285501 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-13 05:32:12,269 p=285501 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-13 05:32:12,434 p=285501 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-13 05:32:12,604 p=285501 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-13 05:32:12,634 p=285501 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-13 05:32:12,843 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:12,854 p=285501 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-13 05:32:12,893 p=285501 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-13 05:32:12,933 p=285501 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-13 05:32:12,972 p=285501 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-13 05:32:13,012 p=285501 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-13 05:32:13,056 p=285501 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-13 05:32:13,097 p=285501 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-13 05:32:13,137 p=285501 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-13 05:32:13,175 p=285501 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-13 05:32:13,216 p=285501 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-13 05:32:13,257 p=285501 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-13 05:32:13,299 p=285501 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-13 05:32:13,339 p=285501 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-13 05:32:13,378 p=285501 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-13 05:32:13,423 p=285501 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-13 05:32:13,464 p=285501 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-13 05:32:13,504 p=285501 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-13 05:32:13,545 p=285501 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-13 05:32:13,595 p=285501 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-13 05:32:13,635 p=285501 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-13 05:32:13,671 p=285501 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-13 05:32:13,713 p=285501 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-13 05:32:13,753 p=285501 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-13 05:32:13,793 p=285501 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-13 05:32:13,833 p=285501 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-13 05:32:13,872 p=285501 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-13 05:32:13,914 p=285501 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-13 05:32:13,956 p=285501 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-13 05:32:14,002 p=285501 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-13 05:32:14,045 p=285501 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-13 05:32:14,085 p=285501 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-13 05:32:14,124 p=285501 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-13 05:32:14,163 p=285501 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-13 05:32:14,204 p=285501 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-13 05:32:14,249 p=285501 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-13 05:32:14,289 p=285501 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-13 05:32:14,329 p=285501 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-13 05:32:14,368 p=285501 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-13 05:32:14,576 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:14,588 p=285501 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-13 05:32:14,798 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:14,809 p=285501 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-13 05:32:15,031 p=285501 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568352732.581, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568352732.581, u'inode': 748127, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568352732.581, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-13 05:32:15,042 p=285501 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-13 05:32:15,249 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:15,260 p=285501 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-13 05:32:15,460 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:15,471 p=285501 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-13 05:32:15,529 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:15,540 p=285501 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 05:32:15,592 p=285501 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-13 05:32:15,605 p=285501 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-13 05:32:15,836 p=285501 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-13 05:32:16,012 p=285501 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-13 05:32:16,022 p=285501 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-13 05:32:16,235 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:16,247 p=285501 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-13 05:32:16,769 p=285501 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 05:32:16,959 p=285501 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 05:32:17,138 p=285501 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 05:32:17,149 p=285501 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-13 05:32:17,353 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:17,364 p=285501 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-13 05:32:17,589 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:17,599 p=285501 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-13 05:32:17,812 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:17,824 p=285501 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-13 05:32:18,032 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:18,042 p=285501 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-13 05:32:18,079 p=285501 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-13 05:32:21,387 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:21,398 p=285501 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-13 05:32:21,654 p=285501 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-13 05:32:21,884 p=285501 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-13 05:32:21,895 p=285501 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-13 05:32:22,134 p=285501 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-13 05:32:22,323 p=285501 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-13 05:32:22,520 p=285501 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-13 05:32:22,723 p=285501 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-13 05:32:22,910 p=285501 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-13 05:32:23,101 p=285501 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-13 05:32:23,114 p=285501 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-13 05:32:23,332 p=285501 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-13 05:32:23,573 p=285501 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-13 05:32:23,780 p=285501 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-13 05:32:24,003 p=285501 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-13 05:32:24,204 p=285501 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-13 05:32:24,215 p=285501 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-13 05:32:24,397 p=285501 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-13 05:32:24,585 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:24,596 p=285501 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-13 05:32:24,638 p=285501 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-13 05:32:24,686 p=285501 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-13 05:32:25,052 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:25,066 p=285501 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-13 05:32:25,312 p=285501 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-13 05:32:25,510 p=285501 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-13 05:32:25,521 p=285501 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-13 05:32:25,878 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:25,895 p=285501 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-13 05:32:26,116 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:26,127 p=285501 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-13 05:32:27,843 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:27,859 p=285501 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-13 05:32:27,905 p=285501 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-13 05:32:27,948 p=285501 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-13 05:32:27,993 p=285501 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-13 05:32:28,038 p=285501 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-13 05:32:28,082 p=285501 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-13 05:32:28,128 p=285501 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 05:32:28,170 p=285501 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-13 05:32:28,214 p=285501 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 05:32:28,257 p=285501 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-13 05:32:28,302 p=285501 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 05:32:28,344 p=285501 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-13 05:32:28,386 p=285501 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 05:32:28,429 p=285501 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-13 05:32:28,665 p=285501 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-13 05:32:28,826 p=285501 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-13 05:32:28,992 p=285501 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-13 05:32:29,160 p=285501 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-13 05:32:29,171 p=285501 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-13 05:32:29,225 p=285501 u=root | ok: [localhost] 2019-09-13 05:32:29,236 p=285501 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-13 05:32:29,276 p=285501 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-13 05:32:29,318 p=285501 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-13 05:32:29,364 p=285501 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-13 05:32:29,406 p=285501 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 05:32:29,454 p=285501 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-13 05:32:29,465 p=285501 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-13 05:32:29,511 p=285501 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-13 05:32:29,556 p=285501 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-13 05:32:29,767 p=285501 u=root | changed: [localhost] 2019-09-13 05:32:29,780 p=285501 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-13 05:39:39,241 p=285501 u=root | changed: [localhost] 2019-09-13 05:39:39,256 p=285501 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 05:39:39,329 p=285501 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568352749.83-68595262425165/populate_initial_config.py\", line 984, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568352749.83-68595262425165/populate_initial_config.py\", line 909, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568352749.83-68595262425165/populate_initial_config.py\", line 900, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568352749.83-68595262425165/populate_initial_config.py\", line 984, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568352749.83-68595262425165/populate_initial_config.py\", line 909, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568352749.83-68595262425165/populate_initial_config.py\", line 900, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "Populating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." ] } } 2019-09-13 05:39:39,340 p=285501 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-13 05:39:39,392 p=285501 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-13 05:39:39,395 p=285501 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-13 05:39:39,395 p=285501 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-13 05:44:25,838 passlib.registry registered 'md5_crypt' handler: 2019-09-13 05:44:25,849 p=288166 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-13 05:44:26,045 p=288166 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-13 05:44:26,444 p=288166 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-13 05:44:26,597 p=288166 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-13 05:44:26,754 p=288166 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-13 05:44:26,911 p=288166 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-13 05:44:26,923 p=288166 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-13 05:44:27,010 p=288166 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-13 05:44:27,051 p=288166 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-13 05:44:27,095 p=288166 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-13 05:44:27,133 p=288166 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-13 05:44:27,174 p=288166 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-13 05:44:27,212 p=288166 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 05:44:27,254 p=288166 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-13 05:44:27,294 p=288166 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-13 05:44:27,725 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:27,735 p=288166 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-13 05:44:27,770 p=288166 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-13 05:44:27,966 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:27,977 p=288166 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-13 05:44:28,014 p=288166 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-13 05:44:28,051 p=288166 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-13 05:44:28,101 p=288166 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-13 05:44:28,145 p=288166 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-13 05:44:28,185 p=288166 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-13 05:44:28,225 p=288166 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-13 05:44:28,457 p=288166 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-13 05:44:28,658 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:28,668 p=288166 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-13 05:44:28,710 p=288166 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-13 05:44:28,904 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:28,917 p=288166 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-13 05:44:28,960 p=288166 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-13 05:44:29,006 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,017 p=288166 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-13 05:44:29,056 p=288166 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-13 05:44:29,106 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,116 p=288166 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-13 05:44:29,178 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,188 p=288166 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-13 05:44:29,227 p=288166 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-13 05:44:29,271 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,281 p=288166 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-13 05:44:29,328 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,338 p=288166 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-13 05:44:29,383 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,393 p=288166 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-13 05:44:29,452 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,463 p=288166 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-13 05:44:29,508 p=288166 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-13 05:44:29,555 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,567 p=288166 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-13 05:44:29,611 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,621 p=288166 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-13 05:44:29,668 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,679 p=288166 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-13 05:44:29,726 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,736 p=288166 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-13 05:44:29,780 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:29,791 p=288166 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-13 05:44:30,005 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:30,015 p=288166 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-13 05:44:30,230 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:30,240 p=288166 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-13 05:44:30,294 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:30,303 p=288166 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-13 05:44:30,354 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:30,364 p=288166 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-13 05:44:30,550 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:30,560 p=288166 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-13 05:44:30,608 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:30,618 p=288166 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-13 05:44:30,810 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:30,820 p=288166 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-13 05:44:30,864 p=288166 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-13 05:44:30,904 p=288166 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-13 05:44:30,945 p=288166 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-13 05:44:30,986 p=288166 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-13 05:44:31,026 p=288166 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-13 05:44:31,067 p=288166 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-13 05:44:31,111 p=288166 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-13 05:44:31,150 p=288166 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-13 05:44:31,188 p=288166 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-13 05:44:31,226 p=288166 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-13 05:44:31,266 p=288166 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-13 05:44:31,306 p=288166 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-13 05:44:31,345 p=288166 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-13 05:44:31,386 p=288166 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-13 05:44:31,425 p=288166 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-13 05:44:31,467 p=288166 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-13 05:44:31,510 p=288166 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-13 05:44:31,550 p=288166 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-13 05:44:31,771 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:31,782 p=288166 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-13 05:44:32,010 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:32,020 p=288166 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-13 05:44:32,063 p=288166 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-13 05:44:32,110 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:32,120 p=288166 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 05:44:32,164 p=288166 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-13 05:44:32,209 p=288166 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-13 05:44:32,696 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:32,706 p=288166 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-13 05:44:32,749 p=288166 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-13 05:44:32,952 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:32,962 p=288166 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-13 05:44:33,004 p=288166 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-13 05:44:33,477 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:33,489 p=288166 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-13 05:44:33,698 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:33,708 p=288166 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 05:44:33,755 p=288166 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-13 05:44:33,772 p=288166 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-13 05:44:33,819 p=288166 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-13 05:44:33,869 p=288166 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-13 05:44:33,918 p=288166 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-13 05:44:33,963 p=288166 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-13 05:44:34,008 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:34,055 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:34,066 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:34,121 p=288166 u=root | ok: [localhost] => (item=None) 2019-09-13 05:44:34,134 p=288166 u=root | ok: [localhost] => (item=None) 2019-09-13 05:44:34,147 p=288166 u=root | ok: [localhost] => (item=None) 2019-09-13 05:44:34,162 p=288166 u=root | ok: [localhost] => (item=None) 2019-09-13 05:44:34,163 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:34,172 p=288166 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-13 05:44:34,233 p=288166 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-13 05:44:34,244 p=288166 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-13 05:44:34,288 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:34,299 p=288166 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-13 05:44:34,342 p=288166 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-13 05:44:34,383 p=288166 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-13 05:44:34,430 p=288166 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-13 05:44:34,472 p=288166 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-13 05:44:34,513 p=288166 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-13 05:44:34,736 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:34,746 p=288166 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-13 05:44:34,787 p=288166 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-13 05:44:34,833 p=288166 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-13 05:44:34,888 p=288166 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-13 05:44:34,901 p=288166 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-13 05:44:34,912 p=288166 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-13 05:44:34,970 p=288166 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-13 05:44:34,984 p=288166 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-13 05:44:34,999 p=288166 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-13 05:44:35,013 p=288166 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-13 05:44:35,027 p=288166 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-13 05:44:35,041 p=288166 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-13 05:44:35,056 p=288166 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-13 05:44:35,077 p=288166 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-13 05:44:35,095 p=288166 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-13 05:44:35,105 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:35,154 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:35,164 p=288166 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-13 05:44:35,228 p=288166 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:44:35,247 p=288166 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:44:35,262 p=288166 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:44:35,279 p=288166 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:44:35,296 p=288166 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:44:35,312 p=288166 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 05:44:35,323 p=288166 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-13 05:44:35,432 p=288166 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-13 05:44:35,487 p=288166 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-13 05:44:35,498 p=288166 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-13 05:44:35,560 p=288166 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-13 05:44:35,636 p=288166 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-13 05:44:35,701 p=288166 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-13 05:44:35,808 p=288166 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-13 05:44:35,851 p=288166 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-13 05:44:35,899 p=288166 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-13 05:44:35,942 p=288166 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-13 05:44:35,985 p=288166 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-13 05:44:36,063 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:36,073 p=288166 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-13 05:44:36,175 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:36,185 p=288166 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-13 05:44:36,308 p=288166 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-13 05:44:36,322 p=288166 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-13 05:44:36,335 p=288166 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-13 05:44:36,348 p=288166 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-13 05:44:36,361 p=288166 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-13 05:44:36,374 p=288166 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-13 05:44:36,388 p=288166 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-13 05:44:36,402 p=288166 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-13 05:44:36,471 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:36,524 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:36,538 p=288166 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-13 05:44:36,584 p=288166 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-13 05:44:36,627 p=288166 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:44:36,672 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:36,724 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:36,737 p=288166 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-13 05:44:36,785 p=288166 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-13 05:44:36,828 p=288166 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:44:36,870 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:36,920 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:36,935 p=288166 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-13 05:44:36,980 p=288166 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-13 05:44:37,029 p=288166 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:44:37,076 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:37,136 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:37,148 p=288166 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-13 05:44:37,204 p=288166 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-13 05:44:37,248 p=288166 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:44:37,298 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:37,353 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:37,369 p=288166 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-13 05:44:37,425 p=288166 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-13 05:44:37,470 p=288166 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:44:37,519 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:37,577 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:37,597 p=288166 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-13 05:44:37,648 p=288166 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-13 05:44:37,692 p=288166 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:44:37,740 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:37,794 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:37,808 p=288166 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-13 05:44:37,852 p=288166 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-13 05:44:37,895 p=288166 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:44:37,939 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:37,996 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:38,009 p=288166 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-13 05:44:38,055 p=288166 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-13 05:44:38,097 p=288166 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 05:44:38,139 p=288166 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-13 05:44:38,195 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:38,206 p=288166 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-13 05:44:38,285 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:38,296 p=288166 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-13 05:44:38,352 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:38,362 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:38,435 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:38,449 p=288166 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-13 05:44:38,488 p=288166 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-13 05:44:38,546 p=288166 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-13 05:44:38,580 p=288166 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-13 05:44:38,619 p=288166 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-13 05:44:38,663 p=288166 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-13 05:44:38,714 p=288166 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-13 05:44:38,757 p=288166 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-13 05:44:38,801 p=288166 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-13 05:44:38,888 p=288166 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 05:44:38,933 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:38,955 p=288166 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-13 05:44:39,006 p=288166 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-13 05:44:39,056 p=288166 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-13 05:44:39,100 p=288166 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-13 05:44:39,141 p=288166 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-13 05:44:39,177 p=288166 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-13 05:44:39,221 p=288166 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-13 05:44:39,263 p=288166 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-13 05:44:39,305 p=288166 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-13 05:44:39,351 p=288166 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-13 05:44:39,397 p=288166 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-13 05:44:39,630 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:39,643 p=288166 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-13 05:44:40,097 p=288166 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-13 05:44:40,266 p=288166 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-13 05:44:40,431 p=288166 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-13 05:44:40,593 p=288166 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-13 05:44:40,759 p=288166 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-13 05:44:40,923 p=288166 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-13 05:44:41,092 p=288166 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-13 05:44:41,260 p=288166 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-13 05:44:41,439 p=288166 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-13 05:44:41,611 p=288166 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-13 05:44:41,780 p=288166 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-13 05:44:41,945 p=288166 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-13 05:44:42,117 p=288166 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-13 05:44:42,292 p=288166 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-13 05:44:42,456 p=288166 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-13 05:44:42,621 p=288166 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-13 05:44:42,795 p=288166 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-13 05:44:42,962 p=288166 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-13 05:44:43,144 p=288166 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-13 05:44:43,310 p=288166 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-13 05:44:43,497 p=288166 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-13 05:44:43,674 p=288166 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-13 05:44:43,844 p=288166 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-13 05:44:44,011 p=288166 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-13 05:44:44,176 p=288166 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-13 05:44:44,355 p=288166 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-13 05:44:44,515 p=288166 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-13 05:44:44,683 p=288166 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-13 05:44:44,857 p=288166 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-13 05:44:45,032 p=288166 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-13 05:44:45,205 p=288166 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-13 05:44:45,376 p=288166 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-13 05:44:45,555 p=288166 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-13 05:44:45,724 p=288166 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-13 05:44:45,898 p=288166 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-13 05:44:46,074 p=288166 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-13 05:44:46,248 p=288166 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-13 05:44:46,417 p=288166 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-13 05:44:46,577 p=288166 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-13 05:44:46,746 p=288166 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-13 05:44:46,914 p=288166 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-13 05:44:47,085 p=288166 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-13 05:44:47,258 p=288166 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-13 05:44:47,426 p=288166 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-13 05:44:47,597 p=288166 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-13 05:44:47,768 p=288166 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-13 05:44:47,937 p=288166 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-13 05:44:48,109 p=288166 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-13 05:44:48,288 p=288166 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-13 05:44:48,467 p=288166 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-13 05:44:48,632 p=288166 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-13 05:44:48,803 p=288166 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-13 05:44:48,972 p=288166 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-13 05:44:49,001 p=288166 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-13 05:44:49,221 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:49,232 p=288166 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-13 05:44:49,272 p=288166 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-13 05:44:49,311 p=288166 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-13 05:44:49,349 p=288166 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-13 05:44:49,388 p=288166 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-13 05:44:49,426 p=288166 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-13 05:44:49,468 p=288166 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-13 05:44:49,522 p=288166 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-13 05:44:49,563 p=288166 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-13 05:44:49,603 p=288166 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-13 05:44:49,642 p=288166 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-13 05:44:49,684 p=288166 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-13 05:44:49,724 p=288166 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-13 05:44:49,767 p=288166 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-13 05:44:49,808 p=288166 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-13 05:44:49,848 p=288166 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-13 05:44:49,892 p=288166 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-13 05:44:49,932 p=288166 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-13 05:44:49,970 p=288166 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-13 05:44:50,011 p=288166 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-13 05:44:50,045 p=288166 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-13 05:44:50,085 p=288166 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-13 05:44:50,143 p=288166 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-13 05:44:50,183 p=288166 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-13 05:44:50,222 p=288166 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-13 05:44:50,260 p=288166 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-13 05:44:50,304 p=288166 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-13 05:44:50,345 p=288166 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-13 05:44:50,403 p=288166 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-13 05:44:50,445 p=288166 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-13 05:44:50,485 p=288166 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-13 05:44:50,526 p=288166 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-13 05:44:50,566 p=288166 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-13 05:44:50,614 p=288166 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-13 05:44:50,654 p=288166 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-13 05:44:50,695 p=288166 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-13 05:44:50,754 p=288166 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-13 05:44:50,797 p=288166 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-13 05:44:51,025 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:51,034 p=288166 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-13 05:44:51,230 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:51,240 p=288166 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-13 05:44:51,464 p=288166 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568353488.95, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568353488.95, u'inode': 754432, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568353488.95, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-13 05:44:51,475 p=288166 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-13 05:44:51,685 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:51,695 p=288166 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-13 05:44:51,909 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:51,924 p=288166 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-13 05:44:51,984 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:51,995 p=288166 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 05:44:52,047 p=288166 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-13 05:44:52,057 p=288166 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-13 05:44:52,280 p=288166 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-13 05:44:52,458 p=288166 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-13 05:44:52,472 p=288166 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-13 05:44:52,679 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:52,694 p=288166 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-13 05:44:53,256 p=288166 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 05:44:53,445 p=288166 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 05:44:53,636 p=288166 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 05:44:53,647 p=288166 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-13 05:44:53,855 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:53,865 p=288166 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-13 05:44:54,085 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:54,097 p=288166 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-13 05:44:54,310 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:54,321 p=288166 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-13 05:44:54,531 p=288166 u=root | ok: [localhost] 2019-09-13 05:44:54,541 p=288166 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-13 05:44:54,581 p=288166 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-13 05:44:57,759 p=288166 u=root | changed: [localhost] 2019-09-13 05:44:57,769 p=288166 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-13 05:44:58,056 p=288166 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-13 05:44:58,296 p=288166 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-13 05:44:58,306 p=288166 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-13 05:44:58,547 p=288166 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-13 05:44:58,751 p=288166 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-13 05:44:58,966 p=288166 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-13 05:44:59,174 p=288166 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-13 05:44:59,358 p=288166 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-13 05:44:59,548 p=288166 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-13 05:44:59,560 p=288166 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-13 05:44:59,787 p=288166 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-13 05:45:00,052 p=288166 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-13 05:45:00,270 p=288166 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-13 05:45:00,490 p=288166 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-13 05:45:00,683 p=288166 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-13 05:45:00,695 p=288166 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-13 05:45:00,912 p=288166 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-13 05:45:01,119 p=288166 u=root | ok: [localhost] 2019-09-13 05:45:01,135 p=288166 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-13 05:45:01,183 p=288166 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-13 05:45:01,230 p=288166 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-13 05:45:01,604 p=288166 u=root | changed: [localhost] 2019-09-13 05:45:01,614 p=288166 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-13 05:45:01,880 p=288166 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-13 05:45:02,077 p=288166 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-13 05:45:02,088 p=288166 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-13 05:45:02,478 p=288166 u=root | changed: [localhost] 2019-09-13 05:45:02,493 p=288166 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-13 05:45:02,702 p=288166 u=root | changed: [localhost] 2019-09-13 05:45:02,714 p=288166 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-13 05:45:04,191 p=288166 u=root | changed: [localhost] 2019-09-13 05:45:04,202 p=288166 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-13 05:45:04,249 p=288166 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-13 05:45:04,303 p=288166 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-13 05:45:04,359 p=288166 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-13 05:45:04,407 p=288166 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-13 05:45:04,452 p=288166 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-13 05:45:04,496 p=288166 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 05:45:04,540 p=288166 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-13 05:45:04,585 p=288166 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 05:45:04,631 p=288166 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-13 05:45:04,679 p=288166 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 05:45:04,727 p=288166 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-13 05:45:04,773 p=288166 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 05:45:04,819 p=288166 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-13 05:45:05,060 p=288166 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-13 05:45:05,220 p=288166 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-13 05:45:05,388 p=288166 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-13 05:45:05,556 p=288166 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-13 05:45:05,568 p=288166 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-13 05:45:05,617 p=288166 u=root | ok: [localhost] 2019-09-13 05:45:05,629 p=288166 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-13 05:45:05,670 p=288166 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-13 05:45:05,715 p=288166 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-13 05:45:05,759 p=288166 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-13 05:45:05,801 p=288166 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 05:45:05,852 p=288166 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-13 05:45:05,862 p=288166 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-13 05:45:05,913 p=288166 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-13 05:45:05,963 p=288166 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-13 05:45:06,188 p=288166 u=root | changed: [localhost] 2019-09-13 05:45:06,202 p=288166 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-13 05:52:14,050 p=288166 u=root | changed: [localhost] 2019-09-13 05:52:14,065 p=288166 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 05:52:14,135 p=288166 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568353506.25-237303987234532/populate_initial_config.py\", line 984, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568353506.25-237303987234532/populate_initial_config.py\", line 909, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568353506.25-237303987234532/populate_initial_config.py\", line 900, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568353506.25-237303987234532/populate_initial_config.py\", line 984, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568353506.25-237303987234532/populate_initial_config.py\", line 909, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568353506.25-237303987234532/populate_initial_config.py\", line 900, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "Populating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." ] } } 2019-09-13 05:52:14,147 p=288166 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-13 05:52:14,201 p=288166 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-13 05:52:14,204 p=288166 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-13 05:52:14,205 p=288166 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 2019-09-13 06:00:59,743 passlib.registry registered 'md5_crypt' handler: 2019-09-13 06:00:59,755 p=294089 u=root | PLAY [all] ************************************************************************************************************************************************************************************* 2019-09-13 06:00:59,952 p=294089 u=root | TASK [stat] ************************************************************************************************************************************************************************************ 2019-09-13 06:01:00,374 p=294089 u=root | ok: [localhost -> localhost] => (item=/root/secrets.yml) 2019-09-13 06:01:00,527 p=294089 u=root | ok: [localhost -> localhost] => (item=/root/localhost_secrets.yml) 2019-09-13 06:01:00,697 p=294089 u=root | ok: [localhost -> localhost] => (item=/root/site.yml) 2019-09-13 06:01:00,867 p=294089 u=root | ok: [localhost -> localhost] => (item=/root/localhost.yml) 2019-09-13 06:01:00,893 p=294089 u=root | TASK [include_vars] **************************************************************************************************************************************************************************** 2019-09-13 06:01:00,992 p=294089 u=root | TASK [prepare-env : Set SSH port] ************************************************************************************************************************************************************** 2019-09-13 06:01:01,050 p=294089 u=root | TASK [prepare-env : Update SSH known hosts] **************************************************************************************************************************************************** 2019-09-13 06:01:01,104 p=294089 u=root | TASK [prepare-env : Check connectivity] ******************************************************************************************************************************************************** 2019-09-13 06:01:01,145 p=294089 u=root | TASK [prepare-env : Fail if host is unreachable] *********************************************************************************************************************************************** 2019-09-13 06:01:01,189 p=294089 u=root | TASK [prepare-env : Fail if password change response sequence is not defined] ****************************************************************************************************************** 2019-09-13 06:01:01,253 p=294089 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 06:01:01,310 p=294089 u=root | TASK [prepare-env : Change initial password] *************************************************************************************************************************************************** 2019-09-13 06:01:01,357 p=294089 u=root | TASK [prepare-env : Look for unmistakenly StarlingX package] *********************************************************************************************************************************** 2019-09-13 06:01:01,835 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:01,846 p=294089 u=root | TASK [prepare-env : Fail if host is not running the right image] ******************************************************************************************************************************* 2019-09-13 06:01:01,884 p=294089 u=root | TASK [prepare-env : Check initial config flag] ************************************************************************************************************************************************* 2019-09-13 06:01:02,076 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:02,087 p=294089 u=root | TASK [prepare-env : Fail if bootstrap is in restore mode and the host has been unlocked] ******************************************************************************************************* 2019-09-13 06:01:02,138 p=294089 u=root | TASK [prepare-env : Set skip_play flag for host] *********************************************************************************************************************************************** 2019-09-13 06:01:02,192 p=294089 u=root | TASK [prepare-env : Skip remaining tasks if host is already unlocked] ************************************************************************************************************************** 2019-09-13 06:01:02,251 p=294089 u=root | TASK [prepare-env : Check if restore is in progress if bootstrap is with restore mode] ********************************************************************************************************* 2019-09-13 06:01:02,295 p=294089 u=root | TASK [prepare-env : Fail if restore is already in progress] ************************************************************************************************************************************ 2019-09-13 06:01:02,338 p=294089 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-13 06:01:02,381 p=294089 u=root | TASK [prepare-env : Fail if any of the mandatory configurations are not defined] *************************************************************************************************************** 2019-09-13 06:01:02,691 p=294089 u=root | TASK [prepare-env : Retrieve software version number] ****************************************************************************************************************************************** 2019-09-13 06:01:02,906 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:02,916 p=294089 u=root | TASK [prepare-env : Fail if software version is not defined] *********************************************************************************************************************************** 2019-09-13 06:01:02,957 p=294089 u=root | TASK [prepare-env : Retrieve system type] ****************************************************************************************************************************************************** 2019-09-13 06:01:03,159 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:03,169 p=294089 u=root | TASK [prepare-env : Fail if system type is not defined] **************************************************************************************************************************************** 2019-09-13 06:01:03,211 p=294089 u=root | TASK [prepare-env : Set software version, system type config path facts] *********************************************************************************************************************** 2019-09-13 06:01:03,264 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,274 p=294089 u=root | TASK [prepare-env : Fail if host software version is not supported by this playbook] *********************************************************************************************************** 2019-09-13 06:01:03,315 p=294089 u=root | TASK [prepare-env : Set config path facts] ***************************************************************************************************************************************************** 2019-09-13 06:01:03,363 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,374 p=294089 u=root | TASK [prepare-env : Set initial address facts if not defined. They will be updated later] ****************************************************************************************************** 2019-09-13 06:01:03,440 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,451 p=294089 u=root | TASK [prepare-env : set_fact] ****************************************************************************************************************************************************************** 2019-09-13 06:01:03,495 p=294089 u=root | TASK [prepare-env : Set default registries dictionary] ***************************************************************************************************************************************** 2019-09-13 06:01:03,544 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,555 p=294089 u=root | TASK [prepare-env : Merge user and default registries dictionaries] **************************************************************************************************************************** 2019-09-13 06:01:03,604 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,621 p=294089 u=root | TASK [prepare-env : Initialize some flags to be used in subsequent roles/tasks] **************************************************************************************************************** 2019-09-13 06:01:03,678 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,690 p=294089 u=root | TASK [prepare-env : Set initial facts] ********************************************************************************************************************************************************* 2019-09-13 06:01:03,757 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,768 p=294089 u=root | TASK [prepare-env : Turn on use_docker_proxy flag] ********************************************************************************************************************************************* 2019-09-13 06:01:03,814 p=294089 u=root | TASK [prepare-env : Set default values for individual platform registries and registry secrets] ************************************************************************************************ 2019-09-13 06:01:03,860 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,870 p=294089 u=root | TASK [prepare-env : Set default values for OpenID connect] ************************************************************************************************************************************* 2019-09-13 06:01:03,919 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,930 p=294089 u=root | TASK [prepare-env : Set default values for docker proxies if not defined] ********************************************************************************************************************** 2019-09-13 06:01:03,980 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:03,991 p=294089 u=root | TASK [prepare-env : Set default values for kubernetes certificate parameters if not defined] *************************************************************************************************** 2019-09-13 06:01:04,047 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:04,060 p=294089 u=root | TASK [prepare-env : Set bootstrap output file] ************************************************************************************************************************************************* 2019-09-13 06:01:04,107 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:04,117 p=294089 u=root | TASK [prepare-env : Check Docker status] ******************************************************************************************************************************************************* 2019-09-13 06:01:04,329 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:04,342 p=294089 u=root | TASK [prepare-env : Look for openrc file] ****************************************************************************************************************************************************** 2019-09-13 06:01:04,572 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:04,584 p=294089 u=root | TASK [prepare-env : Turn on replayed flag] ***************************************************************************************************************************************************** 2019-09-13 06:01:04,633 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:04,644 p=294089 u=root | TASK [prepare-env : Turn off save_password flag] *********************************************************************************************************************************************** 2019-09-13 06:01:04,693 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:04,704 p=294089 u=root | TASK [prepare-env : Check the overall status of the previous play] ***************************************************************************************************************************** 2019-09-13 06:01:04,899 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:04,911 p=294089 u=root | TASK [prepare-env : Turn on incomplete_bootstrap flag if the previous play did not complete] *************************************************************************************************** 2019-09-13 06:01:04,960 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:04,970 p=294089 u=root | TASK [prepare-env : Check the initial database population status] ****************************************************************************************************************************** 2019-09-13 06:01:05,166 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:05,177 p=294089 u=root | TASK [prepare-env : Turn on initial_db_populated and restart_services flags if initial db population did complete] ***************************************************************************** 2019-09-13 06:01:05,222 p=294089 u=root | TASK [prepare-env : Remove bootstrap_completed flag for the current play if the previous play succeeded] *************************************************************************************** 2019-09-13 06:01:05,263 p=294089 u=root | TASK [prepare-env : Turn on initial_db_populated flag] ***************************************************************************************************************************************** 2019-09-13 06:01:05,306 p=294089 u=root | TASK [prepare-env : Find previous config file for this host] *********************************************************************************************************************************** 2019-09-13 06:01:05,345 p=294089 u=root | TASK [prepare-env : Turn on last_config_file_exists flag] ************************************************************************************************************************************** 2019-09-13 06:01:05,387 p=294089 u=root | TASK [prepare-env : Set last config file to import (local)] ************************************************************************************************************************************ 2019-09-13 06:01:05,431 p=294089 u=root | TASK [prepare-env : Set last config file to import (remote)] *********************************************************************************************************************************** 2019-09-13 06:01:05,474 p=294089 u=root | TASK [prepare-env : Fetch previous config file from this host] ********************************************************************************************************************************* 2019-09-13 06:01:05,514 p=294089 u=root | TASK [prepare-env : Read in last config values] ************************************************************************************************************************************************ 2019-09-13 06:01:05,554 p=294089 u=root | TASK [prepare-env : Turn on system attributes reconfiguration flag] **************************************************************************************************************************** 2019-09-13 06:01:05,601 p=294089 u=root | TASK [prepare-env : Convert previous docker no proxy config value for comparison] ************************************************************************************************************** 2019-09-13 06:01:05,651 p=294089 u=root | TASK [prepare-env : Turn on docker reconfiguration flag if docker config is changed] *********************************************************************************************************** 2019-09-13 06:01:05,704 p=294089 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if management and/or oam network config is changed] ************************************************************************* 2019-09-13 06:01:05,745 p=294089 u=root | TASK [prepare-env : Turn on service endpoints reconfiguration flag if distributed_cloud_role is changed] *************************************************************************************** 2019-09-13 06:01:05,785 p=294089 u=root | TASK [prepare-env : Turn on network reconfiguration flag if any of the network related config is changed] ************************************************************************************** 2019-09-13 06:01:05,824 p=294089 u=root | TASK [prepare-env : Turn on restart services flag if management/oam/cluster network or docker config is changed] ******************************************************************************* 2019-09-13 06:01:05,863 p=294089 u=root | TASK [prepare-env : Turn on restart services flag if Kubernetes OpenID config is changed] ****************************************************************************************************** 2019-09-13 06:01:05,903 p=294089 u=root | TASK [prepare-env : Turn off save_config_to_db flag] ******************************************************************************************************************************************* 2019-09-13 06:01:05,943 p=294089 u=root | TASK [prepare-env : Check volume groups] ******************************************************************************************************************************************************* 2019-09-13 06:01:06,195 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:06,206 p=294089 u=root | TASK [prepare-env : Check size of root disk] *************************************************************************************************************************************************** 2019-09-13 06:01:06,447 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:06,458 p=294089 u=root | TASK [prepare-env : Update root disk index for remote play] ************************************************************************************************************************************ 2019-09-13 06:01:06,499 p=294089 u=root | TASK [prepare-env : Set root disk and root disk size facts] ************************************************************************************************************************************ 2019-09-13 06:01:06,549 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:06,560 p=294089 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 06:01:06,604 p=294089 u=root | TASK [prepare-env : include_tasks] ************************************************************************************************************************************************************* 2019-09-13 06:01:06,649 p=294089 u=root | TASK [prepare-env : Look for branding tar file] ************************************************************************************************************************************************ 2019-09-13 06:01:07,148 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:07,157 p=294089 u=root | TASK [prepare-env : Fail if there are more than one branding tar files] ************************************************************************************************************************ 2019-09-13 06:01:07,199 p=294089 u=root | TASK [prepare-env : Look for other branding files] ********************************************************************************************************************************************* 2019-09-13 06:01:07,396 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:07,406 p=294089 u=root | TASK [prepare-env : Fail if the branding filename is not valid] ******************************************************************************************************************************** 2019-09-13 06:01:07,446 p=294089 u=root | TASK [prepare-env : Mark environment as Ansible bootstrap] ************************************************************************************************************************************* 2019-09-13 06:01:07,918 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:07,928 p=294089 u=root | TASK [prepare-env : Set up Ansible remote tmp dir] ********************************************************************************************************************************************* 2019-09-13 06:01:08,125 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:08,135 p=294089 u=root | TASK [prepare-env : debug] ********************************************************************************************************************************************************************* 2019-09-13 06:01:08,185 p=294089 u=root | ok: [localhost] => { "msg": "system_config_update flag: False, network_config_update flag: False, docker_config_update flag: False, restart_services flag: True, endpoints_reconfiguration_flag: False, save_password flag: False, save_config_to_db flag: True, skip_play flag: False, incomplete_bootstrap flag: True, initial_db_populated_flag: False, dc_role_changed_flag: False" } 2019-09-13 06:01:08,195 p=294089 u=root | TASK [validate-config : Check k8s_registry credentials] **************************************************************************************************************************************** 2019-09-13 06:01:08,244 p=294089 u=root | TASK [validate-config : Check gcr_registry credentials] **************************************************************************************************************************************** 2019-09-13 06:01:08,292 p=294089 u=root | TASK [validate-config : Check quay_registry credentials] *************************************************************************************************************************************** 2019-09-13 06:01:08,337 p=294089 u=root | TASK [validate-config : Check docker_registry credentials] ************************************************************************************************************************************* 2019-09-13 06:01:08,382 p=294089 u=root | TASK [validate-config : Check unified registry credentials] ************************************************************************************************************************************ 2019-09-13 06:01:08,427 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:08,474 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:08,483 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:08,544 p=294089 u=root | ok: [localhost] => (item=None) 2019-09-13 06:01:08,556 p=294089 u=root | ok: [localhost] => (item=None) 2019-09-13 06:01:08,569 p=294089 u=root | ok: [localhost] => (item=None) 2019-09-13 06:01:08,581 p=294089 u=root | ok: [localhost] => (item=None) 2019-09-13 06:01:08,584 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:08,594 p=294089 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-13 06:01:08,656 p=294089 u=root | ok: [localhost] => { "msg": [ "System mode is simplex", "Timezone is UTC", "Distributed Cloud Role is none", "Region name is RegionOne", "DNS servers is [u'8.8.8.8', u'8.8.4.4']", "PXE boot subnet is 169.254.202.0/24", "Management subnet is 192.168.204.0/28", "Cluster host subnet is 192.168.206.0/24", "Cluster pod subnet is 172.16.0.0/16", "Cluster service subnet is 10.96.0.0/12", "OAM subnet is 10.10.10.0/24", "OAM gateway is 10.10.10.1", "OAM floating ip is 10.10.10.2", "Management dynamic address allocation is True", "Cluster host dynamic address allocation is True", "Docker registries is {u'gcr.io': {u'url': None, 'password': u'secret'}, u'quay.io': {u'url': None, 'password': u'secret'}, u'k8s.gcr.io': {u'url': None, 'password': u'secret'}, u'docker.io': {u'url': None, 'password': u'secret'}}", "Docker HTTP proxy is undef", "Docker HTTPS proxy is undef", "Docker no proxy list is []" ] } 2019-09-13 06:01:08,667 p=294089 u=root | TASK [validate-config : Set system mode fact] ************************************************************************************************************************************************** 2019-09-13 06:01:08,713 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:08,722 p=294089 u=root | TASK [validate-config : debug] ***************************************************************************************************************************************************************** 2019-09-13 06:01:08,764 p=294089 u=root | TASK [validate-config : Set system mode to duplex for Standard system] ************************************************************************************************************************* 2019-09-13 06:01:08,808 p=294089 u=root | TASK [validate-config : Validate system mode if system type is All-in-one] ********************************************************************************************************************* 2019-09-13 06:01:08,851 p=294089 u=root | TASK [validate-config : Validate distributed cloud role] *************************************************************************************************************************************** 2019-09-13 06:01:08,893 p=294089 u=root | TASK [validate-config : Validate system type if distributed cloud role is system controller] *************************************************************************************************** 2019-09-13 06:01:08,936 p=294089 u=root | TASK [validate-config : Checking registered timezones] ***************************************************************************************************************************************** 2019-09-13 06:01:09,152 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:09,162 p=294089 u=root | TASK [validate-config : Fail if provided timezone is unknown] ********************************************************************************************************************************** 2019-09-13 06:01:09,204 p=294089 u=root | TASK [validate-config : Fail if the number of dns servers provided is not at least 1 and no more than 3] *************************************************************************************** 2019-09-13 06:01:09,257 p=294089 u=root | TASK [validate-config : Check format of DNS server IP(s)] ************************************************************************************************************************************** 2019-09-13 06:01:09,316 p=294089 u=root | ok: [localhost] => (item=8.8.8.8) => { "msg": "DNS Server: 8.8.8.8" } 2019-09-13 06:01:09,330 p=294089 u=root | ok: [localhost] => (item=8.8.4.4) => { "msg": "DNS Server: 8.8.4.4" } 2019-09-13 06:01:09,340 p=294089 u=root | TASK [validate-config : Validate provided subnets (both IPv4 & IPv6 notations)] **************************************************************************************************************** 2019-09-13 06:01:09,404 p=294089 u=root | ok: [localhost] => (item={'value': u'10.10.10.0/24', 'key': u'external_oam_subnet'}) => { "msg": "external_oam_subnet: 10.10.10.0/24" } 2019-09-13 06:01:09,418 p=294089 u=root | ok: [localhost] => (item={'value': u'192.168.206.0/24', 'key': u'cluster_host_subnet'}) => { "msg": "cluster_host_subnet: 192.168.206.0/24" } 2019-09-13 06:01:09,434 p=294089 u=root | ok: [localhost] => (item={'value': u'10.10.10.1', 'key': u'external_oam_gateway_address'}) => { "msg": "external_oam_gateway_address: 10.10.10.1" } 2019-09-13 06:01:09,449 p=294089 u=root | ok: [localhost] => (item={'value': u'10.96.0.0/12', 'key': u'cluster_service_subnet'}) => { "msg": "cluster_service_subnet: 10.96.0.0/12" } 2019-09-13 06:01:09,463 p=294089 u=root | ok: [localhost] => (item={'value': u'169.254.202.0/24', 'key': u'pxeboot_subnet'}) => { "msg": "pxeboot_subnet: 169.254.202.0/24" } 2019-09-13 06:01:09,480 p=294089 u=root | ok: [localhost] => (item={'value': u'239.1.1.0/28', 'key': u'management_multicast_subnet'}) => { "msg": "management_multicast_subnet: 239.1.1.0/28" } 2019-09-13 06:01:09,497 p=294089 u=root | ok: [localhost] => (item={'value': u'192.168.204.0/28', 'key': u'management_subnet'}) => { "msg": "management_subnet: 192.168.204.0/28" } 2019-09-13 06:01:09,512 p=294089 u=root | ok: [localhost] => (item={'value': u'172.16.0.0/16', 'key': u'cluster_pod_subnet'}) => { "msg": "cluster_pod_subnet: 172.16.0.0/16" } 2019-09-13 06:01:09,527 p=294089 u=root | ok: [localhost] => (item={'value': u'10.10.10.2', 'key': u'external_oam_floating_address'}) => { "msg": "external_oam_floating_address: 10.10.10.2" } 2019-09-13 06:01:09,539 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:09,589 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:09,599 p=294089 u=root | TASK [validate-config : Validate all network subnets are IPv4] ********************************************************************************************************************************* 2019-09-13 06:01:09,673 p=294089 u=root | ok: [localhost] => (item=192.168.204.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 06:01:09,688 p=294089 u=root | ok: [localhost] => (item=192.168.206.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 06:01:09,704 p=294089 u=root | ok: [localhost] => (item=172.16.0.0/16) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 06:01:09,720 p=294089 u=root | ok: [localhost] => (item=10.96.0.0/12) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 06:01:09,735 p=294089 u=root | ok: [localhost] => (item=10.10.10.0/24) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 06:01:09,751 p=294089 u=root | ok: [localhost] => (item=239.1.1.0/28) => { "msg": "All infrastructure and cluster subnets must be the same IP version" } 2019-09-13 06:01:09,762 p=294089 u=root | TASK [validate-config : Validate all network subnets are IPv6] ********************************************************************************************************************************* 2019-09-13 06:01:09,871 p=294089 u=root | TASK [validate-config : Validate pxeboot subnet is IPv4] *************************************************************************************************************************************** 2019-09-13 06:01:09,923 p=294089 u=root | ok: [localhost] => { "msg": "pxeboot_subnet subnet must always be IPv4" } 2019-09-13 06:01:09,935 p=294089 u=root | TASK [validate-config : Fail if cluster pod/service subnet size is too small (minimum size = 65536)] ******************************************************************************************* 2019-09-13 06:01:10,003 p=294089 u=root | TASK [validate-config : Fail if pxeboot/management/multicast subnet size is too small (minimum size = 16)] ************************************************************************************* 2019-09-13 06:01:10,078 p=294089 u=root | TASK [validate-config : Fail if the size of the remaining subnets is too small (minimum size = 8)] ********************************************************************************************* 2019-09-13 06:01:10,141 p=294089 u=root | TASK [validate-config : Generate warning if subnet prefix is not typical for Standard systems] ************************************************************************************************* 2019-09-13 06:01:10,248 p=294089 u=root | TASK [validate-config : Fail if IPv6 prefix length is too short] ******************************************************************************************************************************* 2019-09-13 06:01:10,292 p=294089 u=root | TASK [validate-config : Fail if management address allocation is misconfigured] **************************************************************************************************************** 2019-09-13 06:01:10,333 p=294089 u=root | TASK [validate-config : Fail if cluster-host address allocation is misconfigured] ************************************************************************************************************** 2019-09-13 06:01:10,375 p=294089 u=root | TASK [validate-config : Fail if management start or end address is not configured for System Controller] *************************************************************************************** 2019-09-13 06:01:10,417 p=294089 u=root | TASK [validate-config : Set default start and end addresses based on provided subnets] ********************************************************************************************************* 2019-09-13 06:01:10,499 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:10,510 p=294089 u=root | TASK [validate-config : Build address pairs for validation, merging default and user provided values] ****************************************************************************************** 2019-09-13 06:01:10,614 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:10,624 p=294089 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-13 06:01:10,745 p=294089 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam_node', 'value': {u'use_default': True, u'start': u'10.10.10.3', u'end': u'10.10.10.4', u'subnet': u'10.10.10.0/24'}}) 2019-09-13 06:01:10,759 p=294089 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_pod', 'value': {u'use_default': True, u'start': u'172.16.0.1', u'end': u'172.16.255.254', u'subnet': u'172.16.0.0/16'}}) 2019-09-13 06:01:10,773 p=294089 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'management', 'value': {u'use_default': True, u'start': u'192.168.204.2', u'end': u'192.168.204.14', u'subnet': u'192.168.204.0/28'}}) 2019-09-13 06:01:10,788 p=294089 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'multicast', 'value': {u'use_default': True, u'start': u'239.1.1.1', u'end': u'239.1.1.14', u'subnet': u'239.1.1.0/28'}}) 2019-09-13 06:01:10,802 p=294089 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_service', 'value': {u'use_default': True, u'start': u'10.96.0.1', u'end': u'10.111.255.254', u'subnet': u'10.96.0.0/12'}}) 2019-09-13 06:01:10,816 p=294089 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'oam', 'value': {u'use_default': True, u'start': u'10.10.10.1', u'end': u'10.10.10.254', u'subnet': u'10.10.10.0/24'}}) 2019-09-13 06:01:10,829 p=294089 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'cluster_host', 'value': {u'use_default': True, u'start': u'192.168.206.2', u'end': u'192.168.206.254', u'subnet': u'192.168.206.0/24'}}) 2019-09-13 06:01:10,845 p=294089 u=root | included: /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/validate-config/tasks/validate_address_range.yml for localhost => (item={'key': u'pxeboot', 'value': {u'use_default': True, u'start': u'169.254.202.2', u'end': u'169.254.202.254', u'subnet': u'169.254.202.0/24'}}) 2019-09-13 06:01:10,920 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:10,972 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:10,986 p=294089 u=root | TASK [validate-config : Validate oam_node start and end address format] ************************************************************************************************************************ 2019-09-13 06:01:11,031 p=294089 u=root | TASK [validate-config : Validate oam_node start and end range] ********************************************************************************************************************************* 2019-09-13 06:01:11,074 p=294089 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 06:01:11,117 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:11,169 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:11,182 p=294089 u=root | TASK [validate-config : Validate cluster_pod start and end address format] ********************************************************************************************************************* 2019-09-13 06:01:11,233 p=294089 u=root | TASK [validate-config : Validate cluster_pod start and end range] ****************************************************************************************************************************** 2019-09-13 06:01:11,284 p=294089 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 06:01:11,330 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:11,385 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:11,397 p=294089 u=root | TASK [validate-config : Validate management start and end address format] ********************************************************************************************************************** 2019-09-13 06:01:11,443 p=294089 u=root | TASK [validate-config : Validate management start and end range] ******************************************************************************************************************************* 2019-09-13 06:01:11,485 p=294089 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 06:01:11,528 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:11,584 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:11,599 p=294089 u=root | TASK [validate-config : Validate multicast start and end address format] *********************************************************************************************************************** 2019-09-13 06:01:11,644 p=294089 u=root | TASK [validate-config : Validate multicast start and end range] ******************************************************************************************************************************** 2019-09-13 06:01:11,694 p=294089 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 06:01:11,743 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:11,800 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:11,813 p=294089 u=root | TASK [validate-config : Validate cluster_service start and end address format] ***************************************************************************************************************** 2019-09-13 06:01:11,860 p=294089 u=root | TASK [validate-config : Validate cluster_service start and end range] ************************************************************************************************************************** 2019-09-13 06:01:11,904 p=294089 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 06:01:11,949 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:12,006 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:12,020 p=294089 u=root | TASK [validate-config : Validate oam start and end address format] ***************************************************************************************************************************** 2019-09-13 06:01:12,074 p=294089 u=root | TASK [validate-config : Validate oam start and end range] ************************************************************************************************************************************** 2019-09-13 06:01:12,118 p=294089 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 06:01:12,163 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:12,219 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:12,231 p=294089 u=root | TASK [validate-config : Validate cluster_host start and end address format] ******************************************************************************************************************** 2019-09-13 06:01:12,277 p=294089 u=root | TASK [validate-config : Validate cluster_host start and end range] ***************************************************************************************************************************** 2019-09-13 06:01:12,321 p=294089 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 06:01:12,363 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:12,416 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:12,431 p=294089 u=root | TASK [validate-config : Validate pxeboot start and end address format] ************************************************************************************************************************* 2019-09-13 06:01:12,475 p=294089 u=root | TASK [validate-config : Validate pxeboot start and end range] ********************************************************************************************************************************** 2019-09-13 06:01:12,519 p=294089 u=root | TASK [validate-config : Fail if address range did not meet required criteria] ****************************************************************************************************************** 2019-09-13 06:01:12,561 p=294089 u=root | TASK [validate-config : Set floating addresses based on subnets or start addresses] ************************************************************************************************************ 2019-09-13 06:01:12,618 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:12,628 p=294089 u=root | TASK [validate-config : Set derived facts for subsequent tasks/roles] ************************************************************************************************************************** 2019-09-13 06:01:12,697 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:12,708 p=294089 u=root | TASK [validate-config : Set facts for IP address provisioning against loopback interface] ****************************************************************************************************** 2019-09-13 06:01:12,764 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:12,775 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:12,845 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:12,857 p=294089 u=root | TASK [validate-config : Set default no-proxy address list (non simplex)] *********************************************************************************************************************** 2019-09-13 06:01:12,900 p=294089 u=root | TASK [validate-config : Validate http proxy urls] ********************************************************************************************************************************************** 2019-09-13 06:01:12,964 p=294089 u=root | TASK [validate-config : Validate no proxy addresses] ******************************************************************************************************************************************* 2019-09-13 06:01:13,001 p=294089 u=root | TASK [validate-config : Add user defined no-proxy address list to default] ********************************************************************************************************************* 2019-09-13 06:01:13,044 p=294089 u=root | TASK [validate-config : Fail if secure registry flag is misconfigured] ************************************************************************************************************************* 2019-09-13 06:01:13,090 p=294089 u=root | TASK [validate-config : Default the unified registry to secure if not specified] *************************************************************************************************************** 2019-09-13 06:01:13,134 p=294089 u=root | TASK [validate-config : Turn on use_unified_registry flag] ************************************************************************************************************************************* 2019-09-13 06:01:13,178 p=294089 u=root | TASK [validate-config : Update use_default_registries flag] ************************************************************************************************************************************ 2019-09-13 06:01:13,225 p=294089 u=root | TASK [validate-config : include] *************************************************************************************************************************************************************** 2019-09-13 06:01:13,321 p=294089 u=root | TASK [validate-config : set_fact] ************************************************************************************************************************************************************** 2019-09-13 06:01:13,366 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:13,383 p=294089 u=root | TASK [validate-config : Check if images archive location exists] ******************************************************************************************************************************* 2019-09-13 06:01:13,432 p=294089 u=root | TASK [validate-config : Get list of archived files] ******************************************************************************************************************************************** 2019-09-13 06:01:13,483 p=294089 u=root | TASK [validate-config : Turn on images archive flag] ******************************************************************************************************************************************* 2019-09-13 06:01:13,527 p=294089 u=root | TASK [validate-config : Validate apiserver_cert_sans list] ************************************************************************************************************************************* 2019-09-13 06:01:13,570 p=294089 u=root | TASK [validate-config : Validate apiserver_cert_sans entries] ********************************************************************************************************************************** 2019-09-13 06:01:13,605 p=294089 u=root | TASK [validate-config : Verify that either both Kubernetes root ca cert and key are defined or not at all] ************************************************************************************* 2019-09-13 06:01:13,648 p=294089 u=root | TASK [validate-config : Check for k8s_root_ca_cert file] *************************************************************************************************************************************** 2019-09-13 06:01:13,690 p=294089 u=root | TASK [validate-config : Check for k8s_root_ca_key file] **************************************************************************************************************************************** 2019-09-13 06:01:13,733 p=294089 u=root | TASK [validate-config : Check for ssl_ca_cert file] ******************************************************************************************************************************************** 2019-09-13 06:01:13,776 p=294089 u=root | TASK [validate-config : Check OpenID Connect parameters] *************************************************************************************************************************************** 2019-09-13 06:01:13,821 p=294089 u=root | TASK [validate-config : Create config workdir] ************************************************************************************************************************************************* 2019-09-13 06:01:14,021 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:14,034 p=294089 u=root | TASK [validate-config : Generate config ini file for python sysinv db population script] ******************************************************************************************************* 2019-09-13 06:01:14,515 p=294089 u=root | changed: [localhost] => (item=[BOOTSTRAP_CONFIG]) 2019-09-13 06:01:14,673 p=294089 u=root | changed: [localhost] => (item=CONTROLLER_HOSTNAME=controller-0) 2019-09-13 06:01:14,842 p=294089 u=root | changed: [localhost] => (item=SYSTEM_TYPE=All-in-one) 2019-09-13 06:01:15,012 p=294089 u=root | changed: [localhost] => (item=SYSTEM_MODE=simplex) 2019-09-13 06:01:15,179 p=294089 u=root | changed: [localhost] => (item=TIMEZONE=UTC) 2019-09-13 06:01:15,356 p=294089 u=root | changed: [localhost] => (item=DISTRIBUTED_CLOUD_ROLE=none) 2019-09-13 06:01:15,524 p=294089 u=root | changed: [localhost] => (item=REGION_NAME=RegionOne) 2019-09-13 06:01:15,691 p=294089 u=root | changed: [localhost] => (item=SW_VERSION=19.09) 2019-09-13 06:01:15,877 p=294089 u=root | changed: [localhost] => (item=NAMESERVERS=8.8.8.8,8.8.4.4) 2019-09-13 06:01:16,039 p=294089 u=root | changed: [localhost] => (item=PXEBOOT_SUBNET=169.254.202.0/24) 2019-09-13 06:01:16,208 p=294089 u=root | changed: [localhost] => (item=PXEBOOT_START_ADDRESS=169.254.202.2) 2019-09-13 06:01:16,383 p=294089 u=root | changed: [localhost] => (item=PXEBOOT_END_ADDRESS=169.254.202.254) 2019-09-13 06:01:16,552 p=294089 u=root | changed: [localhost] => (item=MANAGEMENT_SUBNET=192.168.204.0/28) 2019-09-13 06:01:16,721 p=294089 u=root | changed: [localhost] => (item=MANAGEMENT_START_ADDRESS=192.168.204.2) 2019-09-13 06:01:16,901 p=294089 u=root | changed: [localhost] => (item=MANAGEMENT_END_ADDRESS=192.168.204.14) 2019-09-13 06:01:17,067 p=294089 u=root | changed: [localhost] => (item=MANAGEMENT_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-13 06:01:17,232 p=294089 u=root | changed: [localhost] => (item=MANAGEMENT_INTERFACE=lo) 2019-09-13 06:01:17,398 p=294089 u=root | changed: [localhost] => (item=CONTROLLER_0_ADDRESS=192.168.204.3) 2019-09-13 06:01:17,569 p=294089 u=root | changed: [localhost] => (item=CLUSTER_HOST_SUBNET=192.168.206.0/24) 2019-09-13 06:01:17,744 p=294089 u=root | changed: [localhost] => (item=CLUSTER_HOST_START_ADDRESS=192.168.206.2) 2019-09-13 06:01:17,909 p=294089 u=root | changed: [localhost] => (item=CLUSTER_HOST_END_ADDRESS=192.168.206.254) 2019-09-13 06:01:18,105 p=294089 u=root | changed: [localhost] => (item=CLUSTER_HOST_DYNAMIC_ADDRESS_ALLOCATION=True) 2019-09-13 06:01:18,277 p=294089 u=root | changed: [localhost] => (item=CLUSTER_POD_SUBNET=172.16.0.0/16) 2019-09-13 06:01:18,442 p=294089 u=root | changed: [localhost] => (item=CLUSTER_POD_START_ADDRESS=172.16.0.1) 2019-09-13 06:01:18,614 p=294089 u=root | changed: [localhost] => (item=CLUSTER_POD_END_ADDRESS=172.16.255.254) 2019-09-13 06:01:18,785 p=294089 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_SUBNET=10.96.0.0/12) 2019-09-13 06:01:18,955 p=294089 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_START_ADDRESS=10.96.0.1) 2019-09-13 06:01:19,138 p=294089 u=root | changed: [localhost] => (item=CLUSTER_SERVICE_END_ADDRESS=10.96.0.1) 2019-09-13 06:01:19,320 p=294089 u=root | changed: [localhost] => (item=EXTERNAL_OAM_SUBNET=10.10.10.0/24) 2019-09-13 06:01:19,503 p=294089 u=root | changed: [localhost] => (item=EXTERNAL_OAM_START_ADDRESS=10.10.10.1) 2019-09-13 06:01:19,668 p=294089 u=root | changed: [localhost] => (item=EXTERNAL_OAM_END_ADDRESS=10.10.10.254) 2019-09-13 06:01:19,832 p=294089 u=root | changed: [localhost] => (item=EXTERNAL_OAM_GATEWAY_ADDRESS=10.10.10.1) 2019-09-13 06:01:20,000 p=294089 u=root | changed: [localhost] => (item=EXTERNAL_OAM_FLOATING_ADDRESS=10.10.10.2) 2019-09-13 06:01:20,180 p=294089 u=root | changed: [localhost] => (item=EXTERNAL_OAM_0_ADDRESS=10.10.10.3) 2019-09-13 06:01:20,357 p=294089 u=root | changed: [localhost] => (item=EXTERNAL_OAM_1_ADDRESS=10.10.10.4) 2019-09-13 06:01:20,542 p=294089 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_SUBNET=239.1.1.0/28) 2019-09-13 06:01:20,711 p=294089 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_START_ADDRESS=239.1.1.1) 2019-09-13 06:01:20,884 p=294089 u=root | changed: [localhost] => (item=MANAGEMENT_MULTICAST_END_ADDRESS=239.1.1.14) 2019-09-13 06:01:21,052 p=294089 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_SUBNET=none) 2019-09-13 06:01:21,222 p=294089 u=root | changed: [localhost] => (item=SYSTEM_CONTROLLER_FLOATING_ADDRESS=none) 2019-09-13 06:01:21,406 p=294089 u=root | changed: [localhost] => (item=DOCKER_HTTP_PROXY=undef) 2019-09-13 06:01:21,574 p=294089 u=root | changed: [localhost] => (item=DOCKER_HTTPS_PROXY=undef) 2019-09-13 06:01:21,766 p=294089 u=root | changed: [localhost] => (item=DOCKER_NO_PROXY=) 2019-09-13 06:01:21,946 p=294089 u=root | changed: [localhost] => (item=K8S_REGISTRY=k8s.gcr.io) 2019-09-13 06:01:22,125 p=294089 u=root | changed: [localhost] => (item=GCR_REGISTRY=gcr.io) 2019-09-13 06:01:22,302 p=294089 u=root | changed: [localhost] => (item=QUAY_REGISTRY=quay.io) 2019-09-13 06:01:22,481 p=294089 u=root | changed: [localhost] => (item=DOCKER_REGISTRY=docker.io) 2019-09-13 06:01:22,650 p=294089 u=root | changed: [localhost] => (item=USE_DEFAULT_REGISTRIES=True) 2019-09-13 06:01:22,824 p=294089 u=root | changed: [localhost] => (item=IS_SECURE_REGISTRY=True) 2019-09-13 06:01:23,015 p=294089 u=root | changed: [localhost] => (item=RECONFIGURE_ENDPOINTS=False) 2019-09-13 06:01:23,193 p=294089 u=root | changed: [localhost] => (item=INITIAL_DB_POPULATED=False) 2019-09-13 06:01:23,371 p=294089 u=root | changed: [localhost] => (item=INCOMPLETE_BOOTSTRAP=True) 2019-09-13 06:01:23,540 p=294089 u=root | changed: [localhost] => (item=APISERVER_SANS=) 2019-09-13 06:01:23,574 p=294089 u=root | TASK [validate-config : Write simplex flag] **************************************************************************************************************************************************** 2019-09-13 06:01:23,801 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:23,813 p=294089 u=root | TASK [store-passwd : debug] ******************************************************************************************************************************************************************** 2019-09-13 06:01:23,855 p=294089 u=root | TASK [store-passwd : set_fact] ***************************************************************************************************************************************************************** 2019-09-13 06:01:23,897 p=294089 u=root | TASK [store-passwd : Print warning if admin credentials are not stored in vault] *************************************************************************************************************** 2019-09-13 06:01:23,938 p=294089 u=root | TASK [store-passwd : Set admin username and password facts] ************************************************************************************************************************************ 2019-09-13 06:01:23,981 p=294089 u=root | TASK [store-passwd : Look for password rules file] ********************************************************************************************************************************************* 2019-09-13 06:01:24,022 p=294089 u=root | TASK [store-passwd : Fail if password rules file is missing] *********************************************************************************************************************************** 2019-09-13 06:01:24,062 p=294089 u=root | TASK [store-passwd : Get password rules] ******************************************************************************************************************************************************* 2019-09-13 06:01:24,109 p=294089 u=root | TASK [store-passwd : Get password rules description] ******************************************************************************************************************************************* 2019-09-13 06:01:24,151 p=294089 u=root | TASK [store-passwd : Set password regex facts] ************************************************************************************************************************************************* 2019-09-13 06:01:24,191 p=294089 u=root | TASK [store-passwd : Fail if password regex cannot be found] *********************************************************************************************************************************** 2019-09-13 06:01:24,232 p=294089 u=root | TASK [store-passwd : Set password regex description fact] ************************************************************************************************************************************** 2019-09-13 06:01:24,274 p=294089 u=root | TASK [store-passwd : Validate admin password] ************************************************************************************************************************************************** 2019-09-13 06:01:24,314 p=294089 u=root | TASK [store-passwd : Fail if provided admin password does not meet required complexity] ******************************************************************************************************** 2019-09-13 06:01:24,356 p=294089 u=root | TASK [store-passwd : Store admin password] ***************************************************************************************************************************************************** 2019-09-13 06:01:24,397 p=294089 u=root | TASK [store-passwd : Set temp keyring directory fact] ****************************************************************************************************************************************** 2019-09-13 06:01:24,438 p=294089 u=root | TASK [store-passwd : Create temp keyring directory] ******************************************************************************************************************************************** 2019-09-13 06:01:24,479 p=294089 u=root | TASK [store-passwd : Strip the leading '/' from keyring directory and assign it to a new variable] ********************************************************************************************* 2019-09-13 06:01:24,522 p=294089 u=root | TASK [store-passwd : Prefetch the keyring from the tarball] ************************************************************************************************************************************ 2019-09-13 06:01:24,563 p=294089 u=root | TASK [store-passwd : Remove the unwanted directory] ******************************************************************************************************************************************** 2019-09-13 06:01:24,604 p=294089 u=root | TASK [store-passwd : Store service passwords] ************************************************************************************************************************************************** 2019-09-13 06:01:24,639 p=294089 u=root | TASK [apply-bootstrap-manifest : Create config workdir] **************************************************************************************************************************************** 2019-09-13 06:01:24,679 p=294089 u=root | TASK [apply-bootstrap-manifest : Generating static config data] ******************************************************************************************************************************** 2019-09-13 06:01:24,719 p=294089 u=root | TASK [apply-bootstrap-manifest : Fail if static hieradata cannot be generated] ***************************************************************************************************************** 2019-09-13 06:01:24,759 p=294089 u=root | TASK [apply-bootstrap-manifest : Set ssh_config tmp dir fact] ********************************************************************************************************************************** 2019-09-13 06:01:24,799 p=294089 u=root | TASK [apply-bootstrap-manifest : Strip the leading '/' from directories and assign them to new variables] ************************************************************************************** 2019-09-13 06:01:24,841 p=294089 u=root | TASK [apply-bootstrap-manifest : Prefetch static hieradata] ************************************************************************************************************************************ 2019-09-13 06:01:24,894 p=294089 u=root | TASK [apply-bootstrap-manifest : Look for ssh_config dir in the backup tarball] **************************************************************************************************************** 2019-09-13 06:01:24,934 p=294089 u=root | TASK [apply-bootstrap-manifest : Create temp ssh_config dir] *********************************************************************************************************************************** 2019-09-13 06:01:24,975 p=294089 u=root | TASK [apply-bootstrap-manifest : Prefetch ssh_config] ****************************************************************************************************************************************** 2019-09-13 06:01:25,015 p=294089 u=root | TASK [apply-bootstrap-manifest : Remove the unwanted directory] ******************************************************************************************************************************** 2019-09-13 06:01:25,057 p=294089 u=root | TASK [apply-bootstrap-manifest : Applying puppet bootstrap manifest] *************************************************************************************************************************** 2019-09-13 06:01:25,097 p=294089 u=root | TASK [apply-bootstrap-manifest : Fail if puppet manifest apply script returns an error] ******************************************************************************************************** 2019-09-13 06:01:25,137 p=294089 u=root | TASK [apply-bootstrap-manifest : Ensure Puppet directory exists] ******************************************************************************************************************************* 2019-09-13 06:01:25,178 p=294089 u=root | TASK [apply-bootstrap-manifest : Persist puppet working files] ********************************************************************************************************************************* 2019-09-13 06:01:25,218 p=294089 u=root | TASK [persist-config : Check if keyring data has been persisted] ******************************************************************************************************************************* 2019-09-13 06:01:25,258 p=294089 u=root | TASK [persist-config : Delete the previous python_keyring directory if exists] ***************************************************************************************************************** 2019-09-13 06:01:25,300 p=294089 u=root | TASK [persist-config : Persist keyring data] *************************************************************************************************************************************************** 2019-09-13 06:01:25,345 p=294089 u=root | TASK [persist-config : Ensure replicated config parent directory exists] *********************************************************************************************************************** 2019-09-13 06:01:25,547 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:25,557 p=294089 u=root | TASK [persist-config : Get list of new config files] ******************************************************************************************************************************************* 2019-09-13 06:01:25,756 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:25,767 p=294089 u=root | TASK [persist-config : Remove existing config files from permanent location] ******************************************************************************************************************* 2019-09-13 06:01:26,006 p=294089 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568354483.521, u'gr_name': u'root', u'path': u'/tmp/config/bootstrap_config', u'xusr': False, u'atime': 1568354483.521, u'inode': 791518, u'isgid': False, u'size': 1674, u'isdir': False, u'ctime': 1568354483.521, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 34, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) 2019-09-13 06:01:26,021 p=294089 u=root | TASK [persist-config : Move new config files to permanent location] **************************************************************************************************************************** 2019-09-13 06:01:26,260 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:26,272 p=294089 u=root | TASK [persist-config : Delete working config directory] **************************************************************************************************************************************** 2019-09-13 06:01:26,476 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:26,492 p=294089 u=root | TASK [persist-config : Set Postgres, PXE, branding config directory fact] ********************************************************************************************************************** 2019-09-13 06:01:26,554 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:26,566 p=294089 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 06:01:26,619 p=294089 u=root | ok: [localhost] => { "msg": "postgres_config_dir: /opt/platform/config/19.09/postgresql pxe_config_dir: /opt/platform/config/19.09/pxelinux.cfg branding_config_dir: /opt/platform/config/19.09/branding" } 2019-09-13 06:01:26,631 p=294089 u=root | TASK [persist-config : Ensure Postres, PXE config directories exist] *************************************************************************************************************************** 2019-09-13 06:01:26,868 p=294089 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/postgresql) 2019-09-13 06:01:27,042 p=294089 u=root | ok: [localhost] => (item=/opt/platform/config/19.09/pxelinux.cfg) 2019-09-13 06:01:27,052 p=294089 u=root | TASK [persist-config : Get list of Postgres conf files] **************************************************************************************************************************************** 2019-09-13 06:01:27,272 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:27,286 p=294089 u=root | TASK [persist-config : Copy postgres conf files for mate] ************************************************************************************************************************************** 2019-09-13 06:01:27,872 p=294089 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.566, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_ident.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266938, u'isgid': False, u'size': 47, u'isdir': False, u'ctime': 1568277027.617, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 06:01:28,050 p=294089 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.636, u'gr_name': u'postgres', u'path': u'/etc/postgresql/pg_hba.conf', u'xusr': False, u'atime': 1568277028.366, u'inode': 266949, u'isgid': False, u'size': 929, u'isdir': False, u'ctime': 1568277027.694, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 06:01:28,221 p=294089 u=root | changed: [localhost] => (item={u'rusr': True, u'uid': 120, u'rgrp': False, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1568277027.625, u'gr_name': u'postgres', u'path': u'/etc/postgresql/postgresql.conf', u'xusr': False, u'atime': 1568277028.031, u'inode': 266901, u'isgid': False, u'size': 20195, u'isdir': False, u'ctime': 1568277027.625, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 2051, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0600', u'pw_name': u'postgres', u'gid': 120, u'ischr': False, u'wusr': True}) 2019-09-13 06:01:28,235 p=294089 u=root | TASK [persist-config : Create a symlink to PXE config files] *********************************************************************************************************************************** 2019-09-13 06:01:28,447 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:28,458 p=294089 u=root | TASK [persist-config : Check if copying of branding files for mate is required] **************************************************************************************************************** 2019-09-13 06:01:28,684 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:28,694 p=294089 u=root | TASK [persist-config : Ensure branding config directory exists] ******************************************************************************************************************************** 2019-09-13 06:01:28,916 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:28,927 p=294089 u=root | TASK [persist-config : Check if branding tar files exist (there should be only one)] *********************************************************************************************************** 2019-09-13 06:01:29,135 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:29,145 p=294089 u=root | TASK [persist-config : Copy branding tar files] ************************************************************************************************************************************************ 2019-09-13 06:01:29,181 p=294089 u=root | TASK [persist-config : Get grub default kernel] ************************************************************************************************************************************************ 2019-09-13 06:01:32,403 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:32,418 p=294089 u=root | TASK [persist-config : Add default security feature to kernel parameters] ********************************************************************************************************************** 2019-09-13 06:01:32,706 p=294089 u=root | changed: [localhost] => (item=grubby --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-13 06:01:32,917 p=294089 u=root | changed: [localhost] => (item=grubby --efi --update-kernel=/boot/vmlinuz-3.10.0-957.21.3.el7.2.tis.x86_64 --args='nopti nospectre_v2') 2019-09-13 06:01:32,929 p=294089 u=root | TASK [persist-config : Resize filesystems (default)] ******************************************************************************************************************************************* 2019-09-13 06:01:33,171 p=294089 u=root | changed: [localhost] => (item=lvextend -L20G /dev/cgts-vg/pgsql-lv) 2019-09-13 06:01:33,377 p=294089 u=root | changed: [localhost] => (item=lvextend -L16G /dev/cgts-vg/dockerdistribution-lv) 2019-09-13 06:01:33,581 p=294089 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/backup-lv) 2019-09-13 06:01:33,792 p=294089 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-13 06:01:33,970 p=294089 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-13 06:01:34,157 p=294089 u=root | changed: [localhost] => (item=resize2fs /dev/drbd8) 2019-09-13 06:01:34,169 p=294089 u=root | TASK [persist-config : Fail if file system resizing failed for a reason other than it has been done already] *********************************************************************************** 2019-09-13 06:01:34,380 p=294089 u=root | TASK [persist-config : Further resize if root disk size is larger than 240G] ******************************************************************************************************************* 2019-09-13 06:01:34,647 p=294089 u=root | changed: [localhost] => (item=lvextend -L40G /dev/cgts-vg/pgsql-lv) 2019-09-13 06:01:34,852 p=294089 u=root | changed: [localhost] => (item=lvextend -L50G /dev/cgts-vg/backup-lv) 2019-09-13 06:01:35,069 p=294089 u=root | changed: [localhost] => (item=drbdadm -- --assume-peer-has-space resize all) 2019-09-13 06:01:35,255 p=294089 u=root | changed: [localhost] => (item=resize2fs /dev/drbd0) 2019-09-13 06:01:35,268 p=294089 u=root | TASK [persist-config : Fail if additional resizing failed for a reason other than it has been done already] ************************************************************************************ 2019-09-13 06:01:35,453 p=294089 u=root | TASK [persist-config : Check if custom banner exists] ****************************************************************************************************************************************** 2019-09-13 06:01:35,652 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:35,663 p=294089 u=root | TASK [persist-config : Apply custom banner] **************************************************************************************************************************************************** 2019-09-13 06:01:35,712 p=294089 u=root | TASK [persist-config : Fail if banner customization failed] ************************************************************************************************************************************ 2019-09-13 06:01:35,785 p=294089 u=root | TASK [persist-config : Shutdown Maintenance services] ****************************************************************************************************************************************** 2019-09-13 06:01:36,143 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:36,153 p=294089 u=root | TASK [persist-config : Shutdown FM services] *************************************************************************************************************************************************** 2019-09-13 06:01:36,433 p=294089 u=root | changed: [localhost] => (item=/etc/init.d/fminit stop) 2019-09-13 06:01:36,665 p=294089 u=root | changed: [localhost] => (item=/etc/init.d/fm-api stop) 2019-09-13 06:01:36,680 p=294089 u=root | TASK [persist-config : Shut down and remove Kubernetes components] ***************************************************************************************************************************** 2019-09-13 06:01:37,076 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:37,091 p=294089 u=root | TASK [persist-config : Clear etcd data cache] ************************************************************************************************************************************************** 2019-09-13 06:01:37,309 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:37,323 p=294089 u=root | TASK [persist-config : Restart etcd] *********************************************************************************************************************************************************** 2019-09-13 06:01:38,331 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:38,345 p=294089 u=root | TASK [persist-config : Set facts derived from previous network configurations] ***************************************************************************************************************** 2019-09-13 06:01:38,386 p=294089 u=root | TASK [persist-config : Set facts derived from previous floating addresses] ********************************************************************************************************************* 2019-09-13 06:01:38,425 p=294089 u=root | TASK [persist-config : Set facts for the removal of addresses assigned to loopback interface] ************************************************************************************************** 2019-09-13 06:01:38,467 p=294089 u=root | TASK [persist-config : Remove loopback interface in sysinv db and associated addresses] ******************************************************************************************************** 2019-09-13 06:01:38,518 p=294089 u=root | TASK [persist-config : Fail if removing interface addresses failed for reason other than it has been done already] ***************************************************************************** 2019-09-13 06:01:38,566 p=294089 u=root | TASK [persist-config : Create Barbican secret for k8s registry if credentials exist] *********************************************************************************************************** 2019-09-13 06:01:38,611 p=294089 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 06:01:38,661 p=294089 u=root | TASK [persist-config : Create Barbican secret for gcr registry if credentials exist] *********************************************************************************************************** 2019-09-13 06:01:38,706 p=294089 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 06:01:38,753 p=294089 u=root | TASK [persist-config : Create Barbican secret for quay registry if credentials exist] ********************************************************************************************************** 2019-09-13 06:01:38,797 p=294089 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 06:01:38,842 p=294089 u=root | TASK [persist-config : Create Barbican secret for docker registry if credentials exist] ******************************************************************************************************** 2019-09-13 06:01:38,889 p=294089 u=root | TASK [persist-config : set_fact] *************************************************************************************************************************************************************** 2019-09-13 06:01:38,932 p=294089 u=root | TASK [persist-config : Append config ini file with Barbican secret uuid] *********************************************************************************************************************** 2019-09-13 06:01:39,146 p=294089 u=root | changed: [localhost] => (item=K8S_REGISTRY_SECRET=none) 2019-09-13 06:01:39,313 p=294089 u=root | changed: [localhost] => (item=GCR_REGISTRY_SECRET=none) 2019-09-13 06:01:39,475 p=294089 u=root | changed: [localhost] => (item=QUAY_REGISTRY_SECRET=none) 2019-09-13 06:01:39,641 p=294089 u=root | changed: [localhost] => (item=DOCKER_REGISTRY_SECRET=none) 2019-09-13 06:01:39,652 p=294089 u=root | TASK [persist-config : Set input parameters to populate config script] ************************************************************************************************************************* 2019-09-13 06:01:39,709 p=294089 u=root | ok: [localhost] 2019-09-13 06:01:39,721 p=294089 u=root | TASK [persist-config : Update input parameters with reconfigure system flag] ******************************************************************************************************************* 2019-09-13 06:01:39,762 p=294089 u=root | TASK [persist-config : Update input parameters with reconfigure network flag] ****************************************************************************************************************** 2019-09-13 06:01:39,804 p=294089 u=root | TASK [persist-config : Update input parameters with reconfigure service flag] ****************************************************************************************************************** 2019-09-13 06:01:39,851 p=294089 u=root | TASK [persist-config : Update input parameters if config from previous play has not been generated or is missing] ****************************************************************************** 2019-09-13 06:01:39,891 p=294089 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 06:01:39,939 p=294089 u=root | ok: [localhost] => { "script_input": "/opt/platform/config/19.09/bootstrap_config" } 2019-09-13 06:01:39,950 p=294089 u=root | TASK [persist-config : Remove the endpoint reconfig flag before reconfiguring the service endpoints] ******************************************************************************************* 2019-09-13 06:01:40,000 p=294089 u=root | TASK [persist-config : Remove the system controller database config flag before reconfigure role] ********************************************************************************************** 2019-09-13 06:01:40,049 p=294089 u=root | TASK [persist-config : Add the management floating address] ************************************************************************************************************************************ 2019-09-13 06:01:40,286 p=294089 u=root | changed: [localhost] 2019-09-13 06:01:40,298 p=294089 u=root | TASK [persist-config : Saving config in sysinv database] *************************************************************************************************************************************** 2019-09-13 06:08:47,937 p=294089 u=root | changed: [localhost] 2019-09-13 06:08:47,951 p=294089 u=root | TASK [persist-config : debug] ****************************************************************************************************************************************************************** 2019-09-13 06:08:48,019 p=294089 u=root | ok: [localhost] => { "populate_result": { "changed": true, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "No handlers could be found for logger \"cgtsclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568354500.35-257365133381662/populate_initial_config.py\", line 984, in \n inventory_config_complete_wait(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568354500.35-257365133381662/populate_initial_config.py\", line 909, in inventory_config_complete_wait\n wait_initial_inventory_complete(client, controller)\n File \"/tmp/.ansible-root/tmp/ansible-tmp-1568354500.35-257365133381662/populate_initial_config.py\", line 900, in wait_initial_inventory_complete\n raise ConfigFail('Timeout waiting for controller inventory '\ncontrollerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion\n", "stderr_lines": [ "No handlers could be found for logger \"cgtsclient.common.http\"", "Traceback (most recent call last):", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568354500.35-257365133381662/populate_initial_config.py\", line 984, in ", " inventory_config_complete_wait(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568354500.35-257365133381662/populate_initial_config.py\", line 909, in inventory_config_complete_wait", " wait_initial_inventory_complete(client, controller)", " File \"/tmp/.ansible-root/tmp/ansible-tmp-1568354500.35-257365133381662/populate_initial_config.py\", line 900, in wait_initial_inventory_complete", " raise ConfigFail('Timeout waiting for controller inventory '", "controllerconfig.common.exceptions.ConfigFail: Timeout waiting for controller inventory completion" ], "stdout": "Populating system config...\nSystem type is All-in-one\nSystem config completed.\nPopulating load config...\nLoad config completed.\nPopulating management network...\nPopulating pxeboot network...\nPopulating oam network...\nPopulating multicast network...\nPopulating cluster host network...\nPopulating cluster pod network...\nPopulating cluster service network...\nNetwork config completed.\nPopulating/Updating DNS config...\nDNS config completed.\nManagement mac = 00:00:00:00:00:00\nRoot fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nBoot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0\nConsole = tty0\nTboot = false\nInstall output = text\nHost values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}\nHost controller-0 created.\nFailed to update the initial system config.\n", "stdout_lines": [ "Populating system config...", "System type is All-in-one", "System config completed.", "Populating load config...", "Load config completed.", "Populating management network...", "Populating pxeboot network...", "Populating oam network...", "Populating multicast network...", "Populating cluster host network...", "Populating cluster pod network...", "Populating cluster service network...", "Network config completed.", "Populating/Updating DNS config...", "DNS config completed.", "Management mac = 00:00:00:00:00:00", "Root fs device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Boot device = /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "Console = tty0", "Tboot = false", "Install output = text", "Host values = {'tboot': 'false', 'install_output': 'text', 'rootfs_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'boot_device': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0', 'availability': 'offline', 'mgmt_mac': '00:00:00:00:00:00', 'console': 'tty0', 'mgmt_ip': '192.168.204.3', 'hostname': 'controller-0', 'operational': 'disabled', 'invprovision': 'provisioning', 'administrative': 'locked', 'personality': 'controller'}", "Host controller-0 created.", "Failed to update the initial system config." ] } } 2019-09-13 06:08:48,030 p=294089 u=root | TASK [persist-config : Fail if populate config script throws an exception] ********************************************************************************************************************* 2019-09-13 06:08:48,083 p=294089 u=root | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to provision initial system configuration."} 2019-09-13 06:08:48,085 p=294089 u=root | PLAY RECAP ************************************************************************************************************************************************************************************* 2019-09-13 06:08:48,086 p=294089 u=root | localhost : ok=98 changed=27 unreachable=0 failed=1 -------------- next part -------------- 2019-09-12T08:28:07.549 Debug: 2019-09-12 08:28:07 +0000 Runtime environment: puppet_version=4.8.2, ruby_version=2.0.0, run_mode=user, default_encoding=UTF-8 2019-09-12T08:28:07.553 Debug: 2019-09-12 08:28:07 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:07.557 Debug: 2019-09-12 08:28:07 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:07.577 Debug: 2019-09-12 08:28:07 +0000 Loading external facts from /usr/share/openstack-puppet/modules/openstacklib/facts.d 2019-09-12T08:28:07.581 Debug: 2019-09-12 08:28:07 +0000 Loading external facts from /var/lib/puppet/facts.d 2019-09-12T08:28:07.584 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.587 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_initial_config_primary.rb 2019-09-12T08:28:07.592 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/controller_sw_versions_match.rb 2019-09-12T08:28:07.595 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/get_cmdline.rb 2019-09-12T08:28:07.598 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/platform_res_mem.rb 2019-09-12T08:28:07.602 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_controller_active.rb 2019-09-12T08:28:07.605 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_resctrl_supported.rb 2019-09-12T08:28:07.608 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_gb_page_supported.rb 2019-09-12T08:28:07.612 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_broadwell_processor.rb 2019-09-12T08:28:07.616 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_per_numa_supported.rb 2019-09-12T08:28:07.620 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/install_uuid.rb 2019-09-12T08:28:07.624 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/system_info.rb 2019-09-12T08:28:07.627 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/disable_worker_services.rb 2019-09-12T08:28:07.631 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/boot_disk_device_path.rb 2019-09-12T08:28:07.635 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_node_ceph_configured.rb 2019-09-12T08:28:07.638 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_standalone_controller.rb 2019-09-12T08:28:07.642 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/number_of_numa_nodes.rb 2019-09-12T08:28:07.646 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_restore_in_progress.rb 2019-09-12T08:28:07.650 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/configured_ceph_monitors.rb 2019-09-12T08:28:07.654 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/number_of_logical_cpus.rb 2019-09-12T08:28:07.657 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_keystone_running.rb 2019-09-12T08:28:07.661 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/physical_core_count.rb 2019-09-12T08:28:07.664 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_initial_k8s_config.rb 2019-09-12T08:28:07.668 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_initial_config.rb 2019-09-12T08:28:07.671 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_hugetlbfs_enabled.rb 2019-09-12T08:28:07.675 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/platform/lib/facter/is_primary_disk_rotational.rb 2019-09-12T08:28:07.678 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.682 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/network/lib/facter/network.rb 2019-09-12T08:28:07.685 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.688 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/puppi/lib/facter/windows_common_appdata.rb 2019-09-12T08:28:07.691 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/puppi/lib/facter/puppi_projects.rb 2019-09-12T08:28:07.695 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/puppi/lib/facter/last_run.rb 2019-09-12T08:28:07.700 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.703 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/puppet/modules/lvm/lib/facter/lvm_support.rb 2019-09-12T08:28:07.707 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.710 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/openstacklib/lib/facter/os_service_default.rb 2019-09-12T08:28:07.713 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/openstacklib/lib/facter/os_workers.rb 2019-09-12T08:28:07.718 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/openstacklib/lib/facter/os_package_type.rb 2019-09-12T08:28:07.722 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.727 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/firewall/lib/facter/iptables_version.rb 2019-09-12T08:28:07.730 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/firewall/lib/facter/ip6tables_version.rb 2019-09-12T08:28:07.734 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/firewall/lib/facter/iptables_persistent_version.rb 2019-09-12T08:28:07.737 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.744 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/haproxy/lib/facter/haproxy_version.rb 2019-09-12T08:28:07.749 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.753 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/vswitch/lib/facter/ovs_uuid.rb 2019-09-12T08:28:07.756 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/vswitch/lib/facter/ovs.rb 2019-09-12T08:28:07.759 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/vswitch/lib/facter/pci_address.rb 2019-09-12T08:28:07.762 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.766 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/module-collectd/lib/facter/collectd_version.rb 2019-09-12T08:28:07.769 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.772 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/stdlib/lib/facter/facter_dot_d.rb 2019-09-12T08:28:07.776 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/stdlib/lib/facter/pe_version.rb 2019-09-12T08:28:07.779 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/stdlib/lib/facter/root_home.rb 2019-09-12T08:28:07.782 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/stdlib/lib/facter/puppet_settings.rb 2019-09-12T08:28:07.786 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/stdlib/lib/facter/package_provider.rb 2019-09-12T08:28:07.789 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/stdlib/lib/facter/service_provider.rb 2019-09-12T08:28:07.792 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.795 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/apache/lib/facter/apache_version.rb 2019-09-12T08:28:07.799 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.802 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/rabbitmq/lib/facter/rabbitmq_version.rb 2019-09-12T08:28:07.805 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.808 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/mysql/lib/facter/mysqld_version.rb 2019-09-12T08:28:07.812 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/mysql/lib/facter/mysql_version.rb 2019-09-12T08:28:07.815 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/mysql/lib/facter/mysql_server_id.rb 2019-09-12T08:28:07.818 Info: 2019-09-12 08:28:07 +0000 Loading facts 2019-09-12T08:28:07.822 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/staging/lib/facter/staging_http_get.rb 2019-09-12T08:28:07.825 Debug: 2019-09-12 08:28:07 +0000 Loading facts from /usr/share/openstack-puppet/modules/staging/lib/facter/staging_windir.rb 2019-09-12T08:28:08.355 Debug: 2019-09-12 08:28:08 +0000 Facter: Found no suitable resolves of 1 for ec2_metadata 2019-09-12T08:28:08.358 Debug: 2019-09-12 08:28:08 +0000 Facter: value for ec2_metadata is still nil 2019-09-12T08:28:08.593 Debug: 2019-09-12 08:28:08 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:08.597 Debug: 2019-09-12 08:28:08 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:08.703 Debug: 2019-09-12 08:28:08 +0000 Failed to load library 'cfpropertylist' for feature 'cfpropertylist' 2019-09-12T08:28:08.759 Debug: 2019-09-12 08:28:08 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:08.762 Debug: 2019-09-12 08:28:08 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:08.821 Debug: 2019-09-12 08:28:08 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:08.824 Debug: 2019-09-12 08:28:08 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:08.836 Debug: 2019-09-12 08:28:08 +0000 Executing: '/usr/bin/rpm --version' 2019-09-12T08:28:08.890 Debug: 2019-09-12 08:28:08 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:08.894 Debug: 2019-09-12 08:28:08 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:08.897 Debug: 2019-09-12 08:28:08 +0000 Executing: '/usr/bin/rpm --version' 2019-09-12T08:28:08.904 Debug: 2019-09-12 08:28:08 +0000 Executing: '/usr/bin/rpm --version' 2019-09-12T08:28:08.916 Debug: 2019-09-12 08:28:08 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:08.919 Debug: 2019-09-12 08:28:08 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:08.923 Debug: 2019-09-12 08:28:08 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:08.926 Debug: 2019-09-12 08:28:08 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:08.945 Debug: 2019-09-12 08:28:08 +0000 Executing: '/usr/bin/rpm --version' 2019-09-12T08:28:08.957 Debug: 2019-09-12 08:28:08 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:08.961 Debug: 2019-09-12 08:28:08 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:08.964 Debug: 2019-09-12 08:28:08 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:08.967 Debug: 2019-09-12 08:28:08 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:09.108 Debug: 2019-09-12 08:28:09 +0000 Failed to load library 'cfpropertylist' for feature 'cfpropertylist' 2019-09-12T08:28:09.112 Debug: 2019-09-12 08:28:09 +0000 Executing: '/usr/bin/rpm -ql rpm' 2019-09-12T08:28:09.437 Debug: 2019-09-12 08:28:09 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:09.441 Debug: 2019-09-12 08:28:09 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:09.444 Debug: 2019-09-12 08:28:09 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:09.447 Debug: 2019-09-12 08:28:09 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:09.460 Debug: 2019-09-12 08:28:09 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:09.464 Debug: 2019-09-12 08:28:09 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:09.522 Debug: 2019-09-12 08:28:09 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:09.525 Debug: 2019-09-12 08:28:09 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:09.707 Debug: 2019-09-12 08:28:09 +0000 Facter: value for agent_specified_environment is still nil 2019-09-12T08:28:09.738 Debug: 2019-09-12 08:28:09 +0000 Facter: value for ipaddress6_enp2s1 is still nil 2019-09-12T08:28:09.767 Debug: 2019-09-12 08:28:09 +0000 Facter: value for ipaddress_enp2s2 is still nil 2019-09-12T08:28:09.773 Debug: 2019-09-12 08:28:09 +0000 Facter: value for ipaddress6_enp2s2 is still nil 2019-09-12T08:28:09.795 Debug: 2019-09-12 08:28:09 +0000 Facter: value for netmask_enp2s2 is still nil 2019-09-12T08:28:09.817 Debug: 2019-09-12 08:28:09 +0000 Facter: value for ipaddress_eth1000 is still nil 2019-09-12T08:28:09.823 Debug: 2019-09-12 08:28:09 +0000 Facter: value for ipaddress6_eth1000 is still nil 2019-09-12T08:28:09.843 Debug: 2019-09-12 08:28:09 +0000 Facter: value for netmask_eth1000 is still nil 2019-09-12T08:28:09.853 Debug: 2019-09-12 08:28:09 +0000 Facter: value for ipaddress_eth1001 is still nil 2019-09-12T08:28:09.859 Debug: 2019-09-12 08:28:09 +0000 Facter: value for ipaddress6_eth1001 is still nil 2019-09-12T08:28:09.876 Debug: 2019-09-12 08:28:09 +0000 Facter: value for netmask_eth1001 is still nil 2019-09-12T08:28:09.894 Debug: 2019-09-12 08:28:09 +0000 Facter: value for ipaddress6_lo is still nil 2019-09-12T08:28:09.905 Debug: 2019-09-12 08:28:09 +0000 Facter: value for macaddress_lo is still nil 2019-09-12T08:28:09.920 Debug: 2019-09-12 08:28:09 +0000 Facter: Found no suitable resolves of 1 for lsbminordistrelease 2019-09-12T08:28:09.923 Debug: 2019-09-12 08:28:09 +0000 Facter: value for lsbminordistrelease is still nil 2019-09-12T08:28:09.928 Debug: 2019-09-12 08:28:09 +0000 Facter: Found no suitable resolves of 1 for gce 2019-09-12T08:28:09.933 Debug: 2019-09-12 08:28:09 +0000 Facter: value for gce is still nil 2019-09-12T08:28:09.937 Debug: 2019-09-12 08:28:09 +0000 Facter: value for zfs_version is still nil 2019-09-12T08:28:09.941 Debug: 2019-09-12 08:28:09 +0000 Facter: Found no suitable resolves of 1 for lsbrelease 2019-09-12T08:28:09.944 Debug: 2019-09-12 08:28:09 +0000 Facter: value for lsbrelease is still nil 2019-09-12T08:28:09.948 Debug: 2019-09-12 08:28:09 +0000 Facter: value for domain is still nil 2019-09-12T08:28:10.014 Debug: 2019-09-12 08:28:10 +0000 Facter: Found no suitable resolves of 2 for iphostnumber 2019-09-12T08:28:10.018 Debug: 2019-09-12 08:28:10 +0000 Facter: value for iphostnumber is still nil 2019-09-12T08:28:10.628 Debug: 2019-09-12 08:28:10 +0000 Facter: Found no suitable resolves of 1 for ec2_metadata 2019-09-12T08:28:10.631 Debug: 2019-09-12 08:28:10 +0000 Facter: value for ec2_metadata is still nil 2019-09-12T08:28:11.160 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for ec2_userdata 2019-09-12T08:28:11.164 Debug: 2019-09-12 08:28:11 +0000 Facter: value for ec2_userdata is still nil 2019-09-12T08:28:11.170 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 2 for swapencrypted 2019-09-12T08:28:11.173 Debug: 2019-09-12 08:28:11 +0000 Facter: value for swapencrypted is still nil 2019-09-12T08:28:11.176 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for dhcp_servers 2019-09-12T08:28:11.180 Debug: 2019-09-12 08:28:11 +0000 Facter: value for dhcp_servers is still nil 2019-09-12T08:28:11.183 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for lsbmajdistrelease 2019-09-12T08:28:11.187 Debug: 2019-09-12 08:28:11 +0000 Facter: value for lsbmajdistrelease is still nil 2019-09-12T08:28:11.190 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for lsbdistcodename 2019-09-12T08:28:11.193 Debug: 2019-09-12 08:28:11 +0000 Facter: value for lsbdistcodename is still nil 2019-09-12T08:28:11.196 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for xendomains 2019-09-12T08:28:11.200 Debug: 2019-09-12 08:28:11 +0000 Facter: value for xendomains is still nil 2019-09-12T08:28:11.203 Debug: 2019-09-12 08:28:11 +0000 Facter: value for ipaddress6 is still nil 2019-09-12T08:28:11.206 Debug: 2019-09-12 08:28:11 +0000 Facter: value for network_enp2s2 is still nil 2019-09-12T08:28:11.215 Debug: 2019-09-12 08:28:11 +0000 Facter: value for network_eth1000 is still nil 2019-09-12T08:28:11.227 Debug: 2019-09-12 08:28:11 +0000 Facter: value for network_eth1001 is still nil 2019-09-12T08:28:11.241 Debug: 2019-09-12 08:28:11 +0000 Facter: value for sshdsakey is still nil 2019-09-12T08:28:11.244 Debug: 2019-09-12 08:28:11 +0000 Facter: value for sshdsakey is still nil 2019-09-12T08:28:11.247 Debug: 2019-09-12 08:28:11 +0000 Facter: value for sshfp_dsa is still nil 2019-09-12T08:28:11.251 Debug: 2019-09-12 08:28:11 +0000 Facter: value for vlans is still nil 2019-09-12T08:28:11.254 Debug: 2019-09-12 08:28:11 +0000 Facter: value for is_rsc is still nil 2019-09-12T08:28:11.258 Debug: 2019-09-12 08:28:11 +0000 Facter: value for is_rsc is still nil 2019-09-12T08:28:11.261 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for rsc_region 2019-09-12T08:28:11.265 Debug: 2019-09-12 08:28:11 +0000 Facter: value for rsc_region is still nil 2019-09-12T08:28:11.268 Debug: 2019-09-12 08:28:11 +0000 Facter: value for is_rsc is still nil 2019-09-12T08:28:11.272 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for rsc_instance_id 2019-09-12T08:28:11.275 Debug: 2019-09-12 08:28:11 +0000 Facter: value for rsc_instance_id is still nil 2019-09-12T08:28:11.356 Debug: 2019-09-12 08:28:11 +0000 Facter: value for domain is still nil 2019-09-12T08:28:11.360 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for lsbdistrelease 2019-09-12T08:28:11.363 Debug: 2019-09-12 08:28:11 +0000 Facter: value for lsbdistrelease is still nil 2019-09-12T08:28:11.366 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for lsbdistid 2019-09-12T08:28:11.369 Debug: 2019-09-12 08:28:11 +0000 Facter: value for lsbdistid is still nil 2019-09-12T08:28:11.373 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for processor 2019-09-12T08:28:11.376 Debug: 2019-09-12 08:28:11 +0000 Facter: value for processor is still nil 2019-09-12T08:28:11.380 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for selinux_enforced 2019-09-12T08:28:11.383 Debug: 2019-09-12 08:28:11 +0000 Facter: value for selinux_enforced is still nil 2019-09-12T08:28:11.386 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for selinux_policyversion 2019-09-12T08:28:11.390 Debug: 2019-09-12 08:28:11 +0000 Facter: value for selinux_policyversion is still nil 2019-09-12T08:28:11.393 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for selinux_current_mode 2019-09-12T08:28:11.396 Debug: 2019-09-12 08:28:11 +0000 Facter: value for selinux_current_mode is still nil 2019-09-12T08:28:11.400 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for selinux_config_mode 2019-09-12T08:28:11.404 Debug: 2019-09-12 08:28:11 +0000 Facter: value for selinux_config_mode is still nil 2019-09-12T08:28:11.407 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for selinux_config_policy 2019-09-12T08:28:11.410 Debug: 2019-09-12 08:28:11 +0000 Facter: value for selinux_config_policy is still nil 2019-09-12T08:28:11.415 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for zonename 2019-09-12T08:28:11.418 Debug: 2019-09-12 08:28:11 +0000 Facter: value for zonename is still nil 2019-09-12T08:28:11.421 Debug: 2019-09-12 08:28:11 +0000 Facter: value for cfkey is still nil 2019-09-12T08:28:11.425 Debug: 2019-09-12 08:28:11 +0000 Facter: value for zpool_version is still nil 2019-09-12T08:28:11.428 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for lsbdistdescription 2019-09-12T08:28:11.432 Debug: 2019-09-12 08:28:11 +0000 Facter: value for lsbdistdescription is still nil 2019-09-12T08:28:11.436 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for system32 2019-09-12T08:28:11.440 Debug: 2019-09-12 08:28:11 +0000 Facter: value for system32 is still nil 2019-09-12T08:28:11.523 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for windows_common_appdata 2019-09-12T08:28:11.527 Debug: 2019-09-12 08:28:11 +0000 Facter: value for windows_common_appdata is still nil 2019-09-12T08:28:11.531 Debug: 2019-09-12 08:28:11 +0000 Facter: value for puppi_projects is still nil 2019-09-12T08:28:11.537 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for iptables_persistent_version 2019-09-12T08:28:11.541 Debug: 2019-09-12 08:28:11 +0000 Facter: value for iptables_persistent_version is still nil 2019-09-12T08:28:11.544 ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2019-09-12T08:28:11.553 Debug: 2019-09-12 08:28:11 +0000 Facter: value for pe_version is still nil 2019-09-12T08:28:11.557 Debug: 2019-09-12 08:28:11 +0000 Facter: value for pe_version is still nil 2019-09-12T08:28:11.560 Debug: 2019-09-12 08:28:11 +0000 Facter: value for pe_version is still nil 2019-09-12T08:28:11.563 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for pe_major_version 2019-09-12T08:28:11.567 Debug: 2019-09-12 08:28:11 +0000 Facter: value for pe_major_version is still nil 2019-09-12T08:28:11.570 Debug: 2019-09-12 08:28:11 +0000 Facter: value for pe_version is still nil 2019-09-12T08:28:11.573 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for pe_minor_version 2019-09-12T08:28:11.577 Debug: 2019-09-12 08:28:11 +0000 Facter: value for pe_minor_version is still nil 2019-09-12T08:28:11.581 Debug: 2019-09-12 08:28:11 +0000 Facter: value for pe_version is still nil 2019-09-12T08:28:11.584 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for pe_patch_version 2019-09-12T08:28:11.587 Debug: 2019-09-12 08:28:11 +0000 Facter: value for pe_patch_version is still nil 2019-09-12T08:28:11.590 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist 2019-09-12T08:28:11.593 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist 2019-09-12T08:28:11.597 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist 2019-09-12T08:28:11.600 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist 2019-09-12T08:28:11.603 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist 2019-09-12T08:28:11.606 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist 2019-09-12T08:28:11.610 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist 2019-09-12T08:28:11.613 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderDnf: file dnf does not exist 2019-09-12T08:28:11.617 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderDpkg: file /usr/bin/dpkg does not exist 2019-09-12T08:28:11.620 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderApt: file /usr/bin/apt-get does not exist 2019-09-12T08:28:11.624 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderAptitude: file /usr/bin/aptitude does not exist 2019-09-12T08:28:11.627 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderTdnf: file tdnf does not exist 2019-09-12T08:28:11.630 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist 2019-09-12T08:28:11.633 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist 2019-09-12T08:28:11.636 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist 2019-09-12T08:28:11.639 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderPkgin: file pkgin does not exist 2019-09-12T08:28:11.643 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderPkgng: file /usr/local/sbin/pkg does not exist 2019-09-12T08:28:11.646 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderOpkg: file opkg does not exist 2019-09-12T08:28:11.649 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderUrpmi: file urpmi does not exist 2019-09-12T08:28:11.653 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderAptrpm: file apt-get does not exist 2019-09-12T08:28:11.656 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist 2019-09-12T08:28:11.660 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist 2019-09-12T08:28:11.664 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist 2019-09-12T08:28:11.667 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist 2019-09-12T08:28:11.671 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderPortage: file /usr/bin/emerge does not exist 2019-09-12T08:28:11.674 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist 2019-09-12T08:28:11.678 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Package::ProviderPuppet_gem: file /opt/puppetlabs/puppet/bin/gem does not exist 2019-09-12T08:28:11.681 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist 2019-09-12T08:28:11.684 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist 2019-09-12T08:28:11.688 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderInit: false value when expecting true 2019-09-12T08:28:11.691 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist 2019-09-12T08:28:11.695 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist 2019-09-12T08:28:11.698 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true 2019-09-12T08:28:11.701 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist 2019-09-12T08:28:11.704 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist 2019-09-12T08:28:11.707 Debug: 2019-09-12 08:28:11 +0000 Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist 2019-09-12T08:28:11.710 Matching apachectl 'Server version: Apache/2.4.6 (CentOS) 2019-09-12T08:28:11.713 Server built: Nov 5 2018 01:47:09' 2019-09-12T08:28:11.717 Debug: 2019-09-12 08:28:11 +0000 Facter: value for rabbitmq_version is still nil 2019-09-12T08:28:11.720 Debug: 2019-09-12 08:28:11 +0000 Facter: value for mysqld_version is still nil 2019-09-12T08:28:11.723 Debug: 2019-09-12 08:28:11 +0000 Facter: value for mysql_version is still nil 2019-09-12T08:28:11.726 Debug: 2019-09-12 08:28:11 +0000 Facter: Found no suitable resolves of 1 for staging_windir 2019-09-12T08:28:11.729 Debug: 2019-09-12 08:28:11 +0000 Facter: value for staging_windir is still nil 2019-09-12T08:28:11.732 Debug: 2019-09-12 08:28:11 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:11.735 Debug: 2019-09-12 08:28:11 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:11.763 Debug: 2019-09-12 08:28:11 +0000 Facter: value for domain is still nil 2019-09-12T08:28:11.884 Debug: 2019-09-12 08:28:11 +0000 importing '/usr/share/puppet/modules/platform/manifests/config.pp' in environment production 2019-09-12T08:28:11.956 Debug: 2019-09-12 08:28:11 +0000 Automatically imported platform::config::bootstrap from platform/config into production 2019-09-12T08:28:11.959 Debug: 2019-09-12 08:28:11 +0000 ModuleLoader: module 'platform' has unknown dependencies - it will have all other modules visible 2019-09-12T08:28:11.963 Debug: 2019-09-12 08:28:11 +0000 importing '/usr/share/puppet/modules/platform/manifests/params.pp' in environment production 2019-09-12T08:28:11.977 Debug: 2019-09-12 08:28:11 +0000 Automatically imported platform::params from platform/params into production 2019-09-12T08:28:11.983 Debug: 2019-09-12 08:28:11 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:28:11.987 Debug: 2019-09-12 08:28:11 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:28:12.039 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of lookup_options with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.043 Debug: 2019-09-12 08:28:12 +0000 hiera(): Hiera YAML backend starting 2019-09-12T08:28:12.046 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up lookup_options in YAML backend 2019-09-12T08:28:12.049 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.052 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.056 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.059 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.062 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.065 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.068 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.073 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.076 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.079 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.083 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.086 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.194 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::hostname with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.197 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::hostname in YAML backend 2019-09-12T08:28:12.201 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.204 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.207 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.211 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.215 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.218 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.222 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.225 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.229 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.235 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.239 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.242 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::params::hostname in personality 2019-09-12T08:28:12.246 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::controller_hostname with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.249 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::controller_hostname in YAML backend 2019-09-12T08:28:12.252 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.256 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.259 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.263 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.267 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.270 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.273 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.277 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.280 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.284 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.287 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.291 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.294 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::params::controller_hostname in global 2019-09-12T08:28:12.297 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::pxeboot_hostname with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.301 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::pxeboot_hostname in YAML backend 2019-09-12T08:28:12.306 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.309 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.313 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.316 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.320 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.323 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.327 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.330 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.335 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.339 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.343 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.347 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.351 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::params::pxeboot_hostname in global 2019-09-12T08:28:12.355 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::config_path with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.359 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::config_path in YAML backend 2019-09-12T08:28:12.363 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.367 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.370 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.373 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.377 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.380 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.383 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.387 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.390 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.393 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.397 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.400 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.404 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::controller_0_hostname with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.407 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::controller_0_hostname in YAML backend 2019-09-12T08:28:12.411 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.415 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.418 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.422 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.425 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.429 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.432 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.436 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.439 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.443 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.446 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.449 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.453 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::params::controller_0_hostname in global 2019-09-12T08:28:12.456 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::controller_1_hostname with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.459 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::controller_1_hostname in YAML backend 2019-09-12T08:28:12.463 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.466 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.469 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.472 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.476 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.479 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.483 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.486 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.490 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.493 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.496 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.499 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.503 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::params::controller_1_hostname in global 2019-09-12T08:28:12.506 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::controller_upgrade with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.509 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::controller_upgrade in YAML backend 2019-09-12T08:28:12.513 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.516 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.519 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.522 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.526 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.535 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.539 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.542 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.545 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.549 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.552 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.555 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.558 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::mate_hostname with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.561 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::mate_hostname in YAML backend 2019-09-12T08:28:12.565 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.568 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.571 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.574 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.577 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.580 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.583 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.587 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.590 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.593 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.596 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.599 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.602 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::mate_ipaddress with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.605 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::mate_ipaddress in YAML backend 2019-09-12T08:28:12.608 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.612 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.615 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.618 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.621 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.624 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.628 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.631 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.634 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.637 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.641 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.644 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.647 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::nfs_proto with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.650 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::nfs_proto in YAML backend 2019-09-12T08:28:12.654 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.657 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.660 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.663 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.667 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.670 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.673 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.676 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.679 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.682 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.685 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.695 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.698 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::nfs_rw_size with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.701 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::nfs_rw_size in YAML backend 2019-09-12T08:28:12.705 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.708 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.712 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.715 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.719 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.722 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.726 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.729 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.733 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.736 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.739 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.742 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.746 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::region_1_name with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.749 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::region_1_name in YAML backend 2019-09-12T08:28:12.752 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.756 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.760 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.764 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.768 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.771 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.775 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.778 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.782 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.786 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.789 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.793 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.796 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::region_2_name with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.800 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::region_2_name in YAML backend 2019-09-12T08:28:12.803 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.807 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.810 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.814 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.818 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.821 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.825 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.828 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.832 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.836 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.839 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.843 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.851 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::region_config with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.855 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::region_config in YAML backend 2019-09-12T08:28:12.858 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.861 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.865 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.868 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.871 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.874 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.878 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.881 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.885 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.888 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.892 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.895 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.899 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::distributed_cloud_role with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.902 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::distributed_cloud_role in YAML backend 2019-09-12T08:28:12.906 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.909 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.913 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.916 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.919 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.923 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.926 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.930 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.933 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.937 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.940 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.943 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.947 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::sdn_enabled with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:12.950 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::sdn_enabled in YAML backend 2019-09-12T08:28:12.954 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:12.957 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:12.960 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:12.963 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:12.966 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:12.970 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:12.974 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:12.978 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:12.981 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:12.986 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:12.990 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:12.995 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:12.998 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::software_version with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.002 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::software_version in YAML backend 2019-09-12T08:28:13.005 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.008 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.011 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.015 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.018 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.022 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.025 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.028 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.032 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.035 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.038 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::params::software_version in static 2019-09-12T08:28:13.041 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::system_mode with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.044 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::system_mode in YAML backend 2019-09-12T08:28:13.047 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.050 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.054 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.057 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.060 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.063 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.066 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.069 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.073 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.076 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.079 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.083 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.086 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::system_type with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.089 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::system_type in YAML backend 2019-09-12T08:28:13.092 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.095 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.098 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.102 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.105 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.108 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.112 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.115 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.118 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.122 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.125 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.128 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.131 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::system_name with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.134 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::system_name in YAML backend 2019-09-12T08:28:13.138 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.141 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.145 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.148 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.152 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.155 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.158 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.162 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.165 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.168 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.172 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.175 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.178 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::platform_cpu_count with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.182 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::platform_cpu_count in YAML backend 2019-09-12T08:28:13.185 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.188 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.192 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.195 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.198 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.201 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.204 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.207 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.211 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.215 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.218 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.227 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.230 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::vswitch_type with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.233 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::vswitch_type in YAML backend 2019-09-12T08:28:13.236 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.240 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.243 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.246 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.249 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.253 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.256 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.260 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.263 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.267 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.270 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.273 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.276 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::security_profile with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.279 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::security_profile in YAML backend 2019-09-12T08:28:13.283 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.286 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.289 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.292 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.295 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.299 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.302 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.305 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.308 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.311 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.315 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.318 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.321 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::security_feature with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.324 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::security_feature in YAML backend 2019-09-12T08:28:13.327 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.331 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.334 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.337 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.340 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.343 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.347 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.350 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.354 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.357 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.360 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.364 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.367 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::params::security_feature in global 2019-09-12T08:28:13.370 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::params::stx_openstack_applied with options {:variables=>Scope(Class[Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.373 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::params::stx_openstack_applied in YAML backend 2019-09-12T08:28:13.377 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.380 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.383 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.386 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.390 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.393 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.397 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.400 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.403 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.406 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.409 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.412 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.416 Notice: 2019-09-12 08:28:12 +0000 Scope(Class[Platform::Params]): DEBUG: Platform cpu count obtained from sysinv DB is . 2019-09-12T08:28:13.419 Debug: 2019-09-12 08:28:12 +0000 importing '/usr/share/puppet/modules/platform/manifests/anchors.pp' in environment production 2019-09-12T08:28:13.423 Debug: 2019-09-12 08:28:12 +0000 Automatically imported platform::anchors from platform/anchors into production 2019-09-12T08:28:13.426 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::config::params::config_uuid with options {:variables=>Scope(Class[Platform::Config::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.429 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::config::params::config_uuid in YAML backend 2019-09-12T08:28:13.432 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.436 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.439 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.442 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.445 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.448 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.452 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.455 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.458 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.462 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.465 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.468 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.472 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::config::params::hosts with options {:variables=>Scope(Class[Platform::Config::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.475 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::config::params::hosts in YAML backend 2019-09-12T08:28:13.478 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.481 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.484 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.487 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.490 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.494 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.497 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.500 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.503 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.506 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.509 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.512 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::config::params::hosts in personality 2019-09-12T08:28:13.515 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::config::params::timezone with options {:variables=>Scope(Class[Platform::Config::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.519 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::config::params::timezone in YAML backend 2019-09-12T08:28:13.522 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.525 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.528 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.531 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.534 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.537 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.540 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.544 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.547 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.550 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.554 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.557 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.561 Debug: 2019-09-12 08:28:12 +0000 importing '/usr/share/puppet/modules/platform/manifests/users.pp' in environment production 2019-09-12T08:28:13.564 Debug: 2019-09-12 08:28:12 +0000 Automatically imported platform::users::bootstrap from platform/users into production 2019-09-12T08:28:13.568 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::users::params::sysadmin_password with options {:variables=>Scope(Class[Platform::Users::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.571 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::users::params::sysadmin_password in YAML backend 2019-09-12T08:28:13.575 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.578 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.582 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.586 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.589 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.592 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.596 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.599 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.603 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.606 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.610 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.613 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.616 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::users::params::sysadmin_password_max_age with options {:variables=>Scope(Class[Platform::Users::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.619 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::users::params::sysadmin_password_max_age in YAML backend 2019-09-12T08:28:13.623 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.626 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.629 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.633 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.636 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.640 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.643 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.646 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.650 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.654 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.657 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.661 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:13.664 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::users::params::sysadmin_password_max_age in global 2019-09-12T08:28:13.672 Debug: 2019-09-12 08:28:12 +0000 importing '/usr/share/puppet/modules/platform/manifests/ldap.pp' in environment production 2019-09-12T08:28:13.675 Debug: 2019-09-12 08:28:12 +0000 Automatically imported platform::ldap::bootstrap from platform/ldap into production 2019-09-12T08:28:13.678 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::ldap::params::admin_pw with options {:variables=>Scope(Class[Platform::Ldap::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.686 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::ldap::params::admin_pw in YAML backend 2019-09-12T08:28:13.690 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.693 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.697 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.701 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.704 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.708 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.712 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.715 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.719 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.723 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::ldap::params::admin_pw in secure_static 2019-09-12T08:28:13.726 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::ldap::params::admin_hashed_pw with options {:variables=>Scope(Class[Platform::Ldap::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.729 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::ldap::params::admin_hashed_pw in YAML backend 2019-09-12T08:28:13.733 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.737 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.741 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.744 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.748 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.752 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.755 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.759 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.762 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.766 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::ldap::params::admin_hashed_pw in secure_static 2019-09-12T08:28:13.769 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::ldap::params::provider_uri with options {:variables=>Scope(Class[Platform::Ldap::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.773 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::ldap::params::provider_uri in YAML backend 2019-09-12T08:28:13.777 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.780 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.784 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.787 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.791 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.794 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.798 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.801 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.805 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.808 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.812 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.815 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::ldap::params::provider_uri in personality 2019-09-12T08:28:13.819 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::ldap::params::server_id with options {:variables=>Scope(Class[Platform::Ldap::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.822 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::ldap::params::server_id in YAML backend 2019-09-12T08:28:13.825 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.829 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.833 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.836 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.840 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.843 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.847 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.850 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.854 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.857 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.861 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:13.864 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::ldap::params::server_id in personality 2019-09-12T08:28:13.867 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::ldap::params::ldapserver_remote with options {:variables=>Scope(Class[Platform::Ldap::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.871 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::ldap::params::ldapserver_remote in YAML backend 2019-09-12T08:28:13.875 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.878 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.882 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.885 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.889 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.892 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.895 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.899 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.902 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.905 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.909 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::ldap::params::ldapserver_remote in static 2019-09-12T08:28:13.912 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::ldap::params::ldapserver_host with options {:variables=>Scope(Class[Platform::Ldap::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.915 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::ldap::params::ldapserver_host in YAML backend 2019-09-12T08:28:13.919 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.922 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.926 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.929 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.932 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.935 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.938 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.942 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.945 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.948 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:13.951 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::ldap::params::ldapserver_host in static 2019-09-12T08:28:13.954 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::ldap::params::bind_anonymous with options {:variables=>Scope(Class[Platform::Ldap::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:13.958 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::ldap::params::bind_anonymous in YAML backend 2019-09-12T08:28:13.961 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:13.964 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:13.967 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:13.971 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:13.974 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:13.978 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:13.981 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:13.985 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:13.988 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:13.991 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.007 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::ldap::params::bind_anonymous in static 2019-09-12T08:28:14.010 Debug: 2019-09-12 08:28:12 +0000 Scope(Class[Platform::Ldap::Client]): Retrieving template platform/ldap.conf.erb 2019-09-12T08:28:14.014 Debug: 2019-09-12 08:28:12 +0000 template[/usr/share/puppet/modules/platform/templates/ldap.conf.erb]: Bound template variables for /usr/share/puppet/modules/platform/templates/ldap.conf.erb in 0.00 seconds 2019-09-12T08:28:14.017 Debug: 2019-09-12 08:28:12 +0000 template[/usr/share/puppet/modules/platform/templates/ldap.conf.erb]: Interpolated template /usr/share/puppet/modules/platform/templates/ldap.conf.erb in 0.00 seconds 2019-09-12T08:28:14.020 Debug: 2019-09-12 08:28:12 +0000 Scope(Class[Platform::Ldap::Client]): Retrieving template platform/nslcd.conf.erb 2019-09-12T08:28:14.024 Debug: 2019-09-12 08:28:12 +0000 template[/usr/share/puppet/modules/platform/templates/nslcd.conf.erb]: Bound template variables for /usr/share/puppet/modules/platform/templates/nslcd.conf.erb in 0.00 seconds 2019-09-12T08:28:14.027 Debug: 2019-09-12 08:28:12 +0000 template[/usr/share/puppet/modules/platform/templates/nslcd.conf.erb]: Interpolated template /usr/share/puppet/modules/platform/templates/nslcd.conf.erb in 0.00 seconds 2019-09-12T08:28:14.031 Debug: 2019-09-12 08:28:12 +0000 Scope(Class[Platform::Ldap::Client]): Retrieving template platform/ldapscripts.conf.erb 2019-09-12T08:28:14.034 Debug: 2019-09-12 08:28:12 +0000 template[/usr/share/puppet/modules/platform/templates/ldapscripts.conf.erb]: Bound template variables for /usr/share/puppet/modules/platform/templates/ldapscripts.conf.erb in 0.00 seconds 2019-09-12T08:28:14.037 Debug: 2019-09-12 08:28:12 +0000 template[/usr/share/puppet/modules/platform/templates/ldapscripts.conf.erb]: Interpolated template /usr/share/puppet/modules/platform/templates/ldapscripts.conf.erb in 0.00 seconds 2019-09-12T08:28:14.040 Debug: 2019-09-12 08:28:12 +0000 importing '/usr/share/puppet/modules/platform/manifests/drbd.pp' in environment production 2019-09-12T08:28:14.044 Debug: 2019-09-12 08:28:12 +0000 Automatically imported platform::drbd::bootstrap from platform/drbd into production 2019-09-12T08:28:14.047 Debug: 2019-09-12 08:28:12 +0000 importing '/usr/share/puppet/modules/drbd/manifests/init.pp' in environment production 2019-09-12T08:28:14.050 Debug: 2019-09-12 08:28:12 +0000 Automatically imported drbd from drbd into production 2019-09-12T08:28:14.054 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of drbd::package_name with options {:variables=>Scope(Class[Drbd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.057 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up drbd::package_name in YAML backend 2019-09-12T08:28:14.060 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.064 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.067 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.070 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.074 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.077 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.080 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.083 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.086 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.089 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.093 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.096 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.099 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of drbd::wfc_timeout with options {:variables=>Scope(Class[Drbd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.102 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up drbd::wfc_timeout in YAML backend 2019-09-12T08:28:14.105 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.108 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.112 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.115 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.118 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.121 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.124 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.128 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.131 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.134 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.137 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.140 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.143 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of drbd::degr_wfc_timeout with options {:variables=>Scope(Class[Drbd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.147 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up drbd::degr_wfc_timeout in YAML backend 2019-09-12T08:28:14.150 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.153 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.156 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.159 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.162 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.165 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.169 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.172 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.175 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.178 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.181 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.184 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.188 Debug: 2019-09-12 08:28:12 +0000 importing '/usr/share/puppet/modules/drbd/manifests/service.pp' in environment production 2019-09-12T08:28:14.191 Debug: 2019-09-12 08:28:12 +0000 Automatically imported drbd::service from drbd/service into production 2019-09-12T08:28:14.194 Debug: 2019-09-12 08:28:12 +0000 Scope(Class[Drbd]): Retrieving template drbd/global_common.conf.erb 2019-09-12T08:28:14.197 Debug: 2019-09-12 08:28:12 +0000 template[/usr/share/puppet/modules/drbd/templates/global_common.conf.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/global_common.conf.erb in 0.00 seconds 2019-09-12T08:28:14.201 Debug: 2019-09-12 08:28:12 +0000 template[/usr/share/puppet/modules/drbd/templates/global_common.conf.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/global_common.conf.erb in 0.00 seconds 2019-09-12T08:28:14.204 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::drbd::params::link_speed with options {:variables=>Scope(Class[Platform::Drbd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.207 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::drbd::params::link_speed in YAML backend 2019-09-12T08:28:14.210 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.214 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.217 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.220 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.223 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.226 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.229 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.233 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.236 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.239 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.254 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.257 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::drbd::params::link_speed in personality 2019-09-12T08:28:14.261 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::drbd::params::link_util with options {:variables=>Scope(Class[Platform::Drbd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.264 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::drbd::params::link_util in YAML backend 2019-09-12T08:28:14.268 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.271 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.274 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.278 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.281 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.284 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.288 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.291 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.294 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.298 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.301 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.304 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::drbd::params::link_util in personality 2019-09-12T08:28:14.308 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::drbd::params::num_parallel with options {:variables=>Scope(Class[Platform::Drbd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.311 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::drbd::params::num_parallel in YAML backend 2019-09-12T08:28:14.314 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.317 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.320 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.323 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.327 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.330 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.333 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.336 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.339 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.343 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.346 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.349 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::drbd::params::num_parallel in personality 2019-09-12T08:28:14.352 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::drbd::params::rtt_ms with options {:variables=>Scope(Class[Platform::Drbd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.355 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::drbd::params::rtt_ms in YAML backend 2019-09-12T08:28:14.358 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.361 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.364 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.367 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.371 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.374 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.377 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.380 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.388 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.391 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.395 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.398 Debug: 2019-09-12 08:28:12 +0000 hiera(): Found platform::drbd::params::rtt_ms in personality 2019-09-12T08:28:14.402 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::drbd::params::fs_type with options {:variables=>Scope(Class[Platform::Drbd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.405 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::drbd::params::fs_type in YAML backend 2019-09-12T08:28:14.408 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.412 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.415 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.419 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.422 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.425 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.429 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.432 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.435 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.439 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.442 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.445 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.449 Debug: 2019-09-12 08:28:12 +0000 Performing a hiera indirector lookup of platform::drbd::params::cpumask with options {:variables=>Scope(Class[Platform::Drbd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.452 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking up platform::drbd::params::cpumask in YAML backend 2019-09-12T08:28:14.455 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.459 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.462 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.466 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.469 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.472 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.475 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.479 Debug: 2019-09-12 08:28:12 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.482 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.485 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.489 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.493 Debug: 2019-09-12 08:28:12 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.496 Debug: 2019-09-12 08:28:12 +0000 importing '/usr/share/puppet/modules/platform/manifests/network.pp' in environment production 2019-09-12T08:28:14.500 Debug: 2019-09-12 08:28:13 +0000 Automatically imported platform::network::mgmt::params from platform/network into production 2019-09-12T08:28:14.503 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::interface_name with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.506 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::interface_name in YAML backend 2019-09-12T08:28:14.509 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.513 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.516 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.520 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.523 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.526 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.530 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.534 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.537 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.540 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.544 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.547 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.550 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::interface_address with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.553 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::interface_address in YAML backend 2019-09-12T08:28:14.557 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.560 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.563 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.567 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.571 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.574 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.578 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.581 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.585 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.588 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.591 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.594 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.598 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::interface_devices with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.601 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::interface_devices in YAML backend 2019-09-12T08:28:14.604 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.607 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.611 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.614 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.618 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.621 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.624 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.627 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.631 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.634 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.637 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.640 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.644 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::subnet_version with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.647 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::subnet_version in YAML backend 2019-09-12T08:28:14.650 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.654 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.657 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.664 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.667 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.670 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.673 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.677 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.680 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.683 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.686 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.690 Debug: 2019-09-12 08:28:13 +0000 hiera(): Found platform::network::mgmt::params::subnet_version in personality 2019-09-12T08:28:14.693 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::subnet_network with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.696 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::subnet_network in YAML backend 2019-09-12T08:28:14.699 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.702 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.707 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.712 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.717 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.721 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.724 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.727 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.731 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.734 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.737 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.741 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.746 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::subnet_network_url with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.750 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::subnet_network_url in YAML backend 2019-09-12T08:28:14.753 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.757 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.760 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.763 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.767 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.770 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.773 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.777 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.780 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.783 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.787 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.790 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.794 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::subnet_prefixlen with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.797 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::subnet_prefixlen in YAML backend 2019-09-12T08:28:14.800 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.804 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.807 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.810 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.814 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.817 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.820 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.823 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.827 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.831 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.834 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.837 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.841 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::subnet_netmask with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.844 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::subnet_netmask in YAML backend 2019-09-12T08:28:14.848 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.851 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.854 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.858 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.861 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.864 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.868 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.871 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.874 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.878 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.881 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.885 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.888 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::subnet_start with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.891 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::subnet_start in YAML backend 2019-09-12T08:28:14.895 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.898 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.901 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.905 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.908 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.911 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.915 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.918 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.921 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.924 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.927 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.931 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.934 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::subnet_end with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.937 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::subnet_end in YAML backend 2019-09-12T08:28:14.940 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.944 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.947 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.951 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:14.954 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:14.957 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:14.960 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:14.963 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:14.966 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:14.969 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:14.973 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:14.976 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:14.979 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::gateway_address with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:14.983 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::gateway_address in YAML backend 2019-09-12T08:28:14.986 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:14.990 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:14.993 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:14.996 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.000 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.003 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.006 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.010 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.013 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.017 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.020 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.024 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.028 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::controller_address with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.031 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::controller_address in YAML backend 2019-09-12T08:28:15.035 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.038 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.042 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.045 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.048 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.052 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.055 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.059 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.062 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.065 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.069 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.073 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.076 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::controller_address_url with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.080 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::controller_address_url in YAML backend 2019-09-12T08:28:15.083 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.087 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.090 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.094 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.097 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.101 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.105 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.108 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.112 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.115 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.118 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.121 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.125 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::controller0_address with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.128 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::controller0_address in YAML backend 2019-09-12T08:28:15.131 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.135 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.138 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.141 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.145 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.148 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.151 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.154 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.158 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.161 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.164 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.167 Debug: 2019-09-12 08:28:13 +0000 hiera(): Found platform::network::mgmt::params::controller0_address in personality 2019-09-12T08:28:15.170 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::controller1_address with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.174 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::controller1_address in YAML backend 2019-09-12T08:28:15.177 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.180 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.183 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.187 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.190 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.193 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.197 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.200 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.203 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.206 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.209 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.213 Debug: 2019-09-12 08:28:13 +0000 hiera(): Found platform::network::mgmt::params::controller1_address in personality 2019-09-12T08:28:15.216 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::mtu with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.220 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::mtu in YAML backend 2019-09-12T08:28:15.224 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.228 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.232 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.236 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.240 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.243 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.247 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.250 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.253 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.257 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.261 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.264 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.268 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::network::mgmt::params::platform_nfs_address with options {:variables=>Scope(Class[Platform::Network::Mgmt::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.271 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::network::mgmt::params::platform_nfs_address in YAML backend 2019-09-12T08:28:15.275 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.278 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.282 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.285 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.288 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.292 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.295 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.298 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.302 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.305 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.308 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.312 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.315 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::drbd::pgsql::params::device with options {:variables=>Scope(Class[Platform::Drbd::Pgsql::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.320 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::drbd::pgsql::params::device in YAML backend 2019-09-12T08:28:15.323 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.327 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.330 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.333 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.337 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.340 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.344 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.347 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.352 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.356 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.359 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.363 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.366 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::drbd::pgsql::params::lv_name with options {:variables=>Scope(Class[Platform::Drbd::Pgsql::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.370 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::drbd::pgsql::params::lv_name in YAML backend 2019-09-12T08:28:15.373 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.376 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.380 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.383 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.386 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.390 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.393 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.396 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.399 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.403 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.406 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.409 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.412 Debug: 2019-09-12 08:28:13 +0000 Performing a hiera indirector lookup of platform::drbd::pgsql::params::lv_size with options {:variables=>Scope(Class[Platform::Drbd::Pgsql::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.416 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking up platform::drbd::pgsql::params::lv_size in YAML backend 2019-09-12T08:28:15.419 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.422 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.426 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.429 Debug: 2019-09-12 08:28:13 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.432 Debug: 2019-09-12 08:28:13 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.435 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.439 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.442 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.445 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.449 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.452 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.455 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.458 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::pgsql::params::mountpoint with options {:variables=>Scope(Class[Platform::Drbd::Pgsql::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.462 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::pgsql::params::mountpoint in YAML backend 2019-09-12T08:28:15.465 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.468 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.472 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.475 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.478 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.482 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.485 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.488 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.493 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.497 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.500 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.503 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.507 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::pgsql::params::port with options {:variables=>Scope(Class[Platform::Drbd::Pgsql::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.510 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::pgsql::params::port in YAML backend 2019-09-12T08:28:15.514 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.517 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.520 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.524 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.527 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.530 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.534 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.537 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.540 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.544 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.547 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.551 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.554 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::pgsql::params::resource_name with options {:variables=>Scope(Class[Platform::Drbd::Pgsql::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.557 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::pgsql::params::resource_name in YAML backend 2019-09-12T08:28:15.561 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.564 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.568 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.571 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.574 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.578 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.582 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.585 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.588 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.591 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.595 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.598 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.601 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::pgsql::params::vg_name with options {:variables=>Scope(Class[Platform::Drbd::Pgsql::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.605 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::pgsql::params::vg_name in YAML backend 2019-09-12T08:28:15.608 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.611 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.615 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.619 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.623 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.626 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.629 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.633 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.636 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.639 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.643 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.646 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.650 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::rabbit::params::device with options {:variables=>Scope(Class[Platform::Drbd::Rabbit::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.653 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::rabbit::params::device in YAML backend 2019-09-12T08:28:15.656 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.660 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.663 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.666 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.670 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.673 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.676 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.679 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.682 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.685 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.688 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.692 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.695 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::rabbit::params::lv_name with options {:variables=>Scope(Class[Platform::Drbd::Rabbit::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.698 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::rabbit::params::lv_name in YAML backend 2019-09-12T08:28:15.701 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.705 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.708 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.711 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.714 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.717 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.720 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.723 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.726 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.730 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.733 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.736 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.739 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::rabbit::params::lv_size with options {:variables=>Scope(Class[Platform::Drbd::Rabbit::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.745 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::rabbit::params::lv_size in YAML backend 2019-09-12T08:28:15.748 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.752 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.755 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.758 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.762 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.766 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.769 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.772 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.776 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.779 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.783 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.786 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.790 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::rabbit::params::mountpoint with options {:variables=>Scope(Class[Platform::Drbd::Rabbit::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.793 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::rabbit::params::mountpoint in YAML backend 2019-09-12T08:28:15.796 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.800 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.803 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.806 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.810 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.813 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.816 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.820 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.823 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.827 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.831 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.834 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.838 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::rabbit::params::port with options {:variables=>Scope(Class[Platform::Drbd::Rabbit::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.841 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::rabbit::params::port in YAML backend 2019-09-12T08:28:15.845 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.848 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.852 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.855 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.858 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.862 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.865 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.868 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.872 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.875 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.878 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.882 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.886 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::rabbit::params::resource_name with options {:variables=>Scope(Class[Platform::Drbd::Rabbit::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.889 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::rabbit::params::resource_name in YAML backend 2019-09-12T08:28:15.893 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.896 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.899 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.902 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.905 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.909 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.912 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.915 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.919 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.922 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.925 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.928 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.932 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::rabbit::params::vg_name with options {:variables=>Scope(Class[Platform::Drbd::Rabbit::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.935 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::rabbit::params::vg_name in YAML backend 2019-09-12T08:28:15.938 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.941 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.945 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.948 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:15.951 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:15.955 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:15.958 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:15.961 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:15.964 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:15.968 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:15.971 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:15.975 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:15.978 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::platform::params::device with options {:variables=>Scope(Class[Platform::Drbd::Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:15.981 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::platform::params::device in YAML backend 2019-09-12T08:28:15.985 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:15.988 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:15.994 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:15.998 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.002 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.005 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.008 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.011 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.015 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.018 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.022 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.025 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.029 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::platform::params::lv_name with options {:variables=>Scope(Class[Platform::Drbd::Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.032 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::platform::params::lv_name in YAML backend 2019-09-12T08:28:16.035 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.039 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.042 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.046 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.049 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.053 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.056 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.059 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.063 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.066 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.070 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.073 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.077 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::platform::params::lv_size with options {:variables=>Scope(Class[Platform::Drbd::Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.080 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::platform::params::lv_size in YAML backend 2019-09-12T08:28:16.083 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.086 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.090 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.093 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.096 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.099 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.103 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.106 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.110 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.113 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.116 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.120 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.123 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::platform::params::mountpoint with options {:variables=>Scope(Class[Platform::Drbd::Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.126 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::platform::params::mountpoint in YAML backend 2019-09-12T08:28:16.129 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.132 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.136 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.139 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.142 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.145 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.149 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.152 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.155 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.159 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.162 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.165 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.168 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::platform::params::port with options {:variables=>Scope(Class[Platform::Drbd::Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.171 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::platform::params::port in YAML backend 2019-09-12T08:28:16.175 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.179 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.182 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.186 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.189 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.193 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.197 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.200 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.204 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.207 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.210 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.214 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.217 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::platform::params::vg_name with options {:variables=>Scope(Class[Platform::Drbd::Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.220 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::platform::params::vg_name in YAML backend 2019-09-12T08:28:16.224 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.227 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.231 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.234 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.237 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.240 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.244 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.247 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.250 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.254 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.258 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.261 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.264 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::platform::params::resource_name with options {:variables=>Scope(Class[Platform::Drbd::Platform::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.268 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::platform::params::resource_name in YAML backend 2019-09-12T08:28:16.271 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.274 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.278 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.281 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.284 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.287 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.291 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.294 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.297 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.301 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.304 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.307 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.311 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::extension::params::device with options {:variables=>Scope(Class[Platform::Drbd::Extension::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.314 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::extension::params::device in YAML backend 2019-09-12T08:28:16.318 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.321 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.324 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.328 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.331 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.335 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.338 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.342 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.346 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.349 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.353 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.356 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.360 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::extension::params::lv_name with options {:variables=>Scope(Class[Platform::Drbd::Extension::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.363 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::extension::params::lv_name in YAML backend 2019-09-12T08:28:16.366 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.370 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.373 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.376 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.379 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.383 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.387 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.390 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.394 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.397 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.401 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.404 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.408 Debug: 2019-09-12 08:28:14 +0000 Performing a hiera indirector lookup of platform::drbd::extension::params::lv_size with options {:variables=>Scope(Class[Platform::Drbd::Extension::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.411 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking up platform::drbd::extension::params::lv_size in YAML backend 2019-09-12T08:28:16.414 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.418 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.421 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.424 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.430 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.433 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.437 Debug: 2019-09-12 08:28:14 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.440 Debug: 2019-09-12 08:28:14 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.443 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.447 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.450 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.454 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.457 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of platform::drbd::extension::params::mountpoint with options {:variables=>Scope(Class[Platform::Drbd::Extension::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.460 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up platform::drbd::extension::params::mountpoint in YAML backend 2019-09-12T08:28:16.464 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.467 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.471 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.474 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.477 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.480 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.483 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.486 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.490 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.493 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.496 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.499 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.502 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of platform::drbd::extension::params::port with options {:variables=>Scope(Class[Platform::Drbd::Extension::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.505 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up platform::drbd::extension::params::port in YAML backend 2019-09-12T08:28:16.508 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.511 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.515 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.518 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.521 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.525 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.529 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.533 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.537 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.540 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.543 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.547 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.550 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of platform::drbd::extension::params::resource_name with options {:variables=>Scope(Class[Platform::Drbd::Extension::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.553 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up platform::drbd::extension::params::resource_name in YAML backend 2019-09-12T08:28:16.556 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.560 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.563 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.566 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.569 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.572 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.575 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.578 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.582 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.585 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.588 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.591 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.595 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of platform::drbd::extension::params::vg_name with options {:variables=>Scope(Class[Platform::Drbd::Extension::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.598 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up platform::drbd::extension::params::vg_name in YAML backend 2019-09-12T08:28:16.602 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.605 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.608 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.611 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.614 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.617 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.621 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.624 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.627 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.630 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.633 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.636 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.640 Debug: 2019-09-12 08:28:15 +0000 importing '/usr/share/puppet/modules/platform/manifests/postgresql.pp' in environment production 2019-09-12T08:28:16.643 Debug: 2019-09-12 08:28:15 +0000 Automatically imported platform::postgresql::bootstrap from platform/postgresql into production 2019-09-12T08:28:16.646 Debug: 2019-09-12 08:28:15 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/globals.pp' in environment production 2019-09-12T08:28:16.649 Debug: 2019-09-12 08:28:15 +0000 Automatically imported postgresql::globals from postgresql/globals into production 2019-09-12T08:28:16.652 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::client_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.655 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::client_package_name in YAML backend 2019-09-12T08:28:16.658 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.661 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.665 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.668 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.671 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.674 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.677 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.680 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.684 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.687 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.690 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.693 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.696 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::server_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.699 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::server_package_name in YAML backend 2019-09-12T08:28:16.702 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.706 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.709 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.713 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.716 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.720 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.723 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.726 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.730 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.733 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.736 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.739 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.742 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::contrib_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.746 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::contrib_package_name in YAML backend 2019-09-12T08:28:16.749 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.752 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.755 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.758 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.761 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.766 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.769 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.773 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.777 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.780 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.784 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.788 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.791 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::devel_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.794 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::devel_package_name in YAML backend 2019-09-12T08:28:16.801 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.805 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.809 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.812 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.816 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.820 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.823 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.827 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.830 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.833 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.837 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.840 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.844 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::java_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.848 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::java_package_name in YAML backend 2019-09-12T08:28:16.851 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.854 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.858 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.861 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.865 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.868 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.872 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.875 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.878 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.882 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.885 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.889 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.892 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::docs_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.895 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::docs_package_name in YAML backend 2019-09-12T08:28:16.902 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.905 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.909 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.913 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.916 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.919 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.923 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.926 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.929 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.932 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.936 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.940 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.943 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::perl_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.947 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::perl_package_name in YAML backend 2019-09-12T08:28:16.950 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.953 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:16.957 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:16.960 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:16.963 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:16.966 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:16.969 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:16.972 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:16.976 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:16.979 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:16.982 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:16.985 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:16.988 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::plperl_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:16.992 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::plperl_package_name in YAML backend 2019-09-12T08:28:16.995 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:16.998 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.001 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.004 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.007 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.011 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.014 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.017 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.020 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.024 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.027 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.030 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.033 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::plpython_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.036 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::plpython_package_name in YAML backend 2019-09-12T08:28:17.040 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.043 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.046 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.050 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.053 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.057 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.061 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.064 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.067 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.071 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.075 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.078 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.082 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::python_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.085 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::python_package_name in YAML backend 2019-09-12T08:28:17.088 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.092 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.095 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.099 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.102 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.106 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.109 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.112 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.116 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.119 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.123 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.126 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.130 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::postgis_package_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.133 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::postgis_package_name in YAML backend 2019-09-12T08:28:17.136 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.140 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.143 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.147 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.150 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.153 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.157 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.160 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.164 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.167 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.170 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.174 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.177 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::service_name with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.180 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::service_name in YAML backend 2019-09-12T08:28:17.184 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.187 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.190 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.194 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.198 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.201 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.205 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.208 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.212 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.215 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.218 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.222 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.225 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::service_provider with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.229 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::service_provider in YAML backend 2019-09-12T08:28:17.232 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.235 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.239 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.242 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.246 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.250 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.254 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.258 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.261 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.265 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.268 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.272 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.275 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::service_status with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.280 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::service_status in YAML backend 2019-09-12T08:28:17.284 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.287 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.291 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.294 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.298 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.302 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.305 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.308 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.312 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.316 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.319 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.322 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.326 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::default_database with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.329 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::default_database in YAML backend 2019-09-12T08:28:17.333 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.336 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.340 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.343 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.347 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.350 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.354 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.357 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.360 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.364 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.367 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.370 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.374 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::validcon_script_path with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.377 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::validcon_script_path in YAML backend 2019-09-12T08:28:17.380 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.384 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.387 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.390 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.393 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.397 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.400 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.404 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.407 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.410 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.414 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.417 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.420 Debug: 2019-09-12 08:28:15 +0000 Performing a hiera indirector lookup of postgresql::globals::initdb_path with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.424 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking up postgresql::globals::initdb_path in YAML backend 2019-09-12T08:28:17.427 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.430 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.434 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.437 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.440 Debug: 2019-09-12 08:28:15 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.444 Debug: 2019-09-12 08:28:15 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.447 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.451 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.454 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.457 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.461 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.464 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.468 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::createdb_path with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.471 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::createdb_path in YAML backend 2019-09-12T08:28:17.474 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.478 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.481 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.484 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.488 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.491 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.494 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.497 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.501 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.504 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.507 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.510 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.514 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::psql_path with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.517 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::psql_path in YAML backend 2019-09-12T08:28:17.520 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.523 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.527 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.530 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.533 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.536 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.539 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.543 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.546 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.549 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.552 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.555 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.559 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::pg_hba_conf_path with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.562 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::pg_hba_conf_path in YAML backend 2019-09-12T08:28:17.565 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.568 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.571 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.575 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.578 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.581 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.584 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.588 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.591 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.595 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.598 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.601 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.605 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::pg_ident_conf_path with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.608 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::pg_ident_conf_path in YAML backend 2019-09-12T08:28:17.611 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.614 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.618 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.621 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.624 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.627 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.630 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.634 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.637 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.641 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.644 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.648 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.651 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::postgresql_conf_path with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.654 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::postgresql_conf_path in YAML backend 2019-09-12T08:28:17.657 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.660 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.663 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.667 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.670 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.673 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.677 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.680 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.684 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.688 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.691 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.695 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.698 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::recovery_conf_path with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.702 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::recovery_conf_path in YAML backend 2019-09-12T08:28:17.705 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.708 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.712 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.715 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.718 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.721 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.725 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.728 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.731 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.734 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.737 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.741 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.744 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::default_connect_settings with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.747 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::default_connect_settings in YAML backend 2019-09-12T08:28:17.751 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.754 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.757 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.761 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.764 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.767 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.771 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.775 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.778 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.782 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.785 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.789 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.792 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::pg_hba_conf_defaults with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.796 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::pg_hba_conf_defaults in YAML backend 2019-09-12T08:28:17.799 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.803 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.806 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.810 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.813 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.816 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.820 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.823 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.827 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.831 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.834 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.837 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.841 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::bindir with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.844 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::bindir in YAML backend 2019-09-12T08:28:17.847 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.850 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.854 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.857 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.861 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.864 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.867 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.871 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.875 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.878 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.882 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.885 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.889 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::xlogdir with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.892 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::xlogdir in YAML backend 2019-09-12T08:28:17.895 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.899 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.902 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.905 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.909 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.912 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.916 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.919 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.922 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.926 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.929 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.932 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.936 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::logdir with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.939 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::logdir in YAML backend 2019-09-12T08:28:17.942 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.946 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.949 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:17.952 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:17.956 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:17.959 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:17.962 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:17.966 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:17.969 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:17.973 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:17.976 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:17.979 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:17.983 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::log_line_prefix with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:17.986 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::log_line_prefix in YAML backend 2019-09-12T08:28:17.990 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:17.995 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:17.998 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.001 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.004 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.008 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.011 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.014 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.018 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.021 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.024 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.028 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.031 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::user with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.034 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::user in YAML backend 2019-09-12T08:28:18.037 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.041 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.044 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.048 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.051 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.055 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.058 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.061 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.065 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.068 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.071 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.074 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.078 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::group with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.081 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::group in YAML backend 2019-09-12T08:28:18.085 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.088 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.091 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.095 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.098 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.102 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.105 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.108 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.112 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.115 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.118 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.122 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.125 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::version with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.128 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::version in YAML backend 2019-09-12T08:28:18.132 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.135 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.138 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.142 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.146 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.149 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.153 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.156 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.159 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.163 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.166 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.170 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.173 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::postgis_version with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.177 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::postgis_version in YAML backend 2019-09-12T08:28:18.180 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.184 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.187 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.190 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.194 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.197 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.201 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.204 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.207 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.211 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.214 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.218 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.221 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::repo_proxy with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.224 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::repo_proxy in YAML backend 2019-09-12T08:28:18.228 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.231 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.235 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.238 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.243 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.246 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.250 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.253 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.256 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.260 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.264 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.267 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.270 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::repo_baseurl with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.274 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::repo_baseurl in YAML backend 2019-09-12T08:28:18.277 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.281 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.284 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.288 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.291 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.294 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.297 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.301 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.304 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.307 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.311 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.314 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.317 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::needs_initdb with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.321 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::needs_initdb in YAML backend 2019-09-12T08:28:18.324 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.327 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.331 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.334 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.337 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.341 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.344 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.348 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.351 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.354 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.358 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.361 Debug: 2019-09-12 08:28:16 +0000 hiera(): Found postgresql::globals::needs_initdb in personality 2019-09-12T08:28:18.364 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::encoding with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.368 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::encoding in YAML backend 2019-09-12T08:28:18.371 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.374 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.378 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.381 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.385 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.388 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.393 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.397 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.401 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.405 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.409 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.413 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.416 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::locale with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.420 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::locale in YAML backend 2019-09-12T08:28:18.423 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.427 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.430 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.435 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.440 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.443 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.446 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.449 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.453 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.456 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.459 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.462 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.466 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::timezone with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.469 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::timezone in YAML backend 2019-09-12T08:28:18.472 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.475 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.478 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.481 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.485 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.488 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.491 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.495 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.498 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.501 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.505 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.508 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.511 Debug: 2019-09-12 08:28:16 +0000 Performing a hiera indirector lookup of postgresql::globals::manage_pg_hba_conf with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.514 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking up postgresql::globals::manage_pg_hba_conf in YAML backend 2019-09-12T08:28:18.518 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.521 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.524 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.528 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.531 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.535 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.538 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.541 Debug: 2019-09-12 08:28:16 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.545 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.548 Debug: 2019-09-12 08:28:16 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.551 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.554 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.558 Debug: 2019-09-12 08:28:17 +0000 Performing a hiera indirector lookup of postgresql::globals::manage_pg_ident_conf with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.561 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking up postgresql::globals::manage_pg_ident_conf in YAML backend 2019-09-12T08:28:18.564 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.567 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.571 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.574 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.577 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.581 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.584 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.587 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.590 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.593 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.597 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.600 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.603 Debug: 2019-09-12 08:28:17 +0000 Performing a hiera indirector lookup of postgresql::globals::manage_recovery_conf with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.607 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking up postgresql::globals::manage_recovery_conf in YAML backend 2019-09-12T08:28:18.610 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.613 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.617 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.620 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.623 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.627 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.630 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.633 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.636 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.639 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.642 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.646 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.649 Debug: 2019-09-12 08:28:17 +0000 Performing a hiera indirector lookup of postgresql::globals::manage_package_repo with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.652 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking up postgresql::globals::manage_package_repo in YAML backend 2019-09-12T08:28:18.656 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.659 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.662 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.666 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.669 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.672 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.675 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.679 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.682 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.685 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.688 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.692 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.696 Debug: 2019-09-12 08:28:17 +0000 Performing a hiera indirector lookup of postgresql::globals::module_workdir with options {:variables=>Scope(Class[Postgresql::Globals]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.699 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking up postgresql::globals::module_workdir in YAML backend 2019-09-12T08:28:18.703 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.707 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.711 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.715 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.719 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.722 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.726 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.729 Debug: 2019-09-12 08:28:17 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.732 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.736 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.739 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.743 Debug: 2019-09-12 08:28:17 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.746 Debug: 2019-09-12 08:28:18 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server.pp' in environment production 2019-09-12T08:28:18.750 Debug: 2019-09-12 08:28:18 +0000 Automatically imported postgresql::server from postgresql/server into production 2019-09-12T08:28:18.753 Debug: 2019-09-12 08:28:18 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/params.pp' in environment production 2019-09-12T08:28:18.756 Debug: 2019-09-12 08:28:18 +0000 Automatically imported postgresql::params from postgresql/params into production 2019-09-12T08:28:18.760 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::postgres_password with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.763 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::postgres_password in YAML backend 2019-09-12T08:28:18.767 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.770 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.774 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.777 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.780 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.783 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.787 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.790 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.793 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.796 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.800 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.803 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.806 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::package_name with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.810 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::package_name in YAML backend 2019-09-12T08:28:18.813 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.816 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.819 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.823 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.826 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.829 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.833 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.836 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.839 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.842 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.846 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.849 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.852 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::client_package_name with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.855 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::client_package_name in YAML backend 2019-09-12T08:28:18.858 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.861 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.865 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.868 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.871 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.874 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.877 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.881 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.884 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.887 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.890 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.894 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.897 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::package_ensure with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.901 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::package_ensure in YAML backend 2019-09-12T08:28:18.904 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.907 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.911 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.914 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.917 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.920 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.924 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.927 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.930 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.934 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.937 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.940 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.944 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::plperl_package_name with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.947 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::plperl_package_name in YAML backend 2019-09-12T08:28:18.951 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:18.954 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:18.958 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:18.961 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:18.965 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:18.968 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:18.972 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:18.975 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:18.979 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:18.983 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:18.986 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:18.990 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:18.993 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::plpython_package_name with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:18.997 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::plpython_package_name in YAML backend 2019-09-12T08:28:19.000 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.004 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.007 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.010 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.014 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.017 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.020 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.024 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.027 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.030 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.033 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.036 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.040 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::service_ensure with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.043 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::service_ensure in YAML backend 2019-09-12T08:28:19.046 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.049 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.052 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.056 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.059 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.062 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.065 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.068 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.072 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.075 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.078 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.082 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.085 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::service_enable with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.088 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::service_enable in YAML backend 2019-09-12T08:28:19.092 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.095 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.098 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.101 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.104 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.108 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.111 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.114 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.117 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.120 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.123 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.127 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::service_enable in personality 2019-09-12T08:28:19.130 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::service_manage with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.133 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::service_manage in YAML backend 2019-09-12T08:28:19.137 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.140 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.143 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.146 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.150 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.153 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.156 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.160 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.163 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.166 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.169 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.173 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.176 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::service_name with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.179 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::service_name in YAML backend 2019-09-12T08:28:19.182 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.186 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.189 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.192 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.195 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.198 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.201 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.205 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.208 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.211 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.214 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.217 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.221 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::service_restart_on_change with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.224 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::service_restart_on_change in YAML backend 2019-09-12T08:28:19.228 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.232 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.235 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.238 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.242 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.245 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.248 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.252 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.255 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.259 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.262 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.266 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.269 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::service_provider with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.272 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::service_provider in YAML backend 2019-09-12T08:28:19.275 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.279 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.282 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.285 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.289 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.292 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.295 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.298 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.302 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.305 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.308 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.312 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.315 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::service_reload with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.318 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::service_reload in YAML backend 2019-09-12T08:28:19.322 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.325 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.328 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.332 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.335 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.338 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.342 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.345 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.349 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.352 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.356 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.359 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.362 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::service_status with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.365 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::service_status in YAML backend 2019-09-12T08:28:19.369 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.372 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.375 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.378 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.382 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.385 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.388 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.392 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.395 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.398 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.402 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.406 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.409 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::default_database with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.412 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::default_database in YAML backend 2019-09-12T08:28:19.415 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.418 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.422 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.425 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.428 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.431 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.435 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.438 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.442 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.445 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.448 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.451 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.455 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::default_connect_settings with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.458 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::default_connect_settings in YAML backend 2019-09-12T08:28:19.462 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.465 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.469 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.473 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.476 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.479 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.482 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.486 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.492 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.497 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.501 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.506 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.509 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::listen_addresses with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.514 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::listen_addresses in YAML backend 2019-09-12T08:28:19.518 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.522 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.528 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.531 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.534 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.537 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.541 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.544 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.547 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.550 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.553 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.556 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::listen_addresses in personality 2019-09-12T08:28:19.560 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::port with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.563 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::port in YAML backend 2019-09-12T08:28:19.566 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.569 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.572 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.576 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.579 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.582 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.586 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.589 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.592 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.596 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.599 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.602 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.605 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::ip_mask_deny_postgres_user with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.608 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::ip_mask_deny_postgres_user in YAML backend 2019-09-12T08:28:19.612 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.616 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.619 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.622 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.625 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.628 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.631 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.635 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.638 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.641 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.644 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.647 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::ip_mask_deny_postgres_user in personality 2019-09-12T08:28:19.651 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::ip_mask_allow_all_users with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.654 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::ip_mask_allow_all_users in YAML backend 2019-09-12T08:28:19.657 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.660 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.664 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.667 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.670 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.673 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.676 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.680 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.683 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.686 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.689 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.692 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::ip_mask_allow_all_users in personality 2019-09-12T08:28:19.696 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::ipv4acls with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.699 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::ipv4acls in YAML backend 2019-09-12T08:28:19.702 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.705 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.708 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.711 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.715 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.718 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.721 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.724 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.728 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.731 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.734 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.738 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::ipv4acls in personality 2019-09-12T08:28:19.741 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::ipv6acls with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.744 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::ipv6acls in YAML backend 2019-09-12T08:28:19.747 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.750 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.753 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.757 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.760 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.763 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.767 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.770 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.773 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.777 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.780 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.783 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.787 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::initdb_path with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.790 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::initdb_path in YAML backend 2019-09-12T08:28:19.793 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.797 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.800 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.804 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.807 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.811 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.814 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.818 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.821 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.824 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.827 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.830 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.834 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::createdb_path with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.837 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::createdb_path in YAML backend 2019-09-12T08:28:19.840 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.843 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.846 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.850 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.853 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.856 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.859 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.862 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.865 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.868 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.871 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.874 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.877 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::psql_path with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.881 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::psql_path in YAML backend 2019-09-12T08:28:19.884 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.887 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.890 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.894 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.897 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.900 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.903 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.906 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.910 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.913 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.916 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.920 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:19.923 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::pg_hba_conf_path with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.926 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::pg_hba_conf_path in YAML backend 2019-09-12T08:28:19.930 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.933 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.936 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.939 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.943 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.946 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.950 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:19.953 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:19.956 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:19.960 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:19.963 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:19.966 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::pg_hba_conf_path in personality 2019-09-12T08:28:19.970 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::pg_ident_conf_path with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:19.973 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::pg_ident_conf_path in YAML backend 2019-09-12T08:28:19.976 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:19.980 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:19.983 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:19.987 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:19.990 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:19.993 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:19.997 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.000 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.003 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.007 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.010 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.013 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::pg_ident_conf_path in personality 2019-09-12T08:28:20.016 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::postgresql_conf_path with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.020 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::postgresql_conf_path in YAML backend 2019-09-12T08:28:20.023 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.027 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.030 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.033 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.037 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.040 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.043 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.046 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.050 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.053 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.057 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.060 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::postgresql_conf_path in personality 2019-09-12T08:28:20.064 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::recovery_conf_path with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.067 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::recovery_conf_path in YAML backend 2019-09-12T08:28:20.071 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.074 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.078 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.082 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.087 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.090 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.094 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.097 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.101 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.104 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.107 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.111 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.114 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::datadir with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.117 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::datadir in YAML backend 2019-09-12T08:28:20.120 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.123 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.126 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.130 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.133 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.136 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.139 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.143 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.146 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.150 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.153 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.156 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.160 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::xlogdir with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.163 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::xlogdir in YAML backend 2019-09-12T08:28:20.167 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.170 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.173 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.177 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.181 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.184 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.188 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.191 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.194 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.197 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.200 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.204 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.207 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::logdir with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.210 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::logdir in YAML backend 2019-09-12T08:28:20.213 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.216 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.220 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.223 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.226 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.230 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.233 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.237 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.240 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.244 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.247 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.251 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.254 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::log_line_prefix with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.257 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::log_line_prefix in YAML backend 2019-09-12T08:28:20.261 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.264 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.267 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.270 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.274 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.277 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.281 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.284 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.288 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.291 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.294 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.297 Debug: 2019-09-12 08:28:18 +0000 hiera(): Found postgresql::server::log_line_prefix in personality 2019-09-12T08:28:20.300 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::pg_hba_conf_defaults with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.304 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::pg_hba_conf_defaults in YAML backend 2019-09-12T08:28:20.307 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.310 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.313 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.317 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.320 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.323 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.326 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.330 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.333 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.337 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.340 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.344 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.347 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::user with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.350 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::user in YAML backend 2019-09-12T08:28:20.354 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.357 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.360 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.364 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.367 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.370 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.374 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.377 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.380 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.383 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.387 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.390 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.393 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::group with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.396 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::group in YAML backend 2019-09-12T08:28:20.400 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.403 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.406 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.409 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.412 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.415 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.418 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.421 Debug: 2019-09-12 08:28:18 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.424 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.428 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.431 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.434 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.437 Debug: 2019-09-12 08:28:18 +0000 Performing a hiera indirector lookup of postgresql::server::needs_initdb with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.440 Debug: 2019-09-12 08:28:18 +0000 hiera(): Looking up postgresql::server::needs_initdb in YAML backend 2019-09-12T08:28:20.443 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.447 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.450 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.453 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.457 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.460 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.463 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.466 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.469 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.472 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.476 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.479 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.482 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of postgresql::server::encoding with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.485 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up postgresql::server::encoding in YAML backend 2019-09-12T08:28:20.488 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.491 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.495 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.498 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.501 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.504 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.507 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.510 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.513 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.516 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.520 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.523 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.526 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of postgresql::server::locale with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.529 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up postgresql::server::locale in YAML backend 2019-09-12T08:28:20.533 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.536 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.539 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.542 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.546 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.549 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.552 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.555 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.558 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.562 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.565 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.568 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.571 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of postgresql::server::timezone with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.574 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up postgresql::server::timezone in YAML backend 2019-09-12T08:28:20.577 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.581 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.584 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.587 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.590 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.593 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.597 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.600 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.603 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.607 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.610 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.613 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.616 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of postgresql::server::manage_pg_hba_conf with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.620 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up postgresql::server::manage_pg_hba_conf in YAML backend 2019-09-12T08:28:20.623 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.626 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.629 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.633 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.637 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.641 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.644 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.647 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.650 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.653 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.657 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.660 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.663 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of postgresql::server::manage_pg_ident_conf with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.666 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up postgresql::server::manage_pg_ident_conf in YAML backend 2019-09-12T08:28:20.669 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.672 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.676 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.679 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.682 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.686 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.689 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.692 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.696 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.699 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.702 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.706 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.709 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of postgresql::server::manage_recovery_conf with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.712 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up postgresql::server::manage_recovery_conf in YAML backend 2019-09-12T08:28:20.715 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.718 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.722 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.725 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.728 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.731 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.735 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.738 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.745 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.748 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.751 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.755 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.758 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of postgresql::server::module_workdir with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.762 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up postgresql::server::module_workdir in YAML backend 2019-09-12T08:28:20.765 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.768 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.772 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.775 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.778 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.782 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.785 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.788 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.792 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.795 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.799 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.802 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.806 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of postgresql::server::version with options {:variables=>Scope(Class[Postgresql::Server]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.809 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up postgresql::server::version in YAML backend 2019-09-12T08:28:20.813 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.816 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.820 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.824 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.828 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.831 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.835 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.838 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.842 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.846 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:20.849 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:20.859 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:20.862 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/reload.pp' in environment production 2019-09-12T08:28:20.866 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::reload from postgresql/server/reload into production 2019-09-12T08:28:20.869 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/install.pp' in environment production 2019-09-12T08:28:20.873 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::install from postgresql/server/install into production 2019-09-12T08:28:20.877 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/initdb.pp' in environment production 2019-09-12T08:28:20.880 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::initdb from postgresql/server/initdb into production 2019-09-12T08:28:20.884 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/config.pp' in environment production 2019-09-12T08:28:20.887 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::config from postgresql/server/config into production 2019-09-12T08:28:20.891 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/openstack-puppet/modules/concat/manifests/init.pp' in environment production 2019-09-12T08:28:20.894 Debug: 2019-09-12 08:28:19 +0000 Automatically imported concat from concat into production 2019-09-12T08:28:20.897 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/pg_hba_rule.pp' in environment production 2019-09-12T08:28:20.901 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::pg_hba_rule from postgresql/server/pg_hba_rule into production 2019-09-12T08:28:20.904 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/config_entry.pp' in environment production 2019-09-12T08:28:20.907 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::config_entry from postgresql/server/config_entry into production 2019-09-12T08:28:20.911 Debug: 2019-09-12 08:28:19 +0000 Scope(Class[Postgresql::Server::Config]): Retrieving template postgresql/systemd-override.erb 2019-09-12T08:28:20.914 Debug: 2019-09-12 08:28:19 +0000 template[/usr/share/puppet/modules/postgresql/templates/systemd-override.erb]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/systemd-override.erb in 0.00 seconds 2019-09-12T08:28:20.918 Debug: 2019-09-12 08:28:19 +0000 template[/usr/share/puppet/modules/postgresql/templates/systemd-override.erb]: Interpolated template /usr/share/puppet/modules/postgresql/templates/systemd-override.erb in 0.00 seconds 2019-09-12T08:28:20.921 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/service.pp' in environment production 2019-09-12T08:28:20.924 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::service from postgresql/server/service into production 2019-09-12T08:28:20.928 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/validate_db_connection.pp' in environment production 2019-09-12T08:28:20.931 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::validate_db_connection from postgresql/validate_db_connection into production 2019-09-12T08:28:20.935 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/passwd.pp' in environment production 2019-09-12T08:28:20.939 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::passwd from postgresql/server/passwd into production 2019-09-12T08:28:20.942 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/role.pp' in environment production 2019-09-12T08:28:20.945 Debug: 2019-09-12 08:28:19 +0000 Automatically imported postgresql::server::role from postgresql/server/role into production 2019-09-12T08:28:20.949 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/puppet/modules/platform/manifests/amqp.pp' in environment production 2019-09-12T08:28:20.952 Debug: 2019-09-12 08:28:19 +0000 Automatically imported platform::amqp::bootstrap from platform/amqp into production 2019-09-12T08:28:20.956 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::auth_password with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:20.959 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::auth_password in YAML backend 2019-09-12T08:28:20.962 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:20.966 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:20.969 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:20.973 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:20.976 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:20.980 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:20.983 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:20.987 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:20.990 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:20.995 Debug: 2019-09-12 08:28:19 +0000 hiera(): Found platform::amqp::params::auth_password in secure_static 2019-09-12T08:28:20.999 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::auth_user with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.002 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::auth_user in YAML backend 2019-09-12T08:28:21.006 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.009 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.013 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.016 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.019 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.026 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.030 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.033 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.036 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.040 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.043 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.046 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.050 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::backend with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.053 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::backend in YAML backend 2019-09-12T08:28:21.057 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.060 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.063 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.067 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.070 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.074 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.077 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.080 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.083 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.087 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.091 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.095 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.098 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::node with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.101 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::node in YAML backend 2019-09-12T08:28:21.104 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.108 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.111 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.114 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.118 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.121 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.124 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.127 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.131 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.134 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.138 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.141 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.145 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::host with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.148 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::host in YAML backend 2019-09-12T08:28:21.151 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.155 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.158 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.162 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.166 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.169 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.173 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.176 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.180 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.183 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.186 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.189 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.193 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::host_url with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.196 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::host_url in YAML backend 2019-09-12T08:28:21.199 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.202 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.205 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.208 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.212 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.215 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.219 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.222 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.226 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.229 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.232 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.236 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.239 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::port with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.243 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::port in YAML backend 2019-09-12T08:28:21.246 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.250 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.253 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.257 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.260 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.264 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.267 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.270 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.274 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.277 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.280 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.284 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.288 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::protocol with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.291 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::protocol in YAML backend 2019-09-12T08:28:21.294 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.298 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.301 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.305 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.308 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.311 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.315 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.318 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.321 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.324 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.328 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.331 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.335 Debug: 2019-09-12 08:28:19 +0000 Performing a hiera indirector lookup of platform::amqp::params::ssl_enabled with options {:variables=>Scope(Class[Platform::Amqp::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.339 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking up platform::amqp::params::ssl_enabled in YAML backend 2019-09-12T08:28:21.342 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.346 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.350 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.353 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.356 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.360 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.363 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.366 Debug: 2019-09-12 08:28:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.370 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.373 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.376 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.380 Debug: 2019-09-12 08:28:19 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.384 Debug: 2019-09-12 08:28:19 +0000 importing '/usr/share/openstack-puppet/modules/rabbitmq/manifests/init.pp' in environment production 2019-09-12T08:28:21.387 Debug: 2019-09-12 08:28:20 +0000 importing '/usr/share/openstack-puppet/modules/stdlib/manifests/init.pp' in environment production 2019-09-12T08:28:21.391 Debug: 2019-09-12 08:28:20 +0000 Automatically imported rabbitmq from rabbitmq into production 2019-09-12T08:28:21.394 Debug: 2019-09-12 08:28:20 +0000 importing '/usr/share/openstack-puppet/modules/rabbitmq/manifests/params.pp' in environment production 2019-09-12T08:28:21.398 Debug: 2019-09-12 08:28:20 +0000 Automatically imported rabbitmq::params from rabbitmq/params into production 2019-09-12T08:28:21.401 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::admin_enable with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.404 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::admin_enable in YAML backend 2019-09-12T08:28:21.408 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.411 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.414 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.417 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.421 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.424 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.427 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.431 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.434 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.437 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.440 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.444 Debug: 2019-09-12 08:28:20 +0000 hiera(): Found rabbitmq::admin_enable in personality 2019-09-12T08:28:21.447 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::cluster_node_type with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.450 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::cluster_node_type in YAML backend 2019-09-12T08:28:21.454 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.457 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.461 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.464 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.467 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.471 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.474 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.477 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.481 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.484 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.488 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.491 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.494 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::cluster_nodes with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.498 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::cluster_nodes in YAML backend 2019-09-12T08:28:21.501 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.504 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.508 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.511 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.515 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.518 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.521 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.524 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.528 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.531 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.534 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.538 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.541 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::config with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.545 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::config in YAML backend 2019-09-12T08:28:21.548 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.552 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.555 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.558 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.562 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.565 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.568 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.571 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.575 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.578 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.582 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.585 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.588 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::config_cluster with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.593 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::config_cluster in YAML backend 2019-09-12T08:28:21.596 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.599 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.603 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.606 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.609 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.613 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.616 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.619 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.623 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.626 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.630 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.633 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.636 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::config_path with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.640 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::config_path in YAML backend 2019-09-12T08:28:21.643 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.647 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.650 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.653 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.656 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.660 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.663 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.667 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.670 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.674 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.677 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.681 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.684 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::config_stomp with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.687 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::config_stomp in YAML backend 2019-09-12T08:28:21.691 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.694 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.697 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.701 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.704 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.707 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.710 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.713 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.716 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.720 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.723 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.727 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.730 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::config_shovel with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.733 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::config_shovel in YAML backend 2019-09-12T08:28:21.737 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.740 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.744 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.747 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.751 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.754 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.758 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.761 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.765 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.768 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.772 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.775 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.778 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::config_shovel_statics with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.782 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::config_shovel_statics in YAML backend 2019-09-12T08:28:21.786 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.790 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.793 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.796 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.799 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.802 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.806 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.809 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.812 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.815 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.818 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.822 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.825 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::default_host with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.828 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::default_host in YAML backend 2019-09-12T08:28:21.831 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.834 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.837 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.840 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.843 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.847 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.850 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.853 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.856 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.859 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.863 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.866 Debug: 2019-09-12 08:28:20 +0000 hiera(): Found rabbitmq::default_host in personality 2019-09-12T08:28:21.870 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::delete_guest_user with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.874 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::delete_guest_user in YAML backend 2019-09-12T08:28:21.878 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.882 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.885 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.888 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.891 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.895 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.898 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.901 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.904 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.908 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.911 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.914 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.917 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::env_config with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.920 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::env_config in YAML backend 2019-09-12T08:28:21.923 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.927 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.930 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.933 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.936 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.939 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.943 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.946 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.949 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.952 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:21.956 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:21.959 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:21.962 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::env_config_path with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:21.965 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::env_config_path in YAML backend 2019-09-12T08:28:21.968 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:21.972 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:21.975 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:21.978 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:21.982 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:21.985 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:21.989 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:21.992 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:21.996 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:21.999 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.003 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.006 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.009 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::erlang_cookie with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.013 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::erlang_cookie in YAML backend 2019-09-12T08:28:22.016 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.019 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.023 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.026 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.029 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.033 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.036 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.039 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.043 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.046 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.050 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.053 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.056 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::interface with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.060 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::interface in YAML backend 2019-09-12T08:28:22.063 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.066 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.070 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.073 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.077 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.081 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.084 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.088 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.092 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.095 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.099 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.103 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.106 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::management_port with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.110 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::management_port in YAML backend 2019-09-12T08:28:22.113 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.117 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.120 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.124 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.127 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.130 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.134 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.137 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.140 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.144 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.147 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.150 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.154 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::management_ssl with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.157 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::management_ssl in YAML backend 2019-09-12T08:28:22.160 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.164 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.167 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.171 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.174 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.178 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.181 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.184 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.187 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.190 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.194 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.197 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.200 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::management_hostname with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.203 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::management_hostname in YAML backend 2019-09-12T08:28:22.206 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.209 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.212 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.216 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.219 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.222 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.225 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.228 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.232 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.235 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.238 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.242 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.245 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::node_ip_address with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.248 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::node_ip_address in YAML backend 2019-09-12T08:28:22.252 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.255 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.258 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.261 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.265 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.268 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.271 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.274 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.278 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.281 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.284 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.287 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.290 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::package_apt_pin with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.293 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::package_apt_pin in YAML backend 2019-09-12T08:28:22.296 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.299 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.303 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.306 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.309 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.312 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.315 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.318 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.321 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.324 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.327 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.331 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.334 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::package_ensure with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.339 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::package_ensure in YAML backend 2019-09-12T08:28:22.342 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.349 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.353 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.357 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.361 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.365 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.368 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.372 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.376 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.380 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.383 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.387 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.390 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::package_gpg_key with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.394 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::package_gpg_key in YAML backend 2019-09-12T08:28:22.397 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.401 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.404 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.407 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.411 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.414 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.418 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.421 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.424 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.427 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.431 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.435 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.438 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::package_name with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.442 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::package_name in YAML backend 2019-09-12T08:28:22.445 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.449 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.452 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.456 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.459 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.462 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.466 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.469 Debug: 2019-09-12 08:28:20 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.473 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.476 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.480 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.483 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.487 Debug: 2019-09-12 08:28:20 +0000 Performing a hiera indirector lookup of rabbitmq::package_provider with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.490 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking up rabbitmq::package_provider in YAML backend 2019-09-12T08:28:22.499 Debug: 2019-09-12 08:28:20 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.502 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.506 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.509 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.513 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.516 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.519 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.522 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.526 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.529 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.533 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.536 Debug: 2019-09-12 08:28:21 +0000 hiera(): Found rabbitmq::package_provider in personality 2019-09-12T08:28:22.540 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::package_source with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.543 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::package_source in YAML backend 2019-09-12T08:28:22.547 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.550 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.553 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.558 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.561 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.565 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.568 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.572 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.575 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.578 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.582 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.585 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.588 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::repos_ensure with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.591 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::repos_ensure in YAML backend 2019-09-12T08:28:22.595 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.598 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.602 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.605 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.608 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.612 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.615 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.621 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.624 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.629 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.633 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.638 Debug: 2019-09-12 08:28:21 +0000 hiera(): Found rabbitmq::repos_ensure in personality 2019-09-12T08:28:22.641 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::manage_repos with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.646 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::manage_repos in YAML backend 2019-09-12T08:28:22.649 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.653 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.656 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.660 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.663 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.666 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.669 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.673 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.676 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.679 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.683 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.686 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.690 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::plugin_dir with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.693 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::plugin_dir in YAML backend 2019-09-12T08:28:22.696 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.700 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.703 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.706 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.710 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.713 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.716 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.720 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.723 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.726 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.730 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.733 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.737 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::rabbitmq_user with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.740 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::rabbitmq_user in YAML backend 2019-09-12T08:28:22.754 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.758 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.761 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.764 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.767 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.771 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.774 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.777 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.780 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.784 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.787 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.790 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.794 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::rabbitmq_group with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.797 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::rabbitmq_group in YAML backend 2019-09-12T08:28:22.800 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.803 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.806 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.809 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.813 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.816 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.819 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.822 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.825 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.829 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.832 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.835 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.838 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::tcp_keepalive with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.842 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::tcp_keepalive in YAML backend 2019-09-12T08:28:22.845 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.848 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.852 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.855 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.861 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.864 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.868 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.871 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.874 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.878 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.881 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.884 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.887 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::tcp_backlog with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.890 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::tcp_backlog in YAML backend 2019-09-12T08:28:22.893 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.897 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.900 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.903 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.906 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.910 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.913 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.916 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.920 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.923 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.926 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.930 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.933 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::tcp_sndbuf with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.936 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::tcp_sndbuf in YAML backend 2019-09-12T08:28:22.939 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.943 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:22.946 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:22.949 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:22.953 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:22.956 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:22.960 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:22.964 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:22.967 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:22.970 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:22.974 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:22.977 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:22.980 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::tcp_recbuf with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:22.983 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::tcp_recbuf in YAML backend 2019-09-12T08:28:22.986 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:22.990 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.004 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.007 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.011 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.014 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.017 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.020 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.023 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.027 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.030 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.033 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.036 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::heartbeat with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.039 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::heartbeat in YAML backend 2019-09-12T08:28:23.043 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.046 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.049 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.052 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.059 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.062 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.065 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.068 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.071 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.075 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.079 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.082 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.085 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::service_manage with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.088 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::service_manage in YAML backend 2019-09-12T08:28:23.092 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.096 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.099 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.102 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.106 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.111 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.115 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.119 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.122 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.125 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.128 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.132 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.136 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::service_name with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.139 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::service_name in YAML backend 2019-09-12T08:28:23.143 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.146 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.149 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.153 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.156 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.159 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.163 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.166 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.169 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.173 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.176 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.179 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.183 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_only with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.186 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_only in YAML backend 2019-09-12T08:28:23.189 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.192 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.195 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.198 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.202 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.205 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.208 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.211 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.214 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.217 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.220 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.223 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.227 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_cacert with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.230 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_cacert in YAML backend 2019-09-12T08:28:23.233 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.236 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.239 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.245 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.248 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.252 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.255 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.258 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.261 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.265 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.268 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.271 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.274 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_cert with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.278 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_cert in YAML backend 2019-09-12T08:28:23.281 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.284 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.287 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.290 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.293 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.297 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.300 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.303 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.306 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.309 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.312 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.315 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.318 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_key with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.322 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_key in YAML backend 2019-09-12T08:28:23.325 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.328 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.331 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.334 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.337 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.340 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.343 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.347 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.350 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.353 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.357 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.360 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.363 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_depth with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.366 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_depth in YAML backend 2019-09-12T08:28:23.369 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.372 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.375 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.378 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.382 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.385 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.388 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.391 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.394 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.397 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.401 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.404 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.407 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_cert_password with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.410 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_cert_password in YAML backend 2019-09-12T08:28:23.413 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.416 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.419 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.423 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.426 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.429 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.433 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.436 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.439 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.444 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.447 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.450 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.454 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_port with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.457 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_port in YAML backend 2019-09-12T08:28:23.460 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.464 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.467 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.471 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.474 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.477 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.481 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.485 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.488 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.492 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.496 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.500 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.504 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_interface with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.508 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_interface in YAML backend 2019-09-12T08:28:23.511 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.514 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.517 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.520 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.523 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.527 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.531 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.534 Debug: 2019-09-12 08:28:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.538 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.541 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.544 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.547 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.551 Debug: 2019-09-12 08:28:21 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_management_port with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.554 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking up rabbitmq::ssl_management_port in YAML backend 2019-09-12T08:28:23.557 Debug: 2019-09-12 08:28:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.560 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.564 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.567 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.571 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.574 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.577 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.580 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.584 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.587 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.590 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.594 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.597 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_stomp_port with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.600 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ssl_stomp_port in YAML backend 2019-09-12T08:28:23.603 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.606 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.610 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.613 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.617 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.621 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.625 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.629 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.633 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.637 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.640 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.644 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.647 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_verify with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.651 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ssl_verify in YAML backend 2019-09-12T08:28:23.654 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.657 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.661 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.664 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.667 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.671 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.674 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.678 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.681 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.684 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.688 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.691 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.694 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_fail_if_no_peer_cert with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.698 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ssl_fail_if_no_peer_cert in YAML backend 2019-09-12T08:28:23.702 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.705 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.708 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.712 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.715 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.718 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.721 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.725 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.728 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.731 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.735 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.738 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.741 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_versions with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.745 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ssl_versions in YAML backend 2019-09-12T08:28:23.748 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.751 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.754 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.757 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.761 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.764 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.767 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.770 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.773 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.777 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.780 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.783 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.786 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ssl_ciphers with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.789 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ssl_ciphers in YAML backend 2019-09-12T08:28:23.793 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.796 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.799 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.802 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.806 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.809 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.812 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.815 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.818 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.821 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.824 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.827 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.831 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::stomp_ensure with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.834 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::stomp_ensure in YAML backend 2019-09-12T08:28:23.837 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.840 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.843 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.846 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.849 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.852 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.855 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.858 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.861 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.864 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.867 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.871 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.874 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ldap_auth with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.877 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ldap_auth in YAML backend 2019-09-12T08:28:23.880 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.883 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.887 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.890 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.893 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.896 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.899 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.902 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.905 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.908 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.911 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.914 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.918 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ldap_server with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.921 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ldap_server in YAML backend 2019-09-12T08:28:23.923 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.926 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.929 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.932 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.936 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.939 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.943 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.946 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.949 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:23.953 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:23.956 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:23.960 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:23.963 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ldap_user_dn_pattern with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:23.967 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ldap_user_dn_pattern in YAML backend 2019-09-12T08:28:23.970 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:23.974 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:23.977 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:23.980 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:23.984 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:23.987 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:23.991 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:23.994 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:23.997 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.001 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.004 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.007 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.010 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ldap_other_bind with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.014 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ldap_other_bind in YAML backend 2019-09-12T08:28:24.017 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.020 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.024 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.027 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.030 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.033 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.037 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.040 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.043 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.047 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.050 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.053 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.056 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ldap_use_ssl with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.060 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ldap_use_ssl in YAML backend 2019-09-12T08:28:24.063 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.067 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.070 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.073 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.076 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.080 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.083 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.086 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.089 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.093 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.096 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.100 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.103 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ldap_port with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.107 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ldap_port in YAML backend 2019-09-12T08:28:24.110 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.114 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.117 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.121 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.125 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.128 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.132 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.135 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.139 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.142 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.145 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.149 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.152 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ldap_log with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.155 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ldap_log in YAML backend 2019-09-12T08:28:24.159 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.162 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.165 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.169 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.172 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.176 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.179 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.183 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.186 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.189 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.193 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.197 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.200 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::ldap_config_variables with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.203 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::ldap_config_variables in YAML backend 2019-09-12T08:28:24.207 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.210 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.213 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.217 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.220 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.223 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.226 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.229 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.233 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.236 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.239 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.242 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.246 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::stomp_port with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.249 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::stomp_port in YAML backend 2019-09-12T08:28:24.252 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.255 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.258 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.262 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.265 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.268 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.271 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.274 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.278 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.281 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.284 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.288 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.291 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::stomp_ssl_only with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.294 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::stomp_ssl_only in YAML backend 2019-09-12T08:28:24.298 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.304 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.307 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.310 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.313 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.316 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.319 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.323 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.326 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.329 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.333 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.336 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.339 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::version with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.342 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::version in YAML backend 2019-09-12T08:28:24.346 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.349 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.352 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.356 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.359 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.362 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.365 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.369 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.372 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.375 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.378 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.381 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.384 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::wipe_db_on_cookie_change with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.388 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::wipe_db_on_cookie_change in YAML backend 2019-09-12T08:28:24.391 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.395 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.398 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.404 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.407 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.411 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.414 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.417 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.421 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.425 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.428 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.432 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.435 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::cluster_partition_handling with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.439 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::cluster_partition_handling in YAML backend 2019-09-12T08:28:24.442 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.445 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.449 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.452 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.455 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.458 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.462 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.465 Debug: 2019-09-12 08:28:22 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.468 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.471 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.476 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.479 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.482 Debug: 2019-09-12 08:28:22 +0000 Performing a hiera indirector lookup of rabbitmq::file_limit with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.485 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking up rabbitmq::file_limit in YAML backend 2019-09-12T08:28:24.489 Debug: 2019-09-12 08:28:22 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.492 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.495 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.498 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.501 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.505 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.508 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.511 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.514 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.518 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.521 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.524 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.527 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::config_kernel_variables with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.530 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::config_kernel_variables in YAML backend 2019-09-12T08:28:24.534 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.537 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.540 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.544 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.547 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.550 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.553 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.557 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.560 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.563 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.566 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.570 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.573 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::config_management_variables with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.578 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::config_management_variables in YAML backend 2019-09-12T08:28:24.581 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.584 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.588 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.591 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.595 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.598 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.601 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.605 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.608 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.611 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.614 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.617 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.621 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::config_additional_variables with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.624 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::config_additional_variables in YAML backend 2019-09-12T08:28:24.627 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.630 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.633 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.637 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.640 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.643 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.646 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.649 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.653 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.656 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.660 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.663 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.666 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::auth_backends with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.669 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::auth_backends in YAML backend 2019-09-12T08:28:24.672 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.675 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.679 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.682 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.685 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.688 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.692 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.695 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.698 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.702 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.705 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.709 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.712 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::key_content with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.715 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::key_content in YAML backend 2019-09-12T08:28:24.719 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.722 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.725 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.728 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.732 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.735 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.739 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.742 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.745 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.749 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.752 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.756 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.759 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::collect_statistics_interval with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.762 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::collect_statistics_interval in YAML backend 2019-09-12T08:28:24.766 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.769 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.772 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.776 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.779 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.783 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.786 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.790 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.793 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.796 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.800 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.803 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.806 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::ipv6 with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.809 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::ipv6 in YAML backend 2019-09-12T08:28:24.813 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.816 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.820 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.823 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.826 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.829 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.833 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.836 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.840 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.843 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.846 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.850 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.854 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::inetrc_config with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.857 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::inetrc_config in YAML backend 2019-09-12T08:28:24.863 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.868 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.872 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.875 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.879 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.882 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.886 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.889 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.893 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.897 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.900 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.904 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.907 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::inetrc_config_path with options {:variables=>Scope(Class[Rabbitmq]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:24.911 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::inetrc_config_path in YAML backend 2019-09-12T08:28:24.914 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:24.918 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:24.921 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:24.925 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:24.928 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:24.931 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:24.935 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:24.939 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:24.942 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:24.946 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:24.950 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:24.953 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:24.956 Debug: 2019-09-12 08:28:23 +0000 importing '/usr/share/openstack-puppet/modules/rabbitmq/manifests/repo/rhel.pp' in environment production 2019-09-12T08:28:24.960 Debug: 2019-09-12 08:28:23 +0000 Automatically imported rabbitmq::repo::rhel from rabbitmq/repo/rhel into production 2019-09-12T08:28:24.963 Debug: 2019-09-12 08:28:23 +0000 importing '/usr/share/openstack-puppet/modules/rabbitmq/manifests/install.pp' in environment production 2019-09-12T08:28:24.967 Debug: 2019-09-12 08:28:23 +0000 Automatically imported rabbitmq::install from rabbitmq/install into production 2019-09-12T08:28:24.971 Debug: 2019-09-12 08:28:23 +0000 importing '/usr/share/openstack-puppet/modules/rabbitmq/manifests/config.pp' in environment production 2019-09-12T08:28:24.974 Debug: 2019-09-12 08:28:23 +0000 Automatically imported rabbitmq::config from rabbitmq/config into production 2019-09-12T08:28:24.978 Debug: 2019-09-12 08:28:23 +0000 Scope(Class[Rabbitmq::Config]): Retrieving template rabbitmq/rabbitmq.config.erb 2019-09-12T08:28:24.981 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq.config.erb]: Bound template variables for /usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq.config.erb in 0.00 seconds 2019-09-12T08:28:24.985 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq.config.erb]: Interpolated template /usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq.config.erb in 0.06 seconds 2019-09-12T08:28:24.988 Debug: 2019-09-12 08:28:23 +0000 Scope(Class[Rabbitmq::Config]): Retrieving template rabbitmq/rabbitmq-env.conf.erb 2019-09-12T08:28:24.992 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq-env.conf.erb]: Bound template variables for /usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq-env.conf.erb in 0.00 seconds 2019-09-12T08:28:24.995 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq-env.conf.erb]: Interpolated template /usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq-env.conf.erb in 0.00 seconds 2019-09-12T08:28:24.999 Debug: 2019-09-12 08:28:23 +0000 Scope(Class[Rabbitmq::Config]): Retrieving template rabbitmq/inetrc.erb 2019-09-12T08:28:25.002 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/inetrc.erb]: Bound template variables for /usr/share/openstack-puppet/modules/rabbitmq/templates/inetrc.erb in 0.00 seconds 2019-09-12T08:28:25.006 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/inetrc.erb]: Interpolated template /usr/share/openstack-puppet/modules/rabbitmq/templates/inetrc.erb in 0.00 seconds 2019-09-12T08:28:25.009 Debug: 2019-09-12 08:28:23 +0000 Scope(Class[Rabbitmq::Config]): Retrieving template rabbitmq/rabbitmq-server.service.d/limits.conf 2019-09-12T08:28:25.013 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq-server.service.d/limits.conf]: Bound template variables for /usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq-server.service.d/limits.conf in 0.00 seconds 2019-09-12T08:28:25.016 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq-server.service.d/limits.conf]: Interpolated template /usr/share/openstack-puppet/modules/rabbitmq/templates/rabbitmq-server.service.d/limits.conf in 0.00 seconds 2019-09-12T08:28:25.019 Debug: 2019-09-12 08:28:23 +0000 Scope(Class[Rabbitmq::Config]): Retrieving template rabbitmq/limits.conf 2019-09-12T08:28:25.023 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/limits.conf]: Bound template variables for /usr/share/openstack-puppet/modules/rabbitmq/templates/limits.conf in 0.00 seconds 2019-09-12T08:28:25.026 Debug: 2019-09-12 08:28:23 +0000 template[/usr/share/openstack-puppet/modules/rabbitmq/templates/limits.conf]: Interpolated template /usr/share/openstack-puppet/modules/rabbitmq/templates/limits.conf in 0.00 seconds 2019-09-12T08:28:25.029 Debug: 2019-09-12 08:28:23 +0000 importing '/usr/share/openstack-puppet/modules/rabbitmq/manifests/service.pp' in environment production 2019-09-12T08:28:25.033 Debug: 2019-09-12 08:28:23 +0000 Automatically imported rabbitmq::service from rabbitmq/service into production 2019-09-12T08:28:25.036 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::service::service_ensure with options {:variables=>Scope(Class[Rabbitmq::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.040 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::service::service_ensure in YAML backend 2019-09-12T08:28:25.044 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.047 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.051 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.055 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.058 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.062 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.066 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.069 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.073 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.076 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.080 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.083 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.087 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::service::service_manage with options {:variables=>Scope(Class[Rabbitmq::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.090 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::service::service_manage in YAML backend 2019-09-12T08:28:25.094 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.097 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.101 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.104 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.108 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.111 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.115 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.118 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.122 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.125 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.129 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.132 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.135 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of rabbitmq::service::service_name with options {:variables=>Scope(Class[Rabbitmq::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.139 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up rabbitmq::service::service_name in YAML backend 2019-09-12T08:28:25.143 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.146 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.150 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.154 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.157 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.160 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.164 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.167 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.171 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.174 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.178 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.181 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.184 Debug: 2019-09-12 08:28:23 +0000 importing '/usr/share/openstack-puppet/modules/rabbitmq/manifests/management.pp' in environment production 2019-09-12T08:28:25.187 Debug: 2019-09-12 08:28:23 +0000 Automatically imported rabbitmq::management from rabbitmq/management into production 2019-09-12T08:28:25.190 Debug: 2019-09-12 08:28:23 +0000 importing '/usr/share/puppet/modules/openstack/manifests/keystone.pp' in environment production 2019-09-12T08:28:25.194 Debug: 2019-09-12 08:28:23 +0000 Automatically imported openstack::keystone::bootstrap from openstack/keystone into production 2019-09-12T08:28:25.197 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of openstack::keystone::bootstrap::default_domain with options {:variables=>Scope(Class[Openstack::Keystone::Bootstrap]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.200 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up openstack::keystone::bootstrap::default_domain in YAML backend 2019-09-12T08:28:25.204 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.207 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.210 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.214 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.217 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.221 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.225 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.228 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.232 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.236 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.239 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.243 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.246 Debug: 2019-09-12 08:28:23 +0000 ModuleLoader: module 'openstack' has unknown dependencies - it will have all other modules visible 2019-09-12T08:28:25.249 Debug: 2019-09-12 08:28:23 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/init.pp' in environment production 2019-09-12T08:28:25.253 Debug: 2019-09-12 08:28:23 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/db/postgresql.pp' in environment production 2019-09-12T08:28:25.257 Debug: 2019-09-12 08:28:23 +0000 Automatically imported keystone::db::postgresql from keystone/db/postgresql into production 2019-09-12T08:28:25.260 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of keystone::db::postgresql::password with options {:variables=>Scope(Class[Keystone::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.264 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up keystone::db::postgresql::password in YAML backend 2019-09-12T08:28:25.267 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.272 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.275 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.278 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.282 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.290 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.294 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.297 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.301 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.306 Debug: 2019-09-12 08:28:23 +0000 hiera(): Found keystone::db::postgresql::password in secure_static 2019-09-12T08:28:25.310 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of keystone::db::postgresql::dbname with options {:variables=>Scope(Class[Keystone::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.315 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up keystone::db::postgresql::dbname in YAML backend 2019-09-12T08:28:25.320 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.325 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.330 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.334 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.339 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.343 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.347 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.352 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.356 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.360 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.365 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.370 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.374 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of keystone::db::postgresql::user with options {:variables=>Scope(Class[Keystone::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.378 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up keystone::db::postgresql::user in YAML backend 2019-09-12T08:28:25.382 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.385 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.389 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.393 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.396 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.399 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.402 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.406 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.409 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.412 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.415 Debug: 2019-09-12 08:28:23 +0000 hiera(): Found keystone::db::postgresql::user in static 2019-09-12T08:28:25.419 Debug: 2019-09-12 08:28:23 +0000 Performing a hiera indirector lookup of keystone::db::postgresql::encoding with options {:variables=>Scope(Class[Keystone::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.422 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking up keystone::db::postgresql::encoding in YAML backend 2019-09-12T08:28:25.425 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.428 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.432 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.435 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.439 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.442 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.445 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.448 Debug: 2019-09-12 08:28:23 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.451 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.455 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.458 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.461 Debug: 2019-09-12 08:28:23 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.464 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::db::postgresql::privileges with options {:variables=>Scope(Class[Keystone::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.468 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::db::postgresql::privileges in YAML backend 2019-09-12T08:28:25.471 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.474 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.478 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.482 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.485 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.488 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.492 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.496 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.499 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.502 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.506 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.509 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.513 Debug: 2019-09-12 08:28:24 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/deps.pp' in environment production 2019-09-12T08:28:25.516 Debug: 2019-09-12 08:28:24 +0000 Automatically imported keystone::deps from keystone/deps into production 2019-09-12T08:28:25.519 Debug: 2019-09-12 08:28:24 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/init.pp' in environment production 2019-09-12T08:28:25.523 Debug: 2019-09-12 08:28:24 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/cache.pp' in environment production 2019-09-12T08:28:25.526 Debug: 2019-09-12 08:28:24 +0000 Automatically imported oslo::cache from oslo/cache into production 2019-09-12T08:28:25.530 Debug: 2019-09-12 08:28:24 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/db.pp' in environment production 2019-09-12T08:28:25.533 Debug: 2019-09-12 08:28:24 +0000 Automatically imported oslo::db from oslo/db into production 2019-09-12T08:28:25.537 Debug: 2019-09-12 08:28:24 +0000 importing '/usr/share/openstack-puppet/modules/openstacklib/manifests/policy/base.pp' in environment production 2019-09-12T08:28:25.541 Debug: 2019-09-12 08:28:24 +0000 Automatically imported openstacklib::policy::base from openstacklib/policy/base into production 2019-09-12T08:28:25.544 Debug: 2019-09-12 08:28:24 +0000 importing '/usr/share/openstack-puppet/modules/openstacklib/manifests/db/postgresql.pp' in environment production 2019-09-12T08:28:25.548 Debug: 2019-09-12 08:28:24 +0000 Automatically imported openstacklib::db::postgresql from openstacklib/db/postgresql into production 2019-09-12T08:28:25.552 Debug: 2019-09-12 08:28:24 +0000 Scope(Class[Openstack::Keystone::Bootstrap]): Retrieving template openstack/keystone-extra.conf.erb 2019-09-12T08:28:25.555 Debug: 2019-09-12 08:28:24 +0000 template[/usr/share/puppet/modules/openstack/templates/keystone-extra.conf.erb]: Bound template variables for /usr/share/puppet/modules/openstack/templates/keystone-extra.conf.erb in 0.00 seconds 2019-09-12T08:28:25.558 Debug: 2019-09-12 08:28:24 +0000 template[/usr/share/puppet/modules/openstack/templates/keystone-extra.conf.erb]: Interpolated template /usr/share/puppet/modules/openstack/templates/keystone-extra.conf.erb in 0.00 seconds 2019-09-12T08:28:25.561 Debug: 2019-09-12 08:28:24 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/params.pp' in environment production 2019-09-12T08:28:25.564 Debug: 2019-09-12 08:28:24 +0000 Automatically imported keystone::params from keystone/params into production 2019-09-12T08:28:25.567 Debug: 2019-09-12 08:28:24 +0000 importing '/usr/share/openstack-puppet/modules/openstacklib/manifests/defaults.pp' in environment production 2019-09-12T08:28:25.571 Debug: 2019-09-12 08:28:24 +0000 Automatically imported openstacklib::defaults from openstacklib/defaults into production 2019-09-12T08:28:25.574 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::admin_token with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.577 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::admin_token in YAML backend 2019-09-12T08:28:25.580 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.583 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.587 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.590 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.593 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.596 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.601 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.605 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.609 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.612 Debug: 2019-09-12 08:28:24 +0000 hiera(): Found keystone::admin_token in secure_static 2019-09-12T08:28:25.616 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::upgrade_token_cmd with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.619 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::upgrade_token_cmd in YAML backend 2019-09-12T08:28:25.623 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.626 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.630 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.633 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.636 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.639 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.642 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.646 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.649 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.652 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.655 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.658 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.661 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::upgrade_token_file with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.664 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::upgrade_token_file in YAML backend 2019-09-12T08:28:25.668 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.671 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.674 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.677 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.680 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.683 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.686 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.690 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.693 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.696 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.699 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.702 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.705 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::admin_password with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.709 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::admin_password in YAML backend 2019-09-12T08:28:25.712 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.715 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.718 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.722 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.725 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.728 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.731 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.734 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.737 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.740 Debug: 2019-09-12 08:28:24 +0000 hiera(): Found keystone::admin_password in secure_static 2019-09-12T08:28:25.743 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::package_ensure with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.746 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::package_ensure in YAML backend 2019-09-12T08:28:25.750 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.753 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.756 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.759 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.762 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.765 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.768 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.771 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.774 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.778 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.781 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.784 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.788 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::client_package_ensure with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.791 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::client_package_ensure in YAML backend 2019-09-12T08:28:25.794 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.798 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.801 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.805 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.808 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.811 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.814 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.818 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.821 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.825 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.828 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.831 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.835 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::public_bind_host with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.838 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::public_bind_host in YAML backend 2019-09-12T08:28:25.841 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.845 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.848 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.851 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.855 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.858 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.861 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.865 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.868 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.871 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.874 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.878 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.881 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::admin_bind_host with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.885 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::admin_bind_host in YAML backend 2019-09-12T08:28:25.889 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.892 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.895 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.899 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.902 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.905 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.909 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.912 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.915 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.918 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.922 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.925 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.928 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::public_port with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.931 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::public_port in YAML backend 2019-09-12T08:28:25.934 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.937 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.940 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.944 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.947 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.950 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:25.954 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:25.957 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:25.961 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:25.964 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:25.967 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:25.971 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:25.974 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::admin_port with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:25.977 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::admin_port in YAML backend 2019-09-12T08:28:25.981 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:25.985 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:25.989 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:25.993 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:25.996 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:25.999 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.003 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.006 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.009 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.012 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.015 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.019 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.022 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::debug with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.025 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::debug in YAML backend 2019-09-12T08:28:26.028 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.031 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.034 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.038 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.041 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.044 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.048 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.051 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.054 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.058 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.061 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.064 Debug: 2019-09-12 08:28:24 +0000 hiera(): Found keystone::debug in personality 2019-09-12T08:28:26.068 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::log_dir with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.071 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::log_dir in YAML backend 2019-09-12T08:28:26.074 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.078 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.082 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.085 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.089 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.092 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.095 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.098 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.102 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.106 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.109 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.113 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.116 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::log_file with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.119 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::log_file in YAML backend 2019-09-12T08:28:26.123 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.126 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.130 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.134 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.137 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.140 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.143 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.147 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.150 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.153 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.156 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.160 Debug: 2019-09-12 08:28:24 +0000 hiera(): Found keystone::log_file in personality 2019-09-12T08:28:26.163 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::use_syslog with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.167 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::use_syslog in YAML backend 2019-09-12T08:28:26.170 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.173 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.178 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.182 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.186 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.194 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.198 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.201 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.205 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.208 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.211 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.215 Debug: 2019-09-12 08:28:24 +0000 hiera(): Found keystone::use_syslog in personality 2019-09-12T08:28:26.218 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::use_stderr with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.221 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::use_stderr in YAML backend 2019-09-12T08:28:26.224 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.227 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.231 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.234 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.237 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.240 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.243 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.247 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.250 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.253 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.256 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.259 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.263 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::log_facility with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.266 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::log_facility in YAML backend 2019-09-12T08:28:26.269 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.272 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.275 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.279 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.282 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.285 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.289 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.292 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.295 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.299 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.302 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.306 Debug: 2019-09-12 08:28:24 +0000 hiera(): Found keystone::log_facility in personality 2019-09-12T08:28:26.309 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::catalog_type with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.312 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::catalog_type in YAML backend 2019-09-12T08:28:26.316 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.319 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.322 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.325 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.328 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.331 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.334 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.338 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.341 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.344 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.347 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.350 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.354 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::catalog_driver with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.357 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::catalog_driver in YAML backend 2019-09-12T08:28:26.360 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.363 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.366 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.370 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.373 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.376 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.380 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.383 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.387 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.390 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.393 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.396 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.400 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::catalog_template_file with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.404 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::catalog_template_file in YAML backend 2019-09-12T08:28:26.407 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.410 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.414 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.417 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.420 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.423 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.427 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.430 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.433 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.436 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.439 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.443 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.446 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::token_provider with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.449 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::token_provider in YAML backend 2019-09-12T08:28:26.452 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.455 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.458 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.461 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.465 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.468 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.471 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.474 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.477 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.481 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.484 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.487 Debug: 2019-09-12 08:28:24 +0000 hiera(): Found keystone::token_provider in personality 2019-09-12T08:28:26.490 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::token_driver with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.493 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking up keystone::token_driver in YAML backend 2019-09-12T08:28:26.496 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.500 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.503 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.506 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.509 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.513 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.516 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.519 Debug: 2019-09-12 08:28:24 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.523 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.526 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.529 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.532 Debug: 2019-09-12 08:28:24 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.536 Debug: 2019-09-12 08:28:24 +0000 Performing a hiera indirector lookup of keystone::token_expiration with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.540 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::token_expiration in YAML backend 2019-09-12T08:28:26.544 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.547 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.551 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.554 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.558 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.561 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.565 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.568 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.571 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.575 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.578 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.582 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.585 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::revoke_driver with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.588 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::revoke_driver in YAML backend 2019-09-12T08:28:26.592 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.595 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.598 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.601 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.605 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.608 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.611 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.615 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.618 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.621 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.625 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.628 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.631 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::revoke_by_id with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.635 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::revoke_by_id in YAML backend 2019-09-12T08:28:26.638 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.642 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.645 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.648 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.652 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.655 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.658 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.661 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.665 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.668 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.671 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.675 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.678 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::public_endpoint with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.682 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::public_endpoint in YAML backend 2019-09-12T08:28:26.686 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.689 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.693 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.696 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.700 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.703 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.706 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.709 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.712 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.715 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.719 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.722 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.725 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::admin_endpoint with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.728 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::admin_endpoint in YAML backend 2019-09-12T08:28:26.731 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.734 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.738 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.741 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.745 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.748 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.752 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.755 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.759 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.762 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.765 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.768 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.772 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::enable_ssl with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.775 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::enable_ssl in YAML backend 2019-09-12T08:28:26.778 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.781 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.784 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.787 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.791 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.794 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.798 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.801 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.804 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.807 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.810 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.813 Debug: 2019-09-12 08:28:25 +0000 hiera(): Found keystone::enable_ssl in personality 2019-09-12T08:28:26.817 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::ssl_certfile with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.820 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::ssl_certfile in YAML backend 2019-09-12T08:28:26.823 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.830 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.833 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.837 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.840 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.843 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.847 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.850 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.854 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.857 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.861 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.864 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.867 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::ssl_keyfile with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.870 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::ssl_keyfile in YAML backend 2019-09-12T08:28:26.873 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.877 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.880 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.883 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.886 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.889 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.892 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.896 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.899 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.902 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.905 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.909 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.912 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::ssl_ca_certs with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.915 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::ssl_ca_certs in YAML backend 2019-09-12T08:28:26.919 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.922 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.925 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.929 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.932 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.935 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.938 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.942 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.945 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.948 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.951 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.955 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:26.958 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::ssl_ca_key with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:26.961 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::ssl_ca_key in YAML backend 2019-09-12T08:28:26.964 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:26.967 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:26.970 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:26.973 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:26.976 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:26.979 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:26.983 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:26.986 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:26.989 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:26.992 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:26.995 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:26.998 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.001 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::ssl_cert_subject with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.004 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::ssl_cert_subject in YAML backend 2019-09-12T08:28:27.007 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.010 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.014 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.017 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.020 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.024 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.029 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.032 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.035 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.039 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.042 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.046 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.049 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::cache_dir with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.052 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::cache_dir in YAML backend 2019-09-12T08:28:27.055 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.058 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.062 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.065 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.068 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.072 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.075 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.078 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.082 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.085 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.088 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.094 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.097 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::memcache_servers with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.100 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::memcache_servers in YAML backend 2019-09-12T08:28:27.104 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.107 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.110 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.114 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.117 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.120 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.124 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.127 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.131 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.134 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.137 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.141 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.144 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::manage_service with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.147 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::manage_service in YAML backend 2019-09-12T08:28:27.151 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.154 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.158 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.161 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.165 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.168 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.172 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.175 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.179 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.182 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.185 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.189 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.192 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::cache_backend with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.196 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::cache_backend in YAML backend 2019-09-12T08:28:27.199 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.202 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.206 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.209 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.212 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.216 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.219 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.222 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.226 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.229 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.232 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.235 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.239 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::cache_backend_argument with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.242 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::cache_backend_argument in YAML backend 2019-09-12T08:28:27.245 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.248 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.252 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.255 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.258 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.261 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.265 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.268 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.271 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.275 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.278 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.281 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.284 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::cache_enabled with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.288 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::cache_enabled in YAML backend 2019-09-12T08:28:27.291 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.294 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.298 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.302 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.305 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.309 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.312 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.315 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.319 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.322 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.325 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.328 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.332 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::cache_memcache_servers with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.335 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::cache_memcache_servers in YAML backend 2019-09-12T08:28:27.338 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.341 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.345 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.348 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.351 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.354 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.358 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.361 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.364 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.368 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.371 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.374 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.378 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::debug_cache_backend with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.381 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::debug_cache_backend in YAML backend 2019-09-12T08:28:27.384 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.388 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.392 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.396 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.400 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.404 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.408 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.418 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.421 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.424 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.428 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.431 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.435 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::cache_config_prefix with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.438 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::cache_config_prefix in YAML backend 2019-09-12T08:28:27.442 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.445 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.449 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.452 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.456 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.459 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.462 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.466 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.469 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.472 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.475 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.479 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.482 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::cache_expiration_time with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.486 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::cache_expiration_time in YAML backend 2019-09-12T08:28:27.489 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.492 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.496 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.499 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.503 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.506 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.510 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.513 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.516 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.519 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.522 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.526 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.529 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::cache_proxies with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.533 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking up keystone::cache_proxies in YAML backend 2019-09-12T08:28:27.536 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.539 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.543 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.546 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.549 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.552 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.555 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.559 Debug: 2019-09-12 08:28:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.563 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.566 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.569 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.573 Debug: 2019-09-12 08:28:25 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.576 Debug: 2019-09-12 08:28:25 +0000 Performing a hiera indirector lookup of keystone::token_caching with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.579 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::token_caching in YAML backend 2019-09-12T08:28:27.583 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.586 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.589 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.592 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.595 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.599 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.602 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.605 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.609 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.612 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.616 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.619 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.622 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::database_connection with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.625 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::database_connection in YAML backend 2019-09-12T08:28:27.628 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.632 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.635 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.638 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.641 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.644 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.647 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.650 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.654 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.657 Debug: 2019-09-12 08:28:26 +0000 hiera(): Found keystone::database_connection in secure_static 2019-09-12T08:28:27.660 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::database_idle_timeout with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.663 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::database_idle_timeout in YAML backend 2019-09-12T08:28:27.666 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.669 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.673 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.676 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.679 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.683 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.686 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.689 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.692 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.696 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.699 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.702 Debug: 2019-09-12 08:28:26 +0000 hiera(): Found keystone::database_idle_timeout in personality 2019-09-12T08:28:27.705 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::database_max_retries with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.708 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::database_max_retries in YAML backend 2019-09-12T08:28:27.711 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.714 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.718 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.721 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.724 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.728 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.731 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.734 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.738 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.741 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.745 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.748 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.751 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::database_retry_interval with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.754 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::database_retry_interval in YAML backend 2019-09-12T08:28:27.758 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.761 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.764 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.768 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.771 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.774 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.778 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.781 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.784 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.788 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.791 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.794 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.798 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::database_min_pool_size with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.801 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::database_min_pool_size in YAML backend 2019-09-12T08:28:27.804 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.808 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.811 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.814 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.817 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.820 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.823 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.826 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.829 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.832 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.836 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.839 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.842 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::database_max_pool_size with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.845 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::database_max_pool_size in YAML backend 2019-09-12T08:28:27.848 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.851 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.854 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.858 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.861 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.864 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.867 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.870 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.873 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.876 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.879 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.883 Debug: 2019-09-12 08:28:26 +0000 hiera(): Found keystone::database_max_pool_size in personality 2019-09-12T08:28:27.886 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::database_max_overflow with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.889 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::database_max_overflow in YAML backend 2019-09-12T08:28:27.892 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.895 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.898 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.901 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.904 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.908 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.911 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.914 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.917 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.920 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.924 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.927 Debug: 2019-09-12 08:28:26 +0000 hiera(): Found keystone::database_max_overflow in personality 2019-09-12T08:28:27.930 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::rabbit_heartbeat_timeout_threshold with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.934 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::rabbit_heartbeat_timeout_threshold in YAML backend 2019-09-12T08:28:27.937 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.940 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.943 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.946 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:27.949 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:27.952 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:27.956 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:27.959 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:27.962 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:27.967 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:27.970 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:27.975 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:27.980 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::rabbit_heartbeat_rate with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:27.984 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::rabbit_heartbeat_rate in YAML backend 2019-09-12T08:28:27.987 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:27.990 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:27.993 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:27.996 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.000 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.003 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.006 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.009 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.012 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.015 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.019 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.022 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.025 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::rabbit_use_ssl with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.028 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::rabbit_use_ssl in YAML backend 2019-09-12T08:28:28.031 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.034 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.037 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.041 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.045 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.048 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.051 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.054 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.058 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.061 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.064 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.067 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.071 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::rabbit_ha_queues with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.074 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::rabbit_ha_queues in YAML backend 2019-09-12T08:28:28.077 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.080 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.084 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.087 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.090 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.094 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.097 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.100 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.103 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.107 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.110 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.113 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.117 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::kombu_ssl_ca_certs with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.120 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::kombu_ssl_ca_certs in YAML backend 2019-09-12T08:28:28.123 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.127 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.130 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.133 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.137 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.140 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.143 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.147 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.150 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.157 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.160 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.163 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.167 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::kombu_ssl_certfile with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.170 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::kombu_ssl_certfile in YAML backend 2019-09-12T08:28:28.173 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.176 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.179 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.182 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.185 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.188 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.192 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.195 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.198 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.201 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.204 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.207 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.210 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::kombu_ssl_keyfile with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.213 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::kombu_ssl_keyfile in YAML backend 2019-09-12T08:28:28.217 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.220 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.223 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.226 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.230 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.233 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.236 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.239 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.243 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.246 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.250 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.253 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.257 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::kombu_ssl_version with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.260 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::kombu_ssl_version in YAML backend 2019-09-12T08:28:28.263 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.266 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.269 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.273 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.276 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.279 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.283 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.286 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.290 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.294 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.297 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.300 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.304 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::kombu_reconnect_delay with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.307 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::kombu_reconnect_delay in YAML backend 2019-09-12T08:28:28.310 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.313 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.316 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.320 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.323 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.326 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.329 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.332 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.336 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.339 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.343 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.346 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.350 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::kombu_failover_strategy with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.353 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::kombu_failover_strategy in YAML backend 2019-09-12T08:28:28.356 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.360 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.363 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.367 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.371 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.374 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.377 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.381 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.384 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.387 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.391 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.394 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.397 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::kombu_compression with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.400 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::kombu_compression in YAML backend 2019-09-12T08:28:28.403 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.406 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.410 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.413 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.416 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.419 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.422 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.425 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.429 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.432 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.435 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.439 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.442 Debug: 2019-09-12 08:28:26 +0000 Performing a hiera indirector lookup of keystone::notification_transport_url with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.445 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking up keystone::notification_transport_url in YAML backend 2019-09-12T08:28:28.449 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.452 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.455 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.458 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.461 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.464 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.468 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.471 Debug: 2019-09-12 08:28:26 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.474 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.477 Debug: 2019-09-12 08:28:26 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.480 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.483 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.486 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::notification_driver with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.490 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::notification_driver in YAML backend 2019-09-12T08:28:28.493 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.496 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.500 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.503 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.506 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.510 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.513 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.516 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.519 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.522 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.526 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.529 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.532 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::notification_topics with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.536 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::notification_topics in YAML backend 2019-09-12T08:28:28.539 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.542 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.545 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.548 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.552 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.555 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.558 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.562 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.565 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.568 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.571 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.574 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.578 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::notification_format with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.581 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::notification_format in YAML backend 2019-09-12T08:28:28.584 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.587 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.590 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.593 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.596 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.602 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.606 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.609 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.613 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.616 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.620 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.623 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.627 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::control_exchange with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.630 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::control_exchange in YAML backend 2019-09-12T08:28:28.634 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.637 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.640 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.643 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.647 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.651 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.654 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.657 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.661 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.664 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.667 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.671 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.674 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::rpc_response_timeout with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.677 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::rpc_response_timeout in YAML backend 2019-09-12T08:28:28.680 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.683 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.687 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.690 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.693 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.696 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.700 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.703 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.707 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.710 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.715 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.722 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.725 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::validate_service with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.729 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::validate_service in YAML backend 2019-09-12T08:28:28.732 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.736 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.739 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.743 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.746 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.749 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.752 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.755 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.758 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.762 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.766 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.769 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.772 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::validate_insecure with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.776 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::validate_insecure in YAML backend 2019-09-12T08:28:28.780 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.783 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.786 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.790 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.793 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.796 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.800 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.803 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.806 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.809 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.813 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.817 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.820 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::validate_auth_url with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.823 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::validate_auth_url in YAML backend 2019-09-12T08:28:28.827 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.830 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.833 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.837 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.840 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.843 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.846 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.849 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.852 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.856 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.860 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.863 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.866 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::validate_cacert with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.870 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::validate_cacert in YAML backend 2019-09-12T08:28:28.873 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.878 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.882 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.885 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.889 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.892 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.896 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.899 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.903 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.906 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.909 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.914 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.917 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::paste_config with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.921 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::paste_config in YAML backend 2019-09-12T08:28:28.924 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.927 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.931 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.935 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.938 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.941 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.944 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.948 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.951 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:28.955 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:28.958 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:28.961 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:28.964 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::service_name with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:28.968 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::service_name in YAML backend 2019-09-12T08:28:28.971 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:28.974 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:28.978 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:28.981 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:28.984 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:28.988 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:28.991 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:28.994 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:28.998 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.001 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.004 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.008 Debug: 2019-09-12 08:28:27 +0000 hiera(): Found keystone::service_name in personality 2019-09-12T08:28:29.011 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::max_token_size with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.015 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::max_token_size in YAML backend 2019-09-12T08:28:29.019 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.023 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.026 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.030 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.033 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.037 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.040 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.044 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.047 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.051 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.054 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.058 Debug: 2019-09-12 08:28:27 +0000 hiera(): Found keystone::max_token_size in personality 2019-09-12T08:28:29.061 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::enable_fernet_setup with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.065 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::enable_fernet_setup in YAML backend 2019-09-12T08:28:29.069 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.072 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.076 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.079 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.083 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.086 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.090 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.093 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.096 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.100 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.103 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.106 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.110 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::fernet_max_active_keys with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.113 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::fernet_max_active_keys in YAML backend 2019-09-12T08:28:29.116 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.120 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.123 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.126 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.129 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.133 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.136 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.139 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.143 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.147 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.151 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.154 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.157 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::fernet_keys with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.161 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::fernet_keys in YAML backend 2019-09-12T08:28:29.164 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.167 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.171 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.175 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.178 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.182 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.185 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.188 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.192 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.195 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.199 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.202 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.205 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::fernet_replace_keys with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.209 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::fernet_replace_keys in YAML backend 2019-09-12T08:28:29.213 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.216 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.219 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.223 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.226 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.229 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.232 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.235 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.239 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.242 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.245 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.248 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.251 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::enable_credential_setup with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.255 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::enable_credential_setup in YAML backend 2019-09-12T08:28:29.258 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.261 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.264 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.267 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.271 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.274 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.277 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.281 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.285 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.288 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.292 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.295 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.299 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::credential_key_repository with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.302 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::credential_key_repository in YAML backend 2019-09-12T08:28:29.306 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.310 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.313 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.317 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.320 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.324 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.327 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.330 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.333 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.337 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.340 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.343 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.347 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::credential_keys with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.351 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::credential_keys in YAML backend 2019-09-12T08:28:29.355 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.358 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.362 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.365 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.369 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.372 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.376 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.379 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.383 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.386 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.389 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.392 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.395 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::member_role_id with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.399 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::member_role_id in YAML backend 2019-09-12T08:28:29.402 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.405 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.408 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.412 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.415 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.418 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.421 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.425 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.428 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.431 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.435 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.438 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.441 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::member_role_name with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.444 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::member_role_name in YAML backend 2019-09-12T08:28:29.447 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.451 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.454 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.457 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.460 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.464 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.467 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.470 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.473 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.476 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.479 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.483 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.486 Debug: 2019-09-12 08:28:27 +0000 Performing a hiera indirector lookup of keystone::memcache_dead_retry with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.489 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking up keystone::memcache_dead_retry in YAML backend 2019-09-12T08:28:29.492 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.495 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.499 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.502 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.505 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.508 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.511 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.515 Debug: 2019-09-12 08:28:27 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.518 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.521 Debug: 2019-09-12 08:28:27 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.524 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.528 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.531 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::memcache_socket_timeout with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.534 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::memcache_socket_timeout in YAML backend 2019-09-12T08:28:29.537 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.540 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.544 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.547 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.550 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.553 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.556 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.559 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.562 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.566 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.569 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.572 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.576 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::memcache_pool_maxsize with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.579 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::memcache_pool_maxsize in YAML backend 2019-09-12T08:28:29.582 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.585 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.589 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.592 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.595 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.598 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.601 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.604 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.607 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.611 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.614 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.617 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.621 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::memcache_pool_unused_timeout with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.624 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::memcache_pool_unused_timeout in YAML backend 2019-09-12T08:28:29.627 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.631 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.634 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.638 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.641 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.645 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.648 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.652 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.655 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.658 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.662 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.665 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.668 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::memcache_pool_connection_get_timeout with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.671 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::memcache_pool_connection_get_timeout in YAML backend 2019-09-12T08:28:29.675 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.678 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.682 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.686 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.689 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.693 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.696 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.699 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.702 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.706 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.709 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.712 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.715 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::policy_driver with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.718 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::policy_driver in YAML backend 2019-09-12T08:28:29.722 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.725 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.728 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.731 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.734 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.737 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.741 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.744 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.747 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.750 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.754 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.757 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.760 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::using_domain_config with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.770 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::using_domain_config in YAML backend 2019-09-12T08:28:29.773 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.776 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.780 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.783 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.787 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.790 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.793 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.796 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.800 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.803 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.806 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.809 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.813 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::domain_config_directory with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.816 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::domain_config_directory in YAML backend 2019-09-12T08:28:29.819 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.823 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.826 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.829 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.832 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.835 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.839 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.842 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.845 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.848 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.851 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.855 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.858 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::keystone_user with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.863 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::keystone_user in YAML backend 2019-09-12T08:28:29.867 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.871 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.874 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.878 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.881 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.885 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.888 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.891 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.895 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.898 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.901 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.905 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.908 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::keystone_group with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.912 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::keystone_group in YAML backend 2019-09-12T08:28:29.915 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.919 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.922 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.925 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.929 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.932 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.935 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.939 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.942 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.946 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.949 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:29.952 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:29.956 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::manage_policyrcd with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:29.959 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::manage_policyrcd in YAML backend 2019-09-12T08:28:29.963 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:29.966 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:29.970 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:29.974 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:29.978 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:29.981 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:29.985 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:29.989 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:29.992 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:29.995 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:29.999 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.002 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.006 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::enable_proxy_headers_parsing with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.009 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::enable_proxy_headers_parsing in YAML backend 2019-09-12T08:28:30.012 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.016 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.019 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.023 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.026 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.030 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.033 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.036 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.040 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.043 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.047 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.050 Debug: 2019-09-12 08:28:28 +0000 hiera(): Found keystone::enable_proxy_headers_parsing in personality 2019-09-12T08:28:30.054 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::purge_config with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.057 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::purge_config in YAML backend 2019-09-12T08:28:30.061 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.064 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.067 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.071 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.074 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.078 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.082 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.085 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.088 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.091 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.095 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.098 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.101 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::admin_workers with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.104 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::admin_workers in YAML backend 2019-09-12T08:28:30.107 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.111 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.114 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.117 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.120 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.124 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.127 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.130 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.133 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.137 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.140 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.144 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.147 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::public_workers with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.151 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::public_workers in YAML backend 2019-09-12T08:28:30.154 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.157 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.161 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.164 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.167 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.170 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.174 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.177 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.180 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.183 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.186 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.190 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.193 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::service_provider with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.196 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::service_provider in YAML backend 2019-09-12T08:28:30.199 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.203 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.206 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.214 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.218 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.221 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.224 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.228 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.231 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.234 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.238 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.241 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.245 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::enable_pki_setup with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.249 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::enable_pki_setup in YAML backend 2019-09-12T08:28:30.252 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.256 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.259 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.262 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.266 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.269 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.272 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.276 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.279 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.282 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.285 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.288 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.292 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::signing_certfile with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.295 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::signing_certfile in YAML backend 2019-09-12T08:28:30.298 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.301 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.304 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.307 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.310 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.314 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.317 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.320 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.323 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.326 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.329 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.332 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.335 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::signing_keyfile with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.339 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::signing_keyfile in YAML backend 2019-09-12T08:28:30.342 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.346 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.349 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.352 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.356 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.359 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.362 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.365 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.369 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.372 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.375 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.378 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.382 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::signing_ca_certs with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.385 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::signing_ca_certs in YAML backend 2019-09-12T08:28:30.388 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.392 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.395 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.398 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.401 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.404 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.408 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.411 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.415 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.418 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.421 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.425 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.428 Debug: 2019-09-12 08:28:28 +0000 Performing a hiera indirector lookup of keystone::signing_ca_key with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.432 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking up keystone::signing_ca_key in YAML backend 2019-09-12T08:28:30.435 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.439 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.443 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.446 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.449 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.452 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.456 Debug: 2019-09-12 08:28:28 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.459 Debug: 2019-09-12 08:28:28 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.462 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.466 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.469 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.473 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.476 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::signing_cert_subject with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.480 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::signing_cert_subject in YAML backend 2019-09-12T08:28:30.483 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.486 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.490 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.493 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.496 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.499 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.502 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.506 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.509 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.512 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.515 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.518 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.521 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::signing_key_size with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.525 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::signing_key_size in YAML backend 2019-09-12T08:28:30.528 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.531 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.534 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.538 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.541 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.544 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.547 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.550 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.553 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.557 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.560 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.563 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.566 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::rabbit_host with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.569 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::rabbit_host in YAML backend 2019-09-12T08:28:30.572 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.575 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.579 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.582 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.585 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.588 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.591 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.594 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.597 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.601 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.604 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.607 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.610 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::rabbit_hosts with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.613 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::rabbit_hosts in YAML backend 2019-09-12T08:28:30.617 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.620 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.623 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.626 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.629 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.632 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.635 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.639 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.642 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.645 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.648 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.651 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.655 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::rabbit_password with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.658 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::rabbit_password in YAML backend 2019-09-12T08:28:30.661 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.664 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.667 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.670 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.673 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.677 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.680 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.683 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.686 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.689 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.699 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.703 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.706 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::rabbit_port with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.710 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::rabbit_port in YAML backend 2019-09-12T08:28:30.713 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.716 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.719 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.722 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.726 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.729 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.732 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.735 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.738 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.752 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.756 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.759 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.762 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::rabbit_userid with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.766 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::rabbit_userid in YAML backend 2019-09-12T08:28:30.769 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.772 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.775 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.778 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.781 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.785 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.788 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.791 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.794 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.797 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.801 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.804 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.807 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::rabbit_virtual_host with options {:variables=>Scope(Class[Keystone]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.811 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::rabbit_virtual_host in YAML backend 2019-09-12T08:28:30.814 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.817 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.821 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.824 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.828 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.831 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.834 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.837 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.840 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.844 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.847 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.850 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.853 Debug: 2019-09-12 08:28:29 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/logging.pp' in environment production 2019-09-12T08:28:30.856 Debug: 2019-09-12 08:28:29 +0000 Automatically imported keystone::logging from keystone/logging into production 2019-09-12T08:28:30.859 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::use_syslog with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.863 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::use_syslog in YAML backend 2019-09-12T08:28:30.866 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.869 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.872 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.876 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.879 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.882 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.886 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.889 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.892 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.895 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.898 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.902 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.905 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::use_stderr with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.909 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::use_stderr in YAML backend 2019-09-12T08:28:30.912 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.915 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.919 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.922 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.925 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.928 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.931 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.935 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.938 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.941 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.944 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.947 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.950 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::log_facility with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:30.954 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::log_facility in YAML backend 2019-09-12T08:28:30.957 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:30.960 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:30.963 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:30.966 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:30.970 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:30.973 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:30.976 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:30.979 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:30.983 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:30.986 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:30.989 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:30.993 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:30.996 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::log_dir with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.000 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::log_dir in YAML backend 2019-09-12T08:28:31.004 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.008 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.011 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.015 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.019 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.022 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.026 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.029 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.032 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.036 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.039 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.042 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.045 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::log_file with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.049 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::log_file in YAML backend 2019-09-12T08:28:31.052 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.055 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.058 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.061 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.064 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.068 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.071 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.074 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.078 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.081 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.084 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.087 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.090 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::debug with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.094 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::debug in YAML backend 2019-09-12T08:28:31.097 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.101 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.104 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.107 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.111 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.114 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.117 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.121 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.124 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.128 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.131 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.134 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.137 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::logging_context_format_string with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.141 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::logging_context_format_string in YAML backend 2019-09-12T08:28:31.144 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.147 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.150 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.154 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.157 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.160 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.163 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.167 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.170 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.173 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.176 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.179 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.182 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::logging_default_format_string with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.186 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::logging_default_format_string in YAML backend 2019-09-12T08:28:31.189 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.192 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.196 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.199 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.202 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.206 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.209 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.212 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.216 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.219 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.223 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.226 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.230 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::logging_debug_format_suffix with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.234 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::logging_debug_format_suffix in YAML backend 2019-09-12T08:28:31.237 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.241 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.244 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.248 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.251 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.255 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.258 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.261 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.264 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.268 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.271 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.274 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.277 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::logging_exception_prefix with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.281 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::logging_exception_prefix in YAML backend 2019-09-12T08:28:31.284 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.288 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.291 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.294 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.298 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.302 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.306 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.309 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.313 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.316 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.320 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.323 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.327 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::logging_user_identity_format with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.330 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::logging_user_identity_format in YAML backend 2019-09-12T08:28:31.334 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.337 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.340 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.344 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.348 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.351 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.355 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.358 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.361 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.365 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.369 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.372 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.376 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::log_config_append with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.379 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::log_config_append in YAML backend 2019-09-12T08:28:31.382 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.386 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.390 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.394 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.397 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.400 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.403 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.407 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.410 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.413 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.417 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.420 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.423 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::default_log_levels with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.426 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::default_log_levels in YAML backend 2019-09-12T08:28:31.430 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.433 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.436 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.440 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.443 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.447 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.450 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.453 Debug: 2019-09-12 08:28:29 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.457 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.460 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.463 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.467 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.470 Debug: 2019-09-12 08:28:29 +0000 Performing a hiera indirector lookup of keystone::logging::publish_errors with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.473 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking up keystone::logging::publish_errors in YAML backend 2019-09-12T08:28:31.477 Debug: 2019-09-12 08:28:29 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.480 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.484 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.487 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.490 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.494 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.497 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.500 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.504 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.507 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.511 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.514 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.518 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::logging::fatal_deprecations with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.521 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::logging::fatal_deprecations in YAML backend 2019-09-12T08:28:31.524 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.528 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.531 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.535 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.538 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.541 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.545 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.548 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.551 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.555 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.558 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.561 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.565 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::logging::instance_format with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.568 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::logging::instance_format in YAML backend 2019-09-12T08:28:31.572 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.575 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.579 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.582 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.585 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.589 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.592 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.596 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.599 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.602 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.605 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.609 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.612 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::logging::instance_uuid_format with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.616 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::logging::instance_uuid_format in YAML backend 2019-09-12T08:28:31.619 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.623 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.626 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.630 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.633 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.636 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.640 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.643 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.647 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.650 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.653 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.656 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.660 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::logging::log_date_format with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.663 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::logging::log_date_format in YAML backend 2019-09-12T08:28:31.667 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.670 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.673 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.676 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.680 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.683 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.687 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.690 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.693 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.696 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.700 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.703 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.706 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::logging::watch_log_file with options {:variables=>Scope(Class[Keystone::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.710 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::logging::watch_log_file in YAML backend 2019-09-12T08:28:31.713 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.716 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.720 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.723 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.726 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.730 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.733 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.737 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.740 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.744 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.747 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.751 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.754 Debug: 2019-09-12 08:28:30 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/log.pp' in environment production 2019-09-12T08:28:31.757 Debug: 2019-09-12 08:28:30 +0000 Automatically imported oslo::log from oslo/log into production 2019-09-12T08:28:31.762 Debug: 2019-09-12 08:28:30 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/policy.pp' in environment production 2019-09-12T08:28:31.766 Debug: 2019-09-12 08:28:30 +0000 Automatically imported keystone::policy from keystone/policy into production 2019-09-12T08:28:31.770 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::policy::policies with options {:variables=>Scope(Class[Keystone::Policy]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.774 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::policy::policies in YAML backend 2019-09-12T08:28:31.778 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.782 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.786 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.790 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.793 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.797 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.800 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.804 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.807 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.810 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.813 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.817 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.820 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::policy::policy_path with options {:variables=>Scope(Class[Keystone::Policy]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.824 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::policy::policy_path in YAML backend 2019-09-12T08:28:31.827 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.830 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.833 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.836 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.840 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.844 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.847 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.851 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.854 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.858 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.862 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.865 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.868 Debug: 2019-09-12 08:28:30 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/policy.pp' in environment production 2019-09-12T08:28:31.871 Debug: 2019-09-12 08:28:30 +0000 Automatically imported oslo::policy from oslo/policy into production 2019-09-12T08:28:31.874 Debug: 2019-09-12 08:28:30 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/db.pp' in environment production 2019-09-12T08:28:31.878 Debug: 2019-09-12 08:28:30 +0000 Automatically imported keystone::db from keystone/db into production 2019-09-12T08:28:31.881 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::db::database_db_max_retries with options {:variables=>Scope(Class[Keystone::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.884 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::db::database_db_max_retries in YAML backend 2019-09-12T08:28:31.888 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.891 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.895 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.899 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.902 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.906 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.909 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.912 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.916 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.919 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.923 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.926 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.930 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::db::database_connection with options {:variables=>Scope(Class[Keystone::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.933 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::db::database_connection in YAML backend 2019-09-12T08:28:31.936 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.940 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.943 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.946 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.949 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:31.952 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:31.956 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:31.959 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:31.962 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:31.966 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:31.969 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:31.972 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:31.975 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::db::database_idle_timeout with options {:variables=>Scope(Class[Keystone::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:31.978 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::db::database_idle_timeout in YAML backend 2019-09-12T08:28:31.982 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:31.985 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:31.988 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:31.992 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:31.999 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.002 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.006 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.009 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.012 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.016 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.019 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.022 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.025 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::db::database_min_pool_size with options {:variables=>Scope(Class[Keystone::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.028 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::db::database_min_pool_size in YAML backend 2019-09-12T08:28:32.031 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.035 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.038 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.042 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.045 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.048 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.051 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.054 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.058 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.061 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.064 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.068 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.071 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::db::database_max_pool_size with options {:variables=>Scope(Class[Keystone::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.074 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::db::database_max_pool_size in YAML backend 2019-09-12T08:28:32.077 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.081 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.085 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.088 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.091 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.095 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.098 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.102 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.105 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.108 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.112 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.115 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.118 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::db::database_max_retries with options {:variables=>Scope(Class[Keystone::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.122 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::db::database_max_retries in YAML backend 2019-09-12T08:28:32.125 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.128 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.132 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.135 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.138 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.142 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.145 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.148 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.151 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.154 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.158 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.161 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.164 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::db::database_retry_interval with options {:variables=>Scope(Class[Keystone::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.168 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::db::database_retry_interval in YAML backend 2019-09-12T08:28:32.171 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.174 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.178 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.181 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.184 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.188 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.191 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.194 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.197 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.200 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.203 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.207 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.210 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::db::database_max_overflow with options {:variables=>Scope(Class[Keystone::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.213 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::db::database_max_overflow in YAML backend 2019-09-12T08:28:32.216 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.219 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.223 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.226 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.229 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.233 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.236 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.239 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.242 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.245 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.249 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.252 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.255 Debug: 2019-09-12 08:28:30 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/client.pp' in environment production 2019-09-12T08:28:32.258 Debug: 2019-09-12 08:28:30 +0000 Automatically imported keystone::client from keystone/client into production 2019-09-12T08:28:32.262 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::client::client_package_name with options {:variables=>Scope(Class[Keystone::Client]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.265 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::client::client_package_name in YAML backend 2019-09-12T08:28:32.268 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.271 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.275 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.278 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.281 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.284 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.288 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.291 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.294 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.298 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.301 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.305 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.309 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of keystone::client::ensure with options {:variables=>Scope(Class[Keystone::Client]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.312 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up keystone::client::ensure in YAML backend 2019-09-12T08:28:32.315 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.319 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.322 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.326 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.329 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.332 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.335 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.339 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.342 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.345 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.348 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.351 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.355 Debug: 2019-09-12 08:28:30 +0000 importing '/usr/share/openstack-puppet/modules/openstacklib/manifests/openstackclient.pp' in environment production 2019-09-12T08:28:32.358 Debug: 2019-09-12 08:28:30 +0000 Automatically imported openstacklib::openstackclient from openstacklib/openstackclient into production 2019-09-12T08:28:32.361 Debug: 2019-09-12 08:28:30 +0000 Performing a hiera indirector lookup of openstacklib::openstackclient::package_ensure with options {:variables=>Scope(Class[Openstacklib::Openstackclient]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.364 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking up openstacklib::openstackclient::package_ensure in YAML backend 2019-09-12T08:28:32.368 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.371 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.375 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.378 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.381 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.385 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.388 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.392 Debug: 2019-09-12 08:28:30 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.395 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.398 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.402 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.405 Debug: 2019-09-12 08:28:30 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.408 Debug: 2019-09-12 08:28:31 +0000 Resource package[python-openstackclient] was not determined to be defined 2019-09-12T08:28:32.411 Debug: 2019-09-12 08:28:31 +0000 Create new resource package[python-openstackclient] with params {"ensure"=>"present", "tag"=>"openstack"} 2019-09-12T08:28:32.415 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/middleware.pp' in environment production 2019-09-12T08:28:32.418 Debug: 2019-09-12 08:28:31 +0000 Automatically imported oslo::middleware from oslo/middleware into production 2019-09-12T08:28:32.423 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/messaging/default.pp' in environment production 2019-09-12T08:28:32.426 Debug: 2019-09-12 08:28:31 +0000 Automatically imported oslo::messaging::default from oslo/messaging/default into production 2019-09-12T08:28:32.430 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/messaging/notifications.pp' in environment production 2019-09-12T08:28:32.433 Debug: 2019-09-12 08:28:31 +0000 Automatically imported oslo::messaging::notifications from oslo/messaging/notifications into production 2019-09-12T08:28:32.436 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/messaging/rabbit.pp' in environment production 2019-09-12T08:28:32.439 Debug: 2019-09-12 08:28:31 +0000 Automatically imported oslo::messaging::rabbit from oslo/messaging/rabbit into production 2019-09-12T08:28:32.443 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/service.pp' in environment production 2019-09-12T08:28:32.446 Debug: 2019-09-12 08:28:31 +0000 Automatically imported keystone::service from keystone/service into production 2019-09-12T08:28:32.449 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::service::admin_token with options {:variables=>Scope(Class[Keystone::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.453 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::service::admin_token in YAML backend 2019-09-12T08:28:32.456 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.460 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.464 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.471 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.475 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.479 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.489 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.493 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.506 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.509 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.513 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.517 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.520 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::service::admin_endpoint with options {:variables=>Scope(Class[Keystone::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.523 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::service::admin_endpoint in YAML backend 2019-09-12T08:28:32.527 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.530 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.534 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.537 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.540 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.544 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.547 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.551 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.554 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.557 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.561 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.564 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.567 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::service::retries with options {:variables=>Scope(Class[Keystone::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.571 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::service::retries in YAML backend 2019-09-12T08:28:32.574 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.577 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.581 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.584 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.587 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.590 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.594 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.597 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.600 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.603 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.606 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.609 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.613 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::service::delay with options {:variables=>Scope(Class[Keystone::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.616 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::service::delay in YAML backend 2019-09-12T08:28:32.619 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.623 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.626 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.629 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.632 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.636 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.639 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.642 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.645 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.648 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.651 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.655 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.658 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::service::insecure with options {:variables=>Scope(Class[Keystone::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.661 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::service::insecure in YAML backend 2019-09-12T08:28:32.664 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.667 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.670 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.673 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.677 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.680 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.683 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.686 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.689 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.692 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.695 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.699 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.702 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::service::cacert with options {:variables=>Scope(Class[Keystone::Service]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.706 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::service::cacert in YAML backend 2019-09-12T08:28:32.710 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.714 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.717 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.720 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.724 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.727 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.730 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.733 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.736 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.740 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.743 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.747 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.750 Info: 2019-09-12 08:28:31 +0000 Scope(Class[Keystone]): Keystone under Eventlet has been deprecated during the Kilo cycle. Support for deploying under eventlet will be dropped as of the M-release of OpenStack. 2019-09-12T08:28:32.754 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/db/sync.pp' in environment production 2019-09-12T08:28:32.757 Debug: 2019-09-12 08:28:31 +0000 Automatically imported keystone::db::sync from keystone/db/sync into production 2019-09-12T08:28:32.760 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::db::sync::extra_params with options {:variables=>Scope(Class[Keystone::Db::Sync]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.764 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::db::sync::extra_params in YAML backend 2019-09-12T08:28:32.767 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.771 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.774 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.777 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.780 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.783 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.786 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.790 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.793 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.796 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.799 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.802 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.806 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::db::sync::keystone_user with options {:variables=>Scope(Class[Keystone::Db::Sync]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.809 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::db::sync::keystone_user in YAML backend 2019-09-12T08:28:32.815 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.819 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.822 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.826 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.829 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.833 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.836 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.839 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.843 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.846 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.849 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.852 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.855 Debug: 2019-09-12 08:28:31 +0000 Resource file[/opt/platform/keystone/fernet-keys] was not determined to be defined 2019-09-12T08:28:32.858 Debug: 2019-09-12 08:28:31 +0000 Create new resource file[/opt/platform/keystone/fernet-keys] with params {"ensure"=>"directory", "owner"=>"keystone", "group"=>"keystone", "mode"=>"0600", "subscribe"=>Anchor[keystone::install::end]{:name=>"keystone::install::end"}} 2019-09-12T08:28:32.862 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/endpoint.pp' in environment production 2019-09-12T08:28:32.865 Debug: 2019-09-12 08:28:31 +0000 Automatically imported keystone::endpoint from keystone/endpoint into production 2019-09-12T08:28:32.868 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::endpoint::public_url with options {:variables=>Scope(Class[Keystone::Endpoint]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.871 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::endpoint::public_url in YAML backend 2019-09-12T08:28:32.875 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.878 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.881 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.885 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.889 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.892 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.896 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.900 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.903 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.907 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.910 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.914 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.917 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::endpoint::internal_url with options {:variables=>Scope(Class[Keystone::Endpoint]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.921 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::endpoint::internal_url in YAML backend 2019-09-12T08:28:32.924 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.927 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.931 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.934 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.937 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.940 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.943 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.946 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.950 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.953 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:32.956 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:32.959 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:32.962 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::endpoint::admin_url with options {:variables=>Scope(Class[Keystone::Endpoint]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:32.965 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::endpoint::admin_url in YAML backend 2019-09-12T08:28:32.968 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:32.971 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:32.974 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:32.977 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:32.981 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:32.984 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:32.987 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:32.990 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:32.993 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:32.997 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.000 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.003 Debug: 2019-09-12 08:28:31 +0000 hiera(): Found keystone::endpoint::admin_url in personality 2019-09-12T08:28:33.007 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::endpoint::region with options {:variables=>Scope(Class[Keystone::Endpoint]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.010 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::endpoint::region in YAML backend 2019-09-12T08:28:33.013 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.016 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.019 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.022 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.025 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.029 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.032 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.035 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.038 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.042 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.045 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.048 Debug: 2019-09-12 08:28:31 +0000 hiera(): Found keystone::endpoint::region in personality 2019-09-12T08:28:33.051 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::endpoint::user_domain with options {:variables=>Scope(Class[Keystone::Endpoint]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.054 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::endpoint::user_domain in YAML backend 2019-09-12T08:28:33.057 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.060 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.064 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.067 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.070 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.073 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.076 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.079 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.083 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.086 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.089 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.092 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.095 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::endpoint::project_domain with options {:variables=>Scope(Class[Keystone::Endpoint]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.099 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::endpoint::project_domain in YAML backend 2019-09-12T08:28:33.102 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.105 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.108 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.111 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.114 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.117 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.120 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.123 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.127 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.130 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.133 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.136 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.139 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::endpoint::default_domain with options {:variables=>Scope(Class[Keystone::Endpoint]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.142 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::endpoint::default_domain in YAML backend 2019-09-12T08:28:33.145 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.148 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.151 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.155 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.158 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.161 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.164 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.168 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.171 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.175 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.178 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.181 Debug: 2019-09-12 08:28:31 +0000 hiera(): Found keystone::endpoint::default_domain in personality 2019-09-12T08:28:33.185 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::endpoint::version with options {:variables=>Scope(Class[Keystone::Endpoint]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.188 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::endpoint::version in YAML backend 2019-09-12T08:28:33.191 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.195 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.198 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.202 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.205 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.208 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.211 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.215 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.218 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.222 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.225 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.229 Debug: 2019-09-12 08:28:31 +0000 hiera(): Found keystone::endpoint::version in personality 2019-09-12T08:28:33.233 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/resource/service_identity.pp' in environment production 2019-09-12T08:28:33.236 Debug: 2019-09-12 08:28:31 +0000 Automatically imported keystone::resource::service_identity from keystone/resource/service_identity into production 2019-09-12T08:28:33.240 Debug: 2019-09-12 08:28:31 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/roles/admin.pp' in environment production 2019-09-12T08:28:33.244 Debug: 2019-09-12 08:28:31 +0000 Automatically imported keystone::roles::admin from keystone/roles/admin into production 2019-09-12T08:28:33.248 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::roles::admin::password with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.251 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::roles::admin::password in YAML backend 2019-09-12T08:28:33.255 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.259 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.263 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.267 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.271 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.275 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.278 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.282 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.286 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.290 Debug: 2019-09-12 08:28:31 +0000 hiera(): Found keystone::roles::admin::password in secure_static 2019-09-12T08:28:33.293 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::roles::admin::email with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.297 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::roles::admin::email in YAML backend 2019-09-12T08:28:33.301 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.304 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.308 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.311 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.314 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.318 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.321 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.325 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.329 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.332 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.335 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.339 Debug: 2019-09-12 08:28:31 +0000 hiera(): Found keystone::roles::admin::email in personality 2019-09-12T08:28:33.342 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::roles::admin::admin with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.345 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::roles::admin::admin in YAML backend 2019-09-12T08:28:33.348 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.352 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.355 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.358 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.362 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.365 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.368 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.371 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.374 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.377 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.381 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.384 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.387 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::roles::admin::admin_tenant with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.390 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::roles::admin::admin_tenant in YAML backend 2019-09-12T08:28:33.393 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.396 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.400 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.403 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.406 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.409 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.412 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.416 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.419 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.423 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.426 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.429 Debug: 2019-09-12 08:28:31 +0000 hiera(): Found keystone::roles::admin::admin_tenant in personality 2019-09-12T08:28:33.432 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::roles::admin::admin_roles with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.436 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::roles::admin::admin_roles in YAML backend 2019-09-12T08:28:33.439 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.442 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.446 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.449 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.453 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.456 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.459 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.463 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.466 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.469 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.472 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.475 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.479 Debug: 2019-09-12 08:28:31 +0000 Performing a hiera indirector lookup of keystone::roles::admin::service_tenant with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.482 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking up keystone::roles::admin::service_tenant in YAML backend 2019-09-12T08:28:33.485 Debug: 2019-09-12 08:28:31 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.488 Debug: 2019-09-12 08:28:31 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.492 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.495 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.498 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.501 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.504 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.508 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.511 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.514 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.518 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.521 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.524 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of keystone::roles::admin::admin_tenant_desc with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.528 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up keystone::roles::admin::admin_tenant_desc in YAML backend 2019-09-12T08:28:33.531 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.534 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.538 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.541 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.544 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.547 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.551 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.554 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.557 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.560 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.563 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.566 Debug: 2019-09-12 08:28:32 +0000 hiera(): Found keystone::roles::admin::admin_tenant_desc in personality 2019-09-12T08:28:33.569 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of keystone::roles::admin::service_tenant_desc with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.573 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up keystone::roles::admin::service_tenant_desc in YAML backend 2019-09-12T08:28:33.576 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.579 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.582 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.585 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.588 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.592 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.595 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.598 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.601 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.606 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.610 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.613 Debug: 2019-09-12 08:28:32 +0000 hiera(): Found keystone::roles::admin::service_tenant_desc in personality 2019-09-12T08:28:33.616 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of keystone::roles::admin::configure_user with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.620 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up keystone::roles::admin::configure_user in YAML backend 2019-09-12T08:28:33.623 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.627 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.630 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.633 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.637 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.640 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.643 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.647 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.650 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.654 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.657 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.660 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.664 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of keystone::roles::admin::configure_user_role with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.668 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up keystone::roles::admin::configure_user_role in YAML backend 2019-09-12T08:28:33.671 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.674 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.678 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.681 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.684 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.687 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.691 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.694 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.697 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.700 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.703 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.706 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.709 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of keystone::roles::admin::admin_user_domain with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.713 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up keystone::roles::admin::admin_user_domain in YAML backend 2019-09-12T08:28:33.716 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.719 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.722 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.726 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.729 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.732 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.735 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.738 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.742 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.745 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.748 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.751 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.755 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of keystone::roles::admin::admin_project_domain with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.758 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up keystone::roles::admin::admin_project_domain in YAML backend 2019-09-12T08:28:33.761 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.764 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.767 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.771 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.774 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.777 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.780 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.783 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.786 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.790 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.793 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.796 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.799 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of keystone::roles::admin::service_project_domain with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.802 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up keystone::roles::admin::service_project_domain in YAML backend 2019-09-12T08:28:33.805 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.809 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.812 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.815 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.818 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.822 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.825 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.829 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.832 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.835 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.838 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.842 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.845 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of keystone::roles::admin::target_admin_domain with options {:variables=>Scope(Class[Keystone::Roles::Admin]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.848 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up keystone::roles::admin::target_admin_domain in YAML backend 2019-09-12T08:28:33.852 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.855 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.858 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.862 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.865 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.868 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.871 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.874 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.878 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.881 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.884 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.888 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.891 Debug: 2019-09-12 08:28:32 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/disable_admin_token_auth.pp' in environment production 2019-09-12T08:28:33.894 Debug: 2019-09-12 08:28:32 +0000 Automatically imported keystone::disable_admin_token_auth from keystone/disable_admin_token_auth into production 2019-09-12T08:28:33.898 Debug: 2019-09-12 08:28:32 +0000 importing '/usr/share/puppet/modules/openstack/manifests/barbican.pp' in environment production 2019-09-12T08:28:33.901 Debug: 2019-09-12 08:28:32 +0000 Automatically imported openstack::barbican::bootstrap from openstack/barbican into production 2019-09-12T08:28:33.904 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of openstack::barbican::params::api_port with options {:variables=>Scope(Class[Openstack::Barbican::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.908 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up openstack::barbican::params::api_port in YAML backend 2019-09-12T08:28:33.911 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.915 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.918 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.921 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.924 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.927 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.931 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.934 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.937 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.940 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.944 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.947 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.950 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of openstack::barbican::params::region_name with options {:variables=>Scope(Class[Openstack::Barbican::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:33.954 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up openstack::barbican::params::region_name in YAML backend 2019-09-12T08:28:33.957 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:33.961 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:33.964 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:33.967 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:33.971 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:33.974 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:33.978 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:33.981 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:33.984 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:33.987 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:33.990 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:33.995 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:33.998 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of openstack::barbican::params::service_name with options {:variables=>Scope(Class[Openstack::Barbican::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.002 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up openstack::barbican::params::service_name in YAML backend 2019-09-12T08:28:34.006 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.009 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.013 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.017 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.020 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.024 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.028 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.031 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.035 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.038 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.042 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.045 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.048 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of openstack::barbican::params::service_create with options {:variables=>Scope(Class[Openstack::Barbican::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.052 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up openstack::barbican::params::service_create in YAML backend 2019-09-12T08:28:34.055 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.058 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.062 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.065 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.069 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.072 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.075 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.079 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.082 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.086 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.089 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.092 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.095 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of openstack::barbican::params::service_enabled with options {:variables=>Scope(Class[Openstack::Barbican::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.099 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up openstack::barbican::params::service_enabled in YAML backend 2019-09-12T08:28:34.102 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.106 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.109 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.112 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.116 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.119 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.122 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.126 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.129 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.132 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.136 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.139 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.142 Debug: 2019-09-12 08:28:32 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/init.pp' in environment production 2019-09-12T08:28:34.146 Debug: 2019-09-12 08:28:32 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/keystone/auth.pp' in environment production 2019-09-12T08:28:34.149 Debug: 2019-09-12 08:28:32 +0000 Automatically imported barbican::keystone::auth from barbican/keystone/auth into production 2019-09-12T08:28:34.153 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::password with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.156 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up barbican::keystone::auth::password in YAML backend 2019-09-12T08:28:34.159 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.163 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.166 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.169 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.173 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.176 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.179 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.183 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.186 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.190 Debug: 2019-09-12 08:28:32 +0000 hiera(): Found barbican::keystone::auth::password in secure_static 2019-09-12T08:28:34.193 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::auth_name with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.196 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up barbican::keystone::auth::auth_name in YAML backend 2019-09-12T08:28:34.199 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.203 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.206 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.209 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.213 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.216 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.220 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.223 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.226 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.230 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.233 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.237 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.240 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::email with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.243 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up barbican::keystone::auth::email in YAML backend 2019-09-12T08:28:34.246 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.250 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.253 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.256 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.259 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.262 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.266 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.270 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.273 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.276 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.280 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.283 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.286 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::tenant with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.289 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up barbican::keystone::auth::tenant in YAML backend 2019-09-12T08:28:34.293 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.296 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.299 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.303 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.306 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.310 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.313 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.316 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.320 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.323 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.327 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.330 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.333 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::configure_endpoint with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.336 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up barbican::keystone::auth::configure_endpoint in YAML backend 2019-09-12T08:28:34.340 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.343 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.346 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.349 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.353 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.356 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.360 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.363 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.367 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.370 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.373 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.377 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.380 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::configure_user with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.383 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up barbican::keystone::auth::configure_user in YAML backend 2019-09-12T08:28:34.386 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.390 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.393 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.396 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.399 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.403 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.406 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.409 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.413 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.416 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.419 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.423 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.426 Debug: 2019-09-12 08:28:32 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::service_name with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.429 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking up barbican::keystone::auth::service_name in YAML backend 2019-09-12T08:28:34.432 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.435 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.438 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.442 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.445 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.448 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.451 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.455 Debug: 2019-09-12 08:28:32 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.458 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.461 Debug: 2019-09-12 08:28:32 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.464 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.468 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.471 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::service_type with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.474 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::auth::service_type in YAML backend 2019-09-12T08:28:34.477 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.480 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.483 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.487 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.490 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.493 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.497 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.501 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.505 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.508 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.511 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.515 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.519 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::region with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.523 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::auth::region in YAML backend 2019-09-12T08:28:34.527 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.530 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.534 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.537 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.541 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.544 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.547 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.551 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.554 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.557 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.561 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.564 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.567 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::public_url with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.571 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::auth::public_url in YAML backend 2019-09-12T08:28:34.574 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.578 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.581 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.584 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.588 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.591 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.595 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.599 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.602 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.605 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.609 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.613 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.616 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::internal_url with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.619 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::auth::internal_url in YAML backend 2019-09-12T08:28:34.623 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.626 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.630 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.634 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.638 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.641 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.645 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.648 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.651 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.655 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.658 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.662 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.665 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::auth::admin_url with options {:variables=>Scope(Class[Barbican::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.669 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::auth::admin_url in YAML backend 2019-09-12T08:28:34.673 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.677 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.684 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.687 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.691 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.694 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.698 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.701 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.704 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.708 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.711 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.714 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.717 Debug: 2019-09-12 08:28:33 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/deps.pp' in environment production 2019-09-12T08:28:34.721 Debug: 2019-09-12 08:28:33 +0000 Automatically imported barbican::deps from barbican/deps into production 2019-09-12T08:28:34.724 Debug: 2019-09-12 08:28:33 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/keystone/authtoken.pp' in environment production 2019-09-12T08:28:34.728 Debug: 2019-09-12 08:28:33 +0000 Automatically imported barbican::keystone::authtoken from barbican/keystone/authtoken into production 2019-09-12T08:28:34.731 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::password with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.735 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::password in YAML backend 2019-09-12T08:28:34.740 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.743 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.746 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.749 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.752 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.756 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.759 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.762 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.766 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.769 Debug: 2019-09-12 08:28:33 +0000 hiera(): Found barbican::keystone::authtoken::password in secure_static 2019-09-12T08:28:34.773 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::username with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.776 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::username in YAML backend 2019-09-12T08:28:34.779 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.782 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.786 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.789 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.792 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.795 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.798 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.802 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.805 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.808 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.812 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.815 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.819 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::insecure with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.822 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::insecure in YAML backend 2019-09-12T08:28:34.826 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.829 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.832 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.835 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.839 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.842 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.845 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.849 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.852 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.855 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.858 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.861 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.865 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::auth_section with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.868 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::auth_section in YAML backend 2019-09-12T08:28:34.871 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.875 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.878 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.881 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.885 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.888 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.891 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.894 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.898 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.901 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.904 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.908 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.912 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::auth_type with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.915 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::auth_type in YAML backend 2019-09-12T08:28:34.918 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.922 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.925 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.928 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.931 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.935 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.938 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.941 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.944 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.948 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.951 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:34.954 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:34.957 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::auth_uri with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:34.961 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::auth_uri in YAML backend 2019-09-12T08:28:34.964 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:34.968 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:34.971 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:34.974 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:34.978 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:34.981 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:34.984 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:34.988 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:34.991 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:34.994 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:34.998 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.001 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.005 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::auth_version with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.008 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::auth_version in YAML backend 2019-09-12T08:28:35.012 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.015 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.019 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.022 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.026 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.029 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.033 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.036 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.039 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.042 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.046 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.049 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.052 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::cache with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.055 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::cache in YAML backend 2019-09-12T08:28:35.058 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.061 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.064 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.067 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.071 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.074 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.077 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.080 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.083 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.087 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.090 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.093 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.096 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::cafile with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.099 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::cafile in YAML backend 2019-09-12T08:28:35.103 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.106 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.109 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.112 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.116 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.119 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.123 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.127 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.130 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.133 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.136 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.140 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.143 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::certfile with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.146 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::certfile in YAML backend 2019-09-12T08:28:35.150 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.153 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.157 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.160 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.163 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.167 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.170 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.173 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.176 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.180 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.183 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.186 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.190 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::check_revocations_for_cached with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.193 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::check_revocations_for_cached in YAML backend 2019-09-12T08:28:35.197 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.200 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.204 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.207 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.210 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.214 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.217 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.220 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.224 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.227 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.231 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.234 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.237 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::delay_auth_decision with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.241 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::delay_auth_decision in YAML backend 2019-09-12T08:28:35.251 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.255 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.259 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.263 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.266 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.270 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.273 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.276 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.280 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.283 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.286 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.289 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.293 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::enforce_token_bind with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.298 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::enforce_token_bind in YAML backend 2019-09-12T08:28:35.301 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.305 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.308 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.312 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.315 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.318 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.321 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.324 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.328 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.331 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.334 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.338 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.341 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::hash_algorithms with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.344 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::hash_algorithms in YAML backend 2019-09-12T08:28:35.347 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.351 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.354 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.357 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.361 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.364 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.367 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.371 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.374 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.378 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.381 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.385 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.388 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::http_connect_timeout with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.392 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::http_connect_timeout in YAML backend 2019-09-12T08:28:35.396 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.399 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.402 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.406 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.410 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.414 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.417 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.421 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.424 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.427 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.431 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.434 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.437 Debug: 2019-09-12 08:28:33 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::http_request_max_retries with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.440 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking up barbican::keystone::authtoken::http_request_max_retries in YAML backend 2019-09-12T08:28:35.444 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.447 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.450 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.453 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.457 Debug: 2019-09-12 08:28:33 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.461 Debug: 2019-09-12 08:28:33 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.464 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.467 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.470 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.474 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.477 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.480 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.483 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::include_service_catalog with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.487 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::include_service_catalog in YAML backend 2019-09-12T08:28:35.490 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.494 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.497 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.501 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.504 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.507 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.511 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.514 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.517 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.521 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.524 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.527 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.530 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::keyfile with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.534 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::keyfile in YAML backend 2019-09-12T08:28:35.537 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.540 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.543 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.546 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.550 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.553 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.556 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.560 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.563 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.567 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.570 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.577 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.581 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcache_pool_conn_get_timeout with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.585 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcache_pool_conn_get_timeout in YAML backend 2019-09-12T08:28:35.588 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.592 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.595 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.598 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.602 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.605 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.608 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.612 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.615 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.619 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.622 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.626 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.629 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcache_pool_dead_retry with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.632 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcache_pool_dead_retry in YAML backend 2019-09-12T08:28:35.636 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.639 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.642 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.645 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.648 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.651 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.655 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.658 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.661 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.665 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.668 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.671 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.674 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcache_pool_maxsize with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.677 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcache_pool_maxsize in YAML backend 2019-09-12T08:28:35.680 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.684 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.687 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.690 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.694 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.697 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.700 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.704 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.707 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.711 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.714 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.717 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.720 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcache_pool_socket_timeout with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.723 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcache_pool_socket_timeout in YAML backend 2019-09-12T08:28:35.727 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.731 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.734 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.738 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.742 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.745 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.749 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.752 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.755 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.759 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.762 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.766 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.770 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcache_pool_unused_timeout with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.774 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcache_pool_unused_timeout in YAML backend 2019-09-12T08:28:35.777 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.781 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.784 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.788 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.791 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.794 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.798 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.801 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.805 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.808 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.812 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.815 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.818 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcache_secret_key with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.822 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcache_secret_key in YAML backend 2019-09-12T08:28:35.825 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.829 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.832 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.835 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.838 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.841 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.845 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.848 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.851 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.854 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.858 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.861 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.864 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcache_security_strategy with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.867 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcache_security_strategy in YAML backend 2019-09-12T08:28:35.871 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.874 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.877 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.880 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.884 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.887 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.890 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.893 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.897 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.900 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.903 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.906 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.910 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcache_use_advanced_pool with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.913 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcache_use_advanced_pool in YAML backend 2019-09-12T08:28:35.917 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.920 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.924 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.927 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.931 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.935 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.939 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.942 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.946 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.949 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.953 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:35.956 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:35.960 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::memcached_servers with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:35.963 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::memcached_servers in YAML backend 2019-09-12T08:28:35.966 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:35.969 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:35.972 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:35.976 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:35.979 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:35.982 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:35.985 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:35.989 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:35.992 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:35.995 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:35.998 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.002 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.005 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::manage_memcache_package with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.008 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::manage_memcache_package in YAML backend 2019-09-12T08:28:36.011 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.014 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.018 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.021 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.024 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.028 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.031 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.034 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.037 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.040 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.043 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.047 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.050 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::region_name with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.053 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::region_name in YAML backend 2019-09-12T08:28:36.056 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.059 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.062 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.066 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.069 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.072 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.075 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.078 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.081 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.084 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.088 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.091 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.094 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::revocation_cache_time with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.097 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::revocation_cache_time in YAML backend 2019-09-12T08:28:36.100 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.103 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.106 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.110 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.113 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.116 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.119 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.123 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.126 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.129 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.132 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.135 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.139 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::keystone::authtoken::token_cache_time with options {:variables=>Scope(Class[Barbican::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.142 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::keystone::authtoken::token_cache_time in YAML backend 2019-09-12T08:28:36.145 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.148 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.151 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.154 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.158 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.161 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.164 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.167 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.171 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.174 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.178 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.181 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.185 Debug: 2019-09-12 08:28:34 +0000 importing '/usr/share/openstack-puppet/modules/keystone/manifests/resource/authtoken.pp' in environment production 2019-09-12T08:28:36.188 Debug: 2019-09-12 08:28:34 +0000 Automatically imported keystone::resource::authtoken from keystone/resource/authtoken into production 2019-09-12T08:28:36.192 Debug: 2019-09-12 08:28:34 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/db/postgresql.pp' in environment production 2019-09-12T08:28:36.196 Debug: 2019-09-12 08:28:34 +0000 Automatically imported barbican::db::postgresql from barbican/db/postgresql into production 2019-09-12T08:28:36.199 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::db::postgresql::password with options {:variables=>Scope(Class[Barbican::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.202 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::db::postgresql::password in YAML backend 2019-09-12T08:28:36.206 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.209 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.212 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.216 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.219 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.222 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.226 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.229 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.232 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.235 Debug: 2019-09-12 08:28:34 +0000 hiera(): Found barbican::db::postgresql::password in secure_static 2019-09-12T08:28:36.239 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::db::postgresql::dbname with options {:variables=>Scope(Class[Barbican::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.242 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::db::postgresql::dbname in YAML backend 2019-09-12T08:28:36.245 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.249 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.252 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.255 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.258 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.261 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.265 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.268 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.271 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.274 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.278 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.281 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.284 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::db::postgresql::user with options {:variables=>Scope(Class[Barbican::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.287 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::db::postgresql::user in YAML backend 2019-09-12T08:28:36.291 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.294 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.297 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.301 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.304 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.307 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.310 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.314 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.317 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.320 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.323 Debug: 2019-09-12 08:28:34 +0000 hiera(): Found barbican::db::postgresql::user in static 2019-09-12T08:28:36.326 Debug: 2019-09-12 08:28:34 +0000 Performing a hiera indirector lookup of barbican::db::postgresql::encoding with options {:variables=>Scope(Class[Barbican::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.330 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking up barbican::db::postgresql::encoding in YAML backend 2019-09-12T08:28:36.333 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.337 Debug: 2019-09-12 08:28:34 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.340 Debug: 2019-09-12 08:28:34 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.343 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.346 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.349 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.352 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.356 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.359 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.362 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.365 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.368 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.371 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::db::postgresql::privileges with options {:variables=>Scope(Class[Barbican::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.375 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::db::postgresql::privileges in YAML backend 2019-09-12T08:28:36.378 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.381 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.385 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.389 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.392 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.395 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.398 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.401 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.405 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.408 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.411 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.414 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.417 Debug: 2019-09-12 08:28:35 +0000 Scope(Class[Openstack::Barbican]): Retrieving template openstack/barbican-api-logrotate.erb 2019-09-12T08:28:36.420 Debug: 2019-09-12 08:28:35 +0000 template[/usr/share/puppet/modules/openstack/templates/barbican-api-logrotate.erb]: Bound template variables for /usr/share/puppet/modules/openstack/templates/barbican-api-logrotate.erb in 0.00 seconds 2019-09-12T08:28:36.424 Debug: 2019-09-12 08:28:35 +0000 template[/usr/share/puppet/modules/openstack/templates/barbican-api-logrotate.erb]: Interpolated template /usr/share/puppet/modules/openstack/templates/barbican-api-logrotate.erb in 0.00 seconds 2019-09-12T08:28:36.427 Debug: 2019-09-12 08:28:35 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/api.pp' in environment production 2019-09-12T08:28:36.430 Debug: 2019-09-12 08:28:35 +0000 Automatically imported barbican::api from barbican/api into production 2019-09-12T08:28:36.433 Debug: 2019-09-12 08:28:35 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/params.pp' in environment production 2019-09-12T08:28:36.438 Debug: 2019-09-12 08:28:35 +0000 Automatically imported barbican::params from barbican/params into production 2019-09-12T08:28:36.441 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::package_ensure with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.444 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::package_ensure in YAML backend 2019-09-12T08:28:36.448 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.451 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.454 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.457 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.461 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.464 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.467 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.470 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.474 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.477 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.480 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.483 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.486 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::client_package_ensure with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.490 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::client_package_ensure in YAML backend 2019-09-12T08:28:36.494 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.497 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.501 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.504 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.507 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.511 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.514 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.518 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.521 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.524 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.528 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.531 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.534 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::bind_host with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.538 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::bind_host in YAML backend 2019-09-12T08:28:36.541 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.544 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.548 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.551 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.554 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.558 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.561 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.565 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.568 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.572 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.575 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.578 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.582 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::max_allowed_secret_in_bytes with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.585 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::max_allowed_secret_in_bytes in YAML backend 2019-09-12T08:28:36.589 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.592 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.595 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.598 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.602 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.605 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.608 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.611 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.615 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.618 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.621 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.624 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.627 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::max_allowed_request_size_in_bytes with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.630 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::max_allowed_request_size_in_bytes in YAML backend 2019-09-12T08:28:36.633 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.637 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.640 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.643 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.647 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.650 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.653 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.656 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.659 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.662 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.665 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.669 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.672 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::rpc_response_timeout with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.675 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::rpc_response_timeout in YAML backend 2019-09-12T08:28:36.678 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.681 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.684 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.687 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.690 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.694 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.697 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.700 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.703 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.706 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.709 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.712 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.715 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::control_exchange with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.718 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::control_exchange in YAML backend 2019-09-12T08:28:36.721 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.725 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.728 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.732 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.735 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.739 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.742 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.746 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.749 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.752 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.756 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.759 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.763 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::notification_transport_url with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.766 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::notification_transport_url in YAML backend 2019-09-12T08:28:36.770 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.773 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.776 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.779 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.782 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.786 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.789 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.792 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.795 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.798 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.801 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.805 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.808 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::notification_driver with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.811 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::notification_driver in YAML backend 2019-09-12T08:28:36.815 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.818 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.821 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.824 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.828 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.831 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.834 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.838 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.841 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.844 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.847 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.851 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.854 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::notification_topics with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.858 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::notification_topics in YAML backend 2019-09-12T08:28:36.861 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.864 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.867 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.870 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.874 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.877 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.880 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.883 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.886 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.890 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.893 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.897 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.900 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_heartbeat_timeout_threshold with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.903 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::rabbit_heartbeat_timeout_threshold in YAML backend 2019-09-12T08:28:36.906 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.910 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.917 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.920 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.924 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.927 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.930 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.933 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.936 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.940 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.943 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.947 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.950 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_heartbeat_rate with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.953 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::rabbit_heartbeat_rate in YAML backend 2019-09-12T08:28:36.957 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:36.960 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:36.964 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:36.967 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:36.970 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:36.973 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:36.976 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:36.980 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:36.983 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:36.986 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:36.989 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:36.993 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:36.996 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_ha_queues with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:36.999 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::rabbit_ha_queues in YAML backend 2019-09-12T08:28:37.002 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.005 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.008 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.012 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.015 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.018 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.021 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.024 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.028 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.031 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.035 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.038 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.041 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::amqp_durable_queues with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.045 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::amqp_durable_queues in YAML backend 2019-09-12T08:28:37.048 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.051 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.055 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.058 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.061 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.065 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.068 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.071 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.074 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.078 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.081 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.085 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.088 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::enable_queue with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.091 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::enable_queue in YAML backend 2019-09-12T08:28:37.095 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.098 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.101 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.104 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.107 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.111 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.114 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.117 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.121 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.124 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.128 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.131 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.134 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::queue_namespace with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.138 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::queue_namespace in YAML backend 2019-09-12T08:28:37.141 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.144 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.148 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.151 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.154 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.157 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.160 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.164 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.167 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.170 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.174 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.177 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.181 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::queue_topic with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.184 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::queue_topic in YAML backend 2019-09-12T08:28:37.187 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.191 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.194 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.197 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.200 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.203 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.206 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.209 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.212 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.216 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.219 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.222 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.225 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::queue_version with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.231 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::queue_version in YAML backend 2019-09-12T08:28:37.234 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.237 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.241 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.244 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.248 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.251 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.254 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.258 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.261 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.264 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.268 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.271 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.274 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::queue_server_name with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.277 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::queue_server_name in YAML backend 2019-09-12T08:28:37.281 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.284 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.287 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.290 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.294 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.298 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.301 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.304 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.307 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.310 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.314 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.317 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.320 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::retry_scheduler_initial_delay_seconds with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.323 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::retry_scheduler_initial_delay_seconds in YAML backend 2019-09-12T08:28:37.327 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.331 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.334 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.338 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.341 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.345 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.348 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.352 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.355 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.359 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.362 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.365 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.369 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::retry_scheduler_periodic_interval_max_seconds with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.372 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::retry_scheduler_periodic_interval_max_seconds in YAML backend 2019-09-12T08:28:37.375 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.379 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.382 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.386 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.389 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.392 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.396 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.399 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.402 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.406 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.409 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.412 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.416 Debug: 2019-09-12 08:28:35 +0000 Performing a hiera indirector lookup of barbican::api::enabled_secretstore_plugins with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.419 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking up barbican::api::enabled_secretstore_plugins in YAML backend 2019-09-12T08:28:37.422 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.425 Debug: 2019-09-12 08:28:35 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.429 Debug: 2019-09-12 08:28:35 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.432 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.435 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.438 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.441 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.445 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.448 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.451 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.454 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.457 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.460 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::enabled_crypto_plugins with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.463 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::enabled_crypto_plugins in YAML backend 2019-09-12T08:28:37.467 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.470 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.473 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.476 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.480 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.483 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.486 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.490 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.493 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.497 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.500 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.503 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.507 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::enabled_certificate_plugins with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.510 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::enabled_certificate_plugins in YAML backend 2019-09-12T08:28:37.515 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.518 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.521 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.525 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.528 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.532 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.535 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.538 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.542 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.545 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.548 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.552 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.556 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::enabled_certificate_event_plugins with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.559 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::enabled_certificate_event_plugins in YAML backend 2019-09-12T08:28:37.562 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.566 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.569 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.572 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.576 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.579 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.582 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.586 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.589 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.592 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.595 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.599 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.602 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::kombu_ssl_ca_certs with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.605 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::kombu_ssl_ca_certs in YAML backend 2019-09-12T08:28:37.609 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.612 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.616 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.619 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.623 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.626 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.630 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.633 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.637 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.640 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.643 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.647 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.650 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::kombu_ssl_certfile with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.653 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::kombu_ssl_certfile in YAML backend 2019-09-12T08:28:37.657 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.660 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.663 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.667 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.670 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.673 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.676 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.680 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.683 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.686 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.690 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.693 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.697 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::kombu_ssl_keyfile with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.700 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::kombu_ssl_keyfile in YAML backend 2019-09-12T08:28:37.703 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.706 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.710 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.713 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.716 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.719 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.723 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.726 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.729 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.732 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.735 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.739 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.742 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::kombu_ssl_version with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.746 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::kombu_ssl_version in YAML backend 2019-09-12T08:28:37.749 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.752 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.756 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.759 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.763 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.766 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.769 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.773 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.776 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.779 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.783 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.787 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.790 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::kombu_reconnect_delay with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.794 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::kombu_reconnect_delay in YAML backend 2019-09-12T08:28:37.797 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.801 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.804 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.807 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.810 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.813 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.817 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.820 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.823 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.826 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.829 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.833 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.836 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::kombu_compression with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.839 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::kombu_compression in YAML backend 2019-09-12T08:28:37.842 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.845 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.849 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.852 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.856 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.859 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.862 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.866 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.869 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.872 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.876 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.879 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.882 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::auth_strategy with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.885 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::auth_strategy in YAML backend 2019-09-12T08:28:37.889 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.892 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.895 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.898 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.901 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.905 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.908 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.911 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.914 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.917 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.920 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.924 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.927 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::manage_service with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.930 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::manage_service in YAML backend 2019-09-12T08:28:37.934 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.937 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.940 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.943 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.946 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.950 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.953 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:37.956 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:37.959 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:37.963 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:37.966 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:37.970 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:37.973 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::db_auto_create with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:37.976 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::db_auto_create in YAML backend 2019-09-12T08:28:37.979 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:37.983 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:37.986 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:37.989 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:37.993 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:37.996 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:37.999 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.003 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.006 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.009 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.013 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.016 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.020 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::use_ssl with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.023 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::use_ssl in YAML backend 2019-09-12T08:28:38.026 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.029 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.032 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.036 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.039 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.042 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.045 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.048 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.051 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.055 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.058 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.062 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.065 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::ca_file with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.069 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::ca_file in YAML backend 2019-09-12T08:28:38.072 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.075 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.079 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.082 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.085 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.088 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.091 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.095 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.098 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.101 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.104 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.107 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.110 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::cert_file with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.113 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::cert_file in YAML backend 2019-09-12T08:28:38.116 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.119 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.122 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.125 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.129 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.132 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.135 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.138 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.141 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.144 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.148 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.151 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.154 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::key_file with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.158 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::key_file in YAML backend 2019-09-12T08:28:38.161 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.164 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.167 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.170 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.174 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.177 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.180 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.183 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.186 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.189 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.192 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.195 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.198 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::service_name with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.201 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::service_name in YAML backend 2019-09-12T08:28:38.204 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.207 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.210 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.214 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.217 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.220 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.223 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.226 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.229 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.232 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.236 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.239 Debug: 2019-09-12 08:28:36 +0000 hiera(): Found barbican::api::service_name in personality 2019-09-12T08:28:38.242 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_host with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.246 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::rabbit_host in YAML backend 2019-09-12T08:28:38.250 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.253 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.264 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.268 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.272 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.275 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.278 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.282 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.285 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.288 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.291 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.295 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.299 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_hosts with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.302 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::rabbit_hosts in YAML backend 2019-09-12T08:28:38.306 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.309 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.313 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.316 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.320 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.323 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.326 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.330 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.333 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.337 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.340 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.343 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.347 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_password with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.350 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::rabbit_password in YAML backend 2019-09-12T08:28:38.353 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.357 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.360 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.364 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.367 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.371 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.374 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.377 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.381 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.384 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.387 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.391 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.394 Debug: 2019-09-12 08:28:36 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_port with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.398 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking up barbican::api::rabbit_port in YAML backend 2019-09-12T08:28:38.401 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.405 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.408 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.411 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.415 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.418 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.421 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.424 Debug: 2019-09-12 08:28:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.428 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.431 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.434 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.437 Debug: 2019-09-12 08:28:36 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.440 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_userid with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.444 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::rabbit_userid in YAML backend 2019-09-12T08:28:38.447 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.451 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.455 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.459 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.462 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.466 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.470 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.473 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.477 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.480 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.483 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.487 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.490 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::rabbit_virtual_host with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.494 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::rabbit_virtual_host in YAML backend 2019-09-12T08:28:38.497 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.500 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.504 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.507 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.510 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.514 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.517 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.521 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.524 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.528 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.531 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.535 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.538 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::ensure_package with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.542 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::ensure_package in YAML backend 2019-09-12T08:28:38.545 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.549 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.552 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.556 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.559 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.562 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.566 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.569 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.573 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.576 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.580 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.583 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.586 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::rpc_backend with options {:variables=>Scope(Class[Barbican::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.590 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::rpc_backend in YAML backend 2019-09-12T08:28:38.593 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.597 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.600 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.603 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.607 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.610 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.614 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.617 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.621 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.624 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.628 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.631 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.634 Debug: 2019-09-12 08:28:37 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/db.pp' in environment production 2019-09-12T08:28:38.637 Debug: 2019-09-12 08:28:37 +0000 Automatically imported barbican::db from barbican/db into production 2019-09-12T08:28:38.641 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_connection with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.644 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_connection in YAML backend 2019-09-12T08:28:38.647 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.651 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.654 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.657 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.661 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.664 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.667 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.670 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.675 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.678 Debug: 2019-09-12 08:28:37 +0000 hiera(): Found barbican::db::database_connection in secure_static 2019-09-12T08:28:38.681 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_idle_timeout with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.684 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_idle_timeout in YAML backend 2019-09-12T08:28:38.687 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.691 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.695 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.698 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.706 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.709 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.713 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.716 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.719 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.723 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.727 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.731 Debug: 2019-09-12 08:28:37 +0000 hiera(): Found barbican::db::database_idle_timeout in personality 2019-09-12T08:28:38.735 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_min_pool_size with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.738 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_min_pool_size in YAML backend 2019-09-12T08:28:38.742 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.745 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.748 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.752 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.755 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.759 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.762 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.765 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.769 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.773 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.776 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.780 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.783 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_max_pool_size with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.786 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_max_pool_size in YAML backend 2019-09-12T08:28:38.790 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.794 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.797 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.801 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.804 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.808 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.811 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.815 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.819 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.822 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.825 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.828 Debug: 2019-09-12 08:28:37 +0000 hiera(): Found barbican::db::database_max_pool_size in personality 2019-09-12T08:28:38.832 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_max_retries with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.835 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_max_retries in YAML backend 2019-09-12T08:28:38.838 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.841 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.844 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.847 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.851 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.854 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.857 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.860 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.864 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.867 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.870 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.873 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.876 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_retry_interval with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.880 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_retry_interval in YAML backend 2019-09-12T08:28:38.883 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.886 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.890 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.893 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.896 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.900 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.903 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.907 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.910 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.913 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.916 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.920 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.923 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_max_overflow with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.926 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_max_overflow in YAML backend 2019-09-12T08:28:38.929 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.933 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.936 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.939 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.942 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.946 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.949 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:38.952 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:38.956 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:38.960 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:38.964 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:38.967 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:38.971 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_pool_size with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:38.974 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_pool_size in YAML backend 2019-09-12T08:28:38.978 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:38.981 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:38.984 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:38.987 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:38.990 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:38.993 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:38.997 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.000 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.003 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.007 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.010 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.013 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.017 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::db::database_db_max_retries with options {:variables=>Scope(Class[Barbican::Db]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.020 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::db::database_db_max_retries in YAML backend 2019-09-12T08:28:39.023 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.026 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.030 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.033 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.036 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.040 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.043 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.047 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.050 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.053 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.057 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.060 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.063 Debug: 2019-09-12 08:28:37 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/api/logging.pp' in environment production 2019-09-12T08:28:39.066 Debug: 2019-09-12 08:28:37 +0000 Automatically imported barbican::api::logging from barbican/api/logging into production 2019-09-12T08:28:39.070 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::use_syslog with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.073 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::use_syslog in YAML backend 2019-09-12T08:28:39.076 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.079 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.083 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.086 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.090 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.094 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.098 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.101 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.104 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.108 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.111 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.114 Debug: 2019-09-12 08:28:37 +0000 hiera(): Found barbican::api::logging::use_syslog in personality 2019-09-12T08:28:39.118 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::use_stderr with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.121 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::use_stderr in YAML backend 2019-09-12T08:28:39.124 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.127 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.131 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.134 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.137 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.141 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.144 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.147 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.151 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.154 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.158 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.162 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.165 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::log_facility with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.168 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::log_facility in YAML backend 2019-09-12T08:28:39.172 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.175 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.178 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.182 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.185 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.188 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.191 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.195 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.198 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.202 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.205 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.209 Debug: 2019-09-12 08:28:37 +0000 hiera(): Found barbican::api::logging::log_facility in personality 2019-09-12T08:28:39.212 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::log_dir with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.216 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::log_dir in YAML backend 2019-09-12T08:28:39.219 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.222 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.226 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.229 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.233 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.236 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.240 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.243 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.247 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.251 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.254 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.257 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.261 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::log_file with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.265 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::log_file in YAML backend 2019-09-12T08:28:39.268 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.272 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.275 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.279 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.282 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.286 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.289 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.293 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.296 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.300 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.303 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.307 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.310 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::debug with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.314 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::debug in YAML backend 2019-09-12T08:28:39.317 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.320 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.324 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.327 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.330 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.334 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.337 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.340 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.343 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.347 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.350 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.354 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.357 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::logging_context_format_string with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.360 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::logging_context_format_string in YAML backend 2019-09-12T08:28:39.364 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.367 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.370 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.374 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.377 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.380 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.383 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.387 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.390 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.393 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.396 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.400 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.403 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::logging_default_format_string with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.406 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::logging_default_format_string in YAML backend 2019-09-12T08:28:39.410 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.413 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.416 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.420 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.423 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.426 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.430 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.434 Debug: 2019-09-12 08:28:37 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.438 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.441 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.445 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.448 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.451 Debug: 2019-09-12 08:28:37 +0000 Performing a hiera indirector lookup of barbican::api::logging::logging_debug_format_suffix with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.454 Debug: 2019-09-12 08:28:37 +0000 hiera(): Looking up barbican::api::logging::logging_debug_format_suffix in YAML backend 2019-09-12T08:28:39.458 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.461 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.464 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.467 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.471 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.474 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.477 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.481 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.484 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.487 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.490 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.494 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.498 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::api::logging::logging_exception_prefix with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.501 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::api::logging::logging_exception_prefix in YAML backend 2019-09-12T08:28:39.504 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.507 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.511 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.514 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.518 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.521 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.524 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.527 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.531 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.539 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.543 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.546 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.550 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::api::logging::log_config_append with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.553 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::api::logging::log_config_append in YAML backend 2019-09-12T08:28:39.557 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.560 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.563 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.567 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.570 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.573 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.577 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.581 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.584 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.587 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.591 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.594 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.597 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::api::logging::default_log_levels with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.601 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::api::logging::default_log_levels in YAML backend 2019-09-12T08:28:39.604 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.607 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.611 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.614 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.617 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.621 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.624 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.627 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.631 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.635 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.638 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.641 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.645 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::api::logging::publish_errors with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.648 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::api::logging::publish_errors in YAML backend 2019-09-12T08:28:39.652 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.655 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.658 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.661 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.665 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.668 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.671 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.674 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.678 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.681 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.685 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.688 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.691 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::api::logging::fatal_deprecations with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.695 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::api::logging::fatal_deprecations in YAML backend 2019-09-12T08:28:39.698 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.706 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.710 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.713 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.716 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.719 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.723 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.726 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.729 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.732 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.736 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.739 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.742 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::api::logging::instance_format with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.745 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::api::logging::instance_format in YAML backend 2019-09-12T08:28:39.749 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.752 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.755 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.758 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.761 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.764 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.768 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.771 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.775 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.778 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.782 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.785 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.789 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::api::logging::instance_uuid_format with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.792 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::api::logging::instance_uuid_format in YAML backend 2019-09-12T08:28:39.796 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.799 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.802 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.806 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.809 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.813 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.816 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.819 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.823 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.826 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.829 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.832 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.836 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::api::logging::log_date_format with options {:variables=>Scope(Class[Barbican::Api::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.839 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::api::logging::log_date_format in YAML backend 2019-09-12T08:28:39.842 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.845 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.848 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.851 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.855 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.858 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.861 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.864 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.867 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.871 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.874 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.877 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.880 Debug: 2019-09-12 08:28:38 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/client.pp' in environment production 2019-09-12T08:28:39.883 Debug: 2019-09-12 08:28:38 +0000 Automatically imported barbican::client from barbican/client into production 2019-09-12T08:28:39.886 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::client::ensure with options {:variables=>Scope(Class[Barbican::Client]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.889 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::client::ensure in YAML backend 2019-09-12T08:28:39.893 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.896 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.899 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.902 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.905 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.909 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.912 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.915 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.918 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.921 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.925 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.928 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.931 Debug: 2019-09-12 08:28:38 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/policy.pp' in environment production 2019-09-12T08:28:39.934 Debug: 2019-09-12 08:28:38 +0000 Automatically imported barbican::policy from barbican/policy into production 2019-09-12T08:28:39.937 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::policy::policies with options {:variables=>Scope(Class[Barbican::Policy]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.940 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::policy::policies in YAML backend 2019-09-12T08:28:39.943 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.947 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.950 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:39.953 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:39.956 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:39.959 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:39.962 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:39.965 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:39.969 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:39.972 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:39.975 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:39.978 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:39.981 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::policy::policy_path with options {:variables=>Scope(Class[Barbican::Policy]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:39.985 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::policy::policy_path in YAML backend 2019-09-12T08:28:39.990 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:39.994 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:39.997 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.001 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.004 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.007 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.010 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.014 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.017 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.020 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.023 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.026 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.029 Debug: 2019-09-12 08:28:38 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/db/sync.pp' in environment production 2019-09-12T08:28:40.032 Debug: 2019-09-12 08:28:38 +0000 Automatically imported barbican::db::sync from barbican/db/sync into production 2019-09-12T08:28:40.037 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::db::sync::extra_params with options {:variables=>Scope(Class[Barbican::Db::Sync]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.041 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::db::sync::extra_params in YAML backend 2019-09-12T08:28:40.044 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.050 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.054 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.057 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.060 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.063 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.067 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.070 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.073 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.076 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.079 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.083 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.086 Debug: 2019-09-12 08:28:38 +0000 importing '/usr/share/openstack-puppet/modules/barbican/manifests/keystone/notification.pp' in environment production 2019-09-12T08:28:40.089 Debug: 2019-09-12 08:28:38 +0000 Automatically imported barbican::keystone::notification from barbican/keystone/notification into production 2019-09-12T08:28:40.092 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::keystone::notification::keystone_notification_control_exchange with options {:variables=>Scope(Class[Barbican::Keystone::Notification]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.096 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::keystone::notification::keystone_notification_control_exchange in YAML backend 2019-09-12T08:28:40.099 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.103 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.106 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.109 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.112 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.115 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.119 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.122 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.125 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.128 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.131 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.135 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.138 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::keystone::notification::keystone_notification_topic with options {:variables=>Scope(Class[Barbican::Keystone::Notification]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.141 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::keystone::notification::keystone_notification_topic in YAML backend 2019-09-12T08:28:40.145 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.148 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.151 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.154 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.157 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.161 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.164 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.167 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.171 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.174 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.178 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.181 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.184 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::keystone::notification::keystone_notification_allow_requeue with options {:variables=>Scope(Class[Barbican::Keystone::Notification]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.187 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::keystone::notification::keystone_notification_allow_requeue in YAML backend 2019-09-12T08:28:40.190 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.194 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.197 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.200 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.203 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.207 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.210 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.213 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.216 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.219 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.222 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.225 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.229 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of barbican::keystone::notification::keystone_notification_thread_pool_size with options {:variables=>Scope(Class[Barbican::Keystone::Notification]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.232 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up barbican::keystone::notification::keystone_notification_thread_pool_size in YAML backend 2019-09-12T08:28:40.235 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.238 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.241 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.245 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.248 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.251 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.255 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.258 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.261 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.264 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.267 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.271 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.274 Debug: 2019-09-12 08:28:38 +0000 importing '/usr/share/puppet/modules/platform/manifests/client.pp' in environment production 2019-09-12T08:28:40.277 Debug: 2019-09-12 08:28:38 +0000 Automatically imported platform::client::bootstrap from platform/client into production 2019-09-12T08:28:40.280 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of platform::client::params::admin_username with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.283 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up platform::client::params::admin_username in YAML backend 2019-09-12T08:28:40.287 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.290 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.293 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.296 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.299 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.303 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.306 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.309 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.313 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.317 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.320 Debug: 2019-09-12 08:28:38 +0000 hiera(): Found platform::client::params::admin_username in static 2019-09-12T08:28:40.324 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of platform::client::params::identity_auth_url with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.327 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up platform::client::params::identity_auth_url in YAML backend 2019-09-12T08:28:40.330 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.334 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.337 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.341 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.344 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.347 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.350 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.354 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.357 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.360 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.364 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.367 Debug: 2019-09-12 08:28:38 +0000 hiera(): Found platform::client::params::identity_auth_url in personality 2019-09-12T08:28:40.370 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of platform::client::params::identity_region with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.374 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up platform::client::params::identity_region in YAML backend 2019-09-12T08:28:40.377 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.380 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.384 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.387 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.391 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.394 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.397 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.401 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.404 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.407 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.411 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.414 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.418 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of platform::client::params::identity_api_version with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.421 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up platform::client::params::identity_api_version in YAML backend 2019-09-12T08:28:40.424 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.427 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.431 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.434 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.437 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.440 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.444 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.447 Debug: 2019-09-12 08:28:38 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.450 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.453 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.456 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.459 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.462 Debug: 2019-09-12 08:28:38 +0000 Performing a hiera indirector lookup of platform::client::params::admin_user_domain with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.465 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking up platform::client::params::admin_user_domain in YAML backend 2019-09-12T08:28:40.468 Debug: 2019-09-12 08:28:38 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.471 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.475 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.478 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.486 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.494 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.498 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.501 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.505 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.508 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.511 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.514 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.517 Debug: 2019-09-12 08:28:39 +0000 Performing a hiera indirector lookup of platform::client::params::admin_project_domain with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.521 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking up platform::client::params::admin_project_domain in YAML backend 2019-09-12T08:28:40.524 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.527 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.531 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.534 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.537 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.540 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.544 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.547 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.551 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.554 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.558 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.561 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.564 Debug: 2019-09-12 08:28:39 +0000 Performing a hiera indirector lookup of platform::client::params::admin_project_name with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.568 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking up platform::client::params::admin_project_name in YAML backend 2019-09-12T08:28:40.571 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.575 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.578 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.581 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.585 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.588 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.591 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.595 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.598 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.601 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.604 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.608 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.611 Debug: 2019-09-12 08:28:39 +0000 Performing a hiera indirector lookup of platform::client::params::admin_password with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.614 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking up platform::client::params::admin_password in YAML backend 2019-09-12T08:28:40.617 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.621 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.624 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.627 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.630 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.634 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.637 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.640 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.643 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.647 Debug: 2019-09-12 08:28:39 +0000 hiera(): Found platform::client::params::admin_password in secure_static 2019-09-12T08:28:40.650 Debug: 2019-09-12 08:28:39 +0000 Performing a hiera indirector lookup of platform::client::params::keystone_identity_region with options {:variables=>Scope(Class[Platform::Client::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.653 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking up platform::client::params::keystone_identity_region in YAML backend 2019-09-12T08:28:40.656 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.659 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.663 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.666 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.669 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.673 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.676 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.679 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.683 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.686 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.690 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:40.693 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source global 2019-09-12T08:28:40.696 Debug: 2019-09-12 08:28:39 +0000 Performing a hiera indirector lookup of platform::client::credentials::params::keyring_base with options {:variables=>Scope(Class[Platform::Client::Credentials::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.700 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking up platform::client::credentials::params::keyring_base in YAML backend 2019-09-12T08:28:40.703 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.707 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.710 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.713 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.716 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.719 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.723 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.728 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.732 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.735 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.738 Debug: 2019-09-12 08:28:39 +0000 hiera(): Found platform::client::credentials::params::keyring_base in static 2019-09-12T08:28:40.741 Debug: 2019-09-12 08:28:39 +0000 Performing a hiera indirector lookup of platform::client::credentials::params::keyring_directory with options {:variables=>Scope(Class[Platform::Client::Credentials::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.745 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking up platform::client::credentials::params::keyring_directory in YAML backend 2019-09-12T08:28:40.748 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.752 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.755 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.759 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.763 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.766 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.769 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.773 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.776 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.779 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.782 Debug: 2019-09-12 08:28:39 +0000 hiera(): Found platform::client::credentials::params::keyring_directory in static 2019-09-12T08:28:40.786 Debug: 2019-09-12 08:28:39 +0000 Performing a hiera indirector lookup of platform::client::credentials::params::keyring_file with options {:variables=>Scope(Class[Platform::Client::Credentials::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:40.788 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking up platform::client::credentials::params::keyring_file in YAML backend 2019-09-12T08:28:40.792 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:40.795 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:40.798 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source host 2019-09-12T08:28:40.801 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:40.804 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:40.808 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:40.811 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source system 2019-09-12T08:28:40.814 Debug: 2019-09-12 08:28:39 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:40.817 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:40.820 Debug: 2019-09-12 08:28:39 +0000 hiera(): Looking for data source static 2019-09-12T08:28:40.823 Debug: 2019-09-12 08:28:39 +0000 hiera(): Found platform::client::credentials::params::keyring_file in static 2019-09-12T08:28:40.830 Debug: 2019-09-12 08:28:39 +0000 Scope(Class[Platform::Client]): Retrieving template platform/openrc.admin.erb 2019-09-12T08:28:40.833 Debug: 2019-09-12 08:28:39 +0000 template[/usr/share/puppet/modules/platform/templates/openrc.admin.erb]: Bound template variables for /usr/share/puppet/modules/platform/templates/openrc.admin.erb in 0.01 seconds 2019-09-12T08:28:40.837 Debug: 2019-09-12 08:28:39 +0000 template[/usr/share/puppet/modules/platform/templates/openrc.admin.erb]: Interpolated template /usr/share/puppet/modules/platform/templates/openrc.admin.erb in 0.00 seconds 2019-09-12T08:28:40.840 Debug: 2019-09-12 08:28:39 +0000 Executing: '/usr/bin/openstack complete' 2019-09-12T08:28:42.556 Debug: 2019-09-12 08:28:42 +0000 importing '/usr/share/puppet/modules/platform/manifests/sysinv.pp' in environment production 2019-09-12T08:28:42.588 Debug: 2019-09-12 08:28:42 +0000 Automatically imported platform::sysinv::bootstrap from platform/sysinv into production 2019-09-12T08:28:42.592 Debug: 2019-09-12 08:28:42 +0000 importing '/usr/share/puppet/modules/sysinv/manifests/init.pp' in environment production 2019-09-12T08:28:42.612 Debug: 2019-09-12 08:28:42 +0000 importing '/usr/share/puppet/modules/sysinv/manifests/db/postgresql.pp' in environment production 2019-09-12T08:28:42.616 Debug: 2019-09-12 08:28:42 +0000 Automatically imported sysinv::db::postgresql from sysinv/db/postgresql into production 2019-09-12T08:28:42.620 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::db::postgresql::password with options {:variables=>Scope(Class[Sysinv::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.624 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::db::postgresql::password in YAML backend 2019-09-12T08:28:42.629 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.633 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.636 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.639 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.642 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:42.646 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:42.649 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:42.652 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:42.655 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:42.658 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::db::postgresql::password in secure_static 2019-09-12T08:28:42.662 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::db::postgresql::dbname with options {:variables=>Scope(Class[Sysinv::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.665 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::db::postgresql::dbname in YAML backend 2019-09-12T08:28:42.668 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.671 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.675 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.678 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.681 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:42.685 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:42.688 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:42.691 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:42.695 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:42.698 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:42.701 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:42.705 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:42.708 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::db::postgresql::user with options {:variables=>Scope(Class[Sysinv::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.711 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::db::postgresql::user in YAML backend 2019-09-12T08:28:42.715 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.718 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.721 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.724 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.728 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:42.731 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:42.734 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:42.737 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:42.741 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:42.744 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:42.747 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::db::postgresql::user in static 2019-09-12T08:28:42.751 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::db::postgresql::encoding with options {:variables=>Scope(Class[Sysinv::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.754 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::db::postgresql::encoding in YAML backend 2019-09-12T08:28:42.757 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.760 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.764 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.767 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.770 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:42.773 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:42.777 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:42.780 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:42.783 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:42.786 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:42.789 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:42.793 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:42.796 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::db::postgresql::privileges with options {:variables=>Scope(Class[Sysinv::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.799 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::db::postgresql::privileges in YAML backend 2019-09-12T08:28:42.802 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.806 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.809 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.812 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.815 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:42.819 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:42.822 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:42.825 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:42.828 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:42.831 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:42.835 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:42.839 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:42.842 Debug: 2019-09-12 08:28:42 +0000 ModuleLoader: module 'sysinv' has unknown dependencies - it will have all other modules visible 2019-09-12T08:28:42.845 Debug: 2019-09-12 08:28:42 +0000 importing '/usr/share/puppet/modules/sysinv/manifests/keystone/auth.pp' in environment production 2019-09-12T08:28:42.848 Debug: 2019-09-12 08:28:42 +0000 Automatically imported sysinv::keystone::auth from sysinv/keystone/auth into production 2019-09-12T08:28:42.851 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::password with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.854 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::password in YAML backend 2019-09-12T08:28:42.857 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.861 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.864 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.867 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.870 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:42.873 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:42.876 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:42.879 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:42.883 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:42.886 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::keystone::auth::password in secure_static 2019-09-12T08:28:42.889 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::auth_name with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.892 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::auth_name in YAML backend 2019-09-12T08:28:42.895 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.898 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.901 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.905 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.908 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:42.911 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:42.914 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:42.918 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:42.921 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:42.924 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:42.928 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:42.931 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:42.934 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::email with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.937 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::email in YAML backend 2019-09-12T08:28:42.940 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.943 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.947 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.950 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.953 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:42.956 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:42.960 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:42.963 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:42.966 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:42.969 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:42.972 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:42.975 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:42.978 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::tenant with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:42.982 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::tenant in YAML backend 2019-09-12T08:28:42.985 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:42.988 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:42.991 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:42.994 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:42.997 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.000 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.004 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.007 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.010 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.013 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.016 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.020 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.023 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::region with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.026 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::region in YAML backend 2019-09-12T08:28:43.029 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.032 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.035 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.038 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.041 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.044 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.047 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.051 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.054 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.057 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.060 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.063 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.066 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::service_description with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.069 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::service_description in YAML backend 2019-09-12T08:28:43.072 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.076 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.079 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.082 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.085 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.088 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.092 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.095 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.099 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.102 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.105 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.109 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.112 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::service_name with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.115 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::service_name in YAML backend 2019-09-12T08:28:43.118 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.121 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.125 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.128 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.131 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.134 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.138 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.141 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.144 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.147 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.150 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.154 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.157 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::service_type with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.160 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::service_type in YAML backend 2019-09-12T08:28:43.163 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.166 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.169 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.173 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.176 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.180 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.183 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.186 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.189 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.192 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.196 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.199 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.202 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::configure_endpoint with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.206 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::configure_endpoint in YAML backend 2019-09-12T08:28:43.209 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.212 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.216 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.219 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.223 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.227 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.232 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.236 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.240 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.244 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.248 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.252 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.255 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::configure_user with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.258 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::configure_user in YAML backend 2019-09-12T08:28:43.262 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.265 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.268 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.272 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.275 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.279 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.282 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.285 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.289 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.293 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.296 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.300 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.303 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::configure_user_role with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.306 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::configure_user_role in YAML backend 2019-09-12T08:28:43.310 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.313 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.316 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.319 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.323 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.326 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.329 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.332 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.335 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.339 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.342 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.345 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.349 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::public_url with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.352 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::public_url in YAML backend 2019-09-12T08:28:43.355 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.358 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.362 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.365 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.368 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.371 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.375 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.378 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.381 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.384 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.388 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.391 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.394 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::admin_url with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.398 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::admin_url in YAML backend 2019-09-12T08:28:43.401 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.404 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.408 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.411 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.414 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.418 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.421 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.424 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.428 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.431 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.434 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.437 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.441 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::keystone::auth::internal_url with options {:variables=>Scope(Class[Sysinv::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.444 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::keystone::auth::internal_url in YAML backend 2019-09-12T08:28:43.447 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.450 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.454 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.457 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.460 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.463 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.467 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.470 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.473 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.477 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.480 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.483 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.486 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of platform::sysinv::params::api_port with options {:variables=>Scope(Class[Platform::Sysinv::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.490 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up platform::sysinv::params::api_port in YAML backend 2019-09-12T08:28:43.493 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.496 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.499 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.502 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.506 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.509 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.512 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.515 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.518 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.522 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.525 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.528 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.531 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of platform::sysinv::params::region_name with options {:variables=>Scope(Class[Platform::Sysinv::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.534 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up platform::sysinv::params::region_name in YAML backend 2019-09-12T08:28:43.537 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.541 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.544 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.547 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.550 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.554 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.557 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.560 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.563 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.567 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.570 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.573 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.576 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of platform::sysinv::params::service_create with options {:variables=>Scope(Class[Platform::Sysinv::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.579 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up platform::sysinv::params::service_create in YAML backend 2019-09-12T08:28:43.582 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.586 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.589 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.592 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.595 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.598 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.602 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.605 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.608 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.612 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.615 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.619 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.622 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of platform::sysinv::params::fm_catalog_info with options {:variables=>Scope(Class[Platform::Sysinv::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.625 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up platform::sysinv::params::fm_catalog_info in YAML backend 2019-09-12T08:28:43.628 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.631 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.634 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.638 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.643 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.646 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.650 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.653 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.656 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.659 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.662 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.665 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.669 Debug: 2019-09-12 08:28:42 +0000 importing '/usr/share/puppet/modules/sysinv/manifests/agent.pp' in environment production 2019-09-12T08:28:43.672 Debug: 2019-09-12 08:28:42 +0000 Automatically imported sysinv::agent from sysinv/agent into production 2019-09-12T08:28:43.675 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::agent::agent_driver with options {:variables=>Scope(Class[Sysinv::Agent]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.678 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::agent::agent_driver in YAML backend 2019-09-12T08:28:43.681 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.685 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.688 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.691 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.694 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.697 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.700 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.703 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.707 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.710 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.713 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.717 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.720 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::agent::package_ensure with options {:variables=>Scope(Class[Sysinv::Agent]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.724 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::agent::package_ensure in YAML backend 2019-09-12T08:28:43.727 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.731 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.734 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.738 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.741 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.745 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.748 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.751 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.754 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.758 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.761 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.764 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.767 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::agent::enabled with options {:variables=>Scope(Class[Sysinv::Agent]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.770 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::agent::enabled in YAML backend 2019-09-12T08:28:43.774 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.777 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.780 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.783 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.786 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.790 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.793 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.796 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.800 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.803 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.806 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.809 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.812 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::agent::lldp_drivers with options {:variables=>Scope(Class[Sysinv::Agent]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.816 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::agent::lldp_drivers in YAML backend 2019-09-12T08:28:43.819 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.822 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.826 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.829 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.832 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.836 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.839 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.842 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.846 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.849 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.853 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.856 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.860 Debug: 2019-09-12 08:28:42 +0000 importing '/usr/share/puppet/modules/sysinv/manifests/params.pp' in environment production 2019-09-12T08:28:43.863 Debug: 2019-09-12 08:28:42 +0000 Automatically imported sysinv::params from sysinv/params into production 2019-09-12T08:28:43.866 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::database_connection with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.870 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::database_connection in YAML backend 2019-09-12T08:28:43.873 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.877 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.880 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.884 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.887 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.891 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.894 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.897 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.901 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.904 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::database_connection in secure_static 2019-09-12T08:28:43.908 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::database_idle_timeout with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.911 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::database_idle_timeout in YAML backend 2019-09-12T08:28:43.914 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.918 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.923 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.926 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.929 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.933 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.936 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.939 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.942 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.946 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.949 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:43.952 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:43.955 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::database_idle_timeout in global 2019-09-12T08:28:43.958 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::database_max_pool_size with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:43.961 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::database_max_pool_size in YAML backend 2019-09-12T08:28:43.965 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:43.968 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:43.971 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:43.974 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:43.977 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:43.981 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:43.984 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:43.988 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:43.991 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:43.994 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:43.998 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.002 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.005 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::database_max_pool_size in global 2019-09-12T08:28:44.008 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::database_max_overflow with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.012 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::database_max_overflow in YAML backend 2019-09-12T08:28:44.015 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.019 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.022 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.025 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.029 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.032 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.035 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.039 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.042 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.045 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.048 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.051 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.054 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::database_max_overflow in global 2019-09-12T08:28:44.058 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::journal_max_size with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.061 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::journal_max_size in YAML backend 2019-09-12T08:28:44.070 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.074 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.077 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.080 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.083 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.087 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.090 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.093 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.096 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.100 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.103 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.106 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::journal_max_size in personality 2019-09-12T08:28:44.110 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::journal_min_size with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.114 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::journal_min_size in YAML backend 2019-09-12T08:28:44.117 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.121 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.124 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.127 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.130 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.134 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.137 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.140 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.143 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.146 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.149 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.152 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::journal_min_size in personality 2019-09-12T08:28:44.155 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::journal_default_size with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.159 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::journal_default_size in YAML backend 2019-09-12T08:28:44.162 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.165 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.168 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.171 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.174 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.177 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.180 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.184 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.187 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.190 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.193 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.196 Debug: 2019-09-12 08:28:42 +0000 hiera(): Found sysinv::journal_default_size in personality 2019-09-12T08:28:44.207 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::rpc_backend with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.211 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::rpc_backend in YAML backend 2019-09-12T08:28:44.214 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.217 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.221 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.225 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.229 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.232 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.235 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.238 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.241 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.244 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.248 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.251 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.254 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::control_exchange with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.257 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::control_exchange in YAML backend 2019-09-12T08:28:44.261 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.264 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.267 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.270 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.273 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.276 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.279 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.283 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.286 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.289 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.293 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.296 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.300 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::rabbit_hosts with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.303 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::rabbit_hosts in YAML backend 2019-09-12T08:28:44.306 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.310 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.313 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.316 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.320 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.323 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.327 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.330 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.334 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.338 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.341 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.345 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.348 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::rabbit_virtual_host with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.351 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::rabbit_virtual_host in YAML backend 2019-09-12T08:28:44.355 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.358 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.362 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.365 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.368 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.371 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.374 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.378 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.381 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.384 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.387 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.390 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.393 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::qpid_hostname with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.397 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::qpid_hostname in YAML backend 2019-09-12T08:28:44.400 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.403 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.407 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.411 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.414 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.418 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.421 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.425 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.428 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.431 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.435 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.438 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.441 Debug: 2019-09-12 08:28:42 +0000 Performing a hiera indirector lookup of sysinv::qpid_port with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.445 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking up sysinv::qpid_port in YAML backend 2019-09-12T08:28:44.448 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.452 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.455 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.459 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.462 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.466 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.469 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.472 Debug: 2019-09-12 08:28:42 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.476 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.479 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.482 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.486 Debug: 2019-09-12 08:28:42 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.489 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_username with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.492 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_username in YAML backend 2019-09-12T08:28:44.497 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.503 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.507 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.510 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.513 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.517 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.521 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.524 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.531 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.539 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.547 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.553 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.556 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_password with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.559 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_password in YAML backend 2019-09-12T08:28:44.563 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.566 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.569 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.573 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.576 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.579 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.583 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.586 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.589 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.592 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.596 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.599 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.602 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_reconnect with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.605 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_reconnect in YAML backend 2019-09-12T08:28:44.608 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.612 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.615 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.618 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.621 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.624 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.628 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.631 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.634 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.637 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.640 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.643 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.646 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_reconnect_timeout with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.649 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_reconnect_timeout in YAML backend 2019-09-12T08:28:44.653 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.656 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.659 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.662 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.665 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.668 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.671 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.675 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.678 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.681 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.684 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.687 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.691 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_reconnect_limit with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.694 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_reconnect_limit in YAML backend 2019-09-12T08:28:44.698 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.701 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.704 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.708 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.711 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.714 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.717 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.720 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.724 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.727 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.731 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.734 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.738 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_reconnect_interval_min with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.741 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_reconnect_interval_min in YAML backend 2019-09-12T08:28:44.747 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.750 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.754 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.758 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.762 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.765 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.768 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.772 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.775 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.778 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.782 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.785 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.789 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_reconnect_interval_max with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.792 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_reconnect_interval_max in YAML backend 2019-09-12T08:28:44.795 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.798 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.802 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.805 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.809 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.812 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.815 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.819 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.822 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.825 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.828 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.832 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.835 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_reconnect_interval with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.838 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_reconnect_interval in YAML backend 2019-09-12T08:28:44.842 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.845 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.848 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.852 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.855 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.858 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.861 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.865 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.868 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.871 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.874 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.877 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.880 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_heartbeat with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.884 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_heartbeat in YAML backend 2019-09-12T08:28:44.887 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.890 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.893 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.897 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.901 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.904 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.907 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.911 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.914 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.918 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.921 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.925 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.928 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_protocol with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.931 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_protocol in YAML backend 2019-09-12T08:28:44.934 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.938 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.941 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.945 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:44.948 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:44.952 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:44.955 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:44.963 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:44.967 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:44.970 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:44.974 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:44.977 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:44.981 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::qpid_tcp_nodelay with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:44.984 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::qpid_tcp_nodelay in YAML backend 2019-09-12T08:28:44.987 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:44.990 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:44.994 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:44.997 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.001 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.004 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.007 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.010 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.013 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.017 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.020 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.023 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.026 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::package_ensure with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.030 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::package_ensure in YAML backend 2019-09-12T08:28:45.033 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.036 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.039 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.043 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.046 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.050 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.054 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.058 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.061 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.065 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.068 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.072 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.075 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::api_paste_config with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.078 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::api_paste_config in YAML backend 2019-09-12T08:28:45.082 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.085 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.089 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.092 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.096 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.099 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.103 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.106 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.109 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.112 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.115 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.119 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.122 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::use_stderr with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.125 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::use_stderr in YAML backend 2019-09-12T08:28:45.129 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.132 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.135 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.138 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.141 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.144 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.148 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.151 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.154 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.157 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.160 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.163 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.166 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::log_file with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.170 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::log_file in YAML backend 2019-09-12T08:28:45.173 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.176 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.179 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.183 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.186 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.190 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.193 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.196 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.199 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.202 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.206 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.209 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.212 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::log_dir with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.216 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::log_dir in YAML backend 2019-09-12T08:28:45.219 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.223 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.226 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.229 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.232 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.236 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.239 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.243 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.246 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.249 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.253 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.256 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.259 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::use_syslog with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.262 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::use_syslog in YAML backend 2019-09-12T08:28:45.265 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.268 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.272 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.275 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.281 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.284 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.287 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.291 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.294 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.298 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.301 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.305 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.308 Debug: 2019-09-12 08:28:43 +0000 hiera(): Found sysinv::use_syslog in global 2019-09-12T08:28:45.312 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::log_facility with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.315 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::log_facility in YAML backend 2019-09-12T08:28:45.318 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.322 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.325 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.328 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.331 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.335 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.338 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.342 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.345 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.349 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.353 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.356 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.360 Debug: 2019-09-12 08:28:43 +0000 hiera(): Found sysinv::log_facility in global 2019-09-12T08:28:45.363 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::verbose with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.367 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::verbose in YAML backend 2019-09-12T08:28:45.370 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.373 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.376 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.380 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.383 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.387 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.391 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.394 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.398 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.401 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.404 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.408 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.411 Debug: 2019-09-12 08:28:43 +0000 hiera(): Found sysinv::verbose in global 2019-09-12T08:28:45.414 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::debug with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.417 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::debug in YAML backend 2019-09-12T08:28:45.420 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.423 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.427 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.430 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.433 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.436 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.439 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.442 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.446 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.449 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.453 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.457 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.461 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::sysinv_api_port with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.465 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::sysinv_api_port in YAML backend 2019-09-12T08:28:45.469 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.473 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.477 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.480 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.483 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.486 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.490 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.493 Debug: 2019-09-12 08:28:43 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.496 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.499 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.502 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.505 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.508 Debug: 2019-09-12 08:28:43 +0000 Performing a hiera indirector lookup of sysinv::sysinv_mtc_inv_label with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.511 Debug: 2019-09-12 08:28:43 +0000 hiera(): Looking up sysinv::sysinv_mtc_inv_label in YAML backend 2019-09-12T08:28:45.514 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.518 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.521 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.525 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.528 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.531 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.535 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.538 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.541 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.545 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.548 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.551 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.554 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of sysinv::region_name with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.557 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up sysinv::region_name in YAML backend 2019-09-12T08:28:45.561 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.564 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.567 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.571 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.574 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.577 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.581 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.584 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.587 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.590 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.594 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.597 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.600 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of sysinv::neutron_region_name with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.603 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up sysinv::neutron_region_name in YAML backend 2019-09-12T08:28:45.606 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.609 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.613 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.616 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.620 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.623 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.626 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.629 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.633 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.636 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.639 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.642 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.645 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of sysinv::cinder_region_name with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.648 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up sysinv::cinder_region_name in YAML backend 2019-09-12T08:28:45.652 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.655 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.658 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.661 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.665 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.669 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.673 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.676 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.680 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.683 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.686 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.690 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.693 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of sysinv::nova_region_name with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.696 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up sysinv::nova_region_name in YAML backend 2019-09-12T08:28:45.700 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.703 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.707 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.710 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.713 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.717 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.720 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.724 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.727 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.730 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.733 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.737 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.740 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of sysinv::barbican_region_name with options {:variables=>Scope(Class[Sysinv]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.744 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up sysinv::barbican_region_name in YAML backend 2019-09-12T08:28:45.747 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.751 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.754 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.758 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.761 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.764 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.768 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.771 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.775 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.778 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.782 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.785 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.788 Debug: 2019-09-12 08:28:44 +0000 importing '/usr/share/puppet/modules/platform/manifests/kubernetes.pp' in environment production 2019-09-12T08:28:45.792 Debug: 2019-09-12 08:28:44 +0000 Automatically imported platform::kubernetes::params from platform/kubernetes into production 2019-09-12T08:28:45.795 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::enabled with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.798 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::enabled in YAML backend 2019-09-12T08:28:45.802 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.805 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.808 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.812 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.815 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.819 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.822 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.825 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.829 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.832 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.836 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.839 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.842 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::node_ip with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.846 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::node_ip in YAML backend 2019-09-12T08:28:45.849 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.853 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.857 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.860 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.863 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.867 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.870 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.873 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.877 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.880 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.884 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.887 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.891 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::pod_network_cidr with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.894 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::pod_network_cidr in YAML backend 2019-09-12T08:28:45.897 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.901 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.904 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.907 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.910 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.913 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.917 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.920 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.923 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.927 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.930 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.933 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.936 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::pod_network_ipversion with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.940 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::pod_network_ipversion in YAML backend 2019-09-12T08:28:45.943 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.947 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.950 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.953 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:45.956 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:45.960 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:45.963 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:45.966 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:45.969 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:45.973 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:45.976 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:45.979 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:45.982 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::service_network_cidr with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:45.986 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::service_network_cidr in YAML backend 2019-09-12T08:28:45.990 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:45.993 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:45.996 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:45.999 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.003 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.006 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.009 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.012 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.015 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.019 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.022 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.025 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.028 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::apiserver_advertise_address with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.031 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::apiserver_advertise_address in YAML backend 2019-09-12T08:28:46.034 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.037 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.041 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.044 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.047 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.050 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.053 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.056 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.060 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.063 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.066 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.069 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.072 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::etcd_endpoint with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.075 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::etcd_endpoint in YAML backend 2019-09-12T08:28:46.078 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.082 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.085 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.088 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.091 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.094 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.097 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.101 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.104 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.107 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.110 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.113 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.116 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::service_domain with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.120 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::service_domain in YAML backend 2019-09-12T08:28:46.123 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.126 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.129 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.132 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.136 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.139 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.142 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.145 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.149 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.152 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.155 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.159 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.162 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::dns_service_ip with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.165 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::dns_service_ip in YAML backend 2019-09-12T08:28:46.168 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.171 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.174 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.177 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.181 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.184 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.188 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.191 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.194 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.197 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.201 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.204 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.207 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::host_labels with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.210 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::host_labels in YAML backend 2019-09-12T08:28:46.214 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.217 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.220 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.223 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.226 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.229 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.233 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.236 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.239 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.246 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.250 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.253 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.256 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::ca_crt with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.260 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::ca_crt in YAML backend 2019-09-12T08:28:46.263 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.266 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.269 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.272 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.275 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.278 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.282 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.285 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.288 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.292 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.295 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.298 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.302 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::ca_key with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.305 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::ca_key in YAML backend 2019-09-12T08:28:46.308 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.312 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.315 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.318 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.322 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.325 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.329 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.332 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.336 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.339 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.342 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.346 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.349 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::sa_key with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.352 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::sa_key in YAML backend 2019-09-12T08:28:46.356 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.359 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.362 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.365 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.382 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.385 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.389 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.392 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.395 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.399 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.402 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.406 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.412 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::sa_pub with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.416 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::sa_pub in YAML backend 2019-09-12T08:28:46.419 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.423 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.426 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.430 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.433 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.437 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.440 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.444 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.447 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.451 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.454 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.457 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.461 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::k8s_cpuset with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.464 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::k8s_cpuset in YAML backend 2019-09-12T08:28:46.467 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.471 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.474 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.478 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.481 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.484 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.488 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.491 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.495 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.499 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.502 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.505 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.509 Debug: 2019-09-12 08:28:44 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::k8s_nodeset with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.512 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking up platform::kubernetes::params::k8s_nodeset in YAML backend 2019-09-12T08:28:46.516 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.519 Debug: 2019-09-12 08:28:44 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.523 Debug: 2019-09-12 08:28:44 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.526 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.530 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.534 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.537 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.540 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.543 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.546 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.549 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.552 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.556 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::k8s_reserved_cpus with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.559 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::kubernetes::params::k8s_reserved_cpus in YAML backend 2019-09-12T08:28:46.562 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.566 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.569 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.572 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.576 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.579 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.582 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.586 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.589 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.592 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.595 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.598 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.602 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::k8s_reserved_mem with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.605 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::kubernetes::params::k8s_reserved_mem in YAML backend 2019-09-12T08:28:46.609 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.613 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.616 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.619 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.622 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.626 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.629 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.632 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.636 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.639 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.642 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.646 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.649 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::kubernetes::params::apiserver_cert_san with options {:variables=>Scope(Class[Platform::Kubernetes::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.652 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::kubernetes::params::apiserver_cert_san in YAML backend 2019-09-12T08:28:46.655 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.659 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.662 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.665 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.668 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.672 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.675 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.679 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.682 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.685 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.689 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.692 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.696 Debug: 2019-09-12 08:28:45 +0000 importing '/usr/share/puppet/modules/platform/manifests/docker.pp' in environment production 2019-09-12T08:28:46.699 Debug: 2019-09-12 08:28:45 +0000 Automatically imported platform::docker::params from platform/docker into production 2019-09-12T08:28:46.702 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::package_name with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.706 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::package_name in YAML backend 2019-09-12T08:28:46.709 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.713 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.716 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.719 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.723 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.726 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.729 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.732 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.735 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.739 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.742 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.757 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.761 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::http_proxy with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.764 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::http_proxy in YAML backend 2019-09-12T08:28:46.767 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.771 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.774 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.777 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.781 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.784 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.787 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.790 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.793 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.797 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.800 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.803 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.807 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::https_proxy with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.810 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::https_proxy in YAML backend 2019-09-12T08:28:46.813 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.816 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.819 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.823 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.826 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.829 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.832 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.836 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.839 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.842 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.845 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.848 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.851 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::no_proxy with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.855 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::no_proxy in YAML backend 2019-09-12T08:28:46.858 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.862 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.865 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.868 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.872 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.875 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.878 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.882 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.885 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.888 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.892 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.895 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.898 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::k8s_registry with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.902 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::k8s_registry in YAML backend 2019-09-12T08:28:46.905 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.908 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.912 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.915 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.918 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.922 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.925 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.928 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.931 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.934 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.938 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.941 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.944 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::gcr_registry with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.948 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::gcr_registry in YAML backend 2019-09-12T08:28:46.951 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.954 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:46.957 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:46.960 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:46.964 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:46.967 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:46.970 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:46.973 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:46.977 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:46.980 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:46.983 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:46.986 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:46.990 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::quay_registry with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:46.993 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::quay_registry in YAML backend 2019-09-12T08:28:46.996 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:46.999 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.003 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.006 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.009 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.013 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.016 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.019 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.022 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.026 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.029 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.032 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.035 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::docker_registry with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.038 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::docker_registry in YAML backend 2019-09-12T08:28:47.041 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.044 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.048 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.051 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.054 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.057 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.060 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.063 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.066 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.070 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.074 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.077 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.081 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::k8s_registry_secret with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.084 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::k8s_registry_secret in YAML backend 2019-09-12T08:28:47.087 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.090 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.093 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.096 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.100 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.103 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.106 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.110 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.113 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.117 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.121 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.124 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.128 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::gcr_registry_secret with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.132 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::gcr_registry_secret in YAML backend 2019-09-12T08:28:47.135 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.139 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.142 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.146 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.150 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.154 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.157 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.160 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.164 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.167 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.171 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.174 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.178 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::quay_registry_secret with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.181 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::quay_registry_secret in YAML backend 2019-09-12T08:28:47.184 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.188 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.191 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.198 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.202 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.205 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.209 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.212 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.215 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.219 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.222 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.225 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.228 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::docker_registry_secret with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.232 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::docker_registry_secret in YAML backend 2019-09-12T08:28:47.235 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.238 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.242 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.245 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.248 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.252 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.255 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.259 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.263 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.266 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.270 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.273 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.277 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of platform::docker::params::insecure_registry with options {:variables=>Scope(Class[Platform::Docker::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.280 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up platform::docker::params::insecure_registry in YAML backend 2019-09-12T08:28:47.283 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.287 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.290 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.293 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.297 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.301 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.305 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.309 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.312 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.315 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.319 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.322 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.325 Debug: 2019-09-12 08:28:45 +0000 importing '/usr/share/puppet/modules/sysinv/manifests/api.pp' in environment production 2019-09-12T08:28:47.328 Debug: 2019-09-12 08:28:45 +0000 Automatically imported sysinv::api from sysinv/api into production 2019-09-12T08:28:47.332 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_password with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.335 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up sysinv::api::keystone_password in YAML backend 2019-09-12T08:28:47.338 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.341 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.345 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.348 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.351 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.354 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.358 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.362 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.365 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.369 Debug: 2019-09-12 08:28:45 +0000 hiera(): Found sysinv::api::keystone_password in secure_static 2019-09-12T08:28:47.372 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_enabled with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.375 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up sysinv::api::keystone_enabled in YAML backend 2019-09-12T08:28:47.378 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.381 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.385 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.388 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.391 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.394 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.397 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.400 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.404 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.407 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.410 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.413 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.416 Debug: 2019-09-12 08:28:45 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_tenant with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.420 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking up sysinv::api::keystone_tenant in YAML backend 2019-09-12T08:28:47.423 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.426 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.429 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.432 Debug: 2019-09-12 08:28:45 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.436 Debug: 2019-09-12 08:28:45 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.439 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.442 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.445 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.448 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.452 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.455 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.458 Debug: 2019-09-12 08:28:46 +0000 hiera(): Found sysinv::api::keystone_tenant in personality 2019-09-12T08:28:47.461 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_user with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.465 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_user in YAML backend 2019-09-12T08:28:47.468 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.471 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.474 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.478 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.481 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.484 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.487 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.490 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.494 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.497 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.500 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.503 Debug: 2019-09-12 08:28:46 +0000 hiera(): Found sysinv::api::keystone_user in personality 2019-09-12T08:28:47.506 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_auth_host with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.510 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_auth_host in YAML backend 2019-09-12T08:28:47.513 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.517 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.520 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.523 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.527 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.530 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.534 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.538 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.541 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.544 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.548 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.552 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.555 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_auth_port with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.559 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_auth_port in YAML backend 2019-09-12T08:28:47.562 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.566 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.569 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.572 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.576 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.579 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.582 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.586 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.590 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.593 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.597 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.600 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.603 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_auth_protocol with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.607 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_auth_protocol in YAML backend 2019-09-12T08:28:47.610 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.614 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.617 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.621 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.624 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.627 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.631 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.634 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.637 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.647 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.650 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.654 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.659 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_auth_admin_prefix with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.663 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_auth_admin_prefix in YAML backend 2019-09-12T08:28:47.667 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.671 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.675 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.678 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.682 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.685 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.689 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.692 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.696 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.699 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.702 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.706 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.709 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_auth_uri with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.712 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_auth_uri in YAML backend 2019-09-12T08:28:47.716 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.719 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.722 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.726 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.729 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.732 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.736 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.739 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.743 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.746 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.749 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.753 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.756 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_auth_version with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.759 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_auth_version in YAML backend 2019-09-12T08:28:47.762 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.766 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.769 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.772 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.775 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.779 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.782 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.785 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.789 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.792 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.795 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.798 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.802 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_identity_uri with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.805 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_identity_uri in YAML backend 2019-09-12T08:28:47.808 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.812 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.815 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.818 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.822 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.825 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.828 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.832 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.835 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.839 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.842 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.845 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.848 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_user_domain with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.851 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_user_domain in YAML backend 2019-09-12T08:28:47.855 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.858 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.861 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.864 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.867 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.871 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.874 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.877 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.880 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.883 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.887 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.890 Debug: 2019-09-12 08:28:46 +0000 hiera(): Found sysinv::api::keystone_user_domain in personality 2019-09-12T08:28:47.893 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::keystone_project_domain with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.897 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::keystone_project_domain in YAML backend 2019-09-12T08:28:47.900 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.904 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.907 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.911 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.914 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.918 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.921 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.924 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.928 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.931 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.934 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.938 Debug: 2019-09-12 08:28:46 +0000 hiera(): Found sysinv::api::keystone_project_domain in personality 2019-09-12T08:28:47.942 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::auth_type with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.945 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::auth_type in YAML backend 2019-09-12T08:28:47.948 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:47.952 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:47.956 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:47.959 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:47.962 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:47.966 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:47.969 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:47.972 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:47.976 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:47.979 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:47.982 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:47.986 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:47.989 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_tenant with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:47.993 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_tenant in YAML backend 2019-09-12T08:28:47.997 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.000 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.004 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.007 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.010 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.014 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.017 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.020 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.023 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.027 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.030 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.033 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.037 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_user with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.040 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_user in YAML backend 2019-09-12T08:28:48.043 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.046 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.050 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.054 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.057 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.060 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.063 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.067 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.070 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.073 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.077 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.080 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.084 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keyring_service with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.087 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keyring_service in YAML backend 2019-09-12T08:28:48.090 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.094 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.097 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.100 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.104 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.107 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.110 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.114 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.117 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.121 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.124 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.127 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.130 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_auth_host with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.134 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_auth_host in YAML backend 2019-09-12T08:28:48.137 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.140 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.144 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.147 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.150 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.154 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.157 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.161 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.164 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.167 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.171 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.174 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.178 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_auth_port with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.181 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_auth_port in YAML backend 2019-09-12T08:28:48.184 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.187 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.190 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.194 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.197 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.200 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.203 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.207 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.210 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.213 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.216 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.220 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.223 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_auth_protocol with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.227 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_auth_protocol in YAML backend 2019-09-12T08:28:48.230 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.234 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.237 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.240 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.243 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.247 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.250 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.254 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.257 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.260 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.264 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.267 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.270 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_auth_admin_prefix with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.274 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_auth_admin_prefix in YAML backend 2019-09-12T08:28:48.277 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.280 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.283 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.287 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.290 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.293 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.297 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.300 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.303 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.307 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.310 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.313 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.317 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_auth_uri with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.320 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_auth_uri in YAML backend 2019-09-12T08:28:48.323 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.327 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.330 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.333 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.337 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.340 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.343 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.347 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.350 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.354 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.357 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.360 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.364 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_auth_version with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.367 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_auth_version in YAML backend 2019-09-12T08:28:48.370 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.374 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.377 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.381 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.384 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.387 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.391 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.394 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.397 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.401 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.404 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.407 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.411 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_identity_uri with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.414 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_identity_uri in YAML backend 2019-09-12T08:28:48.418 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.421 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.424 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.428 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.431 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.435 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.438 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.442 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.445 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.449 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.452 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.456 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.459 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_user_domain with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.462 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_user_domain in YAML backend 2019-09-12T08:28:48.466 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.469 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.473 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.476 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.480 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.483 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.487 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.490 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.496 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.500 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.503 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.506 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.510 Debug: 2019-09-12 08:28:46 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_keystone_project_domain with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.513 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking up sysinv::api::openstack_keystone_project_domain in YAML backend 2019-09-12T08:28:48.517 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.520 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.524 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.527 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.531 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.534 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.538 Debug: 2019-09-12 08:28:46 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.541 Debug: 2019-09-12 08:28:46 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.545 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.548 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.551 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.554 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.558 Debug: 2019-09-12 08:28:47 +0000 Performing a hiera indirector lookup of sysinv::api::openstack_auth_type with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.561 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking up sysinv::api::openstack_auth_type in YAML backend 2019-09-12T08:28:48.564 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.567 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.571 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.574 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.577 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.580 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.584 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.587 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.591 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.594 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.597 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.600 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.604 Debug: 2019-09-12 08:28:47 +0000 Performing a hiera indirector lookup of sysinv::api::service_port with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.607 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking up sysinv::api::service_port in YAML backend 2019-09-12T08:28:48.860 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.864 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.867 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.871 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.874 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.877 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.881 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.884 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.887 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.890 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.894 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.897 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.900 Debug: 2019-09-12 08:28:47 +0000 Performing a hiera indirector lookup of sysinv::api::package_ensure with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.903 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking up sysinv::api::package_ensure in YAML backend 2019-09-12T08:28:48.907 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.910 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.913 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.917 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.921 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.924 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.927 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.931 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.934 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.938 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.941 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.945 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.948 Debug: 2019-09-12 08:28:47 +0000 Performing a hiera indirector lookup of sysinv::api::bind_host with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:48.952 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking up sysinv::api::bind_host in YAML backend 2019-09-12T08:28:48.955 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:48.958 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:48.962 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source host 2019-09-12T08:28:48.965 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:48.969 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:48.972 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:48.976 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source system 2019-09-12T08:28:48.979 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:48.982 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:48.986 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source static 2019-09-12T08:28:48.989 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:48.995 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source global 2019-09-12T08:28:48.999 Debug: 2019-09-12 08:28:47 +0000 Performing a hiera indirector lookup of sysinv::api::pxeboot_host with options {:variables=>Scope(Class[Sysinv::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.002 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking up sysinv::api::pxeboot_host in YAML backend 2019-09-12T08:28:49.006 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.009 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.012 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.016 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.021 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.025 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.029 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.032 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.036 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.039 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.044 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.047 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.051 Debug: 2019-09-12 08:28:47 +0000 importing '/usr/share/puppet/modules/sysinv/manifests/conductor.pp' in environment production 2019-09-12T08:28:49.054 Debug: 2019-09-12 08:28:47 +0000 Automatically imported sysinv::conductor from sysinv/conductor into production 2019-09-12T08:28:49.057 Debug: 2019-09-12 08:28:47 +0000 Performing a hiera indirector lookup of sysinv::conductor::conductor_driver with options {:variables=>Scope(Class[Sysinv::Conductor]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.061 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking up sysinv::conductor::conductor_driver in YAML backend 2019-09-12T08:28:49.064 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.067 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.070 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.074 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.077 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.080 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.083 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.087 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.090 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.094 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.097 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.100 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.104 Debug: 2019-09-12 08:28:47 +0000 Performing a hiera indirector lookup of sysinv::conductor::package_ensure with options {:variables=>Scope(Class[Sysinv::Conductor]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.107 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking up sysinv::conductor::package_ensure in YAML backend 2019-09-12T08:28:49.110 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.114 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.117 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.120 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.124 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.127 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.130 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.134 Debug: 2019-09-12 08:28:47 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.137 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.140 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.143 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.146 Debug: 2019-09-12 08:28:47 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.149 Debug: 2019-09-12 08:28:47 +0000 importing '/usr/share/puppet/modules/platform/manifests/filesystem.pp' in environment production 2019-09-12T08:28:49.153 Debug: 2019-09-12 08:28:48 +0000 Automatically imported platform::filesystem::docker::bootstrap from platform/filesystem into production 2019-09-12T08:28:49.156 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::filesystem::docker::params::bootstrap::lv_size with options {:variables=>Scope(Class[Platform::Filesystem::Docker::Params::Bootstrap]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.159 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::filesystem::docker::params::bootstrap::lv_size in YAML backend 2019-09-12T08:28:49.162 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.166 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.169 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.172 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.176 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.179 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.183 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.186 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.189 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.192 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.200 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.203 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.207 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::filesystem::docker::params::bootstrap::lv_name with options {:variables=>Scope(Class[Platform::Filesystem::Docker::Params::Bootstrap]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.210 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::filesystem::docker::params::bootstrap::lv_name in YAML backend 2019-09-12T08:28:49.214 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.217 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.221 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.224 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.227 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.231 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.234 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.237 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.240 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.243 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.247 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.250 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.253 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::filesystem::docker::params::bootstrap::mountpoint with options {:variables=>Scope(Class[Platform::Filesystem::Docker::Params::Bootstrap]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.256 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::filesystem::docker::params::bootstrap::mountpoint in YAML backend 2019-09-12T08:28:49.259 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.263 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.266 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.269 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.272 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.275 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.279 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.282 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.285 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.288 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.292 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.295 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.298 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::filesystem::docker::params::bootstrap::devmapper with options {:variables=>Scope(Class[Platform::Filesystem::Docker::Params::Bootstrap]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.301 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::filesystem::docker::params::bootstrap::devmapper in YAML backend 2019-09-12T08:28:49.305 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.308 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.311 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.314 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.318 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.321 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.324 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.328 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.331 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.334 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.337 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.340 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.344 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::filesystem::docker::params::bootstrap::fs_type with options {:variables=>Scope(Class[Platform::Filesystem::Docker::Params::Bootstrap]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.347 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::filesystem::docker::params::bootstrap::fs_type in YAML backend 2019-09-12T08:28:49.350 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.353 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.356 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.359 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.363 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.366 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.369 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.372 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.375 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.379 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.382 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.386 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.390 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::filesystem::docker::params::bootstrap::fs_options with options {:variables=>Scope(Class[Platform::Filesystem::Docker::Params::Bootstrap]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.393 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::filesystem::docker::params::bootstrap::fs_options in YAML backend 2019-09-12T08:28:49.397 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.400 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.404 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.407 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.410 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.414 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.417 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.420 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.423 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.427 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.430 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.434 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.437 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::filesystem::docker::params::bootstrap::fs_use_all with options {:variables=>Scope(Class[Platform::Filesystem::Docker::Params::Bootstrap]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.440 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::filesystem::docker::params::bootstrap::fs_use_all in YAML backend 2019-09-12T08:28:49.443 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.446 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.450 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.453 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.456 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.459 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.462 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.466 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.469 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.472 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.475 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.478 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.482 Debug: 2019-09-12 08:28:48 +0000 importing '/usr/share/puppet/modules/platform/manifests/etcd.pp' in environment production 2019-09-12T08:28:49.485 Debug: 2019-09-12 08:28:48 +0000 Automatically imported platform::etcd::bootstrap from platform/etcd into production 2019-09-12T08:28:49.488 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::etcd::params::bind_address with options {:variables=>Scope(Class[Platform::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.492 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::etcd::params::bind_address in YAML backend 2019-09-12T08:28:49.495 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.498 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.501 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.505 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.508 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.511 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.514 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.517 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.521 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.524 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.527 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.530 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.533 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::etcd::params::port with options {:variables=>Scope(Class[Platform::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.536 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::etcd::params::port in YAML backend 2019-09-12T08:28:49.540 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.543 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.546 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.550 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.553 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.556 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.559 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.562 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.566 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.569 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.572 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.575 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.579 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::etcd::params::node with options {:variables=>Scope(Class[Platform::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.582 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::etcd::params::node in YAML backend 2019-09-12T08:28:49.585 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.588 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.592 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.595 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.598 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.601 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.605 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.608 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.611 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.614 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.618 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.621 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.624 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::drbd::etcd::params::device with options {:variables=>Scope(Class[Platform::Drbd::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.627 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::drbd::etcd::params::device in YAML backend 2019-09-12T08:28:49.631 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.634 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.638 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.641 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.644 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.647 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.650 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.654 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.660 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.663 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.667 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.671 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.675 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::drbd::etcd::params::lv_name with options {:variables=>Scope(Class[Platform::Drbd::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.679 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::drbd::etcd::params::lv_name in YAML backend 2019-09-12T08:28:49.682 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.685 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.688 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.692 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.695 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.698 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.701 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.704 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.707 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.710 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.714 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.717 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.720 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::drbd::etcd::params::lv_size with options {:variables=>Scope(Class[Platform::Drbd::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.723 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::drbd::etcd::params::lv_size in YAML backend 2019-09-12T08:28:49.726 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.730 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.733 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.736 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.739 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.743 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.746 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.750 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.753 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.757 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.760 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.763 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.766 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::drbd::etcd::params::mountpoint with options {:variables=>Scope(Class[Platform::Drbd::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.770 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::drbd::etcd::params::mountpoint in YAML backend 2019-09-12T08:28:49.779 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.783 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.786 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.790 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.793 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.797 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.800 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.803 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.806 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.810 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.813 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.816 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.820 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::drbd::etcd::params::port with options {:variables=>Scope(Class[Platform::Drbd::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.823 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::drbd::etcd::params::port in YAML backend 2019-09-12T08:28:49.826 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.829 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.833 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.836 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.840 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.843 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.847 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.850 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.854 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.857 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.861 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.864 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.868 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::drbd::etcd::params::resource_name with options {:variables=>Scope(Class[Platform::Drbd::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.871 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::drbd::etcd::params::resource_name in YAML backend 2019-09-12T08:28:49.875 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.883 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.887 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.890 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.894 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.897 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.900 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.904 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.907 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.911 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.914 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.918 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.921 Debug: 2019-09-12 08:28:48 +0000 Performing a hiera indirector lookup of platform::drbd::etcd::params::vg_name with options {:variables=>Scope(Class[Platform::Drbd::Etcd::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.925 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking up platform::drbd::etcd::params::vg_name in YAML backend 2019-09-12T08:28:49.928 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.931 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.935 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source host 2019-09-12T08:28:49.938 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:49.942 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:49.945 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:49.948 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source system 2019-09-12T08:28:49.952 Debug: 2019-09-12 08:28:48 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:49.955 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:49.958 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source static 2019-09-12T08:28:49.962 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:49.965 Debug: 2019-09-12 08:28:48 +0000 hiera(): Looking for data source global 2019-09-12T08:28:49.968 Debug: 2019-09-12 08:28:49 +0000 importing '/usr/share/openstack-puppet/modules/etcd/manifests/init.pp' in environment production 2019-09-12T08:28:49.972 Debug: 2019-09-12 08:28:49 +0000 Automatically imported etcd from etcd into production 2019-09-12T08:28:49.975 Debug: 2019-09-12 08:28:49 +0000 importing '/usr/share/openstack-puppet/modules/etcd/manifests/params.pp' in environment production 2019-09-12T08:28:49.978 Debug: 2019-09-12 08:28:49 +0000 Automatically imported etcd::params from etcd/params into production 2019-09-12T08:28:49.982 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::package_name with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:49.985 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::package_name in YAML backend 2019-09-12T08:28:49.988 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:49.992 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:49.997 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.000 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.004 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.007 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.010 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.014 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.017 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.021 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.024 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.028 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.031 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::manage_package with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.035 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::manage_package in YAML backend 2019-09-12T08:28:50.038 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.042 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.045 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.049 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.052 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.055 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.059 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.062 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.065 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.069 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.072 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.076 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.079 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::manage_service with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.082 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::manage_service in YAML backend 2019-09-12T08:28:50.086 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.089 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.093 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.096 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.099 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.103 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.106 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.110 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.113 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.116 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.120 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.123 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.126 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::config_file_path with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.130 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::config_file_path in YAML backend 2019-09-12T08:28:50.133 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.136 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.140 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.144 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.147 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.151 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.154 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.157 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.161 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.164 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.168 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.171 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.174 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::wal_dir with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.178 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::wal_dir in YAML backend 2019-09-12T08:28:50.181 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.184 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.188 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.191 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.195 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.198 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.201 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.205 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.208 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.211 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.215 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.218 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.222 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::snapshot_count with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.225 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::snapshot_count in YAML backend 2019-09-12T08:28:50.228 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.232 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.235 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.239 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.243 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.247 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.250 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.254 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.257 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.261 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.264 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.268 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.271 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::heartbeat_interval with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.275 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::heartbeat_interval in YAML backend 2019-09-12T08:28:50.279 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.282 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.286 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.289 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.292 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.295 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.299 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.302 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.305 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.309 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.312 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.315 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.319 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::election_timeout with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.322 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::election_timeout in YAML backend 2019-09-12T08:28:50.325 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.329 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.333 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.336 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.340 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.344 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.347 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.351 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.354 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.357 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.360 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.364 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.367 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::quota_backend_bytes with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.370 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::quota_backend_bytes in YAML backend 2019-09-12T08:28:50.374 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.377 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.380 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.383 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.387 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.390 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.394 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.398 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.402 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.405 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.409 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.413 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.416 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::max_snapshots with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.419 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::max_snapshots in YAML backend 2019-09-12T08:28:50.423 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.427 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.430 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.433 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.437 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.440 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.444 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.447 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.451 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.454 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.458 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.461 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.464 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::max_wals with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.468 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::max_wals in YAML backend 2019-09-12T08:28:50.471 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.474 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.478 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.481 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.484 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.487 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.491 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.494 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.497 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.501 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.504 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.508 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.511 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::cors with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.515 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::cors in YAML backend 2019-09-12T08:28:50.518 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.521 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.525 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.528 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.531 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.535 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.538 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.541 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.544 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.548 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.551 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.554 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.558 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::enable_v2 with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.561 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::enable_v2 in YAML backend 2019-09-12T08:28:50.564 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.569 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.572 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.575 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.579 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.583 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.586 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.590 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.593 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.596 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.600 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.603 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.606 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::listen_peer_urls with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.610 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::listen_peer_urls in YAML backend 2019-09-12T08:28:50.613 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.617 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.620 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.623 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.627 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.630 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.633 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.637 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.640 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.643 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.647 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.650 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.654 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::initial_advertise_peer_urls with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.657 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::initial_advertise_peer_urls in YAML backend 2019-09-12T08:28:50.661 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.665 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.668 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.672 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.676 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.679 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.683 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.687 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.690 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.694 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.697 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.700 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.703 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::initial_cluster with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.707 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::initial_cluster in YAML backend 2019-09-12T08:28:50.711 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.714 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.718 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.721 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.725 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.728 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.731 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.735 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.738 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.741 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.744 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.748 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.751 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::initial_cluster_state with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.755 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::initial_cluster_state in YAML backend 2019-09-12T08:28:50.758 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.762 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.765 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.768 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.772 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.775 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.778 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.781 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.785 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.788 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.791 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.794 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.798 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::initial_cluster_token with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.801 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::initial_cluster_token in YAML backend 2019-09-12T08:28:50.804 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.808 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.811 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.815 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.818 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.821 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.824 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.828 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.831 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.835 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.839 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.843 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.846 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::discovery with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.850 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::discovery in YAML backend 2019-09-12T08:28:50.853 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.856 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.859 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.863 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.866 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.869 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.873 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.876 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.880 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.883 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.886 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.889 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.893 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::discovery_srv with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.896 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::discovery_srv in YAML backend 2019-09-12T08:28:50.899 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.902 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.905 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.908 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.911 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.915 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.918 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.921 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.924 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.928 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.931 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.935 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.938 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::discovery_fallback with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.941 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::discovery_fallback in YAML backend 2019-09-12T08:28:50.945 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.948 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.951 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:50.955 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:50.958 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:50.962 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:50.965 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:50.968 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:50.972 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:50.975 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:50.979 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:50.982 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:50.985 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::discovery_proxy with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:50.989 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::discovery_proxy in YAML backend 2019-09-12T08:28:50.992 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:50.995 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:50.998 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.002 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.005 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.008 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.011 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.014 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.018 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.021 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.025 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.028 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.031 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::strict_reconfig_check with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.034 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::strict_reconfig_check in YAML backend 2019-09-12T08:28:51.037 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.041 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.044 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.047 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.050 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.053 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.057 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.060 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.063 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.066 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.070 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.073 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.076 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::auto_compaction_retention with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.080 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::auto_compaction_retention in YAML backend 2019-09-12T08:28:51.083 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.086 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.090 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.093 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.096 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.099 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.102 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.105 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.109 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.112 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.115 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.118 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.121 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::proxy_failure_wait with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.124 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::proxy_failure_wait in YAML backend 2019-09-12T08:28:51.128 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.131 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.134 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.138 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.141 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.144 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.147 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.150 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.154 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.157 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.161 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.164 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.167 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::proxy_refresh_interval with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.171 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::proxy_refresh_interval in YAML backend 2019-09-12T08:28:51.174 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.177 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.181 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.184 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.188 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.191 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.195 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.198 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.202 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.205 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.209 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.212 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.222 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::proxy_dial_timeout with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.225 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::proxy_dial_timeout in YAML backend 2019-09-12T08:28:51.229 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.232 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.235 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.239 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.242 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.246 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.250 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.253 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.257 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.260 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.263 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.267 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.271 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::proxy_write_timeout with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.274 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::proxy_write_timeout in YAML backend 2019-09-12T08:28:51.278 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.281 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.285 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.288 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.291 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.295 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.298 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.302 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.305 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.308 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.312 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.316 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.319 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::proxy_read_timeout with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.323 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::proxy_read_timeout in YAML backend 2019-09-12T08:28:51.327 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.330 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.334 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.337 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.340 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.344 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.347 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.351 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.354 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.357 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.360 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.363 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.366 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::cert_file with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.370 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::cert_file in YAML backend 2019-09-12T08:28:51.373 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.376 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.379 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.382 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.386 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.389 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.392 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.395 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.399 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.402 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.405 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.408 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.412 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::key_file with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.415 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::key_file in YAML backend 2019-09-12T08:28:51.419 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.423 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.426 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.430 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.433 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.437 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.440 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.443 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.447 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.450 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.453 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.456 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.460 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::client_cert_auth with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.463 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking up etcd::client_cert_auth in YAML backend 2019-09-12T08:28:51.466 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.469 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.472 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.475 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.478 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.482 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.485 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.488 Debug: 2019-09-12 08:28:49 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.491 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.494 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.497 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.500 Debug: 2019-09-12 08:28:49 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.503 Debug: 2019-09-12 08:28:49 +0000 Performing a hiera indirector lookup of etcd::trusted_ca_file with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.507 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::trusted_ca_file in YAML backend 2019-09-12T08:28:51.510 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.513 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.517 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.521 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.524 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.528 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.531 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.534 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.537 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.541 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.544 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.547 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.550 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::auto_tls with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.553 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::auto_tls in YAML backend 2019-09-12T08:28:51.557 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.560 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.563 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.566 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.570 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.573 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.576 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.579 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.583 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.586 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.589 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.592 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.595 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::peer_cert_file with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.598 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::peer_cert_file in YAML backend 2019-09-12T08:28:51.602 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.605 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.608 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.612 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.615 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.618 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.621 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.624 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.627 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.631 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.634 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.637 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.640 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::peer_key_file with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.643 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::peer_key_file in YAML backend 2019-09-12T08:28:51.647 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.650 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.653 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.656 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.660 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.663 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.666 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.669 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.673 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.676 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.680 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.684 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.687 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::peer_client_cert_auth with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.691 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::peer_client_cert_auth in YAML backend 2019-09-12T08:28:51.694 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.697 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.701 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.704 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.707 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.711 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.714 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.718 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.721 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.724 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.728 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.731 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.734 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::peer_trusted_ca_file with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.738 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::peer_trusted_ca_file in YAML backend 2019-09-12T08:28:51.741 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.744 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.747 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.750 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.753 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.757 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.760 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.763 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.766 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.770 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.773 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.776 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.779 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::peer_auto_tls with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.783 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::peer_auto_tls in YAML backend 2019-09-12T08:28:51.786 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.789 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.792 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.796 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.799 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.802 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.805 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.808 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.812 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.815 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.818 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.822 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.825 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::debug with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.828 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::debug in YAML backend 2019-09-12T08:28:51.831 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.834 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.837 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.840 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.844 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.847 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.850 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.853 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.856 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.860 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.863 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.867 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.870 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::log_package_levels with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.873 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::log_package_levels in YAML backend 2019-09-12T08:28:51.877 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.880 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.883 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.886 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.890 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.893 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.896 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.899 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.902 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.906 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.910 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.913 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.916 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of etcd::journald_forward_enable with options {:variables=>Scope(Class[Etcd]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:51.920 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up etcd::journald_forward_enable in YAML backend 2019-09-12T08:28:51.923 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:51.927 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:51.930 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:51.934 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:51.937 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:51.941 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:51.944 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:51.948 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:51.951 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:51.955 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:51.958 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:51.962 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:51.965 Debug: 2019-09-12 08:28:50 +0000 importing '/usr/share/openstack-puppet/modules/etcd/manifests/install.pp' in environment production 2019-09-12T08:28:51.969 Debug: 2019-09-12 08:28:50 +0000 Automatically imported etcd::install from etcd/install into production 2019-09-12T08:28:51.972 Debug: 2019-09-12 08:28:50 +0000 importing '/usr/share/openstack-puppet/modules/etcd/manifests/config.pp' in environment production 2019-09-12T08:28:51.975 Debug: 2019-09-12 08:28:50 +0000 Automatically imported etcd::config from etcd/config into production 2019-09-12T08:28:51.979 Debug: 2019-09-12 08:28:50 +0000 Scope(Class[Etcd::Config]): Retrieving template etcd/etc/etcd/etcd.conf.erb 2019-09-12T08:28:51.982 Debug: 2019-09-12 08:28:50 +0000 template[/usr/share/openstack-puppet/modules/etcd/templates/etc/etcd/etcd.conf.erb]: Bound template variables for /usr/share/openstack-puppet/modules/etcd/templates/etc/etcd/etcd.conf.erb in 0.00 seconds 2019-09-12T08:28:51.985 Debug: 2019-09-12 08:28:50 +0000 template[/usr/share/openstack-puppet/modules/etcd/templates/etc/etcd/etcd.conf.erb]: Interpolated template /usr/share/openstack-puppet/modules/etcd/templates/etc/etcd/etcd.conf.erb in 0.00 seconds 2019-09-12T08:28:51.989 Debug: 2019-09-12 08:28:50 +0000 Scope(Class[Etcd::Config]): Retrieving template etcd/etc/etcd/etcd.yml.erb 2019-09-12T08:28:51.999 Debug: 2019-09-12 08:28:50 +0000 template[/usr/share/openstack-puppet/modules/etcd/templates/etc/etcd/etcd.yml.erb]: Bound template variables for /usr/share/openstack-puppet/modules/etcd/templates/etc/etcd/etcd.yml.erb in 0.00 seconds 2019-09-12T08:28:52.003 Debug: 2019-09-12 08:28:50 +0000 template[/usr/share/openstack-puppet/modules/etcd/templates/etc/etcd/etcd.yml.erb]: Interpolated template /usr/share/openstack-puppet/modules/etcd/templates/etc/etcd/etcd.yml.erb in 0.00 seconds 2019-09-12T08:28:52.006 Debug: 2019-09-12 08:28:50 +0000 importing '/usr/share/openstack-puppet/modules/etcd/manifests/service.pp' in environment production 2019-09-12T08:28:52.010 Debug: 2019-09-12 08:28:50 +0000 Automatically imported etcd::service from etcd/service into production 2019-09-12T08:28:52.013 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::drbd::dockerdistribution::params::device with options {:variables=>Scope(Class[Platform::Drbd::Dockerdistribution::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.016 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::drbd::dockerdistribution::params::device in YAML backend 2019-09-12T08:28:52.020 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.023 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.026 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.030 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.034 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.037 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.040 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.044 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.047 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.050 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.054 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.057 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.060 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::drbd::dockerdistribution::params::lv_name with options {:variables=>Scope(Class[Platform::Drbd::Dockerdistribution::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.063 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::drbd::dockerdistribution::params::lv_name in YAML backend 2019-09-12T08:28:52.067 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.070 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.074 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.078 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.081 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.085 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.088 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.091 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.095 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.098 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.101 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.105 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.108 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::drbd::dockerdistribution::params::lv_size with options {:variables=>Scope(Class[Platform::Drbd::Dockerdistribution::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.111 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::drbd::dockerdistribution::params::lv_size in YAML backend 2019-09-12T08:28:52.115 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.118 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.121 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.125 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.128 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.131 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.134 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.138 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.141 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.145 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.148 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.151 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.154 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::drbd::dockerdistribution::params::mountpoint with options {:variables=>Scope(Class[Platform::Drbd::Dockerdistribution::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.158 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::drbd::dockerdistribution::params::mountpoint in YAML backend 2019-09-12T08:28:52.161 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.164 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.168 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.171 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.174 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.177 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.181 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.184 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.187 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.190 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.193 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.197 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.200 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::drbd::dockerdistribution::params::port with options {:variables=>Scope(Class[Platform::Drbd::Dockerdistribution::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.203 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::drbd::dockerdistribution::params::port in YAML backend 2019-09-12T08:28:52.206 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.210 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.213 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.216 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.219 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.223 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.226 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.230 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.233 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.237 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.240 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.243 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.247 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::drbd::dockerdistribution::params::resource_name with options {:variables=>Scope(Class[Platform::Drbd::Dockerdistribution::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.250 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::drbd::dockerdistribution::params::resource_name in YAML backend 2019-09-12T08:28:52.253 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.257 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.260 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.264 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.267 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.270 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.274 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.277 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.281 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.284 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.287 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.291 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.294 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::drbd::dockerdistribution::params::vg_name with options {:variables=>Scope(Class[Platform::Drbd::Dockerdistribution::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.298 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::drbd::dockerdistribution::params::vg_name in YAML backend 2019-09-12T08:28:52.301 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.305 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.308 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.311 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.315 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.318 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.322 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.325 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.329 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.332 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.335 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.339 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.342 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::filesystem::backup::params::lv_name with options {:variables=>Scope(Class[Platform::Filesystem::Backup::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.346 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::filesystem::backup::params::lv_name in YAML backend 2019-09-12T08:28:52.349 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.353 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.357 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.360 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.364 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.368 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.371 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.374 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.377 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.381 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.384 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.387 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.390 Debug: 2019-09-12 08:28:50 +0000 Performing a hiera indirector lookup of platform::filesystem::backup::params::lv_size with options {:variables=>Scope(Class[Platform::Filesystem::Backup::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.394 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking up platform::filesystem::backup::params::lv_size in YAML backend 2019-09-12T08:28:52.397 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.400 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.404 Debug: 2019-09-12 08:28:50 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.407 Debug: 2019-09-12 08:28:50 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.410 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.414 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.417 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.420 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.423 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.427 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.430 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.433 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.436 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::backup::params::mountpoint with options {:variables=>Scope(Class[Platform::Filesystem::Backup::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.441 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::backup::params::mountpoint in YAML backend 2019-09-12T08:28:52.444 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.447 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.450 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.454 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.457 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.460 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.464 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.467 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.471 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.474 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.477 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.480 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.483 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::backup::params::devmapper with options {:variables=>Scope(Class[Platform::Filesystem::Backup::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.486 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::backup::params::devmapper in YAML backend 2019-09-12T08:28:52.489 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.493 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.496 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.499 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.502 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.505 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.508 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.511 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.514 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.517 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.520 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.524 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.528 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::backup::params::fs_type with options {:variables=>Scope(Class[Platform::Filesystem::Backup::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.532 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::backup::params::fs_type in YAML backend 2019-09-12T08:28:52.535 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.538 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.542 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.545 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.548 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.551 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.555 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.558 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.562 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.565 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.569 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.572 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.575 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::backup::params::fs_options with options {:variables=>Scope(Class[Platform::Filesystem::Backup::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.579 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::backup::params::fs_options in YAML backend 2019-09-12T08:28:52.582 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.585 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.589 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.592 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.596 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.599 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.602 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.606 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.609 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.612 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.615 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.619 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.622 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::kubelet::params::lv_size with options {:variables=>Scope(Class[Platform::Filesystem::Kubelet::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.625 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::kubelet::params::lv_size in YAML backend 2019-09-12T08:28:52.629 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.632 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.635 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.638 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.642 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.645 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.648 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.652 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.655 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.658 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.661 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.665 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.668 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::kubelet::params::lv_name with options {:variables=>Scope(Class[Platform::Filesystem::Kubelet::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.671 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::kubelet::params::lv_name in YAML backend 2019-09-12T08:28:52.674 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.678 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.681 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.684 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.687 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.691 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.694 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.698 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.702 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.706 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.710 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.713 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.717 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::kubelet::params::mountpoint with options {:variables=>Scope(Class[Platform::Filesystem::Kubelet::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.720 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::kubelet::params::mountpoint in YAML backend 2019-09-12T08:28:52.724 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.727 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.731 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.734 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.738 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.741 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.744 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.748 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.752 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.755 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.759 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.762 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.766 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::kubelet::params::devmapper with options {:variables=>Scope(Class[Platform::Filesystem::Kubelet::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.769 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::kubelet::params::devmapper in YAML backend 2019-09-12T08:28:52.773 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.776 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.780 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.783 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.787 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.791 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.795 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.798 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.801 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.805 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.808 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.811 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.814 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::kubelet::params::fs_type with options {:variables=>Scope(Class[Platform::Filesystem::Kubelet::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.818 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::kubelet::params::fs_type in YAML backend 2019-09-12T08:28:52.822 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.825 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.829 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.832 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.836 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.839 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.843 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.846 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.849 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.853 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.856 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.860 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.863 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::filesystem::kubelet::params::fs_options with options {:variables=>Scope(Class[Platform::Filesystem::Kubelet::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.866 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::filesystem::kubelet::params::fs_options in YAML backend 2019-09-12T08:28:52.869 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.873 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.876 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.879 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.882 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.886 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.889 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.892 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.895 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.899 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.902 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.905 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:52.908 Debug: 2019-09-12 08:28:51 +0000 importing '/usr/share/puppet/modules/platform/manifests/mtce.pp' in environment production 2019-09-12T08:28:52.911 Debug: 2019-09-12 08:28:51 +0000 Automatically imported platform::mtce::bootstrap from platform/mtce into production 2019-09-12T08:28:52.914 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_host with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.917 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_host in YAML backend 2019-09-12T08:28:52.921 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.924 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.927 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.930 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.933 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.937 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.940 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.943 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.947 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.950 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:52.953 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:52.957 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_host in personality 2019-09-12T08:28:52.960 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_port with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:52.963 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_port in YAML backend 2019-09-12T08:28:52.967 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:52.971 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:52.974 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:52.977 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:52.981 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:52.984 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:52.988 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:52.992 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:52.995 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:52.998 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.002 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.005 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_port in personality 2019-09-12T08:28:53.015 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_uri with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.018 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_uri in YAML backend 2019-09-12T08:28:53.022 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.025 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.029 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.032 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.036 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.039 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.043 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.046 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.049 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.053 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.056 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.059 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_uri in personality 2019-09-12T08:28:53.062 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_username with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.066 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_username in YAML backend 2019-09-12T08:28:53.069 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.072 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.075 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.079 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.082 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.086 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.089 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.092 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.096 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.099 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.102 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_username in static 2019-09-12T08:28:53.105 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_pw with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.109 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_pw in YAML backend 2019-09-12T08:28:53.112 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.116 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.119 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.122 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.125 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.129 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.132 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.135 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.139 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.142 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_pw in secure_static 2019-09-12T08:28:53.145 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_project with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.149 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_project in YAML backend 2019-09-12T08:28:53.152 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.155 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.159 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.162 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.166 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.169 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.173 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.176 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.180 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.183 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.186 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.189 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_project in personality 2019-09-12T08:28:53.193 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_user_domain with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.196 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_user_domain in YAML backend 2019-09-12T08:28:53.199 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.203 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.206 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.209 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.213 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.216 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.220 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.223 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.227 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.230 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.233 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.237 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_user_domain in personality 2019-09-12T08:28:53.240 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_project_domain with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.244 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_project_domain in YAML backend 2019-09-12T08:28:53.247 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.250 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.254 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.258 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.262 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.265 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.268 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.271 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.275 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.278 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.281 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.284 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_project_domain in personality 2019-09-12T08:28:53.287 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::auth_region with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.291 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::auth_region in YAML backend 2019-09-12T08:28:53.294 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.297 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.300 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.303 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.307 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.310 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.313 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.316 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.320 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.323 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.326 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.330 Debug: 2019-09-12 08:28:51 +0000 hiera(): Found platform::mtce::params::auth_region in personality 2019-09-12T08:28:53.333 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::worker_boot_timeout with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.336 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::worker_boot_timeout in YAML backend 2019-09-12T08:28:53.339 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.343 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.347 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.350 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.354 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.357 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.360 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.364 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.367 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.370 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.373 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.377 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.380 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::controller_boot_timeout with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.383 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::controller_boot_timeout in YAML backend 2019-09-12T08:28:53.386 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.390 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.393 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.396 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.399 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.402 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.405 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.409 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.412 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.415 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.419 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.422 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.425 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::heartbeat_degrade_threshold with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.428 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking up platform::mtce::params::heartbeat_degrade_threshold in YAML backend 2019-09-12T08:28:53.431 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.434 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.438 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.441 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.445 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.448 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.451 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.454 Debug: 2019-09-12 08:28:51 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.457 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.460 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.464 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.467 Debug: 2019-09-12 08:28:51 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.470 Debug: 2019-09-12 08:28:51 +0000 Performing a hiera indirector lookup of platform::mtce::params::heartbeat_failure_threshold with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.474 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::mtce::params::heartbeat_failure_threshold in YAML backend 2019-09-12T08:28:53.477 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.480 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.483 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.486 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.489 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.493 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.496 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.499 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.502 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.505 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.508 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.512 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.515 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::mtce::params::heartbeat_failure_action with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.518 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::mtce::params::heartbeat_failure_action in YAML backend 2019-09-12T08:28:53.521 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.524 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.528 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.531 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.535 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.538 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.541 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.544 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.548 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.551 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.554 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.557 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.560 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::mtce::params::heartbeat_period with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.564 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::mtce::params::heartbeat_period in YAML backend 2019-09-12T08:28:53.567 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.570 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.573 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.577 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.580 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.583 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.586 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.589 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.592 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.596 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.599 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.602 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.605 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::mtce::params::mtce_multicast with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.609 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::mtce::params::mtce_multicast in YAML backend 2019-09-12T08:28:53.612 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.615 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.619 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.622 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.625 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.629 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.632 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.635 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.638 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.642 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.645 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.648 Debug: 2019-09-12 08:28:52 +0000 hiera(): Found platform::mtce::params::mtce_multicast in personality 2019-09-12T08:28:53.652 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::mtce::params::mnfa_threshold with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.655 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::mtce::params::mnfa_threshold in YAML backend 2019-09-12T08:28:53.664 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.668 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.671 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.675 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.678 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.681 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.685 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.688 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.691 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.694 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.698 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.701 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.705 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::mtce::params::mnfa_timeout with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.708 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::mtce::params::mnfa_timeout in YAML backend 2019-09-12T08:28:53.711 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.715 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.718 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.721 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.725 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.728 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.732 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.735 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.739 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.742 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.745 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.749 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.752 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::mtce::params::sm_client_port with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.755 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::mtce::params::sm_client_port in YAML backend 2019-09-12T08:28:53.758 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.761 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.765 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.768 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.771 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.775 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.778 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.781 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.785 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.788 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.792 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.795 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.799 Debug: 2019-09-12 08:28:52 +0000 hiera(): Found platform::mtce::params::sm_client_port in global 2019-09-12T08:28:53.802 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::mtce::params::sm_server_port with options {:variables=>Scope(Class[Platform::Mtce::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.805 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::mtce::params::sm_server_port in YAML backend 2019-09-12T08:28:53.809 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.812 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.815 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.819 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.823 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.826 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.830 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.833 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.836 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.839 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.843 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.846 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.849 Debug: 2019-09-12 08:28:52 +0000 hiera(): Found platform::mtce::params::sm_server_port in global 2019-09-12T08:28:53.852 Debug: 2019-09-12 08:28:52 +0000 Scope(Class[Platform::Mtce]): Retrieving template mtce/mtc_ini.erb 2019-09-12T08:28:53.855 Debug: 2019-09-12 08:28:52 +0000 template[/usr/share/puppet/modules/mtce/templates/mtc_ini.erb]: Bound template variables for /usr/share/puppet/modules/mtce/templates/mtc_ini.erb in 0.00 seconds 2019-09-12T08:28:53.859 Debug: 2019-09-12 08:28:52 +0000 template[/usr/share/puppet/modules/mtce/templates/mtc_ini.erb]: Interpolated template /usr/share/puppet/modules/mtce/templates/mtc_ini.erb in 0.00 seconds 2019-09-12T08:28:53.862 Debug: 2019-09-12 08:28:52 +0000 importing '/usr/share/puppet/modules/platform/manifests/fm.pp' in environment production 2019-09-12T08:28:53.865 Debug: 2019-09-12 08:28:52 +0000 Automatically imported platform::fm::bootstrap from platform/fm into production 2019-09-12T08:28:53.868 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::fm::params::api_port with options {:variables=>Scope(Class[Platform::Fm::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.872 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::fm::params::api_port in YAML backend 2019-09-12T08:28:53.875 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.878 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.882 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.885 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.888 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.892 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.895 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.898 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.901 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.904 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.908 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.911 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.914 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::fm::params::api_host with options {:variables=>Scope(Class[Platform::Fm::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.918 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::fm::params::api_host in YAML backend 2019-09-12T08:28:53.921 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.925 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.929 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.932 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.935 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.938 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.942 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.945 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:53.948 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:53.952 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:53.955 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:53.958 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:53.961 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::fm::params::region_name with options {:variables=>Scope(Class[Platform::Fm::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:53.965 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::fm::params::region_name in YAML backend 2019-09-12T08:28:53.968 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:53.971 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:53.974 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:53.977 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:53.981 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:53.984 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:53.987 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:53.990 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.004 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.008 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.011 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.014 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.018 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::fm::params::system_name with options {:variables=>Scope(Class[Platform::Fm::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.021 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::fm::params::system_name in YAML backend 2019-09-12T08:28:54.025 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.028 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.031 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.034 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.037 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.040 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.044 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.047 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.050 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.054 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.057 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.060 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.063 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::fm::params::service_create with options {:variables=>Scope(Class[Platform::Fm::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.067 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::fm::params::service_create in YAML backend 2019-09-12T08:28:54.070 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.074 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.077 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.080 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.083 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.086 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.089 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.093 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.096 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.099 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.102 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.106 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.110 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::fm::params::service_enabled with options {:variables=>Scope(Class[Platform::Fm::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.113 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::fm::params::service_enabled in YAML backend 2019-09-12T08:28:54.117 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.120 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.124 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.127 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.131 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.134 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.137 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.141 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.144 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.147 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.151 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.154 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.158 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::fm::params::trap_destinations with options {:variables=>Scope(Class[Platform::Fm::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.162 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::fm::params::trap_destinations in YAML backend 2019-09-12T08:28:54.165 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.168 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.172 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.175 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.178 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.182 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.185 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.188 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.191 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.195 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.199 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.202 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.205 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of platform::fm::params::sysinv_catalog_info with options {:variables=>Scope(Class[Platform::Fm::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.208 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up platform::fm::params::sysinv_catalog_info in YAML backend 2019-09-12T08:28:54.212 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.215 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.218 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.221 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.225 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.228 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.231 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.234 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.238 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.241 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.244 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.248 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.251 Debug: 2019-09-12 08:28:52 +0000 importing '/usr/share/puppet/modules/fm/manifests/init.pp' in environment production 2019-09-12T08:28:54.254 Debug: 2019-09-12 08:28:52 +0000 importing '/usr/share/puppet/modules/fm/manifests/client.pp' in environment production 2019-09-12T08:28:54.258 Debug: 2019-09-12 08:28:52 +0000 Automatically imported fm::client from fm/client into production 2019-09-12T08:28:54.261 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of fm::client::ensure with options {:variables=>Scope(Class[Fm::Client]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.265 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up fm::client::ensure in YAML backend 2019-09-12T08:28:54.268 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.272 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.275 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.278 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.281 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.285 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.288 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.291 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.295 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.298 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.301 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.305 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.308 Debug: 2019-09-12 08:28:52 +0000 ModuleLoader: module 'fm' has unknown dependencies - it will have all other modules visible 2019-09-12T08:28:54.311 Debug: 2019-09-12 08:28:52 +0000 importing '/usr/share/puppet/modules/fm/manifests/deps.pp' in environment production 2019-09-12T08:28:54.314 Debug: 2019-09-12 08:28:52 +0000 Automatically imported fm::deps from fm/deps into production 2019-09-12T08:28:54.318 Debug: 2019-09-12 08:28:52 +0000 importing '/usr/share/puppet/modules/fm/manifests/params.pp' in environment production 2019-09-12T08:28:54.321 Debug: 2019-09-12 08:28:52 +0000 Automatically imported fm::params from fm/params into production 2019-09-12T08:28:54.324 Debug: 2019-09-12 08:28:52 +0000 importing '/usr/share/puppet/modules/fm/manifests/keystone/authtoken.pp' in environment production 2019-09-12T08:28:54.328 Debug: 2019-09-12 08:28:52 +0000 Automatically imported fm::keystone::authtoken from fm/keystone/authtoken into production 2019-09-12T08:28:54.331 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::username with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.334 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up fm::keystone::authtoken::username in YAML backend 2019-09-12T08:28:54.337 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.340 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.343 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.346 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.350 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.357 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.360 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.363 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.367 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.370 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.374 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.377 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.381 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::password with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.384 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up fm::keystone::authtoken::password in YAML backend 2019-09-12T08:28:54.387 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.391 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.395 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.398 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.402 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.405 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.408 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.412 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.415 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.419 Debug: 2019-09-12 08:28:52 +0000 hiera(): Found fm::keystone::authtoken::password in secure_static 2019-09-12T08:28:54.422 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::auth_url with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.426 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking up fm::keystone::authtoken::auth_url in YAML backend 2019-09-12T08:28:54.429 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.433 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.437 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.440 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.443 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.447 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.450 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.453 Debug: 2019-09-12 08:28:52 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.457 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.460 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.464 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.467 Debug: 2019-09-12 08:28:52 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.471 Debug: 2019-09-12 08:28:52 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::project_name with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.474 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::project_name in YAML backend 2019-09-12T08:28:54.478 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.481 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.484 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.488 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.491 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.505 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.508 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.512 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.516 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.519 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.522 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.526 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.530 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::user_domain_name with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.533 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::user_domain_name in YAML backend 2019-09-12T08:28:54.536 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.540 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.543 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.546 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.550 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.553 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.557 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.560 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.564 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.567 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.570 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.574 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.577 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::project_domain_name with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.580 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::project_domain_name in YAML backend 2019-09-12T08:28:54.584 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.587 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.591 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.594 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.598 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.602 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.605 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.608 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.612 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.615 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.619 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.622 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.626 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::insecure with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.629 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::insecure in YAML backend 2019-09-12T08:28:54.632 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.636 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.639 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.643 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.646 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.650 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.653 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.656 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.660 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.663 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.666 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.670 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.674 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::auth_section with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.677 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::auth_section in YAML backend 2019-09-12T08:28:54.681 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.684 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.688 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.691 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.695 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.698 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.702 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.705 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.708 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.712 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.715 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.718 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.722 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::auth_type with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.725 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::auth_type in YAML backend 2019-09-12T08:28:54.728 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.732 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.735 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.738 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.742 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.750 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.753 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.757 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.760 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.764 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.767 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.770 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.774 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::auth_uri with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.777 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::auth_uri in YAML backend 2019-09-12T08:28:54.781 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.784 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.788 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.791 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.794 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.798 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.801 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.804 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.807 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.811 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.814 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.817 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.820 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::auth_version with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.824 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::auth_version in YAML backend 2019-09-12T08:28:54.827 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.830 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.834 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.837 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.840 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.844 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.847 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.850 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.853 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.857 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.860 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.863 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.866 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::cache with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.870 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::cache in YAML backend 2019-09-12T08:28:54.874 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.877 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.881 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.884 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.887 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.891 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.894 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.897 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.901 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.904 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.908 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.911 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.915 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::cafile with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.918 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::cafile in YAML backend 2019-09-12T08:28:54.921 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.925 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.929 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.932 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.935 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.939 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.943 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.946 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.949 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:54.952 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:54.955 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:54.959 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:54.962 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::certfile with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:54.965 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::certfile in YAML backend 2019-09-12T08:28:54.969 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:54.972 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:54.976 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:54.980 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:54.983 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:54.986 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:54.990 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:54.994 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:54.997 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.001 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.004 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.008 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.011 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::check_revocations_for_cached with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.015 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::check_revocations_for_cached in YAML backend 2019-09-12T08:28:55.018 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.022 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.025 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.028 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.032 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.035 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.038 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.042 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.045 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.049 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.052 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.055 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.059 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::delay_auth_decision with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.062 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::delay_auth_decision in YAML backend 2019-09-12T08:28:55.065 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.069 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.072 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.075 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.079 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.082 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.085 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.089 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.092 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.096 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.100 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.103 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.106 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::enforce_token_bind with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.110 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::enforce_token_bind in YAML backend 2019-09-12T08:28:55.113 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.116 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.120 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.124 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.127 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.130 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.134 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.137 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.141 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.144 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.148 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.151 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.154 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::hash_algorithms with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.157 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::hash_algorithms in YAML backend 2019-09-12T08:28:55.161 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.164 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.167 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.171 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.174 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.178 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.181 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.185 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.188 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.192 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.195 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.199 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.202 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::http_connect_timeout with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.206 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::http_connect_timeout in YAML backend 2019-09-12T08:28:55.209 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.212 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.215 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.219 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.222 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.225 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.229 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.232 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.235 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.247 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.251 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.255 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.258 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::http_request_max_retries with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.262 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::http_request_max_retries in YAML backend 2019-09-12T08:28:55.265 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.269 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.273 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.276 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.280 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.283 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.286 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.298 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.302 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.308 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.312 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.315 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.319 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::include_service_catalog with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.322 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::include_service_catalog in YAML backend 2019-09-12T08:28:55.326 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.329 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.332 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.336 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.339 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.343 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.346 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.349 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.352 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.356 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.359 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.362 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.366 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::keyfile with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.369 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::keyfile in YAML backend 2019-09-12T08:28:55.372 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.376 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.379 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.383 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.386 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.390 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.393 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.396 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.399 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.403 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.406 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.410 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.413 Debug: 2019-09-12 08:28:53 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcache_pool_conn_get_timeout with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.417 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking up fm::keystone::authtoken::memcache_pool_conn_get_timeout in YAML backend 2019-09-12T08:28:55.421 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.424 Debug: 2019-09-12 08:28:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.427 Debug: 2019-09-12 08:28:53 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.431 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.434 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.437 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.441 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.444 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.447 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.451 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.454 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.457 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.460 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcache_pool_dead_retry with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.463 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::memcache_pool_dead_retry in YAML backend 2019-09-12T08:28:55.467 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.470 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.473 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.477 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.481 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.484 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.487 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.491 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.494 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.497 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.501 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.504 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.507 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcache_pool_maxsize with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.511 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::memcache_pool_maxsize in YAML backend 2019-09-12T08:28:55.514 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.517 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.521 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.524 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.528 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.531 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.535 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.539 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.542 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.545 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.549 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.552 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.555 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcache_pool_socket_timeout with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.558 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::memcache_pool_socket_timeout in YAML backend 2019-09-12T08:28:55.562 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.565 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.568 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.572 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.575 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.578 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.581 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.585 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.589 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.592 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.596 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.599 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.602 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcache_pool_unused_timeout with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.606 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::memcache_pool_unused_timeout in YAML backend 2019-09-12T08:28:55.609 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.612 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.615 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.619 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.622 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.625 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.629 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.632 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.635 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.638 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.642 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.645 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.648 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcache_secret_key with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.652 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::memcache_secret_key in YAML backend 2019-09-12T08:28:55.656 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.659 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.663 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.666 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.670 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.673 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.678 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.682 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.685 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.692 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.696 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.699 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.702 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcache_security_strategy with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.706 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::memcache_security_strategy in YAML backend 2019-09-12T08:28:55.709 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.712 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.715 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.719 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.722 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.725 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.729 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.732 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.735 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.738 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.742 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.747 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.750 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcache_use_advanced_pool with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.754 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::memcache_use_advanced_pool in YAML backend 2019-09-12T08:28:55.757 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.761 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.764 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.767 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.771 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.774 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.777 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.780 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.784 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.787 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.790 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.794 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.797 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::memcached_servers with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.800 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::memcached_servers in YAML backend 2019-09-12T08:28:55.803 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.807 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.810 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.813 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.816 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.820 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.823 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.826 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.830 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.834 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.837 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.841 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.844 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::manage_memcache_package with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.847 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::manage_memcache_package in YAML backend 2019-09-12T08:28:55.851 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.854 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.857 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.861 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.864 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.867 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.870 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.874 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.877 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.880 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.884 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.887 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.891 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::region_name with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.894 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::region_name in YAML backend 2019-09-12T08:28:55.897 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.900 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.904 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.907 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.911 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.914 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.917 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.921 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.924 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.927 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.931 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.934 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.937 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::revocation_cache_time with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.941 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::revocation_cache_time in YAML backend 2019-09-12T08:28:55.946 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.950 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:55.953 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:55.956 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:55.960 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:55.963 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:55.967 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:55.970 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:55.974 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:55.978 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:55.981 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:55.984 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:55.988 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::keystone::authtoken::token_cache_time with options {:variables=>Scope(Class[Fm::Keystone::Authtoken]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:55.991 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::keystone::authtoken::token_cache_time in YAML backend 2019-09-12T08:28:55.994 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:55.998 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.001 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.004 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.008 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.011 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.014 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.018 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.021 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.025 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.028 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.031 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.035 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::package_ensure with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.038 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::package_ensure in YAML backend 2019-09-12T08:28:56.041 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.044 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.047 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.051 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.054 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.057 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.060 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.063 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.067 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.070 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.073 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.076 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.080 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::debug with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.083 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::debug in YAML backend 2019-09-12T08:28:56.086 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.089 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.092 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.095 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.098 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.101 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.105 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.108 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.111 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.114 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.117 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.120 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.124 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::use_syslog with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.127 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::use_syslog in YAML backend 2019-09-12T08:28:56.130 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.134 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.137 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.140 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.144 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.147 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.150 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.153 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.157 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.160 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.163 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.167 Debug: 2019-09-12 08:28:54 +0000 hiera(): Found fm::use_syslog in personality 2019-09-12T08:28:56.170 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::use_stderr with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.174 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::use_stderr in YAML backend 2019-09-12T08:28:56.177 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.181 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.184 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.188 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.191 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.195 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.198 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.201 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.205 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.208 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.211 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.214 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.217 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::log_facility with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.221 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::log_facility in YAML backend 2019-09-12T08:28:56.224 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.227 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.230 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.234 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.237 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.240 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.247 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.250 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.254 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.257 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.261 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.264 Debug: 2019-09-12 08:28:54 +0000 hiera(): Found fm::log_facility in personality 2019-09-12T08:28:56.267 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::log_dir with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.271 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::log_dir in YAML backend 2019-09-12T08:28:56.274 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.277 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.281 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.284 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.287 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.290 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.294 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.297 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.300 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.304 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.307 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.310 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.314 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::database_connection with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.317 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::database_connection in YAML backend 2019-09-12T08:28:56.321 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.325 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.328 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.331 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.335 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.338 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.341 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.345 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.348 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.351 Debug: 2019-09-12 08:28:54 +0000 hiera(): Found fm::database_connection in secure_static 2019-09-12T08:28:56.354 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::database_idle_timeout with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.358 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::database_idle_timeout in YAML backend 2019-09-12T08:28:56.361 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.364 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.368 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.371 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.374 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.378 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.381 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.384 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.388 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.391 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.394 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.398 Debug: 2019-09-12 08:28:54 +0000 hiera(): Found fm::database_idle_timeout in personality 2019-09-12T08:28:56.401 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::database_min_pool_size with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.404 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::database_min_pool_size in YAML backend 2019-09-12T08:28:56.408 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.411 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.415 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.418 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.421 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.425 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.428 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.431 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.434 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.437 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.440 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.444 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.447 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::database_max_pool_size with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.450 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::database_max_pool_size in YAML backend 2019-09-12T08:28:56.453 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.456 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.459 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.463 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.466 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.470 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.473 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.477 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.480 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.483 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.486 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.489 Debug: 2019-09-12 08:28:54 +0000 hiera(): Found fm::database_max_pool_size in personality 2019-09-12T08:28:56.496 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::database_max_retries with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.500 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking up fm::database_max_retries in YAML backend 2019-09-12T08:28:56.504 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.507 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.511 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.514 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.517 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.520 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.523 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.527 Debug: 2019-09-12 08:28:54 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.530 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.533 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.537 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.540 Debug: 2019-09-12 08:28:54 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.543 Debug: 2019-09-12 08:28:54 +0000 Performing a hiera indirector lookup of fm::database_retry_interval with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.547 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::database_retry_interval in YAML backend 2019-09-12T08:28:56.550 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.554 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.557 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.561 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.564 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.567 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.571 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.574 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.578 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.582 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.589 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.594 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.600 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::database_max_overflow with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.604 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::database_max_overflow in YAML backend 2019-09-12T08:28:56.608 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.616 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.624 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.632 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.641 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.647 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.651 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.654 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.661 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.665 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.668 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.671 Debug: 2019-09-12 08:28:55 +0000 hiera(): Found fm::database_max_overflow in personality 2019-09-12T08:28:56.675 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::event_log_max_size with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.678 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::event_log_max_size in YAML backend 2019-09-12T08:28:56.681 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.685 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.688 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.691 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.694 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.698 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.701 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.704 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.708 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.711 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.714 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.717 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.720 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::system_name with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.724 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::system_name in YAML backend 2019-09-12T08:28:56.728 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.731 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.734 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.738 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.742 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.746 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.749 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.752 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.755 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.759 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.762 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.765 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.768 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::region_name with options {:variables=>Scope(Class[Fm]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.771 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::region_name in YAML backend 2019-09-12T08:28:56.775 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.778 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.782 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.785 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.788 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.791 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.794 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.798 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.801 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.804 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.807 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.811 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.814 Debug: 2019-09-12 08:28:55 +0000 importing '/usr/share/puppet/modules/fm/manifests/logging.pp' in environment production 2019-09-12T08:28:56.817 Debug: 2019-09-12 08:28:55 +0000 Automatically imported fm::logging from fm/logging into production 2019-09-12T08:28:56.820 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::use_syslog with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.824 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::use_syslog in YAML backend 2019-09-12T08:28:56.827 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.830 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.833 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.837 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.840 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.843 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.847 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.850 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.853 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.856 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.860 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.863 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.866 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::use_stderr with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.869 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::use_stderr in YAML backend 2019-09-12T08:28:56.872 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.876 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.879 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.882 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.886 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.889 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.892 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.895 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.898 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.902 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.906 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.909 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.912 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::log_facility with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.916 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::log_facility in YAML backend 2019-09-12T08:28:56.920 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.923 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.926 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.929 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.934 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.938 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.941 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.944 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.949 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:56.952 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:56.956 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:56.959 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:56.963 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::log_dir with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:56.966 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::log_dir in YAML backend 2019-09-12T08:28:56.969 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:56.973 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:56.976 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:56.979 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:56.982 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:56.985 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:56.989 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:56.993 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:56.996 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.000 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.004 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.007 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.011 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::debug with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.015 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::debug in YAML backend 2019-09-12T08:28:57.018 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.022 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.025 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.034 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.037 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.040 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.044 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.047 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.050 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.054 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.057 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.060 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.063 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::logging_context_format_string with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.066 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::logging_context_format_string in YAML backend 2019-09-12T08:28:57.070 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.073 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.076 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.080 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.083 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.086 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.090 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.093 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.096 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.100 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.103 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.106 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.110 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::logging_default_format_string with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.113 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::logging_default_format_string in YAML backend 2019-09-12T08:28:57.117 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.120 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.123 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.127 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.130 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.133 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.136 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.140 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.143 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.146 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.149 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.153 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.156 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::logging_debug_format_suffix with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.160 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::logging_debug_format_suffix in YAML backend 2019-09-12T08:28:57.163 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.166 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.169 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.173 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.176 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.179 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.182 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.185 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.189 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.192 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.195 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.198 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.201 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::logging_exception_prefix with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.205 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::logging_exception_prefix in YAML backend 2019-09-12T08:28:57.208 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.211 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.215 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.218 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.221 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.225 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.228 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.231 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.234 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.237 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.240 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.244 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.247 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::log_config_append with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.251 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::log_config_append in YAML backend 2019-09-12T08:28:57.254 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.257 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.261 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.264 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.267 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.271 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.274 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.278 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.281 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.284 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.288 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.291 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.294 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::default_log_levels with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.298 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::default_log_levels in YAML backend 2019-09-12T08:28:57.301 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.305 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.308 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.311 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.314 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.318 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.321 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.324 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.327 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.330 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.333 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.336 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.339 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::publish_errors with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.342 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::publish_errors in YAML backend 2019-09-12T08:28:57.346 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.349 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.352 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.355 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.358 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.362 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.365 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.368 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.371 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.374 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.377 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.380 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.383 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::fatal_deprecations with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.387 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::fatal_deprecations in YAML backend 2019-09-12T08:28:57.390 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.394 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.397 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.401 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.404 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.408 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.412 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.416 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.421 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.424 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.428 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.431 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.436 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::instance_format with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.439 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::instance_format in YAML backend 2019-09-12T08:28:57.443 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.448 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.452 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.455 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.462 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.465 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.468 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.471 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.475 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.478 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.482 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.485 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.488 Debug: 2019-09-12 08:28:55 +0000 Performing a hiera indirector lookup of fm::logging::instance_uuid_format with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.493 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking up fm::logging::instance_uuid_format in YAML backend 2019-09-12T08:28:57.499 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.503 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.506 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.509 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.513 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.516 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.519 Debug: 2019-09-12 08:28:55 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.522 Debug: 2019-09-12 08:28:55 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.526 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.529 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.532 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.535 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.538 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::logging::log_date_format with options {:variables=>Scope(Class[Fm::Logging]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.542 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::logging::log_date_format in YAML backend 2019-09-12T08:28:57.545 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.548 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.551 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.555 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.558 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.561 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.564 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.567 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.571 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.574 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.577 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.580 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.583 Debug: 2019-09-12 08:28:56 +0000 importing '/usr/share/puppet/modules/fm/manifests/db/postgresql.pp' in environment production 2019-09-12T08:28:57.586 Debug: 2019-09-12 08:28:56 +0000 Automatically imported fm::db::postgresql from fm/db/postgresql into production 2019-09-12T08:28:57.589 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::db::postgresql::password with options {:variables=>Scope(Class[Fm::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.593 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::db::postgresql::password in YAML backend 2019-09-12T08:28:57.596 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.599 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.602 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.605 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.608 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.611 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.614 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.618 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.621 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.624 Debug: 2019-09-12 08:28:56 +0000 hiera(): Found fm::db::postgresql::password in secure_static 2019-09-12T08:28:57.627 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::db::postgresql::dbname with options {:variables=>Scope(Class[Fm::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.631 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::db::postgresql::dbname in YAML backend 2019-09-12T08:28:57.634 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.638 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.641 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.644 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.647 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.651 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.654 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.657 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.660 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.664 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.667 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.670 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.673 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::db::postgresql::user with options {:variables=>Scope(Class[Fm::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.677 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::db::postgresql::user in YAML backend 2019-09-12T08:28:57.680 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.684 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.687 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.690 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.693 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.697 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.700 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.703 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.706 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.711 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.716 Debug: 2019-09-12 08:28:56 +0000 hiera(): Found fm::db::postgresql::user in static 2019-09-12T08:28:57.720 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::db::postgresql::encoding with options {:variables=>Scope(Class[Fm::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.724 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::db::postgresql::encoding in YAML backend 2019-09-12T08:28:57.728 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.732 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.737 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.741 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.745 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.749 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.753 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.757 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.761 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.764 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.769 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.772 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.776 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::db::postgresql::privileges with options {:variables=>Scope(Class[Fm::Db::Postgresql]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.785 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::db::postgresql::privileges in YAML backend 2019-09-12T08:28:57.788 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.792 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.796 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.800 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.804 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.808 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.812 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.815 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.819 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.823 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.827 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.832 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.836 Debug: 2019-09-12 08:28:56 +0000 importing '/usr/share/puppet/modules/fm/manifests/keystone/auth.pp' in environment production 2019-09-12T08:28:57.840 Debug: 2019-09-12 08:28:56 +0000 Automatically imported fm::keystone::auth from fm/keystone/auth into production 2019-09-12T08:28:57.845 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::password with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.848 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::password in YAML backend 2019-09-12T08:28:57.851 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.854 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.857 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.861 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.864 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.867 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.870 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.873 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.876 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.880 Debug: 2019-09-12 08:28:56 +0000 hiera(): Found fm::keystone::auth::password in secure_static 2019-09-12T08:28:57.883 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::auth_name with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.887 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::auth_name in YAML backend 2019-09-12T08:28:57.891 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.894 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.897 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.901 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.904 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.908 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.911 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.915 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.919 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.922 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.926 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.929 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.932 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::email with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.936 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::email in YAML backend 2019-09-12T08:28:57.939 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.942 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.945 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.949 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.952 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:57.955 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:57.958 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:57.961 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:57.965 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:57.968 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:57.971 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:57.975 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:57.978 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::tenant with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:57.981 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::tenant in YAML backend 2019-09-12T08:28:57.984 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:57.987 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:57.991 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:57.994 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:57.997 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.000 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.003 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.006 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.010 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.013 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.016 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.019 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.022 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::configure_endpoint with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.026 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::configure_endpoint in YAML backend 2019-09-12T08:28:58.029 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.032 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.035 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.039 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.042 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.045 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.048 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.051 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.054 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.058 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.061 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.064 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.067 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::configure_user with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.070 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::configure_user in YAML backend 2019-09-12T08:28:58.074 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.077 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.080 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.083 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.087 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.091 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.095 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.099 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.102 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.106 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.110 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.114 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.118 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::configure_user_role with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.122 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::configure_user_role in YAML backend 2019-09-12T08:28:58.126 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.130 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.133 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.137 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.140 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.143 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.147 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.150 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.153 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.156 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.160 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.163 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.166 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::service_name with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.169 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::service_name in YAML backend 2019-09-12T08:28:58.173 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.176 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.179 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.182 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.185 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.189 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.192 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.195 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.198 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.201 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.204 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.208 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.211 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::service_type with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.214 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::service_type in YAML backend 2019-09-12T08:28:58.217 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.220 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.223 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.227 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.230 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.233 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.236 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.239 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.243 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.246 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.249 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.252 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.255 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::region with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.258 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::region in YAML backend 2019-09-12T08:28:58.262 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.265 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.268 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.271 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.274 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.278 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.281 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.284 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.287 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.290 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.293 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.297 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.300 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::public_url with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.303 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::public_url in YAML backend 2019-09-12T08:28:58.306 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.309 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.312 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.315 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.318 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.321 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.325 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.328 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.331 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.334 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.337 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.340 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.344 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::internal_url with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.347 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::internal_url in YAML backend 2019-09-12T08:28:58.350 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.353 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.357 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.361 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.365 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.369 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.373 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.379 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.382 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.386 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.389 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.393 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.397 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::keystone::auth::admin_url with options {:variables=>Scope(Class[Fm::Keystone::Auth]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.400 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking up fm::keystone::auth::admin_url in YAML backend 2019-09-12T08:28:58.404 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.407 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.410 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.414 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.417 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.420 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.424 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.427 Debug: 2019-09-12 08:28:56 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.430 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.433 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.436 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.440 Debug: 2019-09-12 08:28:56 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.443 Debug: 2019-09-12 08:28:56 +0000 importing '/usr/share/puppet/modules/fm/manifests/api.pp' in environment production 2019-09-12T08:28:58.446 Debug: 2019-09-12 08:28:56 +0000 Automatically imported fm::api from fm/api into production 2019-09-12T08:28:58.449 Debug: 2019-09-12 08:28:56 +0000 Performing a hiera indirector lookup of fm::api::manage_service with options {:variables=>Scope(Class[Fm::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.453 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::api::manage_service in YAML backend 2019-09-12T08:28:58.456 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.459 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.462 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.466 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.469 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.472 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.476 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.479 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.482 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.486 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.489 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.492 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.495 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of fm::api::enabled with options {:variables=>Scope(Class[Fm::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.499 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::api::enabled in YAML backend 2019-09-12T08:28:58.502 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.505 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.508 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.511 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.514 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.518 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.521 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.524 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.527 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.530 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.534 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.537 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.540 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of fm::api::package_ensure with options {:variables=>Scope(Class[Fm::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.543 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::api::package_ensure in YAML backend 2019-09-12T08:28:58.547 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.550 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.554 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.557 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.561 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.564 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.567 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.571 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.574 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.577 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.581 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.585 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.588 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of fm::api::port with options {:variables=>Scope(Class[Fm::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.591 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::api::port in YAML backend 2019-09-12T08:28:58.595 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.598 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.601 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.604 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.607 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.610 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.614 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.617 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.620 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.623 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.626 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.630 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.633 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of fm::api::service_name with options {:variables=>Scope(Class[Fm::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.636 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::api::service_name in YAML backend 2019-09-12T08:28:58.639 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.642 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.645 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.648 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.651 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.654 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.657 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.660 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.664 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.667 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.671 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.674 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.677 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of fm::api::auth_strategy with options {:variables=>Scope(Class[Fm::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.680 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::api::auth_strategy in YAML backend 2019-09-12T08:28:58.683 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.686 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.689 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.692 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.695 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.698 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.702 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.705 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.708 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.711 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.714 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.717 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.720 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of fm::api::enable_proxy_headers_parsing with options {:variables=>Scope(Class[Fm::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.723 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::api::enable_proxy_headers_parsing in YAML backend 2019-09-12T08:28:58.726 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.729 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.733 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.736 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.739 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.742 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.745 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.748 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.751 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.754 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.757 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.760 Debug: 2019-09-12 08:28:57 +0000 hiera(): Found fm::api::enable_proxy_headers_parsing in personality 2019-09-12T08:28:58.763 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of fm::api::paste_config with options {:variables=>Scope(Class[Fm::Api]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.766 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::api::paste_config in YAML backend 2019-09-12T08:28:58.769 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.773 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.776 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.779 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.782 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.785 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.789 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.792 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.795 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.798 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.802 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.805 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:58.809 Debug: 2019-09-12 08:28:57 +0000 importing '/usr/share/puppet/modules/fm/manifests/db/sync.pp' in environment production 2019-09-12T08:28:58.813 Debug: 2019-09-12 08:28:57 +0000 Automatically imported fm::db::sync from fm/db/sync into production 2019-09-12T08:28:58.817 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of fm::db::sync::user with options {:variables=>Scope(Class[Fm::Db::Sync]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.825 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up fm::db::sync::user in YAML backend 2019-09-12T08:28:58.828 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:58.831 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:58.834 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:58.837 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:58.841 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:58.844 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:58.847 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:58.850 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:58.853 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:58.857 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:58.860 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:58.863 Debug: 2019-09-12 08:28:57 +0000 hiera(): Found fm::db::sync::user in personality 2019-09-12T08:28:58.866 Debug: 2019-09-12 08:28:57 +0000 importing '/usr/share/puppet/modules/drbd/manifests/resource.pp' in environment production 2019-09-12T08:28:58.869 Debug: 2019-09-12 08:28:57 +0000 Automatically imported drbd::resource from drbd/resource into production 2019-09-12T08:28:58.872 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[local access as postgres user]: Adding default for database 2019-09-12T08:28:58.876 Debug: 2019-09-12 08:28:57 +0000 Scope(Postgresql::Server::Pg_hba_rule[local access as postgres user]): Retrieving template postgresql/pg_hba_rule.conf 2019-09-12T08:28:58.879 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.883 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Interpolated template /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.886 Debug: 2019-09-12 08:28:57 +0000 importing '/usr/share/openstack-puppet/modules/concat/manifests/fragment.pp' in environment production 2019-09-12T08:28:58.890 Debug: 2019-09-12 08:28:57 +0000 Automatically imported concat::fragment from concat/fragment into production 2019-09-12T08:28:58.893 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[local access to database with same name]: Adding default for database 2019-09-12T08:28:58.897 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[local access to database with same name]: Adding default for user 2019-09-12T08:28:58.901 Debug: 2019-09-12 08:28:57 +0000 Scope(Postgresql::Server::Pg_hba_rule[local access to database with same name]): Retrieving template postgresql/pg_hba_rule.conf 2019-09-12T08:28:58.904 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.907 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Interpolated template /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.911 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[allow localhost TCP access to postgresql user]: Adding default for database 2019-09-12T08:28:58.914 Debug: 2019-09-12 08:28:57 +0000 Scope(Postgresql::Server::Pg_hba_rule[allow localhost TCP access to postgresql user]): Retrieving template postgresql/pg_hba_rule.conf 2019-09-12T08:28:58.918 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.921 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Interpolated template /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.924 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[deny access to postgresql user]: Adding default for database 2019-09-12T08:28:58.928 Debug: 2019-09-12 08:28:57 +0000 Scope(Postgresql::Server::Pg_hba_rule[deny access to postgresql user]): Retrieving template postgresql/pg_hba_rule.conf 2019-09-12T08:28:58.931 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.935 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Interpolated template /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.938 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[allow access to all users]: Adding default for database 2019-09-12T08:28:58.942 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[allow access to all users]: Adding default for user 2019-09-12T08:28:58.945 Debug: 2019-09-12 08:28:57 +0000 Scope(Postgresql::Server::Pg_hba_rule[allow access to all users]): Retrieving template postgresql/pg_hba_rule.conf 2019-09-12T08:28:58.949 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.952 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Interpolated template /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.956 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[allow access to ipv6 localhost]: Adding default for database 2019-09-12T08:28:58.959 Debug: 2019-09-12 08:28:57 +0000 Postgresql::Server::Pg_hba_rule[allow access to ipv6 localhost]: Adding default for user 2019-09-12T08:28:58.962 Debug: 2019-09-12 08:28:57 +0000 Scope(Postgresql::Server::Pg_hba_rule[allow access to ipv6 localhost]): Retrieving template postgresql/pg_hba_rule.conf 2019-09-12T08:28:58.966 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.969 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Interpolated template /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.973 Debug: 2019-09-12 08:28:57 +0000 Scope(Postgresql::Server::Pg_hba_rule[postgresql class generated rule ipv4acls 0]): Retrieving template postgresql/pg_hba_rule.conf 2019-09-12T08:28:58.976 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.979 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Interpolated template /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:58.983 Debug: 2019-09-12 08:28:57 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/client.pp' in environment production 2019-09-12T08:28:58.986 Debug: 2019-09-12 08:28:57 +0000 Automatically imported postgresql::client from postgresql/client into production 2019-09-12T08:28:58.990 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of postgresql::client::file_ensure with options {:variables=>Scope(Class[Postgresql::Client]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:58.993 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up postgresql::client::file_ensure in YAML backend 2019-09-12T08:28:58.997 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:59.000 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:59.003 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:59.007 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:59.010 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:59.014 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:59.017 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:59.021 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:59.025 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:59.028 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:59.031 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:59.035 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:59.038 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of postgresql::client::validcon_script_path with options {:variables=>Scope(Class[Postgresql::Client]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:59.042 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up postgresql::client::validcon_script_path in YAML backend 2019-09-12T08:28:59.045 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:59.048 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:59.052 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:59.055 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:59.059 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:59.062 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:59.066 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:59.069 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:59.073 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:59.076 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:59.079 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:59.082 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:59.085 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of postgresql::client::package_name with options {:variables=>Scope(Class[Postgresql::Client]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:59.088 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up postgresql::client::package_name in YAML backend 2019-09-12T08:28:59.091 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:59.094 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:59.097 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:59.100 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:59.103 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:59.107 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:59.110 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:59.113 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:59.116 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:59.119 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:59.122 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:59.125 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:59.128 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of postgresql::client::package_ensure with options {:variables=>Scope(Class[Postgresql::Client]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:59.131 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up postgresql::client::package_ensure in YAML backend 2019-09-12T08:28:59.134 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:59.137 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:59.140 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:59.143 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:59.147 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:59.150 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:59.153 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:59.156 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:59.159 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:59.162 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:59.165 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:59.168 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:59.171 Debug: 2019-09-12 08:28:57 +0000 Scope(Postgresql::Server::Pg_hba_rule[postgres trusted local access]): Retrieving template postgresql/pg_hba_rule.conf 2019-09-12T08:28:59.174 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Bound template variables for /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:59.177 Debug: 2019-09-12 08:28:57 +0000 template[/usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf]: Interpolated template /usr/share/puppet/modules/postgresql/templates/pg_hba_rule.conf in 0.00 seconds 2019-09-12T08:28:59.180 Debug: 2019-09-12 08:28:57 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/db.pp' in environment production 2019-09-12T08:28:59.183 Debug: 2019-09-12 08:28:57 +0000 Automatically imported postgresql::server::db from postgresql/server/db into production 2019-09-12T08:28:59.186 Debug: 2019-09-12 08:28:57 +0000 importing '/usr/share/openstack-puppet/modules/oslo/manifests/params.pp' in environment production 2019-09-12T08:28:59.189 Debug: 2019-09-12 08:28:57 +0000 Automatically imported oslo::params from oslo/params into production 2019-09-12T08:28:59.193 Debug: 2019-09-12 08:28:57 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/lib/python.pp' in environment production 2019-09-12T08:28:59.196 Debug: 2019-09-12 08:28:57 +0000 Automatically imported postgresql::lib::python from postgresql/lib/python into production 2019-09-12T08:28:59.204 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of postgresql::lib::python::package_name with options {:variables=>Scope(Class[Postgresql::Lib::Python]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:59.209 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up postgresql::lib::python::package_name in YAML backend 2019-09-12T08:28:59.214 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:59.218 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:59.222 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:59.227 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:59.231 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:59.236 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:59.240 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:59.245 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:59.249 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:59.253 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:59.256 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:59.259 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:59.262 Debug: 2019-09-12 08:28:57 +0000 Performing a hiera indirector lookup of postgresql::lib::python::package_ensure with options {:variables=>Scope(Class[Postgresql::Lib::Python]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:59.265 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking up postgresql::lib::python::package_ensure in YAML backend 2019-09-12T08:28:59.268 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:59.272 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:59.275 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source host 2019-09-12T08:28:59.278 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:59.281 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:59.284 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:59.287 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source system 2019-09-12T08:28:59.291 Debug: 2019-09-12 08:28:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:59.294 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:59.297 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source static 2019-09-12T08:28:59.300 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:59.303 Debug: 2019-09-12 08:28:57 +0000 hiera(): Looking for data source global 2019-09-12T08:28:59.306 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_service[keystone::identity] was not determined to be defined 2019-09-12T08:28:59.310 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_service[keystone::identity] with params {"ensure"=>"present", "name"=>"keystone", "type"=>"identity", "description"=>"OpenStack Identity Service"} 2019-09-12T08:28:59.313 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_endpoint[RegionOne/keystone::identity] was not determined to be defined 2019-09-12T08:28:59.317 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_endpoint[RegionOne/keystone::identity] with params {"ensure"=>"present", "name"=>"keystone", "type"=>"identity", "region"=>"RegionOne", "public_url"=>"http://127.0.0.1:5000/v3", "admin_url"=>"http://127.0.0.1:5000/v3", "internal_url"=>"http://127.0.0.1:5000/v3"} 2019-09-12T08:28:59.320 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_user[barbican] was not determined to be defined 2019-09-12T08:28:59.323 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_user[barbican] with params {"ensure"=>"present", "enabled"=>true, "email"=>"barbican at localhost", "domain"=>:undef} 2019-09-12T08:28:59.326 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_service[barbican::key-manager] was not determined to be defined 2019-09-12T08:28:59.330 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_service[barbican::key-manager] with params {"ensure"=>"present", "name"=>"barbican", "type"=>"key-manager", "description"=>"Key management Service"} 2019-09-12T08:28:59.333 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_endpoint[RegionOne/barbican::key-manager] was not determined to be defined 2019-09-12T08:28:59.336 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_endpoint[RegionOne/barbican::key-manager] with params {"ensure"=>"present", "name"=>"barbican", "type"=>"key-manager", "region"=>"RegionOne", "public_url"=>"http://127.0.0.1:9311", "admin_url"=>"http://127.0.0.1:9311", "internal_url"=>"http://127.0.0.1:9311"} 2019-09-12T08:28:59.339 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_user[sysinv] was not determined to be defined 2019-09-12T08:28:59.343 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_user[sysinv] with params {"ensure"=>"present", "enabled"=>true, "email"=>"sysinv at localhost", "domain"=>:undef} 2019-09-12T08:28:59.346 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_role[admin] was not determined to be defined 2019-09-12T08:28:59.349 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_role[admin] with params {"ensure"=>"present"} not created because it already exists 2019-09-12T08:28:59.352 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_user_role[sysinv at services] was not determined to be defined 2019-09-12T08:28:59.356 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_user_role[sysinv at services] with params {"ensure"=>"present", "roles"=>["admin"]} 2019-09-12T08:28:59.359 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_service[sysinv::platform] was not determined to be defined 2019-09-12T08:28:59.363 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_service[sysinv::platform] with params {"ensure"=>"present", "name"=>"sysinv", "type"=>"platform", "description"=>"SysInvService"} 2019-09-12T08:28:59.366 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_endpoint[RegionOne/sysinv::platform] was not determined to be defined 2019-09-12T08:28:59.369 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_endpoint[RegionOne/sysinv::platform] with params {"ensure"=>"present", "name"=>"sysinv", "type"=>"platform", "region"=>"RegionOne", "public_url"=>"http://127.0.0.1:6385/v1", "admin_url"=>"http://127.0.0.1:6385/v1", "internal_url"=>"http://127.0.0.1:6385/v1"} 2019-09-12T08:28:59.372 Debug: 2019-09-12 08:28:58 +0000 Performing a hiera indirector lookup of platform::filesystem::params::vg_name with options {:variables=>Scope(Class[Platform::Filesystem::Params]), :merge=>#>, @value_type=#]>>>]>, @options={}>} 2019-09-12T08:28:59.376 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking up platform::filesystem::params::vg_name in YAML backend 2019-09-12T08:28:59.379 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking for data source runtime 2019-09-12T08:28:59.382 Debug: 2019-09-12 08:28:58 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:28:59.385 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking for data source host 2019-09-12T08:28:59.389 Debug: 2019-09-12 08:28:58 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:28:59.392 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:28:59.395 Debug: 2019-09-12 08:28:58 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:28:59.398 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking for data source system 2019-09-12T08:28:59.401 Debug: 2019-09-12 08:28:58 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:28:59.405 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:28:59.408 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking for data source static 2019-09-12T08:28:59.411 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking for data source personality 2019-09-12T08:28:59.414 Debug: 2019-09-12 08:28:58 +0000 hiera(): Looking for data source global 2019-09-12T08:28:59.417 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_user[fm] was not determined to be defined 2019-09-12T08:28:59.421 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_user[fm] with params {"ensure"=>"present", "enabled"=>true, "email"=>"fm at localhost", "domain"=>:undef} 2019-09-12T08:28:59.424 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_role[admin] was not determined to be defined 2019-09-12T08:28:59.427 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_role[admin] with params {"ensure"=>"present"} not created because it already exists 2019-09-12T08:28:59.430 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_user_role[fm at services] was not determined to be defined 2019-09-12T08:28:59.434 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_user_role[fm at services] with params {"ensure"=>"present", "roles"=>["admin"]} 2019-09-12T08:28:59.437 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_service[fm::faultmanagement] was not determined to be defined 2019-09-12T08:28:59.440 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_service[fm::faultmanagement] with params {"ensure"=>"present", "name"=>"fm", "type"=>"faultmanagement", "description"=>"Fault Management Service"} 2019-09-12T08:28:59.443 Debug: 2019-09-12 08:28:58 +0000 Resource keystone_endpoint[RegionOne/fm::faultmanagement] was not determined to be defined 2019-09-12T08:28:59.447 Debug: 2019-09-12 08:28:58 +0000 Create new resource keystone_endpoint[RegionOne/fm::faultmanagement] with params {"ensure"=>"present", "name"=>"fm", "type"=>"faultmanagement", "region"=>"RegionOne", "public_url"=>"http://127.0.0.1:18002", "admin_url"=>"http://127.0.0.1:18002", "internal_url"=>"http://127.0.0.1:18002"} 2019-09-12T08:28:59.450 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-pgsql]): Retrieving template drbd/header.res.erb 2019-09-12T08:28:59.454 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.457 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.460 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-pgsql]): Retrieving template drbd/primary-resource.res.erb 2019-09-12T08:28:59.464 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.467 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.471 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-pgsql]): Retrieving template drbd/secondary-resource.res.erb 2019-09-12T08:28:59.474 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.478 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.481 Debug: 2019-09-12 08:28:58 +0000 importing '/usr/share/puppet/modules/drbd/manifests/resource/enable.pp' in environment production 2019-09-12T08:28:59.485 Debug: 2019-09-12 08:28:58 +0000 Automatically imported drbd::resource::enable from drbd/resource/enable into production 2019-09-12T08:28:59.488 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-rabbit]): Retrieving template drbd/header.res.erb 2019-09-12T08:28:59.491 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.495 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.498 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-rabbit]): Retrieving template drbd/primary-resource.res.erb 2019-09-12T08:28:59.501 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.505 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.508 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-rabbit]): Retrieving template drbd/secondary-resource.res.erb 2019-09-12T08:28:59.511 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.515 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.518 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-platform]): Retrieving template drbd/header.res.erb 2019-09-12T08:28:59.522 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.525 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.528 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-platform]): Retrieving template drbd/primary-resource.res.erb 2019-09-12T08:28:59.531 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.535 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.538 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-platform]): Retrieving template drbd/secondary-resource.res.erb 2019-09-12T08:28:59.541 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.545 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.548 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-extension]): Retrieving template drbd/header.res.erb 2019-09-12T08:28:59.551 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.555 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.558 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-extension]): Retrieving template drbd/primary-resource.res.erb 2019-09-12T08:28:59.561 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.564 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.568 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-extension]): Retrieving template drbd/secondary-resource.res.erb 2019-09-12T08:28:59.571 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.575 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.578 Debug: 2019-09-12 08:28:58 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/database.pp' in environment production 2019-09-12T08:28:59.582 Debug: 2019-09-12 08:28:58 +0000 Automatically imported postgresql::server::database from postgresql/server/database into production 2019-09-12T08:28:59.585 Debug: 2019-09-12 08:28:58 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/database_grant.pp' in environment production 2019-09-12T08:28:59.589 Debug: 2019-09-12 08:28:58 +0000 Automatically imported postgresql::server::database_grant from postgresql/server/database_grant into production 2019-09-12T08:28:59.592 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-etcd]): Retrieving template drbd/header.res.erb 2019-09-12T08:28:59.595 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.599 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.602 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-etcd]): Retrieving template drbd/primary-resource.res.erb 2019-09-12T08:28:59.606 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.609 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.612 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-etcd]): Retrieving template drbd/secondary-resource.res.erb 2019-09-12T08:28:59.616 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.619 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.622 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-dockerdistribution]): Retrieving template drbd/header.res.erb 2019-09-12T08:28:59.626 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.629 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/header.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/header.res.erb in 0.00 seconds 2019-09-12T08:28:59.632 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-dockerdistribution]): Retrieving template drbd/primary-resource.res.erb 2019-09-12T08:28:59.635 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.638 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/primary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/primary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.642 Debug: 2019-09-12 08:28:58 +0000 Scope(Drbd::Resource[drbd-dockerdistribution]): Retrieving template drbd/secondary-resource.res.erb 2019-09-12T08:28:59.645 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Bound template variables for /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.648 Debug: 2019-09-12 08:28:58 +0000 template[/usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb]: Interpolated template /usr/share/puppet/modules/drbd/templates/secondary-resource.res.erb in 0.00 seconds 2019-09-12T08:28:59.651 Debug: 2019-09-12 08:28:58 +0000 importing '/usr/share/puppet/modules/drbd/manifests/resource/up.pp' in environment production 2019-09-12T08:28:59.655 Debug: 2019-09-12 08:28:58 +0000 Automatically imported drbd::resource::up from drbd/resource/up into production 2019-09-12T08:28:59.659 Debug: 2019-09-12 08:28:58 +0000 importing '/usr/share/puppet/modules/postgresql/manifests/server/grant.pp' in environment production 2019-09-12T08:28:59.662 Debug: 2019-09-12 08:28:58 +0000 Automatically imported postgresql::server::grant from postgresql/server/grant into production 2019-09-12T08:28:59.665 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[platform::networking] to Anchor[platform::services] with 'before' 2019-09-12T08:28:59.668 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Group[sys_protected] to User[sysadmin] with 'before' 2019-09-12T08:28:59.672 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[stop-openldap] to Exec[update-slapd-conf] with 'before' 2019-09-12T08:28:59.675 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[update-slapd-conf] to Service[nscd] with 'before' 2019-09-12T08:28:59.679 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Service[nscd] to Service[nslcd] with 'before' 2019-09-12T08:28:59.682 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Service[nslcd] to Service[openldap] with 'before' 2019-09-12T08:28:59.685 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Service[openldap] to Exec[slapd-convert-config] with 'before' 2019-09-12T08:28:59.689 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[slapd-convert-config] to Exec[slapd-conf-move-backup] with 'before' 2019-09-12T08:28:59.692 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from File[/etc/nslcd.conf] to Service[nslcd] with 'before' 2019-09-12T08:28:59.695 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Platform::Ldap::Server::Local] to Class[Platform::Ldap::Bootstrap] with 'before' 2019-09-12T08:28:59.698 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[populate initial ldap configuration] to Exec[create ldap admin user] with 'before' 2019-09-12T08:28:59.702 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[create ldap admin user] to Exec[create ldap operator user] with 'before' 2019-09-12T08:28:59.705 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[create ldap operator user] to Exec[create ldap protected group] with 'before' 2019-09-12T08:28:59.714 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[create ldap protected group] to Exec[add admin to sys_protected protected group] with 'before' 2019-09-12T08:28:59.717 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[add admin to sys_protected protected group] to Exec[add operator to sys_protected protected group] with 'before' 2019-09-12T08:28:59.720 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[add operator to sys_protected protected group] to File[/tmp/ldap.cgcs-shell.ldif] with 'before' 2019-09-12T08:28:59.724 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from File[/tmp/ldap.cgcs-shell.ldif] to Exec[ldap cgcs-cli shell update] with 'before' 2019-09-12T08:28:59.727 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Platform::Drbd::Pgsql] to Class[Platform::Postgresql::Bootstrap] with 'before' 2019-09-12T08:28:59.730 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[Empty pg dir] to Exec[Create pg datadir] with 'before' 2019-09-12T08:28:59.733 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[Create pg datadir] to Exec[Change pg dir permissions] with 'before' 2019-09-12T08:28:59.736 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[Change pg dir permissions] to File_line[allow sudo with no tty] with 'before' 2019-09-12T08:28:59.739 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from File_line[allow sudo with no tty] to Exec[Create pg database] with 'before' 2019-09-12T08:28:59.743 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[Create pg database] to Exec[Move Config files] with 'before' 2019-09-12T08:28:59.746 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Exec[Move Config files] to Class[Postgresql::Globals] with 'before' 2019-09-12T08:28:59.749 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[postgresql::server::start] to Class[Postgresql::Server::Install] with 'before' 2019-09-12T08:28:59.752 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Postgresql::Server::Install] to Class[Postgresql::Server::Initdb] with 'before' 2019-09-12T08:28:59.756 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Postgresql::Server::Initdb] to Class[Postgresql::Server::Config] with 'before' 2019-09-12T08:28:59.760 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Postgresql::Server::Config] to Class[Postgresql::Server::Service] with 'before' 2019-09-12T08:28:59.763 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Postgresql::Server::Service] to Class[Postgresql::Server::Passwd] with 'before' 2019-09-12T08:28:59.766 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Postgresql::Server::Passwd] to Anchor[postgresql::server::end] with 'before' 2019-09-12T08:28:59.769 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Postgresql::Globals] to Class[Postgresql::Server] with 'before' 2019-09-12T08:28:59.773 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Platform::Drbd::Rabbit] to Class[Platform::Amqp::Bootstrap] with 'before' 2019-09-12T08:28:59.776 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from File[/etc/systemd/system/rabbitmq-server.service.d] to File[/etc/systemd/system/rabbitmq-server.service.d/limits.conf] with 'before' 2019-09-12T08:28:59.779 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[rabbitmq::begin] to Class[Rabbitmq::Install] with 'before' 2019-09-12T08:28:59.783 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Rabbitmq::Install] to Class[Rabbitmq::Config] with 'before' 2019-09-12T08:28:59.786 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Rabbitmq::Config] to Class[Rabbitmq::Service] with 'notify' 2019-09-12T08:28:59.789 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Rabbitmq::Service] to Class[Rabbitmq::Management] with 'before' 2019-09-12T08:28:59.792 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Rabbitmq::Management] to Anchor[rabbitmq::end] with 'before' 2019-09-12T08:28:59.796 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from File[/var/lib/rabbitmq/19.09] to Class[Rabbitmq] with 'before' 2019-09-12T08:28:59.799 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::install::begin] to Package[keystone] with 'before' 2019-09-12T08:28:59.802 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Package[keystone] to Anchor[keystone::install::end] with 'notify' 2019-09-12T08:28:59.805 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::install::end] to Anchor[keystone::config::begin] with 'before' 2019-09-12T08:28:59.808 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/admin_token] with 'before' 2019-09-12T08:28:59.811 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/member_role_id] with 'before' 2019-09-12T08:28:59.815 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/member_role_name] with 'before' 2019-09-12T08:28:59.818 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[paste_deploy/config_file] with 'before' 2019-09-12T08:28:59.821 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/public_endpoint] with 'before' 2019-09-12T08:28:59.824 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/admin_endpoint] with 'before' 2019-09-12T08:28:59.827 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[token/driver] with 'before' 2019-09-12T08:28:59.830 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[token/expiration] with 'before' 2019-09-12T08:28:59.834 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[revoke/driver] with 'before' 2019-09-12T08:28:59.837 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[policy/driver] with 'before' 2019-09-12T08:28:59.840 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[memcache/dead_retry] with 'before' 2019-09-12T08:28:59.844 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[memcache/pool_maxsize] with 'before' 2019-09-12T08:28:59.847 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[memcache/pool_unused_timeout] with 'before' 2019-09-12T08:28:59.850 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[memcache/servers] with 'before' 2019-09-12T08:28:59.854 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[memcache/socket_timeout] with 'before' 2019-09-12T08:28:59.857 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[token/caching] with 'before' 2019-09-12T08:28:59.860 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[catalog/driver] with 'before' 2019-09-12T08:28:59.863 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[catalog/template_file] with 'before' 2019-09-12T08:28:59.867 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[token/provider] with 'before' 2019-09-12T08:28:59.870 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/max_token_size] with 'before' 2019-09-12T08:28:59.873 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/notification_format] with 'before' 2019-09-12T08:28:59.876 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[fernet_tokens/key_repository] with 'before' 2019-09-12T08:28:59.879 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[fernet_receipts/key_repository] with 'before' 2019-09-12T08:28:59.883 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[token/revoke_by_id] with 'before' 2019-09-12T08:28:59.886 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[fernet_tokens/max_active_keys] with 'before' 2019-09-12T08:28:59.889 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[fernet_receipts/max_active_keys] with 'before' 2019-09-12T08:28:59.892 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[credential/key_repository] with 'before' 2019-09-12T08:28:59.895 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/debug] with 'before' 2019-09-12T08:28:59.898 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/log_config_append] with 'before' 2019-09-12T08:28:59.902 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/log_date_format] with 'before' 2019-09-12T08:28:59.905 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/log_file] with 'before' 2019-09-12T08:28:59.908 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/log_dir] with 'before' 2019-09-12T08:28:59.911 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/watch_log_file] with 'before' 2019-09-12T08:28:59.914 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/use_syslog] with 'before' 2019-09-12T08:28:59.918 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/syslog_log_facility] with 'before' 2019-09-12T08:28:59.921 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/use_stderr] with 'before' 2019-09-12T08:28:59.924 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/logging_context_format_string] with 'before' 2019-09-12T08:28:59.928 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/logging_default_format_string] with 'before' 2019-09-12T08:28:59.931 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/logging_debug_format_suffix] with 'before' 2019-09-12T08:28:59.935 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/logging_exception_prefix] with 'before' 2019-09-12T08:28:59.938 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/logging_user_identity_format] with 'before' 2019-09-12T08:28:59.941 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/default_log_levels] with 'before' 2019-09-12T08:28:59.944 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/publish_errors] with 'before' 2019-09-12T08:28:59.947 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/instance_format] with 'before' 2019-09-12T08:28:59.951 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/instance_uuid_format] with 'before' 2019-09-12T08:28:59.954 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/fatal_deprecations] with 'before' 2019-09-12T08:28:59.957 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_policy/policy_file] with 'before' 2019-09-12T08:28:59.961 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_policy/policy_default_rule] with 'before' 2019-09-12T08:28:59.964 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_policy/policy_dirs] with 'before' 2019-09-12T08:28:59.967 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/sqlite_synchronous] with 'before' 2019-09-12T08:28:59.971 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/backend] with 'before' 2019-09-12T08:28:59.974 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/connection] with 'before' 2019-09-12T08:28:59.978 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/slave_connection] with 'before' 2019-09-12T08:28:59.981 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/mysql_sql_mode] with 'before' 2019-09-12T08:28:59.984 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/idle_timeout] with 'before' 2019-09-12T08:28:59.987 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/min_pool_size] with 'before' 2019-09-12T08:28:59.990 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/max_pool_size] with 'before' 2019-09-12T08:28:59.994 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/max_retries] with 'before' 2019-09-12T08:28:59.997 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/retry_interval] with 'before' 2019-09-12T08:29:00.001 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/max_overflow] with 'before' 2019-09-12T08:29:00.004 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/connection_debug] with 'before' 2019-09-12T08:29:00.008 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/connection_trace] with 'before' 2019-09-12T08:29:00.012 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/pool_timeout] with 'before' 2019-09-12T08:29:00.015 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/use_db_reconnect] with 'before' 2019-09-12T08:29:00.019 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/db_retry_interval] with 'before' 2019-09-12T08:29:00.022 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/db_inc_retry_interval] with 'before' 2019-09-12T08:29:00.025 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/db_max_retry_interval] with 'before' 2019-09-12T08:29:00.028 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/db_max_retries] with 'before' 2019-09-12T08:29:00.031 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[database/use_tpool] with 'before' 2019-09-12T08:29:00.035 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/config_prefix] with 'before' 2019-09-12T08:29:00.038 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/expiration_time] with 'before' 2019-09-12T08:29:00.041 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/backend] with 'before' 2019-09-12T08:29:00.045 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/backend_argument] with 'before' 2019-09-12T08:29:00.048 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/proxies] with 'before' 2019-09-12T08:29:00.051 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/enabled] with 'before' 2019-09-12T08:29:00.055 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/debug_cache_backend] with 'before' 2019-09-12T08:29:00.058 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/memcache_servers] with 'before' 2019-09-12T08:29:00.062 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/memcache_dead_retry] with 'before' 2019-09-12T08:29:00.065 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/memcache_socket_timeout] with 'before' 2019-09-12T08:29:00.069 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/memcache_pool_maxsize] with 'before' 2019-09-12T08:29:00.072 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/memcache_pool_unused_timeout] with 'before' 2019-09-12T08:29:00.075 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[cache/memcache_pool_connection_get_timeout] with 'before' 2019-09-12T08:29:00.079 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_middleware/max_request_body_size] with 'before' 2019-09-12T08:29:00.082 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_middleware/enable_proxy_headers_parsing] with 'before' 2019-09-12T08:29:00.086 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/rpc_response_timeout] with 'before' 2019-09-12T08:29:00.089 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/transport_url] with 'before' 2019-09-12T08:29:00.092 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[DEFAULT/control_exchange] with 'before' 2019-09-12T08:29:00.095 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_notifications/driver] with 'before' 2019-09-12T08:29:00.099 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_notifications/transport_url] with 'before' 2019-09-12T08:29:00.102 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_notifications/topics] with 'before' 2019-09-12T08:29:00.105 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/amqp_durable_queues] with 'before' 2019-09-12T08:29:00.108 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/heartbeat_rate] with 'before' 2019-09-12T08:29:00.111 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/heartbeat_timeout_threshold] with 'before' 2019-09-12T08:29:00.115 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/kombu_compression] with 'before' 2019-09-12T08:29:00.119 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/kombu_failover_strategy] with 'before' 2019-09-12T08:29:00.122 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout] with 'before' 2019-09-12T08:29:00.126 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/kombu_reconnect_delay] with 'before' 2019-09-12T08:29:00.129 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_interval_max] with 'before' 2019-09-12T08:29:00.133 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_login_method] with 'before' 2019-09-12T08:29:00.136 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_password] with 'before' 2019-09-12T08:29:00.140 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_retry_backoff] with 'before' 2019-09-12T08:29:00.143 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_retry_interval] with 'before' 2019-09-12T08:29:00.146 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl] with 'before' 2019-09-12T08:29:00.150 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/ssl] with 'before' 2019-09-12T08:29:00.153 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_userid] with 'before' 2019-09-12T08:29:00.156 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_virtual_host] with 'before' 2019-09-12T08:29:00.160 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_hosts] with 'before' 2019-09-12T08:29:00.163 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_port] with 'before' 2019-09-12T08:29:00.166 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count] with 'before' 2019-09-12T08:29:00.170 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_host] with 'before' 2019-09-12T08:29:00.173 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/rabbit_ha_queues] with 'before' 2019-09-12T08:29:00.176 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/ssl_ca_file] with 'before' 2019-09-12T08:29:00.180 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/ssl_cert_file] with 'before' 2019-09-12T08:29:00.183 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/ssl_key_file] with 'before' 2019-09-12T08:29:00.187 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::begin] to Keystone_config[oslo_messaging_rabbit/ssl_version] with 'before' 2019-09-12T08:29:00.190 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/admin_token] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.193 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/member_role_id] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.196 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/member_role_name] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.200 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[paste_deploy/config_file] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.203 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/public_endpoint] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.207 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/admin_endpoint] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.210 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[token/driver] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.213 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[token/expiration] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.217 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[revoke/driver] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.220 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[policy/driver] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.223 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[memcache/dead_retry] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.226 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[memcache/pool_maxsize] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.230 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[memcache/pool_unused_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.233 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[memcache/servers] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.236 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[memcache/socket_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.239 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[token/caching] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.243 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[catalog/driver] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.246 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[catalog/template_file] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.249 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[token/provider] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.253 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/max_token_size] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.256 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/notification_format] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.260 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[fernet_tokens/key_repository] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.265 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[fernet_receipts/key_repository] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.268 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[token/revoke_by_id] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.272 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[fernet_tokens/max_active_keys] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.275 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[fernet_receipts/max_active_keys] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.278 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[credential/key_repository] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.282 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/debug] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.285 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/log_config_append] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.288 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/log_date_format] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.292 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/log_file] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.295 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/log_dir] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.298 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/watch_log_file] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.302 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/use_syslog] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.305 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/syslog_log_facility] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.308 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/use_stderr] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.312 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/logging_context_format_string] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.315 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/logging_default_format_string] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.319 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/logging_debug_format_suffix] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.322 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/logging_exception_prefix] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.326 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/logging_user_identity_format] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.329 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/default_log_levels] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.332 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/publish_errors] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.336 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/instance_format] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.339 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/instance_uuid_format] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.343 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/fatal_deprecations] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.346 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_policy/policy_file] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.350 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_policy/policy_default_rule] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.353 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_policy/policy_dirs] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.357 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/sqlite_synchronous] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.361 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/backend] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.364 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/connection] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.368 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/slave_connection] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.371 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/mysql_sql_mode] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.374 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/idle_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.378 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/min_pool_size] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.381 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/max_pool_size] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.385 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/max_retries] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.388 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/retry_interval] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.391 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/max_overflow] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.395 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/connection_debug] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.398 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/connection_trace] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.402 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/pool_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.405 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/use_db_reconnect] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.409 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/db_retry_interval] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.412 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/db_inc_retry_interval] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.416 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/db_max_retry_interval] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.419 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/db_max_retries] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.422 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[database/use_tpool] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.426 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/config_prefix] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.429 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/expiration_time] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.433 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/backend] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.436 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/backend_argument] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.440 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/proxies] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.443 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/enabled] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.447 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/debug_cache_backend] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.450 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/memcache_servers] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.454 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/memcache_dead_retry] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.457 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/memcache_socket_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.460 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/memcache_pool_maxsize] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.464 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/memcache_pool_unused_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.467 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[cache/memcache_pool_connection_get_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.470 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_middleware/max_request_body_size] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.473 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_middleware/enable_proxy_headers_parsing] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.477 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/rpc_response_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.480 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/transport_url] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.483 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[DEFAULT/control_exchange] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.487 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_notifications/driver] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.490 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_notifications/transport_url] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.494 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_notifications/topics] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.498 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/amqp_durable_queues] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.501 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/heartbeat_rate] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.505 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/heartbeat_timeout_threshold] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.509 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/kombu_compression] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.512 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/kombu_failover_strategy] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.515 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.519 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/kombu_reconnect_delay] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.522 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_interval_max] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.525 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_login_method] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.529 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_password] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.532 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_retry_backoff] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.535 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_retry_interval] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.538 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.548 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/ssl] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.551 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_userid] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.555 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_virtual_host] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.558 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_hosts] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.562 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_port] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.565 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.568 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_host] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.572 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/rabbit_ha_queues] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.575 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/ssl_ca_file] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.578 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/ssl_cert_file] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.581 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/ssl_key_file] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.585 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_config[oslo_messaging_rabbit/ssl_version] to Anchor[keystone::config::end] with 'notify' 2019-09-12T08:29:00.588 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::end] to Anchor[keystone::db::begin] with 'before' 2019-09-12T08:29:00.591 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::db::begin] to Anchor[keystone::db::end] with 'before' 2019-09-12T08:29:00.594 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::db::end] to Anchor[keystone::dbsync::begin] with 'notify' 2019-09-12T08:29:00.598 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::dbsync::begin] to Anchor[keystone::dbsync::end] with 'before' 2019-09-12T08:29:00.601 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::dbsync::end] to Anchor[keystone::service::begin] with 'notify' 2019-09-12T08:29:00.604 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::begin] to Service[keystone] with 'notify' 2019-09-12T08:29:00.607 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Service[keystone] to Anchor[keystone::service::end] with 'notify' 2019-09-12T08:29:00.610 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Oslo::Cache[keystone_config] to Anchor[keystone::service::begin] with 'before' 2019-09-12T08:29:00.614 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Oslo::Db[keystone_config] to Anchor[keystone::dbsync::begin] with 'before' 2019-09-12T08:29:00.617 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Oslo::Db[barbican_config] to Anchor[keystone::dbsync::begin] with 'before' 2019-09-12T08:29:00.620 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Package[keystone] to Anchor[keystone::service::end] with 'notify' 2019-09-12T08:29:00.623 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Package[python-keystoneclient] to Anchor[keystone::service::end] with 'notify' 2019-09-12T08:29:00.627 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Package[python-openstackclient] to Anchor[keystone::service::end] with 'notify' 2019-09-12T08:29:00.630 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Package[python-barbicanclient] to Anchor[keystone::service::end] with 'notify' 2019-09-12T08:29:00.633 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Package[barbican-api] to Anchor[keystone::service::end] with 'notify' 2019-09-12T08:29:00.636 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Package[python-psycopg2] to Anchor[keystone::service::end] with 'notify' 2019-09-12T08:29:00.640 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_domain[Default] with 'before' 2019-09-12T08:29:00.643 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_endpoint[RegionOne/keystone::identity] with 'before' 2019-09-12T08:29:00.646 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_endpoint[RegionOne/barbican::key-manager] with 'before' 2019-09-12T08:29:00.650 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_endpoint[RegionOne/sysinv::platform] with 'before' 2019-09-12T08:29:00.653 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_endpoint[RegionOne/fm::faultmanagement] with 'before' 2019-09-12T08:29:00.656 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_role[admin] with 'before' 2019-09-12T08:29:00.660 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_role[_member_] with 'before' 2019-09-12T08:29:00.663 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_role[creator] with 'before' 2019-09-12T08:29:00.666 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_service[keystone::identity] with 'before' 2019-09-12T08:29:00.669 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_service[barbican::key-manager] with 'before' 2019-09-12T08:29:00.672 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_service[sysinv::platform] with 'before' 2019-09-12T08:29:00.675 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_service[fm::faultmanagement] with 'before' 2019-09-12T08:29:00.679 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_tenant[services] with 'before' 2019-09-12T08:29:00.682 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_tenant[admin] with 'before' 2019-09-12T08:29:00.685 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user[admin] with 'before' 2019-09-12T08:29:00.688 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user[mtce] with 'before' 2019-09-12T08:29:00.691 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user[barbican] with 'before' 2019-09-12T08:29:00.695 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user[sysinv] with 'before' 2019-09-12T08:29:00.698 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user[fm] with 'before' 2019-09-12T08:29:00.701 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user_role[admin at admin] with 'before' 2019-09-12T08:29:00.711 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user_role[barbican at services] with 'before' 2019-09-12T08:29:00.714 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user_role[mtce at services] with 'before' 2019-09-12T08:29:00.718 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user_role[sysinv at services] with 'before' 2019-09-12T08:29:00.721 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::service::end] to Keystone_user_role[fm at services] with 'before' 2019-09-12T08:29:00.724 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::install::end] to Anchor[keystone::service::begin] with 'notify' 2019-09-12T08:29:00.728 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::config::end] to Anchor[keystone::service::begin] with 'notify' 2019-09-12T08:29:00.731 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[keystone::db::begin] to Class[Keystone::Db::Postgresql] with 'notify' 2019-09-12T08:29:00.734 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Keystone::Db::Postgresql] to Anchor[keystone::db::end] with 'notify' 2019-09-12T08:29:00.737 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Class[Openstack::Keystone::Bootstrap] to Class[Platform::Client] with 'before' 2019-09-12T08:29:00.741 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from File[/opt/platform/keystone] to File[/etc/keystone/keystone-extra.conf] with 'before' 2019-09-12T08:29:00.744 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_domain[Default] to Exec[restart_keystone] with 'notify' 2019-09-12T08:29:00.747 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from File[/etc/keystone/keystone-extra.conf] to Class[Keystone] with 'before' 2019-09-12T08:29:00.751 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_tenant[admin] to Keystone_user_role[admin at admin] with 'before' 2019-09-12T08:29:00.754 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone_user[admin] to Keystone_user_role[admin at admin] with 'before' 2019-09-12T08:29:00.757 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone::Resource::Service_identity[keystone] to Class[Keystone::Disable_admin_token_auth] with 'before' 2019-09-12T08:29:00.761 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone::Resource::Service_identity[barbican] to Class[Keystone::Disable_admin_token_auth] with 'before' 2019-09-12T08:29:00.764 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone::Resource::Service_identity[platform] to Class[Keystone::Disable_admin_token_auth] with 'before' 2019-09-12T08:29:00.767 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Keystone::Resource::Service_identity[fm] to Class[Keystone::Disable_admin_token_auth] with 'before' 2019-09-12T08:29:00.771 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::install::begin] to Package[barbican-api] with 'before' 2019-09-12T08:29:00.774 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Package[barbican-api] to Anchor[barbican::install::end] with 'notify' 2019-09-12T08:29:00.777 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::install::end] to Anchor[barbican::config::begin] with 'before' 2019-09-12T08:29:00.780 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[service_credentials/interface] with 'before' 2019-09-12T08:29:00.784 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/sql_connection] with 'before' 2019-09-12T08:29:00.787 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/sql_idle_timeout] with 'before' 2019-09-12T08:29:00.790 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/sql_pool_size] with 'before' 2019-09-12T08:29:00.794 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/sql_pool_max_overflow] with 'before' 2019-09-12T08:29:00.798 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/bind_host] with 'before' 2019-09-12T08:29:00.801 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/bind_port] with 'before' 2019-09-12T08:29:00.804 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/host_href] with 'before' 2019-09-12T08:29:00.808 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[queue/enable] with 'before' 2019-09-12T08:29:00.811 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[queue/namespace] with 'before' 2019-09-12T08:29:00.814 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[queue/topic] with 'before' 2019-09-12T08:29:00.818 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[queue/version] with 'before' 2019-09-12T08:29:00.821 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[queue/server_name] with 'before' 2019-09-12T08:29:00.824 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[retry_scheduler/initial_delay_seconds] with 'before' 2019-09-12T08:29:00.827 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[retry_scheduler/periodic_interval_max_seconds] with 'before' 2019-09-12T08:29:00.831 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/max_allowed_secret_in_bytes] with 'before' 2019-09-12T08:29:00.834 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/max_allowed_request_size_in_bytes] with 'before' 2019-09-12T08:29:00.837 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[secretstore/enabled_secretstore_plugins] with 'before' 2019-09-12T08:29:00.840 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[crypto/enabled_crypto_plugins] with 'before' 2019-09-12T08:29:00.844 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[certificate/enabled_certificate_plugins] with 'before' 2019-09-12T08:29:00.847 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[certificate_event/enabled_certificate_event_plugins] with 'before' 2019-09-12T08:29:00.850 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/db_auto_create] with 'before' 2019-09-12T08:29:00.854 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/cert_file] with 'before' 2019-09-12T08:29:00.857 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/key_file] with 'before' 2019-09-12T08:29:00.860 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/ca_file] with 'before' 2019-09-12T08:29:00.864 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_notifications/enable] with 'before' 2019-09-12T08:29:00.867 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_notifications/control_exchange] with 'before' 2019-09-12T08:29:00.870 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_notifications/topic] with 'before' 2019-09-12T08:29:00.873 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_notifications/allow_requeue] with 'before' 2019-09-12T08:29:00.877 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_notifications/thread_pool_size] with 'before' 2019-09-12T08:29:00.880 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/auth_section] with 'before' 2019-09-12T08:29:00.884 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/auth_uri] with 'before' 2019-09-12T08:29:00.887 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/auth_type] with 'before' 2019-09-12T08:29:00.890 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/auth_version] with 'before' 2019-09-12T08:29:00.894 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/cache] with 'before' 2019-09-12T08:29:00.897 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/cafile] with 'before' 2019-09-12T08:29:00.900 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/certfile] with 'before' 2019-09-12T08:29:00.904 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/check_revocations_for_cached] with 'before' 2019-09-12T08:29:00.907 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/delay_auth_decision] with 'before' 2019-09-12T08:29:00.910 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/enforce_token_bind] with 'before' 2019-09-12T08:29:00.914 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/hash_algorithms] with 'before' 2019-09-12T08:29:00.917 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/http_connect_timeout] with 'before' 2019-09-12T08:29:00.920 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/http_request_max_retries] with 'before' 2019-09-12T08:29:00.924 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/include_service_catalog] with 'before' 2019-09-12T08:29:00.927 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/keyfile] with 'before' 2019-09-12T08:29:00.930 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcache_pool_conn_get_timeout] with 'before' 2019-09-12T08:29:00.934 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcache_pool_dead_retry] with 'before' 2019-09-12T08:29:00.937 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcache_pool_maxsize] with 'before' 2019-09-12T08:29:00.940 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcache_pool_socket_timeout] with 'before' 2019-09-12T08:29:00.943 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcache_pool_unused_timeout] with 'before' 2019-09-12T08:29:00.947 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcache_secret_key] with 'before' 2019-09-12T08:29:00.950 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcache_security_strategy] with 'before' 2019-09-12T08:29:00.953 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcache_use_advanced_pool] with 'before' 2019-09-12T08:29:00.957 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/memcached_servers] with 'before' 2019-09-12T08:29:00.966 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/region_name] with 'before' 2019-09-12T08:29:00.969 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/revocation_cache_time] with 'before' 2019-09-12T08:29:00.972 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/token_cache_time] with 'before' 2019-09-12T08:29:00.975 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/auth_url] with 'before' 2019-09-12T08:29:00.979 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/username] with 'before' 2019-09-12T08:29:00.982 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/password] with 'before' 2019-09-12T08:29:00.986 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/user_domain_name] with 'before' 2019-09-12T08:29:00.989 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/project_name] with 'before' 2019-09-12T08:29:00.992 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/project_domain_name] with 'before' 2019-09-12T08:29:00.995 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[keystone_authtoken/insecure] with 'before' 2019-09-12T08:29:00.998 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/sqlite_synchronous] with 'before' 2019-09-12T08:29:01.001 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/backend] with 'before' 2019-09-12T08:29:01.004 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/connection] with 'before' 2019-09-12T08:29:01.007 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/slave_connection] with 'before' 2019-09-12T08:29:01.010 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/mysql_sql_mode] with 'before' 2019-09-12T08:29:01.013 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/idle_timeout] with 'before' 2019-09-12T08:29:01.016 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/min_pool_size] with 'before' 2019-09-12T08:29:01.020 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/max_pool_size] with 'before' 2019-09-12T08:29:01.023 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/max_retries] with 'before' 2019-09-12T08:29:01.026 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/retry_interval] with 'before' 2019-09-12T08:29:01.030 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/max_overflow] with 'before' 2019-09-12T08:29:01.033 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/connection_debug] with 'before' 2019-09-12T08:29:01.036 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/connection_trace] with 'before' 2019-09-12T08:29:01.039 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/pool_timeout] with 'before' 2019-09-12T08:29:01.042 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/use_db_reconnect] with 'before' 2019-09-12T08:29:01.046 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/db_retry_interval] with 'before' 2019-09-12T08:29:01.049 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/db_inc_retry_interval] with 'before' 2019-09-12T08:29:01.057 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/db_max_retry_interval] with 'before' 2019-09-12T08:29:01.061 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/db_max_retries] with 'before' 2019-09-12T08:29:01.064 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[database/use_tpool] with 'before' 2019-09-12T08:29:01.067 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/debug] with 'before' 2019-09-12T08:29:01.070 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/log_config_append] with 'before' 2019-09-12T08:29:01.074 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/log_date_format] with 'before' 2019-09-12T08:29:01.077 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/log_file] with 'before' 2019-09-12T08:29:01.080 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/log_dir] with 'before' 2019-09-12T08:29:01.083 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/watch_log_file] with 'before' 2019-09-12T08:29:01.086 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/use_syslog] with 'before' 2019-09-12T08:29:01.090 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/syslog_log_facility] with 'before' 2019-09-12T08:29:01.093 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/use_stderr] with 'before' 2019-09-12T08:29:01.096 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/logging_context_format_string] with 'before' 2019-09-12T08:29:01.099 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/logging_default_format_string] with 'before' 2019-09-12T08:29:01.102 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/logging_debug_format_suffix] with 'before' 2019-09-12T08:29:01.105 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/logging_exception_prefix] with 'before' 2019-09-12T08:29:01.109 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/logging_user_identity_format] with 'before' 2019-09-12T08:29:01.112 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/default_log_levels] with 'before' 2019-09-12T08:29:01.115 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/publish_errors] with 'before' 2019-09-12T08:29:01.118 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/instance_format] with 'before' 2019-09-12T08:29:01.122 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/instance_uuid_format] with 'before' 2019-09-12T08:29:01.125 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/fatal_deprecations] with 'before' 2019-09-12T08:29:01.128 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_policy/policy_file] with 'before' 2019-09-12T08:29:01.131 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_policy/policy_default_rule] with 'before' 2019-09-12T08:29:01.134 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_policy/policy_dirs] with 'before' 2019-09-12T08:29:01.138 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/amqp_durable_queues] with 'before' 2019-09-12T08:29:01.141 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/heartbeat_rate] with 'before' 2019-09-12T08:29:01.144 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/heartbeat_timeout_threshold] with 'before' 2019-09-12T08:29:01.147 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/kombu_compression] with 'before' 2019-09-12T08:29:01.151 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/kombu_failover_strategy] with 'before' 2019-09-12T08:29:01.154 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout] with 'before' 2019-09-12T08:29:01.157 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/kombu_reconnect_delay] with 'before' 2019-09-12T08:29:01.160 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_interval_max] with 'before' 2019-09-12T08:29:01.163 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_login_method] with 'before' 2019-09-12T08:29:01.167 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_password] with 'before' 2019-09-12T08:29:01.170 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_retry_backoff] with 'before' 2019-09-12T08:29:01.173 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_retry_interval] with 'before' 2019-09-12T08:29:01.176 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl] with 'before' 2019-09-12T08:29:01.179 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/ssl] with 'before' 2019-09-12T08:29:01.183 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_userid] with 'before' 2019-09-12T08:29:01.186 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_virtual_host] with 'before' 2019-09-12T08:29:01.189 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_hosts] with 'before' 2019-09-12T08:29:01.192 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_port] with 'before' 2019-09-12T08:29:01.195 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count] with 'before' 2019-09-12T08:29:01.198 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_host] with 'before' 2019-09-12T08:29:01.202 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/rabbit_ha_queues] with 'before' 2019-09-12T08:29:01.205 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/ssl_ca_file] with 'before' 2019-09-12T08:29:01.208 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/ssl_cert_file] with 'before' 2019-09-12T08:29:01.211 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/ssl_key_file] with 'before' 2019-09-12T08:29:01.214 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_rabbit/ssl_version] with 'before' 2019-09-12T08:29:01.218 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/rpc_response_timeout] with 'before' 2019-09-12T08:29:01.221 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/transport_url] with 'before' 2019-09-12T08:29:01.224 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[DEFAULT/control_exchange] with 'before' 2019-09-12T08:29:01.227 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_notifications/driver] with 'before' 2019-09-12T08:29:01.230 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_notifications/transport_url] with 'before' 2019-09-12T08:29:01.233 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_messaging_notifications/topics] with 'before' 2019-09-12T08:29:01.237 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_middleware/max_request_body_size] with 'before' 2019-09-12T08:29:01.240 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Anchor[barbican::config::begin] to Barbican_config[oslo_middleware/enable_proxy_headers_parsing] with 'before' 2019-09-12T08:29:01.245 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[service_credentials/interface] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.248 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/sql_connection] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.251 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/sql_idle_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.254 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/sql_pool_size] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.258 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/sql_pool_max_overflow] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.261 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/bind_host] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.264 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/bind_port] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.267 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/host_href] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.271 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[queue/enable] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.274 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[queue/namespace] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.277 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[queue/topic] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.280 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[queue/version] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.283 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[queue/server_name] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.287 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[retry_scheduler/initial_delay_seconds] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.290 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[retry_scheduler/periodic_interval_max_seconds] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.293 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/max_allowed_secret_in_bytes] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.297 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/max_allowed_request_size_in_bytes] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.300 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[secretstore/enabled_secretstore_plugins] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.304 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[crypto/enabled_crypto_plugins] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.307 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[certificate/enabled_certificate_plugins] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.310 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[certificate_event/enabled_certificate_event_plugins] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.313 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/db_auto_create] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.317 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/cert_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.320 Debug: 2019-09-12 08:28:59 +0000 Adding relationship from Barbican_config[DEFAULT/key_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.323 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/ca_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.326 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_notifications/enable] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.329 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_notifications/control_exchange] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.332 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_notifications/topic] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.336 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_notifications/allow_requeue] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.339 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_notifications/thread_pool_size] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.342 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/auth_section] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.345 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/auth_uri] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.348 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/auth_type] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.351 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/auth_version] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.354 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/cache] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.358 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/cafile] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.361 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/certfile] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.364 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/check_revocations_for_cached] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.367 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/delay_auth_decision] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.371 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/enforce_token_bind] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.374 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/hash_algorithms] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.377 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/http_connect_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.381 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/http_request_max_retries] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.384 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/include_service_catalog] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.388 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/keyfile] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.391 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcache_pool_conn_get_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.395 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcache_pool_dead_retry] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.398 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcache_pool_maxsize] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.402 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcache_pool_socket_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.405 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcache_pool_unused_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.408 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcache_secret_key] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.412 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcache_security_strategy] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.415 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcache_use_advanced_pool] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.419 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/memcached_servers] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.423 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/region_name] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.426 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/revocation_cache_time] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.429 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/token_cache_time] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.432 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/auth_url] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.436 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/username] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.439 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/password] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.442 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/user_domain_name] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.445 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/project_name] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.449 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/project_domain_name] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.452 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[keystone_authtoken/insecure] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.455 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/sqlite_synchronous] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.459 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/backend] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.463 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/connection] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.466 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/slave_connection] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.469 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/mysql_sql_mode] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.472 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/idle_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.476 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/min_pool_size] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.479 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/max_pool_size] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.483 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/max_retries] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.487 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/retry_interval] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.490 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/max_overflow] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.494 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/connection_debug] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.497 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/connection_trace] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.500 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/pool_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.503 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/use_db_reconnect] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.507 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/db_retry_interval] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.510 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/db_inc_retry_interval] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.513 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/db_max_retry_interval] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.516 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/db_max_retries] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.519 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[database/use_tpool] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.523 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/debug] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.526 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/log_config_append] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.530 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/log_date_format] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.533 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/log_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.537 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/log_dir] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.540 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/watch_log_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.543 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/use_syslog] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.547 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/syslog_log_facility] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.550 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/use_stderr] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.554 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/logging_context_format_string] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.557 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/logging_default_format_string] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.560 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/logging_debug_format_suffix] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.563 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/logging_exception_prefix] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.566 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/logging_user_identity_format] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.569 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/default_log_levels] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.573 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/publish_errors] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.576 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/instance_format] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.579 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/instance_uuid_format] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.583 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/fatal_deprecations] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.586 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_policy/policy_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.589 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_policy/policy_default_rule] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.593 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_policy/policy_dirs] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.596 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/amqp_durable_queues] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.599 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/heartbeat_rate] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.602 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/heartbeat_timeout_threshold] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.605 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/kombu_compression] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.609 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/kombu_failover_strategy] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.612 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.615 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/kombu_reconnect_delay] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.618 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_interval_max] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.622 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_login_method] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.626 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_password] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.629 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_retry_backoff] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.632 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_retry_interval] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.635 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.639 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/ssl] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.647 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_userid] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.651 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_virtual_host] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.654 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_hosts] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.658 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_port] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.661 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.665 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_host] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.668 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/rabbit_ha_queues] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.671 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/ssl_ca_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.674 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/ssl_cert_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.678 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/ssl_key_file] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.681 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_rabbit/ssl_version] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.684 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/rpc_response_timeout] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.687 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/transport_url] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.691 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[DEFAULT/control_exchange] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.694 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_notifications/driver] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.697 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_notifications/transport_url] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.701 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_messaging_notifications/topics] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.704 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_middleware/max_request_body_size] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.708 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Barbican_config[oslo_middleware/enable_proxy_headers_parsing] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.711 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::config::end] to Anchor[barbican::db::begin] with 'before' 2019-09-12T08:29:01.715 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::db::begin] to Anchor[barbican::db::end] with 'before' 2019-09-12T08:29:01.719 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::db::end] to Anchor[barbican::dbsync::begin] with 'notify' 2019-09-12T08:29:01.722 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::dbsync::begin] to Anchor[barbican::dbsync::end] with 'before' 2019-09-12T08:29:01.726 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::dbsync::end] to Anchor[barbican::service::begin] with 'notify' 2019-09-12T08:29:01.729 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::service::begin] to Service[barbican-api] with 'notify' 2019-09-12T08:29:01.733 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Service[barbican-api] to Anchor[barbican::service::end] with 'notify' 2019-09-12T08:29:01.736 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Oslo::Db[keystone_config] to Anchor[barbican::dbsync::begin] with 'before' 2019-09-12T08:29:01.740 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Oslo::Db[barbican_config] to Anchor[barbican::dbsync::begin] with 'before' 2019-09-12T08:29:01.743 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::config::begin] to File_line[Modify bind_port in gunicorn-config.py] with 'before' 2019-09-12T08:29:01.746 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from File_line[Modify bind_port in gunicorn-config.py] to Anchor[barbican::config::end] with 'notify' 2019-09-12T08:29:01.750 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::install::end] to Anchor[barbican::service::begin] with 'notify' 2019-09-12T08:29:01.753 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::config::end] to Anchor[barbican::service::begin] with 'notify' 2019-09-12T08:29:01.757 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Keystone_endpoint[RegionOne/barbican::key-manager] to Anchor[barbican::service::end] with 'notify' 2019-09-12T08:29:01.760 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[barbican::db::begin] to Class[Barbican::Db::Postgresql] with 'notify' 2019-09-12T08:29:01.763 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Class[Barbican::Db::Postgresql] to Anchor[barbican::db::end] with 'notify' 2019-09-12T08:29:01.767 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from File[/etc/platform/openrc] to File[/etc/bash_completion.d/openstack] with 'before' 2019-09-12T08:29:01.770 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Class[Platform::Drbd::Platform] to File[/opt/platform/.keyring] with 'before' 2019-09-12T08:29:01.773 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from File[/opt/platform/.keyring] to File[/opt/platform/.keyring/19.09] with 'before' 2019-09-12T08:29:01.777 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from File[/opt/platform/.keyring/19.09] to File[/opt/platform/.keyring/19.09/.CREDENTIAL] with 'before' 2019-09-12T08:29:01.780 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Openstacklib::Db::Postgresql[sysinv] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:01.783 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Openstacklib::Db::Postgresql[sysinv] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:01.786 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Openstacklib::Db::Postgresql[sysinv] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:01.790 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Anchor[platform::services] to Class[Platform::Sysinv] with 'before' 2019-09-12T08:29:01.793 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[lldp/drivers] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.796 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_password] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.799 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_userid] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.802 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_virtual_host] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.806 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/control_exchange] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.809 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_host] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.812 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_port] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.816 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_hosts] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.819 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_ha_queues] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.822 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/verbose] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.825 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/debug] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.828 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/api_paste_config] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.832 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rpc_backend] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.835 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[database/connection] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.838 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[database/connection_recycle_time] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.842 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[database/max_pool_size] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.845 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[database/max_overflow] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.848 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[journal/journal_max_size] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.852 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[journal/journal_min_size] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.855 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[journal/journal_default_size] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.858 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/use_syslog] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.861 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/syslog_log_facility] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.864 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/sysinv_api_port] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.868 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/MTC_INV_LABEL] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.871 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/region_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.874 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/region_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.877 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/neutron_region_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.881 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/cinder_region_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.884 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/nova_region_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.887 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/barbican_region_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.890 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[fm/catalog_info] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.893 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[fm/os_region_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.897 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[fernet_repo/key_repository] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.900 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/armada_image_tag] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.903 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/logging_context_format_string] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.907 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/logging_default_format_string] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.910 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/sysinv_api_bind_ip] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.913 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_url] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.917 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_url] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.920 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_uri] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.924 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_uri] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.927 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_version] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.930 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_version] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.934 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/auth_strategy] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.937 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_type] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.940 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/project_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.943 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/username] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.947 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/password] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.951 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/user_domain_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.958 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/project_domain_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.962 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_type] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.965 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/project_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.969 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/username] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.972 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/user_domain_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.975 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/project_domain_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.979 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/keyring_service] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.983 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_admin_prefix] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.986 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.990 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/region_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.993 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/auth_url] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:01.997 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/auth_uri] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:02.000 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/auth_version] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:02.004 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/project_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:02.007 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/username] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:02.010 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/password] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:02.013 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/user_domain_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:02.017 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/project_domain_name] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:02.020 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/auth_admin_prefix] to Service[sysinv-agent] with 'notify' 2019-09-12T08:29:02.023 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Group[sysinv] to User[sysinv] with 'before' 2019-09-12T08:29:02.026 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from User[sysinv] to File[/etc/sysinv] with 'before' 2019-09-12T08:29:02.030 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[lldp/drivers] with 'before' 2019-09-12T08:29:02.033 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/rabbit_password] with 'before' 2019-09-12T08:29:02.036 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/rabbit_userid] with 'before' 2019-09-12T08:29:02.040 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/rabbit_virtual_host] with 'before' 2019-09-12T08:29:02.043 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/control_exchange] with 'before' 2019-09-12T08:29:02.046 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/rabbit_host] with 'before' 2019-09-12T08:29:02.050 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/rabbit_port] with 'before' 2019-09-12T08:29:02.053 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/rabbit_hosts] with 'before' 2019-09-12T08:29:02.056 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/rabbit_ha_queues] with 'before' 2019-09-12T08:29:02.059 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/verbose] with 'before' 2019-09-12T08:29:02.063 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/debug] with 'before' 2019-09-12T08:29:02.066 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/api_paste_config] with 'before' 2019-09-12T08:29:02.069 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/rpc_backend] with 'before' 2019-09-12T08:29:02.072 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[database/connection] with 'before' 2019-09-12T08:29:02.075 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[database/connection_recycle_time] with 'before' 2019-09-12T08:29:02.079 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[database/max_pool_size] with 'before' 2019-09-12T08:29:02.082 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[database/max_overflow] with 'before' 2019-09-12T08:29:02.086 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[journal/journal_max_size] with 'before' 2019-09-12T08:29:02.089 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[journal/journal_min_size] with 'before' 2019-09-12T08:29:02.093 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[journal/journal_default_size] with 'before' 2019-09-12T08:29:02.096 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/use_syslog] with 'before' 2019-09-12T08:29:02.099 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/syslog_log_facility] with 'before' 2019-09-12T08:29:02.103 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/sysinv_api_port] with 'before' 2019-09-12T08:29:02.106 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/MTC_INV_LABEL] with 'before' 2019-09-12T08:29:02.109 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/region_name] with 'before' 2019-09-12T08:29:02.112 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/region_name] with 'before' 2019-09-12T08:29:02.115 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/neutron_region_name] with 'before' 2019-09-12T08:29:02.119 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/cinder_region_name] with 'before' 2019-09-12T08:29:02.122 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/nova_region_name] with 'before' 2019-09-12T08:29:02.125 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/barbican_region_name] with 'before' 2019-09-12T08:29:02.128 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[fm/catalog_info] with 'before' 2019-09-12T08:29:02.131 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[fm/os_region_name] with 'before' 2019-09-12T08:29:02.135 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[fernet_repo/key_repository] with 'before' 2019-09-12T08:29:02.138 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/armada_image_tag] with 'before' 2019-09-12T08:29:02.141 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/logging_context_format_string] with 'before' 2019-09-12T08:29:02.144 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/logging_default_format_string] with 'before' 2019-09-12T08:29:02.147 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/sysinv_api_bind_ip] with 'before' 2019-09-12T08:29:02.151 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/auth_url] with 'before' 2019-09-12T08:29:02.154 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/auth_url] with 'before' 2019-09-12T08:29:02.158 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/auth_uri] with 'before' 2019-09-12T08:29:02.161 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/auth_uri] with 'before' 2019-09-12T08:29:02.164 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/auth_version] with 'before' 2019-09-12T08:29:02.167 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/auth_version] with 'before' 2019-09-12T08:29:02.171 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[DEFAULT/auth_strategy] with 'before' 2019-09-12T08:29:02.174 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/auth_type] with 'before' 2019-09-12T08:29:02.177 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/project_name] with 'before' 2019-09-12T08:29:02.181 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/username] with 'before' 2019-09-12T08:29:02.184 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/password] with 'before' 2019-09-12T08:29:02.187 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/user_domain_name] with 'before' 2019-09-12T08:29:02.190 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/project_domain_name] with 'before' 2019-09-12T08:29:02.194 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/auth_type] with 'before' 2019-09-12T08:29:02.197 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/project_name] with 'before' 2019-09-12T08:29:02.200 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/username] with 'before' 2019-09-12T08:29:02.203 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/user_domain_name] with 'before' 2019-09-12T08:29:02.206 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/project_domain_name] with 'before' 2019-09-12T08:29:02.209 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/keyring_service] with 'before' 2019-09-12T08:29:02.213 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[keystone_authtoken/auth_admin_prefix] with 'before' 2019-09-12T08:29:02.216 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix] with 'before' 2019-09-12T08:29:02.219 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/region_name] with 'before' 2019-09-12T08:29:02.222 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/auth_url] with 'before' 2019-09-12T08:29:02.225 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/auth_uri] with 'before' 2019-09-12T08:29:02.229 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/auth_version] with 'before' 2019-09-12T08:29:02.232 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/project_name] with 'before' 2019-09-12T08:29:02.235 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/username] with 'before' 2019-09-12T08:29:02.238 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/password] with 'before' 2019-09-12T08:29:02.242 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/user_domain_name] with 'before' 2019-09-12T08:29:02.245 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/project_domain_name] with 'before' 2019-09-12T08:29:02.248 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Package[sysinv] to Sysinv_api_paste_ini[filter:authtoken/auth_admin_prefix] with 'before' 2019-09-12T08:29:02.252 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from File[/etc/sysinv] to Class[Sysinv] with 'before' 2019-09-12T08:29:02.255 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Class[Sysinv] to File[/opt/platform/sysinv] with 'before' 2019-09-12T08:29:02.258 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from File[/opt/platform/sysinv] to File[/opt/platform/sysinv/19.09] with 'before' 2019-09-12T08:29:02.262 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from File[/opt/platform/sysinv/19.09] to File[/opt/platform/sysinv/19.09/sysinv.conf.default] with 'before' 2019-09-12T08:29:02.265 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[lldp/drivers] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.268 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_password] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.271 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_userid] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.274 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_virtual_host] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.278 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/control_exchange] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.281 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_host] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.285 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_port] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.288 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_hosts] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.291 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_ha_queues] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.294 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/verbose] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.297 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/debug] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.300 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/api_paste_config] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.304 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/rpc_backend] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.307 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[database/connection] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.310 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[database/connection_recycle_time] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.314 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[database/max_pool_size] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.317 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[database/max_overflow] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.321 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[journal/journal_max_size] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.324 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[journal/journal_min_size] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.327 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[journal/journal_default_size] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.330 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/use_syslog] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.333 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/syslog_log_facility] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.336 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/sysinv_api_port] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.340 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[DEFAULT/MTC_INV_LABEL] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.343 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[keystone_authtoken/region_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.347 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/region_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.350 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/neutron_region_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.353 Debug: 2019-09-12 08:29:00 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/cinder_region_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.357 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/nova_region_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.360 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/barbican_region_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.363 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fm/catalog_info] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.367 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fm/os_region_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.370 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fernet_repo/key_repository] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.374 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/armada_image_tag] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.377 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/logging_context_format_string] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.380 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/logging_default_format_string] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.384 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/sysinv_api_bind_ip] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.387 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_url] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.390 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_url] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.398 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_uri] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.401 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_uri] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.405 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_version] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.408 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_version] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.411 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/auth_strategy] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.415 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_type] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.418 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/project_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.422 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/username] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.425 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/password] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.428 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/user_domain_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.432 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/project_domain_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.435 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_type] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.439 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/project_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.443 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/username] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.446 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/user_domain_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.449 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/project_domain_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.452 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/keyring_service] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.456 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_admin_prefix] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.459 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.462 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[lldp/drivers] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.465 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_password] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.468 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_userid] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.471 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_virtual_host] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.475 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/control_exchange] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.479 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_host] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.482 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_port] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.486 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_hosts] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.490 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_ha_queues] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.494 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/verbose] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.497 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/debug] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.501 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/api_paste_config] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.505 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rpc_backend] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.508 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[database/connection] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.512 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[database/connection_recycle_time] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.516 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[database/max_pool_size] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.520 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[database/max_overflow] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.523 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[journal/journal_max_size] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.526 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[journal/journal_min_size] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.530 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[journal/journal_default_size] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.533 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/use_syslog] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.537 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/syslog_log_facility] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.541 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/sysinv_api_port] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.544 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/MTC_INV_LABEL] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.548 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/region_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.551 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/region_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.554 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/neutron_region_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.557 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/cinder_region_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.560 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/nova_region_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.564 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/barbican_region_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.567 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fm/catalog_info] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.570 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fm/os_region_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.573 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fernet_repo/key_repository] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.576 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/armada_image_tag] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.579 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/logging_context_format_string] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.583 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/logging_default_format_string] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.586 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/sysinv_api_bind_ip] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.589 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_url] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.593 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_url] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.596 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_uri] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.599 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_uri] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.603 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_version] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.606 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_version] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.610 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/auth_strategy] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.613 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_type] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.616 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/project_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.619 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/username] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.623 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/password] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.626 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/user_domain_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.629 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/project_domain_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.632 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_type] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.635 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/project_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.639 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/username] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.642 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/user_domain_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.646 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/project_domain_name] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.650 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/keyring_service] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.653 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_admin_prefix] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.656 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix] to Exec[sysinv-dbsync] with 'notify' 2019-09-12T08:29:02.660 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/region_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.663 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/auth_url] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.667 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/auth_uri] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.670 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/auth_version] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.674 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/project_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.678 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/username] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.681 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/password] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.684 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/user_domain_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.688 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/project_domain_name] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.691 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_api_paste_ini[filter:authtoken/auth_admin_prefix] to Service[sysinv-api] with 'notify' 2019-09-12T08:29:02.694 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Keystone_endpoint[RegionOne/keystone::identity] to Service[sysinv-api] with 'before' 2019-09-12T08:29:02.697 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Keystone_endpoint[RegionOne/barbican::key-manager] to Service[sysinv-api] with 'before' 2019-09-12T08:29:02.701 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Keystone_endpoint[RegionOne/sysinv::platform] to Service[sysinv-api] with 'before' 2019-09-12T08:29:02.704 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Keystone_endpoint[RegionOne/fm::faultmanagement] to Service[sysinv-api] with 'before' 2019-09-12T08:29:02.707 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[lldp/drivers] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.711 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_password] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.714 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_userid] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.717 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_virtual_host] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.721 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/control_exchange] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.724 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_host] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.727 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_port] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.730 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_hosts] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.734 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rabbit_ha_queues] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.738 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/verbose] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.746 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/debug] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.750 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/api_paste_config] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.753 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/rpc_backend] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.756 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[database/connection] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.760 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[database/connection_recycle_time] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.763 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[database/max_pool_size] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.766 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[database/max_overflow] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.769 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[journal/journal_max_size] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.773 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[journal/journal_min_size] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.776 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[journal/journal_default_size] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.779 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/use_syslog] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.782 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/syslog_log_facility] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.785 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/sysinv_api_port] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.788 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/MTC_INV_LABEL] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.791 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/region_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.794 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/region_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.798 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/neutron_region_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.801 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/cinder_region_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.804 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/nova_region_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.807 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/barbican_region_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.810 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fm/catalog_info] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.814 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fm/os_region_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.817 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[fernet_repo/key_repository] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.820 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/armada_image_tag] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.823 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/logging_context_format_string] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.826 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/logging_default_format_string] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.830 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/sysinv_api_bind_ip] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.833 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_url] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.836 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_url] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.840 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_uri] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.849 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_uri] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.853 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_version] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.856 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_version] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.860 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[DEFAULT/auth_strategy] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.863 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_type] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.867 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/project_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.870 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/username] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.873 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/password] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.877 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/user_domain_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.880 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/project_domain_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.883 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_type] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.886 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/project_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.889 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/username] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.892 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/user_domain_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.896 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/project_domain_name] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.899 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/keyring_service] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.902 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[keystone_authtoken/auth_admin_prefix] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.905 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix] to Service[sysinv-conductor] with 'notify' 2019-09-12T08:29:02.908 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Exec[sysinv-dbsync] to Service[sysinv-conductor] with 'before' 2019-09-12T08:29:02.912 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Class[Platform::Filesystem::Docker::Bootstrap] to Class[Platform::Docker::Config::Bootstrap] with 'notify' 2019-09-12T08:29:02.915 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Service[docker] to Exec[enable-docker] with 'before' 2019-09-12T08:29:02.918 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Class[Platform::Drbd::Etcd::Bootstrap] to Class[Platform::Etcd::Datadir::Bootstrap] with 'before' 2019-09-12T08:29:02.921 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from File[etcd_override_dir] to File[etcd_override] with 'before' 2019-09-12T08:29:02.924 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from File[etcd_override] to File[etcd_initd_script] with 'before' 2019-09-12T08:29:02.928 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from File[etcd_initd_script] to Exec[systemd-reload-daemon] with 'before' 2019-09-12T08:29:02.931 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Exec[systemd-reload-daemon] to Service[etcd] with 'before' 2019-09-12T08:29:02.934 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Class[Etcd::Install] to Class[Etcd::Config] with 'before' 2019-09-12T08:29:02.938 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Class[Etcd::Config] to Class[Etcd::Service] with 'notify' 2019-09-12T08:29:02.941 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Class[Platform::Etcd::Datadir::Bootstrap] to Class[Platform::Etcd::Setup] with 'before' 2019-09-12T08:29:02.945 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Class[Platform::Etcd::Setup] to Class[Platform::Etcd::Init] with 'before' 2019-09-12T08:29:02.948 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::install::begin] to Package[fm-api] with 'before' 2019-09-12T08:29:02.951 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Package[fm-api] to Anchor[fm::install::end] with 'notify' 2019-09-12T08:29:02.955 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::install::end] to Anchor[fm::config::begin] with 'before' 2019-09-12T08:29:02.958 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/sql_connection] with 'before' 2019-09-12T08:29:02.962 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/event_log_max_size] with 'before' 2019-09-12T08:29:02.965 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/system_name] with 'before' 2019-09-12T08:29:02.968 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/region_name] with 'before' 2019-09-12T08:29:02.972 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/trap_destinations] with 'before' 2019-09-12T08:29:02.975 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[database/connection] with 'before' 2019-09-12T08:29:02.979 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[database/connection_recycle_time] with 'before' 2019-09-12T08:29:02.982 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[database/max_pool_size] with 'before' 2019-09-12T08:29:02.985 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[database/max_overflow] with 'before' 2019-09-12T08:29:02.988 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[sysinv/catalog_info] with 'before' 2019-09-12T08:29:02.992 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[sysinv/os_region_name] with 'before' 2019-09-12T08:29:02.995 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[api/bind_host] with 'before' 2019-09-12T08:29:02.999 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[api/bind_port] with 'before' 2019-09-12T08:29:03.002 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[api/api_workers] with 'before' 2019-09-12T08:29:03.005 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[api/api_paste_config] with 'before' 2019-09-12T08:29:03.009 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/auth_section] with 'before' 2019-09-12T08:29:03.012 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/auth_uri] with 'before' 2019-09-12T08:29:03.015 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/auth_type] with 'before' 2019-09-12T08:29:03.018 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/auth_version] with 'before' 2019-09-12T08:29:03.022 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/cache] with 'before' 2019-09-12T08:29:03.025 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/cafile] with 'before' 2019-09-12T08:29:03.028 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/certfile] with 'before' 2019-09-12T08:29:03.031 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/check_revocations_for_cached] with 'before' 2019-09-12T08:29:03.035 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/delay_auth_decision] with 'before' 2019-09-12T08:29:03.038 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/enforce_token_bind] with 'before' 2019-09-12T08:29:03.041 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/hash_algorithms] with 'before' 2019-09-12T08:29:03.045 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/http_connect_timeout] with 'before' 2019-09-12T08:29:03.048 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/http_request_max_retries] with 'before' 2019-09-12T08:29:03.051 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/include_service_catalog] with 'before' 2019-09-12T08:29:03.054 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/keyfile] with 'before' 2019-09-12T08:29:03.058 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcache_pool_conn_get_timeout] with 'before' 2019-09-12T08:29:03.061 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcache_pool_dead_retry] with 'before' 2019-09-12T08:29:03.064 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcache_pool_maxsize] with 'before' 2019-09-12T08:29:03.067 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcache_pool_socket_timeout] with 'before' 2019-09-12T08:29:03.071 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcache_pool_unused_timeout] with 'before' 2019-09-12T08:29:03.074 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcache_secret_key] with 'before' 2019-09-12T08:29:03.079 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcache_security_strategy] with 'before' 2019-09-12T08:29:03.082 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcache_use_advanced_pool] with 'before' 2019-09-12T08:29:03.085 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/memcached_servers] with 'before' 2019-09-12T08:29:03.089 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/region_name] with 'before' 2019-09-12T08:29:03.092 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/revocation_cache_time] with 'before' 2019-09-12T08:29:03.095 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/token_cache_time] with 'before' 2019-09-12T08:29:03.099 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/auth_url] with 'before' 2019-09-12T08:29:03.102 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/username] with 'before' 2019-09-12T08:29:03.106 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/password] with 'before' 2019-09-12T08:29:03.109 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/user_domain_name] with 'before' 2019-09-12T08:29:03.112 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/project_name] with 'before' 2019-09-12T08:29:03.115 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/project_domain_name] with 'before' 2019-09-12T08:29:03.119 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[keystone_authtoken/insecure] with 'before' 2019-09-12T08:29:03.122 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/debug] with 'before' 2019-09-12T08:29:03.126 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/log_config_append] with 'before' 2019-09-12T08:29:03.129 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/log_date_format] with 'before' 2019-09-12T08:29:03.133 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/log_file] with 'before' 2019-09-12T08:29:03.136 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/log_dir] with 'before' 2019-09-12T08:29:03.140 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/watch_log_file] with 'before' 2019-09-12T08:29:03.143 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/use_syslog] with 'before' 2019-09-12T08:29:03.146 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/syslog_log_facility] with 'before' 2019-09-12T08:29:03.150 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/use_stderr] with 'before' 2019-09-12T08:29:03.153 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/logging_context_format_string] with 'before' 2019-09-12T08:29:03.156 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/logging_default_format_string] with 'before' 2019-09-12T08:29:03.159 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/logging_debug_format_suffix] with 'before' 2019-09-12T08:29:03.163 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/logging_exception_prefix] with 'before' 2019-09-12T08:29:03.166 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/logging_user_identity_format] with 'before' 2019-09-12T08:29:03.170 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/default_log_levels] with 'before' 2019-09-12T08:29:03.174 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/publish_errors] with 'before' 2019-09-12T08:29:03.177 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/instance_format] with 'before' 2019-09-12T08:29:03.180 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/instance_uuid_format] with 'before' 2019-09-12T08:29:03.183 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[DEFAULT/fatal_deprecations] with 'before' 2019-09-12T08:29:03.187 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[oslo_middleware/max_request_body_size] with 'before' 2019-09-12T08:29:03.190 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_config[oslo_middleware/enable_proxy_headers_parsing] with 'before' 2019-09-12T08:29:03.193 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/sql_connection] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.196 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/event_log_max_size] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.200 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/system_name] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.203 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/region_name] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.207 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/trap_destinations] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.211 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[database/connection] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.214 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[database/connection_recycle_time] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.218 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[database/max_pool_size] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.221 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[database/max_overflow] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.225 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[sysinv/catalog_info] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.228 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[sysinv/os_region_name] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.231 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[api/bind_host] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.234 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[api/bind_port] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.238 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[api/api_workers] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.241 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[api/api_paste_config] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.256 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/auth_section] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.259 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/auth_uri] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.263 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/auth_type] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.266 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/auth_version] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.269 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/cache] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.272 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/cafile] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.276 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/certfile] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.279 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/check_revocations_for_cached] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.283 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/delay_auth_decision] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.286 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/enforce_token_bind] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.294 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/hash_algorithms] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.297 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/http_connect_timeout] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.301 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/http_request_max_retries] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.304 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/include_service_catalog] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.307 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/keyfile] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.310 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcache_pool_conn_get_timeout] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.313 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcache_pool_dead_retry] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.316 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcache_pool_maxsize] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.320 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcache_pool_socket_timeout] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.323 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcache_pool_unused_timeout] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.326 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcache_secret_key] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.329 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcache_security_strategy] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.332 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcache_use_advanced_pool] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.336 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/memcached_servers] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.339 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/region_name] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.342 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/revocation_cache_time] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.345 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/token_cache_time] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.348 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/auth_url] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.352 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/username] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.355 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/password] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.358 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/user_domain_name] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.361 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/project_name] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.365 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/project_domain_name] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.368 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[keystone_authtoken/insecure] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.371 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/debug] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.374 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/log_config_append] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.378 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/log_date_format] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.381 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/log_file] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.384 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/log_dir] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.387 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/watch_log_file] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.391 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/use_syslog] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.394 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/syslog_log_facility] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.397 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/use_stderr] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.401 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/logging_context_format_string] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.404 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/logging_default_format_string] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.407 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/logging_debug_format_suffix] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.410 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/logging_exception_prefix] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.413 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/logging_user_identity_format] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.416 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/default_log_levels] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.419 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/publish_errors] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.422 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/instance_format] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.425 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/instance_uuid_format] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.428 Debug: 2019-09-12 08:29:01 +0000 Adding relationship from Fm_config[DEFAULT/fatal_deprecations] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.431 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Fm_config[oslo_middleware/max_request_body_size] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.435 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Fm_config[oslo_middleware/enable_proxy_headers_parsing] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.438 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::config::end] to Anchor[fm::db::begin] with 'before' 2019-09-12T08:29:03.441 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::db::begin] to Anchor[fm::db::end] with 'before' 2019-09-12T08:29:03.444 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::db::end] to Anchor[fm::dbsync::begin] with 'notify' 2019-09-12T08:29:03.448 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::dbsync::begin] to Anchor[fm::dbsync::end] with 'before' 2019-09-12T08:29:03.451 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::dbsync::end] to Anchor[fm::service::begin] with 'notify' 2019-09-12T08:29:03.454 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::service::begin] to Service[fm-api] with 'notify' 2019-09-12T08:29:03.457 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Service[fm-api] to Anchor[fm::service::end] with 'notify' 2019-09-12T08:29:03.460 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_api_paste_ini[pipeline:fm-api/pipeline] with 'before' 2019-09-12T08:29:03.463 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_api_paste_ini[filter:request_id/paste.filter_factory] with 'before' 2019-09-12T08:29:03.466 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_api_paste_ini[filter:authtoken/acl_public_routes] with 'before' 2019-09-12T08:29:03.470 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_api_paste_ini[filter:authtoken/paste.filter_factory] with 'before' 2019-09-12T08:29:03.473 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::config::begin] to Fm_api_paste_ini[app:api_v1/paste.app_factory] with 'before' 2019-09-12T08:29:03.476 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Fm_api_paste_ini[pipeline:fm-api/pipeline] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.479 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Fm_api_paste_ini[filter:request_id/paste.filter_factory] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.482 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Fm_api_paste_ini[filter:authtoken/acl_public_routes] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.485 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Fm_api_paste_ini[filter:authtoken/paste.filter_factory] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.489 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Fm_api_paste_ini[app:api_v1/paste.app_factory] to Anchor[fm::config::end] with 'notify' 2019-09-12T08:29:03.502 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Oslo::Db[keystone_config] to Anchor[fm::dbsync::begin] with 'before' 2019-09-12T08:29:03.505 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Oslo::Db[barbican_config] to Anchor[fm::dbsync::begin] with 'before' 2019-09-12T08:29:03.509 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::install::end] to Anchor[fm::service::begin] with 'notify' 2019-09-12T08:29:03.512 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::config::end] to Anchor[fm::service::begin] with 'notify' 2019-09-12T08:29:03.515 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Anchor[fm::db::begin] to Class[Fm::Db::Postgresql] with 'notify' 2019-09-12T08:29:03.518 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Class[Fm::Db::Postgresql] to Anchor[fm::db::end] with 'notify' 2019-09-12T08:29:03.521 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[pgsql-lv] to Drbd::Resource[drbd-pgsql] with 'before' 2019-09-12T08:29:03.524 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Drbd::Resource[drbd-pgsql] to Exec[drbd resize drbd-pgsql] with 'before' 2019-09-12T08:29:03.527 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Exec[drbd resize drbd-pgsql] to Exec[resize2fs drbd-pgsql] with 'before' 2019-09-12T08:29:03.531 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[rabbit-lv] to Drbd::Resource[drbd-rabbit] with 'before' 2019-09-12T08:29:03.534 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Drbd::Resource[drbd-rabbit] to Exec[drbd resize drbd-rabbit] with 'before' 2019-09-12T08:29:03.537 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Exec[drbd resize drbd-rabbit] to Exec[resize2fs drbd-rabbit] with 'before' 2019-09-12T08:29:03.541 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[platform-lv] to Drbd::Resource[drbd-platform] with 'before' 2019-09-12T08:29:03.551 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Drbd::Resource[drbd-platform] to Exec[drbd resize drbd-platform] with 'before' 2019-09-12T08:29:03.554 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Exec[drbd resize drbd-platform] to Exec[resize2fs drbd-platform] with 'before' 2019-09-12T08:29:03.557 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[extension-lv] to Drbd::Resource[drbd-extension] with 'before' 2019-09-12T08:29:03.561 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Drbd::Resource[drbd-extension] to Exec[drbd resize drbd-extension] with 'before' 2019-09-12T08:29:03.565 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Exec[drbd resize drbd-extension] to Exec[resize2fs drbd-extension] with 'before' 2019-09-12T08:29:03.568 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[docker-lv] to Filesystem[/dev/cgts-vg/docker-lv] with 'before' 2019-09-12T08:29:03.571 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Filesystem[/dev/cgts-vg/docker-lv] to File[/var/lib/docker] with 'before' 2019-09-12T08:29:03.574 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from File[/var/lib/docker] to Mount[docker-lv] with 'before' 2019-09-12T08:29:03.577 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Mount[docker-lv] to Exec[mount /dev/cgts-vg/docker-lv] with 'before' 2019-09-12T08:29:03.581 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[etcd-lv] to Drbd::Resource[drbd-etcd] with 'before' 2019-09-12T08:29:03.584 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Drbd::Resource[drbd-etcd] to Exec[drbd resize drbd-etcd] with 'before' 2019-09-12T08:29:03.587 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Exec[drbd resize drbd-etcd] to Exec[resize2fs drbd-etcd] with 'before' 2019-09-12T08:29:03.590 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[dockerdistribution-lv] to Drbd::Resource[drbd-dockerdistribution] with 'before' 2019-09-12T08:29:03.594 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Drbd::Resource[drbd-dockerdistribution] to Exec[drbd resize drbd-dockerdistribution] with 'before' 2019-09-12T08:29:03.597 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Exec[drbd resize drbd-dockerdistribution] to Exec[resize2fs drbd-dockerdistribution] with 'before' 2019-09-12T08:29:03.600 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[backup-lv] to Filesystem[/dev/cgts-vg/backup-lv] with 'before' 2019-09-12T08:29:03.603 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Filesystem[/dev/cgts-vg/backup-lv] to File[/opt/backups] with 'before' 2019-09-12T08:29:03.606 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from File[/opt/backups] to Mount[backup-lv] with 'before' 2019-09-12T08:29:03.610 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Mount[backup-lv] to Exec[mount /dev/cgts-vg/backup-lv] with 'before' 2019-09-12T08:29:03.613 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Logical_volume[kubelet-lv] to Filesystem[/dev/cgts-vg/kubelet-lv] with 'before' 2019-09-12T08:29:03.616 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Filesystem[/dev/cgts-vg/kubelet-lv] to File[/var/lib/kubelet] with 'before' 2019-09-12T08:29:03.619 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from File[/var/lib/kubelet] to Mount[kubelet-lv] with 'before' 2019-09-12T08:29:03.623 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Mount[kubelet-lv] to Exec[mount /dev/cgts-vg/kubelet-lv] with 'before' 2019-09-12T08:29:03.626 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql_psql[CREATE DATABASE "keystone"] to Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public] with 'notify' 2019-09-12T08:29:03.629 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql_psql[CREATE DATABASE "keystone"] to Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone'] with 'before' 2019-09-12T08:29:03.632 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql_psql[CREATE DATABASE "barbican"] to Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public] with 'notify' 2019-09-12T08:29:03.636 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql_psql[CREATE DATABASE "barbican"] to Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican'] with 'before' 2019-09-12T08:29:03.639 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql_psql[CREATE DATABASE "sysinv"] to Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public] with 'notify' 2019-09-12T08:29:03.643 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql_psql[CREATE DATABASE "sysinv"] to Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv'] with 'before' 2019-09-12T08:29:03.646 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql_psql[CREATE DATABASE "fm"] to Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public] with 'notify' 2019-09-12T08:29:03.650 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql_psql[CREATE DATABASE "fm"] to Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm'] with 'before' 2019-09-12T08:29:03.653 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql::Server::Role[admin-keystone] to Postgresql_psql[grant:database:GRANT admin-keystone - ALL - keystone] with 'before' 2019-09-12T08:29:03.656 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql::Server::Database[keystone] to Postgresql_psql[grant:database:GRANT admin-keystone - ALL - keystone] with 'before' 2019-09-12T08:29:03.660 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql::Server::Role[admin-barbican] to Postgresql_psql[grant:database:GRANT admin-barbican - ALL - barbican] with 'before' 2019-09-12T08:29:03.663 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql::Server::Database[barbican] to Postgresql_psql[grant:database:GRANT admin-barbican - ALL - barbican] with 'before' 2019-09-12T08:29:03.666 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql::Server::Role[admin-sysinv] to Postgresql_psql[grant:database:GRANT admin-sysinv - ALL - sysinv] with 'before' 2019-09-12T08:29:03.670 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql::Server::Database[sysinv] to Postgresql_psql[grant:database:GRANT admin-sysinv - ALL - sysinv] with 'before' 2019-09-12T08:29:03.673 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql::Server::Role[admin-fm] to Postgresql_psql[grant:database:GRANT admin-fm - ALL - fm] with 'before' 2019-09-12T08:29:03.676 Debug: 2019-09-12 08:29:02 +0000 Adding relationship from Postgresql::Server::Database[fm] to Postgresql_psql[grant:database:GRANT admin-fm - ALL - fm] with 'before' 2019-09-12T08:29:03.679 Debug: 2019-09-12 08:29:02 +0000 Exec[set-hostname]: Adding default for timeout 2019-09-12T08:29:03.682 Debug: 2019-09-12 08:29:02 +0000 Exec[set-hostname]: Adding default for path 2019-09-12T08:29:03.686 Debug: 2019-09-12 08:29:02 +0000 Exec[slapd-convert-config]: Adding default for timeout 2019-09-12T08:29:03.689 Debug: 2019-09-12 08:29:02 +0000 Exec[slapd-convert-config]: Adding default for path 2019-09-12T08:29:03.692 Debug: 2019-09-12 08:29:02 +0000 Exec[slapd-conf-move-backup]: Adding default for timeout 2019-09-12T08:29:03.695 Debug: 2019-09-12 08:29:02 +0000 Exec[slapd-conf-move-backup]: Adding default for path 2019-09-12T08:29:03.699 Debug: 2019-09-12 08:29:02 +0000 Exec[stop-openldap]: Adding default for timeout 2019-09-12T08:29:03.703 Debug: 2019-09-12 08:29:02 +0000 Exec[stop-openldap]: Adding default for path 2019-09-12T08:29:03.706 Debug: 2019-09-12 08:29:02 +0000 Exec[update-slapd-conf]: Adding default for timeout 2019-09-12T08:29:03.710 Debug: 2019-09-12 08:29:02 +0000 Exec[update-slapd-conf]: Adding default for path 2019-09-12T08:29:03.713 Debug: 2019-09-12 08:29:02 +0000 Exec[populate initial ldap configuration]: Adding default for timeout 2019-09-12T08:29:03.717 Debug: 2019-09-12 08:29:02 +0000 Exec[populate initial ldap configuration]: Adding default for path 2019-09-12T08:29:03.720 Debug: 2019-09-12 08:29:02 +0000 Exec[create ldap admin user]: Adding default for timeout 2019-09-12T08:29:03.723 Debug: 2019-09-12 08:29:02 +0000 Exec[create ldap admin user]: Adding default for path 2019-09-12T08:29:03.727 Debug: 2019-09-12 08:29:02 +0000 Exec[create ldap operator user]: Adding default for timeout 2019-09-12T08:29:03.730 Debug: 2019-09-12 08:29:02 +0000 Exec[create ldap operator user]: Adding default for path 2019-09-12T08:29:03.734 Debug: 2019-09-12 08:29:02 +0000 Exec[create ldap protected group]: Adding default for timeout 2019-09-12T08:29:03.737 Debug: 2019-09-12 08:29:02 +0000 Exec[create ldap protected group]: Adding default for path 2019-09-12T08:29:03.740 Debug: 2019-09-12 08:29:02 +0000 Exec[add admin to sys_protected protected group]: Adding default for timeout 2019-09-12T08:29:03.744 Debug: 2019-09-12 08:29:02 +0000 Exec[add admin to sys_protected protected group]: Adding default for path 2019-09-12T08:29:03.747 Debug: 2019-09-12 08:29:02 +0000 Exec[add operator to sys_protected protected group]: Adding default for timeout 2019-09-12T08:29:03.751 Debug: 2019-09-12 08:29:02 +0000 Exec[add operator to sys_protected protected group]: Adding default for path 2019-09-12T08:29:03.754 Debug: 2019-09-12 08:29:02 +0000 Exec[ldap cgcs-cli shell update]: Adding default for timeout 2019-09-12T08:29:03.758 Debug: 2019-09-12 08:29:02 +0000 Exec[ldap cgcs-cli shell update]: Adding default for path 2019-09-12T08:29:03.761 Debug: 2019-09-12 08:29:02 +0000 Exec[modprobe drbd]: Adding default for timeout 2019-09-12T08:29:03.764 Debug: 2019-09-12 08:29:02 +0000 File[/drbd]: Adding default for mode 2019-09-12T08:29:03.768 Debug: 2019-09-12 08:29:02 +0000 File[/drbd]: Adding default for owner 2019-09-12T08:29:03.771 Debug: 2019-09-12 08:29:02 +0000 File[/drbd]: Adding default for group 2019-09-12T08:29:03.775 Debug: 2019-09-12 08:29:02 +0000 File[/drbd]: Adding default for require 2019-09-12T08:29:03.778 Debug: 2019-09-12 08:29:02 +0000 File[/drbd]: Adding default for notify 2019-09-12T08:29:03.781 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.conf]: Adding default for mode 2019-09-12T08:29:03.785 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.conf]: Adding default for owner 2019-09-12T08:29:03.788 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.conf]: Adding default for group 2019-09-12T08:29:03.791 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.conf]: Adding default for require 2019-09-12T08:29:03.795 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.conf]: Adding default for notify 2019-09-12T08:29:03.798 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.d/global_common.conf]: Adding default for mode 2019-09-12T08:29:03.801 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.d/global_common.conf]: Adding default for owner 2019-09-12T08:29:03.804 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.d/global_common.conf]: Adding default for group 2019-09-12T08:29:03.808 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.d/global_common.conf]: Adding default for require 2019-09-12T08:29:03.811 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.d/global_common.conf]: Adding default for notify 2019-09-12T08:29:03.815 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.d]: Adding default for owner 2019-09-12T08:29:03.818 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.d]: Adding default for group 2019-09-12T08:29:03.821 Debug: 2019-09-12 08:29:02 +0000 File[/etc/drbd.d]: Adding default for notify 2019-09-12T08:29:03.825 Debug: 2019-09-12 08:29:02 +0000 Exec[Empty pg dir]: Adding default for timeout 2019-09-12T08:29:03.828 Debug: 2019-09-12 08:29:02 +0000 Exec[Empty pg dir]: Adding default for path 2019-09-12T08:29:03.831 Debug: 2019-09-12 08:29:02 +0000 Exec[Create pg datadir]: Adding default for timeout 2019-09-12T08:29:03.835 Debug: 2019-09-12 08:29:02 +0000 Exec[Create pg datadir]: Adding default for path 2019-09-12T08:29:03.838 Debug: 2019-09-12 08:29:02 +0000 Exec[Change pg dir permissions]: Adding default for timeout 2019-09-12T08:29:03.841 Debug: 2019-09-12 08:29:02 +0000 Exec[Change pg dir permissions]: Adding default for path 2019-09-12T08:29:03.845 Debug: 2019-09-12 08:29:02 +0000 Exec[Create pg database]: Adding default for timeout 2019-09-12T08:29:03.849 Debug: 2019-09-12 08:29:02 +0000 Exec[Create pg database]: Adding default for path 2019-09-12T08:29:03.854 Debug: 2019-09-12 08:29:02 +0000 Exec[Move Config files]: Adding default for timeout 2019-09-12T08:29:03.858 Debug: 2019-09-12 08:29:02 +0000 Exec[Move Config files]: Adding default for path 2019-09-12T08:29:03.861 Debug: 2019-09-12 08:29:02 +0000 Exec[postgresql_reload]: Adding default for timeout 2019-09-12T08:29:03.869 Debug: 2019-09-12 08:29:02 +0000 Exec[restart-systemd]: Adding default for timeout 2019-09-12T08:29:03.872 Debug: 2019-09-12 08:29:02 +0000 Exec[rabbitmq-systemd-reload]: Adding default for timeout 2019-09-12T08:29:03.875 Debug: 2019-09-12 08:29:02 +0000 Exec[rabbitmq-systemd-reload]: Adding default for path 2019-09-12T08:29:03.879 Debug: 2019-09-12 08:29:02 +0000 Exec[keystone-manage db_sync]: Adding default for timeout 2019-09-12T08:29:03.882 Debug: 2019-09-12 08:29:02 +0000 Exec[keystone-manage fernet_setup]: Adding default for timeout 2019-09-12T08:29:03.885 Debug: 2019-09-12 08:29:02 +0000 Exec[restart_keystone]: Adding default for timeout 2019-09-12T08:29:03.888 Debug: 2019-09-12 08:29:02 +0000 Exec[keystone-manage bootstrap]: Adding default for timeout 2019-09-12T08:29:03.891 Debug: 2019-09-12 08:29:02 +0000 Exec[barbican-db-manage]: Adding default for timeout 2019-09-12T08:29:03.897 Debug: 2019-09-12 08:29:02 +0000 Exec[sysinv-dbsync]: Adding default for timeout 2019-09-12T08:29:03.900 Debug: 2019-09-12 08:29:02 +0000 Exec[enable-docker]: Adding default for timeout 2019-09-12T08:29:03.904 Debug: 2019-09-12 08:29:02 +0000 Exec[enable-docker]: Adding default for path 2019-09-12T08:29:03.907 Debug: 2019-09-12 08:29:02 +0000 Exec[systemd-reload-daemon]: Adding default for timeout 2019-09-12T08:29:03.911 Debug: 2019-09-12 08:29:02 +0000 Exec[systemd-reload-daemon]: Adding default for path 2019-09-12T08:29:03.914 Debug: 2019-09-12 08:29:02 +0000 Exec[fm-db-sync]: Adding default for timeout 2019-09-12T08:29:03.917 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-pgsql]: Adding default for timeout 2019-09-12T08:29:03.921 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-pgsql]: Adding default for path 2019-09-12T08:29:03.924 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-pgsql]: Adding default for timeout 2019-09-12T08:29:03.927 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-pgsql]: Adding default for path 2019-09-12T08:29:03.931 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-rabbit]: Adding default for timeout 2019-09-12T08:29:03.935 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-rabbit]: Adding default for path 2019-09-12T08:29:03.938 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-rabbit]: Adding default for timeout 2019-09-12T08:29:03.941 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-rabbit]: Adding default for path 2019-09-12T08:29:03.945 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-platform]: Adding default for timeout 2019-09-12T08:29:03.948 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-platform]: Adding default for path 2019-09-12T08:29:03.952 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-platform]: Adding default for timeout 2019-09-12T08:29:03.955 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-platform]: Adding default for path 2019-09-12T08:29:03.959 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-extension]: Adding default for timeout 2019-09-12T08:29:03.962 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-extension]: Adding default for path 2019-09-12T08:29:03.965 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-extension]: Adding default for timeout 2019-09-12T08:29:03.969 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-extension]: Adding default for path 2019-09-12T08:29:03.972 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[listen_addresses]: Adding default for notify 2019-09-12T08:29:03.976 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[listen_addresses]: Adding default for before 2019-09-12T08:29:03.979 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[port]: Adding default for notify 2019-09-12T08:29:03.982 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[port]: Adding default for before 2019-09-12T08:29:03.986 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[data_directory]: Adding default for notify 2019-09-12T08:29:03.989 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[data_directory]: Adding default for before 2019-09-12T08:29:03.993 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[hba_file]: Adding default for notify 2019-09-12T08:29:03.997 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[hba_file]: Adding default for before 2019-09-12T08:29:04.001 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[ident_file]: Adding default for notify 2019-09-12T08:29:04.004 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[ident_file]: Adding default for before 2019-09-12T08:29:04.007 Debug: 2019-09-12 08:29:02 +0000 Postgresql_conf[log_line_prefix]: Adding default for notify 2019-09-12T08:29:04.011 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:04.014 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:04.017 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:04.021 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:04.024 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:04.027 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:04.031 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:04.034 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" SUPERUSER]: Adding default for db 2019-09-12T08:29:04.037 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" SUPERUSER]: Adding default for port 2019-09-12T08:29:04.040 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" SUPERUSER]: Adding default for psql_user 2019-09-12T08:29:04.044 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" SUPERUSER]: Adding default for psql_group 2019-09-12T08:29:04.047 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" SUPERUSER]: Adding default for psql_path 2019-09-12T08:29:04.050 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" SUPERUSER]: Adding default for connect_settings 2019-09-12T08:29:04.054 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" SUPERUSER]: Adding default for cwd 2019-09-12T08:29:04.057 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" SUPERUSER]: Adding default for require 2019-09-12T08:29:04.060 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]: Adding default for db 2019-09-12T08:29:04.063 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]: Adding default for port 2019-09-12T08:29:04.067 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]: Adding default for psql_user 2019-09-12T08:29:04.070 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]: Adding default for psql_group 2019-09-12T08:29:04.073 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]: Adding default for psql_path 2019-09-12T08:29:04.077 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]: Adding default for connect_settings 2019-09-12T08:29:04.080 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]: Adding default for cwd 2019-09-12T08:29:04.084 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]: Adding default for require 2019-09-12T08:29:04.087 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]: Adding default for db 2019-09-12T08:29:04.090 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]: Adding default for port 2019-09-12T08:29:04.094 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]: Adding default for psql_user 2019-09-12T08:29:04.097 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]: Adding default for psql_group 2019-09-12T08:29:04.100 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]: Adding default for psql_path 2019-09-12T08:29:04.104 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]: Adding default for connect_settings 2019-09-12T08:29:04.107 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]: Adding default for cwd 2019-09-12T08:29:04.110 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]: Adding default for require 2019-09-12T08:29:04.114 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" LOGIN]: Adding default for db 2019-09-12T08:29:04.117 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" LOGIN]: Adding default for port 2019-09-12T08:29:04.120 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" LOGIN]: Adding default for psql_user 2019-09-12T08:29:04.124 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" LOGIN]: Adding default for psql_group 2019-09-12T08:29:04.127 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" LOGIN]: Adding default for psql_path 2019-09-12T08:29:04.131 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" LOGIN]: Adding default for connect_settings 2019-09-12T08:29:04.134 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" LOGIN]: Adding default for cwd 2019-09-12T08:29:04.137 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" LOGIN]: Adding default for require 2019-09-12T08:29:04.141 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" INHERIT]: Adding default for db 2019-09-12T08:29:04.144 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" INHERIT]: Adding default for port 2019-09-12T08:29:04.147 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" INHERIT]: Adding default for psql_user 2019-09-12T08:29:04.150 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" INHERIT]: Adding default for psql_group 2019-09-12T08:29:04.153 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" INHERIT]: Adding default for psql_path 2019-09-12T08:29:04.156 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" INHERIT]: Adding default for connect_settings 2019-09-12T08:29:04.160 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" INHERIT]: Adding default for cwd 2019-09-12T08:29:04.163 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" INHERIT]: Adding default for require 2019-09-12T08:29:04.166 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]: Adding default for db 2019-09-12T08:29:04.169 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]: Adding default for port 2019-09-12T08:29:04.172 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]: Adding default for psql_user 2019-09-12T08:29:04.175 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]: Adding default for psql_group 2019-09-12T08:29:04.178 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]: Adding default for psql_path 2019-09-12T08:29:04.181 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]: Adding default for connect_settings 2019-09-12T08:29:04.184 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]: Adding default for cwd 2019-09-12T08:29:04.188 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]: Adding default for require 2019-09-12T08:29:04.191 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]: Adding default for db 2019-09-12T08:29:04.194 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]: Adding default for port 2019-09-12T08:29:04.197 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]: Adding default for psql_user 2019-09-12T08:29:04.200 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]: Adding default for psql_group 2019-09-12T08:29:04.203 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]: Adding default for psql_path 2019-09-12T08:29:04.206 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]: Adding default for connect_settings 2019-09-12T08:29:04.210 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]: Adding default for cwd 2019-09-12T08:29:04.213 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]: Adding default for require 2019-09-12T08:29:04.216 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:04.219 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:04.222 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:04.226 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:04.229 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:04.232 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:04.235 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:04.239 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]: Adding default for require 2019-09-12T08:29:04.242 Debug: 2019-09-12 08:29:02 +0000 Exec[mount /dev/cgts-vg/docker-lv]: Adding default for timeout 2019-09-12T08:29:04.245 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-etcd]: Adding default for timeout 2019-09-12T08:29:04.248 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-etcd]: Adding default for path 2019-09-12T08:29:04.251 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-etcd]: Adding default for timeout 2019-09-12T08:29:04.255 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-etcd]: Adding default for path 2019-09-12T08:29:04.258 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-dockerdistribution]: Adding default for timeout 2019-09-12T08:29:04.261 Debug: 2019-09-12 08:29:02 +0000 Exec[drbd resize drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:04.264 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-dockerdistribution]: Adding default for timeout 2019-09-12T08:29:04.268 Debug: 2019-09-12 08:29:02 +0000 Exec[resize2fs drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:04.271 Debug: 2019-09-12 08:29:02 +0000 Exec[mount /dev/cgts-vg/backup-lv]: Adding default for timeout 2019-09-12T08:29:04.274 Debug: 2019-09-12 08:29:02 +0000 Exec[mount /dev/cgts-vg/kubelet-lv]: Adding default for timeout 2019-09-12T08:29:04.278 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "keystone"]: Adding default for db 2019-09-12T08:29:04.281 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "keystone"]: Adding default for psql_user 2019-09-12T08:29:04.284 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "keystone"]: Adding default for psql_group 2019-09-12T08:29:04.287 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "keystone"]: Adding default for psql_path 2019-09-12T08:29:04.291 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "keystone"]: Adding default for port 2019-09-12T08:29:04.294 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "keystone"]: Adding default for connect_settings 2019-09-12T08:29:04.297 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public]: Adding default for db 2019-09-12T08:29:04.300 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public]: Adding default for psql_user 2019-09-12T08:29:04.303 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public]: Adding default for psql_group 2019-09-12T08:29:04.307 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public]: Adding default for psql_path 2019-09-12T08:29:04.310 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public]: Adding default for port 2019-09-12T08:29:04.313 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public]: Adding default for connect_settings 2019-09-12T08:29:04.316 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone']: Adding default for db 2019-09-12T08:29:04.319 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone']: Adding default for psql_user 2019-09-12T08:29:04.322 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone']: Adding default for psql_group 2019-09-12T08:29:04.325 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone']: Adding default for psql_path 2019-09-12T08:29:04.328 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone']: Adding default for port 2019-09-12T08:29:04.331 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone']: Adding default for connect_settings 2019-09-12T08:29:04.335 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:04.338 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:04.341 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:04.344 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:04.347 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:04.350 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:04.353 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:04.357 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]: Adding default for db 2019-09-12T08:29:04.360 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]: Adding default for port 2019-09-12T08:29:04.363 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]: Adding default for psql_user 2019-09-12T08:29:04.366 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]: Adding default for psql_group 2019-09-12T08:29:04.369 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]: Adding default for psql_path 2019-09-12T08:29:04.372 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]: Adding default for connect_settings 2019-09-12T08:29:04.375 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]: Adding default for cwd 2019-09-12T08:29:04.378 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]: Adding default for require 2019-09-12T08:29:04.382 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]: Adding default for db 2019-09-12T08:29:04.385 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]: Adding default for port 2019-09-12T08:29:04.388 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]: Adding default for psql_user 2019-09-12T08:29:04.391 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]: Adding default for psql_group 2019-09-12T08:29:04.394 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]: Adding default for psql_path 2019-09-12T08:29:04.397 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]: Adding default for connect_settings 2019-09-12T08:29:04.400 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]: Adding default for cwd 2019-09-12T08:29:04.404 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]: Adding default for require 2019-09-12T08:29:04.407 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]: Adding default for db 2019-09-12T08:29:04.410 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]: Adding default for port 2019-09-12T08:29:04.413 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]: Adding default for psql_user 2019-09-12T08:29:04.416 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]: Adding default for psql_group 2019-09-12T08:29:04.419 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]: Adding default for psql_path 2019-09-12T08:29:04.422 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]: Adding default for connect_settings 2019-09-12T08:29:04.425 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]: Adding default for cwd 2019-09-12T08:29:04.428 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]: Adding default for require 2019-09-12T08:29:04.431 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]: Adding default for db 2019-09-12T08:29:04.434 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]: Adding default for port 2019-09-12T08:29:04.437 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]: Adding default for psql_user 2019-09-12T08:29:04.440 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]: Adding default for psql_group 2019-09-12T08:29:04.443 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]: Adding default for psql_path 2019-09-12T08:29:04.446 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]: Adding default for connect_settings 2019-09-12T08:29:04.450 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]: Adding default for cwd 2019-09-12T08:29:04.453 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]: Adding default for require 2019-09-12T08:29:04.456 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]: Adding default for db 2019-09-12T08:29:04.459 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]: Adding default for port 2019-09-12T08:29:04.462 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]: Adding default for psql_user 2019-09-12T08:29:04.465 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]: Adding default for psql_group 2019-09-12T08:29:04.468 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]: Adding default for psql_path 2019-09-12T08:29:04.471 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]: Adding default for connect_settings 2019-09-12T08:29:04.474 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]: Adding default for cwd 2019-09-12T08:29:04.477 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]: Adding default for require 2019-09-12T08:29:04.480 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]: Adding default for db 2019-09-12T08:29:04.483 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]: Adding default for port 2019-09-12T08:29:04.486 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]: Adding default for psql_user 2019-09-12T08:29:04.489 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]: Adding default for psql_group 2019-09-12T08:29:04.494 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]: Adding default for psql_path 2019-09-12T08:29:04.497 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]: Adding default for connect_settings 2019-09-12T08:29:04.500 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]: Adding default for cwd 2019-09-12T08:29:04.503 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]: Adding default for require 2019-09-12T08:29:04.506 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]: Adding default for db 2019-09-12T08:29:04.510 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]: Adding default for port 2019-09-12T08:29:04.513 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]: Adding default for psql_user 2019-09-12T08:29:04.516 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]: Adding default for psql_group 2019-09-12T08:29:04.519 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]: Adding default for psql_path 2019-09-12T08:29:04.522 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]: Adding default for connect_settings 2019-09-12T08:29:04.525 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]: Adding default for cwd 2019-09-12T08:29:04.528 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]: Adding default for require 2019-09-12T08:29:04.531 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:04.534 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:04.537 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:04.540 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:04.543 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:04.546 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:04.549 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:04.552 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]: Adding default for require 2019-09-12T08:29:04.556 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "barbican"]: Adding default for db 2019-09-12T08:29:04.559 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "barbican"]: Adding default for psql_user 2019-09-12T08:29:04.562 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "barbican"]: Adding default for psql_group 2019-09-12T08:29:04.565 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "barbican"]: Adding default for psql_path 2019-09-12T08:29:04.568 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "barbican"]: Adding default for port 2019-09-12T08:29:04.571 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE DATABASE "barbican"]: Adding default for connect_settings 2019-09-12T08:29:04.574 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public]: Adding default for db 2019-09-12T08:29:04.577 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public]: Adding default for psql_user 2019-09-12T08:29:04.580 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public]: Adding default for psql_group 2019-09-12T08:29:04.583 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public]: Adding default for psql_path 2019-09-12T08:29:04.586 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public]: Adding default for port 2019-09-12T08:29:04.589 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public]: Adding default for connect_settings 2019-09-12T08:29:04.592 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican']: Adding default for db 2019-09-12T08:29:04.595 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican']: Adding default for psql_user 2019-09-12T08:29:04.598 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican']: Adding default for psql_group 2019-09-12T08:29:04.601 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican']: Adding default for psql_path 2019-09-12T08:29:04.604 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican']: Adding default for port 2019-09-12T08:29:04.607 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican']: Adding default for connect_settings 2019-09-12T08:29:04.610 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:04.613 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:04.617 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:04.621 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:04.624 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:04.628 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:04.634 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:04.638 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]: Adding default for db 2019-09-12T08:29:04.642 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]: Adding default for port 2019-09-12T08:29:04.645 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]: Adding default for psql_user 2019-09-12T08:29:04.649 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]: Adding default for psql_group 2019-09-12T08:29:04.653 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]: Adding default for psql_path 2019-09-12T08:29:04.657 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]: Adding default for connect_settings 2019-09-12T08:29:04.660 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]: Adding default for cwd 2019-09-12T08:29:04.664 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]: Adding default for require 2019-09-12T08:29:04.667 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]: Adding default for db 2019-09-12T08:29:04.671 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]: Adding default for port 2019-09-12T08:29:04.674 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]: Adding default for psql_user 2019-09-12T08:29:04.677 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]: Adding default for psql_group 2019-09-12T08:29:04.680 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]: Adding default for psql_path 2019-09-12T08:29:04.684 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]: Adding default for connect_settings 2019-09-12T08:29:04.687 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]: Adding default for cwd 2019-09-12T08:29:04.690 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]: Adding default for require 2019-09-12T08:29:04.693 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]: Adding default for db 2019-09-12T08:29:04.696 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]: Adding default for port 2019-09-12T08:29:04.699 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]: Adding default for psql_user 2019-09-12T08:29:04.703 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]: Adding default for psql_group 2019-09-12T08:29:04.706 Debug: 2019-09-12 08:29:02 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]: Adding default for psql_path 2019-09-12T08:29:04.709 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]: Adding default for connect_settings 2019-09-12T08:29:04.712 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]: Adding default for cwd 2019-09-12T08:29:04.715 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]: Adding default for require 2019-09-12T08:29:04.719 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]: Adding default for db 2019-09-12T08:29:04.724 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]: Adding default for port 2019-09-12T08:29:04.727 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]: Adding default for psql_user 2019-09-12T08:29:04.730 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]: Adding default for psql_group 2019-09-12T08:29:04.734 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]: Adding default for psql_path 2019-09-12T08:29:04.737 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]: Adding default for connect_settings 2019-09-12T08:29:04.741 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]: Adding default for cwd 2019-09-12T08:29:04.744 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]: Adding default for require 2019-09-12T08:29:04.747 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]: Adding default for db 2019-09-12T08:29:04.750 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]: Adding default for port 2019-09-12T08:29:04.754 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]: Adding default for psql_user 2019-09-12T08:29:04.757 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]: Adding default for psql_group 2019-09-12T08:29:04.760 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]: Adding default for psql_path 2019-09-12T08:29:04.763 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]: Adding default for connect_settings 2019-09-12T08:29:04.767 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]: Adding default for cwd 2019-09-12T08:29:04.770 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]: Adding default for require 2019-09-12T08:29:04.773 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]: Adding default for db 2019-09-12T08:29:04.777 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]: Adding default for port 2019-09-12T08:29:04.780 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]: Adding default for psql_user 2019-09-12T08:29:04.783 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]: Adding default for psql_group 2019-09-12T08:29:04.786 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]: Adding default for psql_path 2019-09-12T08:29:04.789 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]: Adding default for connect_settings 2019-09-12T08:29:04.793 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]: Adding default for cwd 2019-09-12T08:29:04.796 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]: Adding default for require 2019-09-12T08:29:04.799 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]: Adding default for db 2019-09-12T08:29:04.802 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]: Adding default for port 2019-09-12T08:29:04.805 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]: Adding default for psql_user 2019-09-12T08:29:04.808 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]: Adding default for psql_group 2019-09-12T08:29:04.812 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]: Adding default for psql_path 2019-09-12T08:29:04.815 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]: Adding default for connect_settings 2019-09-12T08:29:04.818 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]: Adding default for cwd 2019-09-12T08:29:04.821 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]: Adding default for require 2019-09-12T08:29:04.824 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:04.827 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:04.831 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:04.834 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:04.837 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:04.840 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:04.843 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:04.847 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]: Adding default for require 2019-09-12T08:29:04.850 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "sysinv"]: Adding default for db 2019-09-12T08:29:04.853 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "sysinv"]: Adding default for psql_user 2019-09-12T08:29:04.856 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "sysinv"]: Adding default for psql_group 2019-09-12T08:29:04.859 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "sysinv"]: Adding default for psql_path 2019-09-12T08:29:04.862 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "sysinv"]: Adding default for port 2019-09-12T08:29:04.866 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "sysinv"]: Adding default for connect_settings 2019-09-12T08:29:04.869 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public]: Adding default for db 2019-09-12T08:29:04.872 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public]: Adding default for psql_user 2019-09-12T08:29:04.875 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public]: Adding default for psql_group 2019-09-12T08:29:04.879 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public]: Adding default for psql_path 2019-09-12T08:29:04.882 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public]: Adding default for port 2019-09-12T08:29:04.885 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public]: Adding default for connect_settings 2019-09-12T08:29:04.888 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv']: Adding default for db 2019-09-12T08:29:04.892 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv']: Adding default for psql_user 2019-09-12T08:29:04.896 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv']: Adding default for psql_group 2019-09-12T08:29:04.899 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv']: Adding default for psql_path 2019-09-12T08:29:04.902 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv']: Adding default for port 2019-09-12T08:29:04.905 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv']: Adding default for connect_settings 2019-09-12T08:29:04.908 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:04.911 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:04.915 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:04.918 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:04.921 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:04.924 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:04.927 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:04.930 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]: Adding default for db 2019-09-12T08:29:04.933 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]: Adding default for port 2019-09-12T08:29:04.936 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]: Adding default for psql_user 2019-09-12T08:29:04.939 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]: Adding default for psql_group 2019-09-12T08:29:04.942 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]: Adding default for psql_path 2019-09-12T08:29:04.945 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]: Adding default for connect_settings 2019-09-12T08:29:04.949 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]: Adding default for cwd 2019-09-12T08:29:04.952 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]: Adding default for require 2019-09-12T08:29:04.955 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]: Adding default for db 2019-09-12T08:29:04.958 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]: Adding default for port 2019-09-12T08:29:04.961 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]: Adding default for psql_user 2019-09-12T08:29:04.964 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]: Adding default for psql_group 2019-09-12T08:29:04.967 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]: Adding default for psql_path 2019-09-12T08:29:04.971 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]: Adding default for connect_settings 2019-09-12T08:29:04.974 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]: Adding default for cwd 2019-09-12T08:29:04.978 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]: Adding default for require 2019-09-12T08:29:04.981 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]: Adding default for db 2019-09-12T08:29:04.985 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]: Adding default for port 2019-09-12T08:29:04.988 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]: Adding default for psql_user 2019-09-12T08:29:04.991 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]: Adding default for psql_group 2019-09-12T08:29:04.994 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]: Adding default for psql_path 2019-09-12T08:29:04.998 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]: Adding default for connect_settings 2019-09-12T08:29:05.001 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]: Adding default for cwd 2019-09-12T08:29:05.004 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]: Adding default for require 2019-09-12T08:29:05.007 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]: Adding default for db 2019-09-12T08:29:05.010 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]: Adding default for port 2019-09-12T08:29:05.013 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]: Adding default for psql_user 2019-09-12T08:29:05.016 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]: Adding default for psql_group 2019-09-12T08:29:05.020 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]: Adding default for psql_path 2019-09-12T08:29:05.023 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]: Adding default for connect_settings 2019-09-12T08:29:05.026 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]: Adding default for cwd 2019-09-12T08:29:05.029 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]: Adding default for require 2019-09-12T08:29:05.032 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]: Adding default for db 2019-09-12T08:29:05.035 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]: Adding default for port 2019-09-12T08:29:05.038 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]: Adding default for psql_user 2019-09-12T08:29:05.041 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]: Adding default for psql_group 2019-09-12T08:29:05.044 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]: Adding default for psql_path 2019-09-12T08:29:05.047 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]: Adding default for connect_settings 2019-09-12T08:29:05.050 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]: Adding default for cwd 2019-09-12T08:29:05.053 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]: Adding default for require 2019-09-12T08:29:05.056 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]: Adding default for db 2019-09-12T08:29:05.059 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]: Adding default for port 2019-09-12T08:29:05.063 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]: Adding default for psql_user 2019-09-12T08:29:05.066 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]: Adding default for psql_group 2019-09-12T08:29:05.069 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]: Adding default for psql_path 2019-09-12T08:29:05.078 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]: Adding default for connect_settings 2019-09-12T08:29:05.082 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]: Adding default for cwd 2019-09-12T08:29:05.086 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]: Adding default for require 2019-09-12T08:29:05.091 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]: Adding default for db 2019-09-12T08:29:05.096 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]: Adding default for port 2019-09-12T08:29:05.100 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]: Adding default for psql_user 2019-09-12T08:29:05.104 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]: Adding default for psql_group 2019-09-12T08:29:05.108 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]: Adding default for psql_path 2019-09-12T08:29:05.112 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]: Adding default for connect_settings 2019-09-12T08:29:05.115 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]: Adding default for cwd 2019-09-12T08:29:05.119 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]: Adding default for require 2019-09-12T08:29:05.122 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:05.126 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:05.129 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:05.133 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:05.136 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:05.139 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:05.142 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:05.145 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]: Adding default for require 2019-09-12T08:29:05.148 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "fm"]: Adding default for db 2019-09-12T08:29:05.152 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "fm"]: Adding default for psql_user 2019-09-12T08:29:05.155 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "fm"]: Adding default for psql_group 2019-09-12T08:29:05.158 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "fm"]: Adding default for psql_path 2019-09-12T08:29:05.162 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "fm"]: Adding default for port 2019-09-12T08:29:05.165 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE DATABASE "fm"]: Adding default for connect_settings 2019-09-12T08:29:05.168 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public]: Adding default for db 2019-09-12T08:29:05.171 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public]: Adding default for psql_user 2019-09-12T08:29:05.174 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public]: Adding default for psql_group 2019-09-12T08:29:05.177 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public]: Adding default for psql_path 2019-09-12T08:29:05.181 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public]: Adding default for port 2019-09-12T08:29:05.184 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public]: Adding default for connect_settings 2019-09-12T08:29:05.187 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm']: Adding default for db 2019-09-12T08:29:05.190 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm']: Adding default for psql_user 2019-09-12T08:29:05.193 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm']: Adding default for psql_group 2019-09-12T08:29:05.196 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm']: Adding default for psql_path 2019-09-12T08:29:05.199 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm']: Adding default for port 2019-09-12T08:29:05.202 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm']: Adding default for connect_settings 2019-09-12T08:29:05.206 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:05.209 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:05.212 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:05.215 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:05.218 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:05.221 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:05.225 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:05.228 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]: Adding default for db 2019-09-12T08:29:05.231 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]: Adding default for port 2019-09-12T08:29:05.235 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]: Adding default for psql_user 2019-09-12T08:29:05.238 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]: Adding default for psql_group 2019-09-12T08:29:05.243 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]: Adding default for psql_path 2019-09-12T08:29:05.246 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]: Adding default for connect_settings 2019-09-12T08:29:05.250 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]: Adding default for cwd 2019-09-12T08:29:05.253 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]: Adding default for require 2019-09-12T08:29:05.256 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]: Adding default for db 2019-09-12T08:29:05.260 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]: Adding default for port 2019-09-12T08:29:05.263 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]: Adding default for psql_user 2019-09-12T08:29:05.266 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]: Adding default for psql_group 2019-09-12T08:29:05.270 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]: Adding default for psql_path 2019-09-12T08:29:05.274 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]: Adding default for connect_settings 2019-09-12T08:29:05.277 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]: Adding default for cwd 2019-09-12T08:29:05.281 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]: Adding default for require 2019-09-12T08:29:05.284 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]: Adding default for db 2019-09-12T08:29:05.287 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]: Adding default for port 2019-09-12T08:29:05.290 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]: Adding default for psql_user 2019-09-12T08:29:05.294 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]: Adding default for psql_group 2019-09-12T08:29:05.297 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]: Adding default for psql_path 2019-09-12T08:29:05.300 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]: Adding default for connect_settings 2019-09-12T08:29:05.303 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]: Adding default for cwd 2019-09-12T08:29:05.306 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]: Adding default for require 2019-09-12T08:29:05.310 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]: Adding default for db 2019-09-12T08:29:05.314 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]: Adding default for port 2019-09-12T08:29:05.318 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]: Adding default for psql_user 2019-09-12T08:29:05.322 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]: Adding default for psql_group 2019-09-12T08:29:05.326 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]: Adding default for psql_path 2019-09-12T08:29:05.329 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]: Adding default for connect_settings 2019-09-12T08:29:05.333 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]: Adding default for cwd 2019-09-12T08:29:05.336 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]: Adding default for require 2019-09-12T08:29:05.340 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]: Adding default for db 2019-09-12T08:29:05.343 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]: Adding default for port 2019-09-12T08:29:05.346 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]: Adding default for psql_user 2019-09-12T08:29:05.349 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]: Adding default for psql_group 2019-09-12T08:29:05.352 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]: Adding default for psql_path 2019-09-12T08:29:05.355 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]: Adding default for connect_settings 2019-09-12T08:29:05.359 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]: Adding default for cwd 2019-09-12T08:29:05.364 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]: Adding default for require 2019-09-12T08:29:05.368 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]: Adding default for db 2019-09-12T08:29:05.371 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]: Adding default for port 2019-09-12T08:29:05.375 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]: Adding default for psql_user 2019-09-12T08:29:05.379 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]: Adding default for psql_group 2019-09-12T08:29:05.382 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]: Adding default for psql_path 2019-09-12T08:29:05.386 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]: Adding default for connect_settings 2019-09-12T08:29:05.389 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]: Adding default for cwd 2019-09-12T08:29:05.392 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]: Adding default for require 2019-09-12T08:29:05.395 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]: Adding default for db 2019-09-12T08:29:05.398 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]: Adding default for port 2019-09-12T08:29:05.401 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]: Adding default for psql_user 2019-09-12T08:29:05.404 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]: Adding default for psql_group 2019-09-12T08:29:05.407 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]: Adding default for psql_path 2019-09-12T08:29:05.410 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]: Adding default for connect_settings 2019-09-12T08:29:05.413 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]: Adding default for cwd 2019-09-12T08:29:05.416 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]: Adding default for require 2019-09-12T08:29:05.419 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for db 2019-09-12T08:29:05.423 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for port 2019-09-12T08:29:05.426 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for psql_user 2019-09-12T08:29:05.429 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for psql_group 2019-09-12T08:29:05.432 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for psql_path 2019-09-12T08:29:05.435 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for connect_settings 2019-09-12T08:29:05.438 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for cwd 2019-09-12T08:29:05.441 Debug: 2019-09-12 08:29:03 +0000 Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]: Adding default for require 2019-09-12T08:29:05.444 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-pgsql]: Adding default for timeout 2019-09-12T08:29:05.447 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-pgsql]: Adding default for path 2019-09-12T08:29:05.450 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-pgsql]: Adding default for logoutput 2019-09-12T08:29:05.453 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-pgsql]: Adding default for timeout 2019-09-12T08:29:05.456 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-pgsql]: Adding default for path 2019-09-12T08:29:05.459 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-pgsql]: Adding default for logoutput 2019-09-12T08:29:05.462 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-pgsql]: Adding default for timeout 2019-09-12T08:29:05.465 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-pgsql]: Adding default for path 2019-09-12T08:29:05.468 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-pgsql]: Adding default for logoutput 2019-09-12T08:29:05.472 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-pgsql]: Adding default for timeout 2019-09-12T08:29:05.475 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-pgsql]: Adding default for path 2019-09-12T08:29:05.478 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-pgsql]: Adding default for logoutput 2019-09-12T08:29:05.481 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-pgsql]: Adding default for timeout 2019-09-12T08:29:05.484 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-pgsql]: Adding default for path 2019-09-12T08:29:05.487 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-pgsql]: Adding default for logoutput 2019-09-12T08:29:05.490 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_format_volume_drbd-pgsql]: Adding default for path 2019-09-12T08:29:05.493 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_format_volume_drbd-pgsql]: Adding default for logoutput 2019-09-12T08:29:05.496 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-pgsql]: Adding default for timeout 2019-09-12T08:29:05.500 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-pgsql]: Adding default for path 2019-09-12T08:29:05.503 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-pgsql]: Adding default for logoutput 2019-09-12T08:29:05.506 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-rabbit]: Adding default for timeout 2019-09-12T08:29:05.509 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-rabbit]: Adding default for path 2019-09-12T08:29:05.512 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-rabbit]: Adding default for logoutput 2019-09-12T08:29:05.516 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-rabbit]: Adding default for timeout 2019-09-12T08:29:05.519 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-rabbit]: Adding default for path 2019-09-12T08:29:05.523 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-rabbit]: Adding default for logoutput 2019-09-12T08:29:05.527 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-rabbit]: Adding default for timeout 2019-09-12T08:29:05.530 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-rabbit]: Adding default for path 2019-09-12T08:29:05.534 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-rabbit]: Adding default for logoutput 2019-09-12T08:29:05.537 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-rabbit]: Adding default for timeout 2019-09-12T08:29:05.540 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-rabbit]: Adding default for path 2019-09-12T08:29:05.543 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-rabbit]: Adding default for logoutput 2019-09-12T08:29:05.546 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-rabbit]: Adding default for timeout 2019-09-12T08:29:05.549 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-rabbit]: Adding default for path 2019-09-12T08:29:05.552 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-rabbit]: Adding default for logoutput 2019-09-12T08:29:05.555 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_format_volume_drbd-rabbit]: Adding default for path 2019-09-12T08:29:05.559 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_format_volume_drbd-rabbit]: Adding default for logoutput 2019-09-12T08:29:05.562 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-rabbit]: Adding default for timeout 2019-09-12T08:29:05.565 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-rabbit]: Adding default for path 2019-09-12T08:29:05.568 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-rabbit]: Adding default for logoutput 2019-09-12T08:29:05.572 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-platform]: Adding default for timeout 2019-09-12T08:29:05.575 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-platform]: Adding default for path 2019-09-12T08:29:05.581 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-platform]: Adding default for logoutput 2019-09-12T08:29:05.588 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-platform]: Adding default for timeout 2019-09-12T08:29:05.592 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-platform]: Adding default for path 2019-09-12T08:29:05.595 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-platform]: Adding default for logoutput 2019-09-12T08:29:05.598 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-platform]: Adding default for timeout 2019-09-12T08:29:05.602 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-platform]: Adding default for path 2019-09-12T08:29:05.605 Debug: 2019-09-12 08:29:03 +0000 Exec[enable DRBD resource drbd-platform]: Adding default for logoutput 2019-09-12T08:29:05.608 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-platform]: Adding default for timeout 2019-09-12T08:29:05.611 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-platform]: Adding default for path 2019-09-12T08:29:05.615 Debug: 2019-09-12 08:29:03 +0000 Exec[reuse existing DRBD resource drbd-platform]: Adding default for logoutput 2019-09-12T08:29:05.618 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-platform]: Adding default for timeout 2019-09-12T08:29:05.621 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-platform]: Adding default for path 2019-09-12T08:29:05.625 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_drbd-platform]: Adding default for logoutput 2019-09-12T08:29:05.628 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_format_volume_drbd-platform]: Adding default for path 2019-09-12T08:29:05.631 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_format_volume_drbd-platform]: Adding default for logoutput 2019-09-12T08:29:05.634 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-platform]: Adding default for timeout 2019-09-12T08:29:05.638 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-platform]: Adding default for path 2019-09-12T08:29:05.641 Debug: 2019-09-12 08:29:03 +0000 Exec[drbd_make_primary_again_drbd-platform]: Adding default for logoutput 2019-09-12T08:29:05.644 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-extension]: Adding default for timeout 2019-09-12T08:29:05.647 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-extension]: Adding default for path 2019-09-12T08:29:05.651 Debug: 2019-09-12 08:29:03 +0000 Exec[test disk by-path for drbd-extension]: Adding default for logoutput 2019-09-12T08:29:05.654 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-extension]: Adding default for timeout 2019-09-12T08:29:05.657 Debug: 2019-09-12 08:29:03 +0000 Exec[initialize DRBD metadata for drbd-extension]: Adding default for path 2019-09-12T08:29:05.661 Debug: 2019-09-12 08:29:04 +0000 Exec[initialize DRBD metadata for drbd-extension]: Adding default for logoutput 2019-09-12T08:29:05.664 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-extension]: Adding default for timeout 2019-09-12T08:29:05.667 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-extension]: Adding default for path 2019-09-12T08:29:05.670 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-extension]: Adding default for logoutput 2019-09-12T08:29:05.674 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-extension]: Adding default for timeout 2019-09-12T08:29:05.677 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-extension]: Adding default for path 2019-09-12T08:29:05.680 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-extension]: Adding default for logoutput 2019-09-12T08:29:05.683 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-extension]: Adding default for timeout 2019-09-12T08:29:05.687 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-extension]: Adding default for path 2019-09-12T08:29:05.690 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-extension]: Adding default for logoutput 2019-09-12T08:29:05.694 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_format_volume_drbd-extension]: Adding default for path 2019-09-12T08:29:05.697 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_format_volume_drbd-extension]: Adding default for logoutput 2019-09-12T08:29:05.700 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-extension]: Adding default for timeout 2019-09-12T08:29:05.704 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-extension]: Adding default for path 2019-09-12T08:29:05.707 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-extension]: Adding default for logoutput 2019-09-12T08:29:05.710 Debug: 2019-09-12 08:29:04 +0000 Exec[test disk by-path for drbd-etcd]: Adding default for timeout 2019-09-12T08:29:05.714 Debug: 2019-09-12 08:29:04 +0000 Exec[test disk by-path for drbd-etcd]: Adding default for path 2019-09-12T08:29:05.717 Debug: 2019-09-12 08:29:04 +0000 Exec[test disk by-path for drbd-etcd]: Adding default for logoutput 2019-09-12T08:29:05.720 Debug: 2019-09-12 08:29:04 +0000 Exec[initialize DRBD metadata for drbd-etcd]: Adding default for timeout 2019-09-12T08:29:05.724 Debug: 2019-09-12 08:29:04 +0000 Exec[initialize DRBD metadata for drbd-etcd]: Adding default for path 2019-09-12T08:29:05.727 Debug: 2019-09-12 08:29:04 +0000 Exec[initialize DRBD metadata for drbd-etcd]: Adding default for logoutput 2019-09-12T08:29:05.731 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-etcd]: Adding default for timeout 2019-09-12T08:29:05.734 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-etcd]: Adding default for path 2019-09-12T08:29:05.738 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-etcd]: Adding default for logoutput 2019-09-12T08:29:05.743 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-etcd]: Adding default for timeout 2019-09-12T08:29:05.746 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-etcd]: Adding default for path 2019-09-12T08:29:05.750 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-etcd]: Adding default for logoutput 2019-09-12T08:29:05.753 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-etcd]: Adding default for timeout 2019-09-12T08:29:05.757 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-etcd]: Adding default for path 2019-09-12T08:29:05.760 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-etcd]: Adding default for logoutput 2019-09-12T08:29:05.763 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_format_volume_drbd-etcd]: Adding default for path 2019-09-12T08:29:05.767 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_format_volume_drbd-etcd]: Adding default for logoutput 2019-09-12T08:29:05.770 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-etcd]: Adding default for timeout 2019-09-12T08:29:05.773 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-etcd]: Adding default for path 2019-09-12T08:29:05.777 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-etcd]: Adding default for logoutput 2019-09-12T08:29:05.780 Debug: 2019-09-12 08:29:04 +0000 Exec[test disk by-path for drbd-dockerdistribution]: Adding default for timeout 2019-09-12T08:29:05.783 Debug: 2019-09-12 08:29:04 +0000 Exec[test disk by-path for drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:05.787 Debug: 2019-09-12 08:29:04 +0000 Exec[test disk by-path for drbd-dockerdistribution]: Adding default for logoutput 2019-09-12T08:29:05.790 Debug: 2019-09-12 08:29:04 +0000 Exec[initialize DRBD metadata for drbd-dockerdistribution]: Adding default for timeout 2019-09-12T08:29:05.793 Debug: 2019-09-12 08:29:04 +0000 Exec[initialize DRBD metadata for drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:05.797 Debug: 2019-09-12 08:29:04 +0000 Exec[initialize DRBD metadata for drbd-dockerdistribution]: Adding default for logoutput 2019-09-12T08:29:05.800 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-dockerdistribution]: Adding default for timeout 2019-09-12T08:29:05.803 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:05.806 Debug: 2019-09-12 08:29:04 +0000 Exec[enable DRBD resource drbd-dockerdistribution]: Adding default for logoutput 2019-09-12T08:29:05.810 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-dockerdistribution]: Adding default for timeout 2019-09-12T08:29:05.813 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:05.816 Debug: 2019-09-12 08:29:04 +0000 Exec[reuse existing DRBD resource drbd-dockerdistribution]: Adding default for logoutput 2019-09-12T08:29:05.819 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-dockerdistribution]: Adding default for timeout 2019-09-12T08:29:05.822 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:05.825 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_drbd-dockerdistribution]: Adding default for logoutput 2019-09-12T08:29:05.828 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_format_volume_drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:05.831 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_format_volume_drbd-dockerdistribution]: Adding default for logoutput 2019-09-12T08:29:05.834 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-dockerdistribution]: Adding default for timeout 2019-09-12T08:29:05.838 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-dockerdistribution]: Adding default for path 2019-09-12T08:29:05.841 Debug: 2019-09-12 08:29:04 +0000 Exec[drbd_make_primary_again_drbd-dockerdistribution]: Adding default for logoutput 2019-09-12T08:29:05.844 Notice: 2019-09-12 08:29:04 +0000 Compiled catalog for localhost in environment production in 52.69 seconds 2019-09-12T08:29:05.848 Debug: 2019-09-12 08:29:05 +0000 Creating default schedules 2019-09-12T08:29:05.851 Debug: 2019-09-12 08:29:05 +0000 Host localhost found in both parsed and parsed; skipping the parsed version 2019-09-12T08:29:05.855 Info: 2019-09-12 08:29:05 +0000 Applying configuration version '1568276891' 2019-09-12T08:29:05.858 Debug: 2019-09-12 08:29:05 +0000 /Stage[pre]/before: subscribes to Stage[main] 2019-09-12T08:29:05.861 Debug: 2019-09-12 08:29:05 +0000 /Stage[post]/require: subscribes to Stage[main] 2019-09-12T08:29:05.864 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Anchors/Anchor[platform::networking]/before: subscribes to Anchor[platform::services] 2019-09-12T08:29:05.867 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Anchors/Anchor[platform::services]/before: subscribes to Class[Platform::Sysinv] 2019-09-12T08:29:05.870 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Config::Hostname/File[/etc/hostname]/notify: subscribes to Exec[set-hostname] 2019-09-12T08:29:05.873 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Users::Bootstrap/Group[sys_protected]/before: subscribes to User[sysadmin] 2019-09-12T08:29:05.876 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Server::Local/before: subscribes to Class[Platform::Ldap::Bootstrap] 2019-09-12T08:29:05.880 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[slapd-convert-config]/before: subscribes to Exec[slapd-conf-move-backup] 2019-09-12T08:29:05.884 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Server::Local/Service[nscd]/before: subscribes to Service[nslcd] 2019-09-12T08:29:05.888 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Server::Local/Service[openldap]/before: subscribes to Exec[slapd-convert-config] 2019-09-12T08:29:05.891 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[stop-openldap]/before: subscribes to Exec[update-slapd-conf] 2019-09-12T08:29:05.895 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[update-slapd-conf]/before: subscribes to Service[nscd] 2019-09-12T08:29:05.898 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Client/File[/etc/nslcd.conf]/before: subscribes to Service[nslcd] 2019-09-12T08:29:05.901 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Client/Service[nslcd]/before: subscribes to Service[openldap] 2019-09-12T08:29:05.905 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[populate initial ldap configuration]/before: subscribes to Exec[create ldap admin user] 2019-09-12T08:29:05.908 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap admin user]/before: subscribes to Exec[create ldap operator user] 2019-09-12T08:29:05.911 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap operator user]/before: subscribes to Exec[create ldap protected group] 2019-09-12T08:29:05.914 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap protected group]/before: subscribes to Exec[add admin to sys_protected protected group] 2019-09-12T08:29:05.917 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[add admin to sys_protected protected group]/before: subscribes to Exec[add operator to sys_protected protected group] 2019-09-12T08:29:05.921 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[add operator to sys_protected protected group]/before: subscribes to File[/tmp/ldap.cgcs-shell.ldif] 2019-09-12T08:29:05.924 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Ldap::Bootstrap/File[/tmp/ldap.cgcs-shell.ldif]/before: subscribes to Exec[ldap cgcs-cli shell update] 2019-09-12T08:29:05.927 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd::Service/Service[drbd]/require: subscribes to Package[drbd] 2019-09-12T08:29:05.931 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd/File[/drbd]/require: subscribes to Package[drbd] 2019-09-12T08:29:05.934 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd/File[/drbd]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:05.937 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd/File[/etc/drbd.conf]/require: subscribes to Package[drbd] 2019-09-12T08:29:05.940 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd/File[/etc/drbd.conf]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:05.944 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]/require: subscribes to Package[drbd] 2019-09-12T08:29:05.947 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:05.950 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd/File[/etc/drbd.d]/require: subscribes to Package[drbd] 2019-09-12T08:29:05.954 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Drbd/File[/etc/drbd.d]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:05.957 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Drbd::Pgsql/before: subscribes to Class[Platform::Postgresql::Bootstrap] 2019-09-12T08:29:05.961 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Drbd::Rabbit/before: subscribes to Class[Platform::Amqp::Bootstrap] 2019-09-12T08:29:05.964 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Drbd::Platform/before: subscribes to File[/opt/platform/.keyring] 2019-09-12T08:29:05.967 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Empty pg dir]/before: subscribes to Exec[Create pg datadir] 2019-09-12T08:29:05.971 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Create pg datadir]/before: subscribes to Exec[Change pg dir permissions] 2019-09-12T08:29:05.974 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Change pg dir permissions]/before: subscribes to File_line[allow sudo with no tty] 2019-09-12T08:29:05.977 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/File_line[allow sudo with no tty]/before: subscribes to Exec[Create pg database] 2019-09-12T08:29:05.981 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Create pg database]/before: subscribes to Exec[Move Config files] 2019-09-12T08:29:05.984 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Move Config files]/before: subscribes to Class[Postgresql::Globals] 2019-09-12T08:29:05.987 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Globals/before: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:05.992 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Reload/require: subscribes to Class[Postgresql::Server::Install] 2019-09-12T08:29:05.996 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Reload/Exec[postgresql_reload]/require: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:05.999 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server/Anchor[postgresql::server::start]/before: subscribes to Class[Postgresql::Server::Install] 2019-09-12T08:29:06.002 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Install/before: subscribes to Class[Postgresql::Server::Initdb] 2019-09-12T08:29:06.006 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Initdb/before: subscribes to Class[Postgresql::Server::Config] 2019-09-12T08:29:06.009 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Config/before: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:06.013 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/notify: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:06.016 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/notify: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:06.019 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Config/File[systemd-override]/before: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:06.022 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Config/File[systemd-override]/notify: subscribes to Exec[restart-systemd] 2019-09-12T08:29:06.025 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Config/File[systemd-override]/notify: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:06.029 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Service/before: subscribes to Class[Postgresql::Server::Passwd] 2019-09-12T08:29:06.033 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/require: subscribes to Service[postgresqld] 2019-09-12T08:29:06.036 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/before: subscribes to Anchor[postgresql::server::service::end] 2019-09-12T08:29:06.040 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Postgresql::Server::Passwd/before: subscribes to Anchor[postgresql::server::end] 2019-09-12T08:29:06.043 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Install/before: subscribes to Class[Rabbitmq::Config] 2019-09-12T08:29:06.047 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Install/Package[rabbitmq-server]/notify: subscribes to Class[Rabbitmq::Service] 2019-09-12T08:29:06.050 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Config/notify: subscribes to Class[Rabbitmq::Service] 2019-09-12T08:29:06.054 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]/notify: subscribes to Class[Rabbitmq::Service] 2019-09-12T08:29:06.057 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-env.config]/notify: subscribes to Class[Rabbitmq::Service] 2019-09-12T08:29:06.060 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-inetrc]/notify: subscribes to Class[Rabbitmq::Service] 2019-09-12T08:29:06.064 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/systemd/system/rabbitmq-server.service.d]/before: subscribes to File[/etc/systemd/system/rabbitmq-server.service.d/limits.conf] 2019-09-12T08:29:06.067 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/systemd/system/rabbitmq-server.service.d/limits.conf]/notify: subscribes to Exec[rabbitmq-systemd-reload] 2019-09-12T08:29:06.070 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Config/Exec[rabbitmq-systemd-reload]/notify: subscribes to Class[Rabbitmq::Service] 2019-09-12T08:29:06.073 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/security/limits.d/rabbitmq-server.conf]/notify: subscribes to Class[Rabbitmq::Service] 2019-09-12T08:29:06.077 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Service/before: subscribes to Class[Rabbitmq::Management] 2019-09-12T08:29:06.080 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq::Management/before: subscribes to Anchor[rabbitmq::end] 2019-09-12T08:29:06.083 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Rabbitmq/Anchor[rabbitmq::begin]/before: subscribes to Class[Rabbitmq::Install] 2019-09-12T08:29:06.086 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Amqp::Bootstrap/File[/var/lib/rabbitmq/19.09]/before: subscribes to Class[Rabbitmq] 2019-09-12T08:29:06.090 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[notifications_queues_maxlen@/]/require: subscribes to Class[Rabbitmq] 2019-09-12T08:29:06.093 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[sample_queues_maxlen@/]/require: subscribes to Class[Rabbitmq] 2019-09-12T08:29:06.096 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[all_queues_ttl@/]/require: subscribes to Class[Rabbitmq] 2019-09-12T08:29:06.099 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/before: subscribes to Class[Platform::Client] 2019-09-12T08:29:06.102 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db::Postgresql/notify: subscribes to Anchor[keystone::db::end] 2019-09-12T08:29:06.106 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::install::begin]/before: subscribes to Package[keystone] 2019-09-12T08:29:06.109 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::install::end]/before: subscribes to Anchor[keystone::config::begin] 2019-09-12T08:29:06.112 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::install::end]/notify: subscribes to Anchor[keystone::service::begin] 2019-09-12T08:29:06.115 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/admin_token] 2019-09-12T08:29:06.119 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/member_role_id] 2019-09-12T08:29:06.122 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/member_role_name] 2019-09-12T08:29:06.125 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[paste_deploy/config_file] 2019-09-12T08:29:06.128 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/public_endpoint] 2019-09-12T08:29:06.132 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/admin_endpoint] 2019-09-12T08:29:06.135 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[token/driver] 2019-09-12T08:29:06.138 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[token/expiration] 2019-09-12T08:29:06.141 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[revoke/driver] 2019-09-12T08:29:06.144 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[policy/driver] 2019-09-12T08:29:06.147 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[memcache/dead_retry] 2019-09-12T08:29:06.150 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[memcache/pool_maxsize] 2019-09-12T08:29:06.154 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[memcache/pool_unused_timeout] 2019-09-12T08:29:06.157 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[memcache/servers] 2019-09-12T08:29:06.160 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[memcache/socket_timeout] 2019-09-12T08:29:06.163 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[token/caching] 2019-09-12T08:29:06.166 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[catalog/driver] 2019-09-12T08:29:06.169 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[catalog/template_file] 2019-09-12T08:29:06.173 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[token/provider] 2019-09-12T08:29:06.176 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/max_token_size] 2019-09-12T08:29:06.179 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/notification_format] 2019-09-12T08:29:06.182 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[fernet_tokens/key_repository] 2019-09-12T08:29:06.185 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[fernet_receipts/key_repository] 2019-09-12T08:29:06.189 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[token/revoke_by_id] 2019-09-12T08:29:06.192 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[fernet_tokens/max_active_keys] 2019-09-12T08:29:06.195 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[fernet_receipts/max_active_keys] 2019-09-12T08:29:06.199 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[credential/key_repository] 2019-09-12T08:29:06.202 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/debug] 2019-09-12T08:29:06.205 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/log_config_append] 2019-09-12T08:29:06.208 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/log_date_format] 2019-09-12T08:29:06.212 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/log_file] 2019-09-12T08:29:06.215 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/log_dir] 2019-09-12T08:29:06.218 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/watch_log_file] 2019-09-12T08:29:06.222 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/use_syslog] 2019-09-12T08:29:06.225 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/syslog_log_facility] 2019-09-12T08:29:06.229 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/use_stderr] 2019-09-12T08:29:06.232 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/logging_context_format_string] 2019-09-12T08:29:06.236 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/logging_default_format_string] 2019-09-12T08:29:06.239 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/logging_debug_format_suffix] 2019-09-12T08:29:06.243 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/logging_exception_prefix] 2019-09-12T08:29:06.246 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/logging_user_identity_format] 2019-09-12T08:29:06.249 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/default_log_levels] 2019-09-12T08:29:06.252 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/publish_errors] 2019-09-12T08:29:06.256 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/instance_format] 2019-09-12T08:29:06.259 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/instance_uuid_format] 2019-09-12T08:29:06.262 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/fatal_deprecations] 2019-09-12T08:29:06.265 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_policy/policy_file] 2019-09-12T08:29:06.269 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_policy/policy_default_rule] 2019-09-12T08:29:06.272 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_policy/policy_dirs] 2019-09-12T08:29:06.275 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/sqlite_synchronous] 2019-09-12T08:29:06.279 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/backend] 2019-09-12T08:29:06.282 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/connection] 2019-09-12T08:29:06.285 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/slave_connection] 2019-09-12T08:29:06.289 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/mysql_sql_mode] 2019-09-12T08:29:06.292 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/idle_timeout] 2019-09-12T08:29:06.295 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/min_pool_size] 2019-09-12T08:29:06.299 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/max_pool_size] 2019-09-12T08:29:06.302 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/max_retries] 2019-09-12T08:29:06.305 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/retry_interval] 2019-09-12T08:29:06.308 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/max_overflow] 2019-09-12T08:29:06.312 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/connection_debug] 2019-09-12T08:29:06.315 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/connection_trace] 2019-09-12T08:29:06.318 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/pool_timeout] 2019-09-12T08:29:06.322 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/use_db_reconnect] 2019-09-12T08:29:06.325 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/db_retry_interval] 2019-09-12T08:29:06.328 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/db_inc_retry_interval] 2019-09-12T08:29:06.331 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/db_max_retry_interval] 2019-09-12T08:29:06.334 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/db_max_retries] 2019-09-12T08:29:06.338 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[database/use_tpool] 2019-09-12T08:29:06.341 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/config_prefix] 2019-09-12T08:29:06.344 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/expiration_time] 2019-09-12T08:29:06.347 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/backend] 2019-09-12T08:29:06.350 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/backend_argument] 2019-09-12T08:29:06.354 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/proxies] 2019-09-12T08:29:06.357 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/enabled] 2019-09-12T08:29:06.360 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/debug_cache_backend] 2019-09-12T08:29:06.363 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/memcache_servers] 2019-09-12T08:29:06.366 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/memcache_dead_retry] 2019-09-12T08:29:06.369 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/memcache_socket_timeout] 2019-09-12T08:29:06.373 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/memcache_pool_maxsize] 2019-09-12T08:29:06.376 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/memcache_pool_unused_timeout] 2019-09-12T08:29:06.380 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[cache/memcache_pool_connection_get_timeout] 2019-09-12T08:29:06.383 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_middleware/max_request_body_size] 2019-09-12T08:29:06.387 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_middleware/enable_proxy_headers_parsing] 2019-09-12T08:29:06.390 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/rpc_response_timeout] 2019-09-12T08:29:06.393 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/transport_url] 2019-09-12T08:29:06.396 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[DEFAULT/control_exchange] 2019-09-12T08:29:06.399 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_notifications/driver] 2019-09-12T08:29:06.403 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_notifications/transport_url] 2019-09-12T08:29:06.406 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_notifications/topics] 2019-09-12T08:29:06.409 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/amqp_durable_queues] 2019-09-12T08:29:06.412 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/heartbeat_rate] 2019-09-12T08:29:06.416 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/heartbeat_timeout_threshold] 2019-09-12T08:29:06.419 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/kombu_compression] 2019-09-12T08:29:06.422 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/kombu_failover_strategy] 2019-09-12T08:29:06.426 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout] 2019-09-12T08:29:06.429 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/kombu_reconnect_delay] 2019-09-12T08:29:06.432 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_interval_max] 2019-09-12T08:29:06.435 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_login_method] 2019-09-12T08:29:06.439 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_password] 2019-09-12T08:29:06.442 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_retry_backoff] 2019-09-12T08:29:06.446 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_retry_interval] 2019-09-12T08:29:06.449 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl] 2019-09-12T08:29:06.453 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/ssl] 2019-09-12T08:29:06.456 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_userid] 2019-09-12T08:29:06.459 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_virtual_host] 2019-09-12T08:29:06.462 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_hosts] 2019-09-12T08:29:06.466 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_port] 2019-09-12T08:29:06.469 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count] 2019-09-12T08:29:06.472 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_host] 2019-09-12T08:29:06.475 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/rabbit_ha_queues] 2019-09-12T08:29:06.479 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/ssl_ca_file] 2019-09-12T08:29:06.482 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/ssl_cert_file] 2019-09-12T08:29:06.485 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/ssl_key_file] 2019-09-12T08:29:06.488 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::begin]/before: subscribes to Keystone_config[oslo_messaging_rabbit/ssl_version] 2019-09-12T08:29:06.491 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::end]/before: subscribes to Anchor[keystone::db::begin] 2019-09-12T08:29:06.494 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::end]/notify: subscribes to Anchor[keystone::service::begin] 2019-09-12T08:29:06.497 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::db::begin]/before: subscribes to Anchor[keystone::db::end] 2019-09-12T08:29:06.501 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::db::begin]/notify: subscribes to Class[Keystone::Db::Postgresql] 2019-09-12T08:29:06.504 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::db::end]/notify: subscribes to Anchor[keystone::dbsync::begin] 2019-09-12T08:29:06.507 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::begin]/before: subscribes to Anchor[keystone::dbsync::end] 2019-09-12T08:29:06.510 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::end]/notify: subscribes to Anchor[keystone::service::begin] 2019-09-12T08:29:06.514 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::begin]/notify: subscribes to Service[keystone] 2019-09-12T08:29:06.518 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_domain[Default] 2019-09-12T08:29:06.521 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_endpoint[RegionOne/keystone::identity] 2019-09-12T08:29:06.524 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_endpoint[RegionOne/barbican::key-manager] 2019-09-12T08:29:06.528 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_endpoint[RegionOne/sysinv::platform] 2019-09-12T08:29:06.531 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_endpoint[RegionOne/fm::faultmanagement] 2019-09-12T08:29:06.535 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_role[admin] 2019-09-12T08:29:06.538 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_role[_member_] 2019-09-12T08:29:06.541 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_role[creator] 2019-09-12T08:29:06.545 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_service[keystone::identity] 2019-09-12T08:29:06.548 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_service[barbican::key-manager] 2019-09-12T08:29:06.551 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_service[sysinv::platform] 2019-09-12T08:29:06.555 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_service[fm::faultmanagement] 2019-09-12T08:29:06.558 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_tenant[services] 2019-09-12T08:29:06.562 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_tenant[admin] 2019-09-12T08:29:06.565 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user[admin] 2019-09-12T08:29:06.568 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user[mtce] 2019-09-12T08:29:06.572 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user[barbican] 2019-09-12T08:29:06.575 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user[sysinv] 2019-09-12T08:29:06.578 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user[fm] 2019-09-12T08:29:06.582 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user_role[admin at admin] 2019-09-12T08:29:06.585 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user_role[barbican at services] 2019-09-12T08:29:06.589 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user_role[mtce at services] 2019-09-12T08:29:06.592 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user_role[sysinv at services] 2019-09-12T08:29:06.595 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]/before: subscribes to Keystone_user_role[fm at services] 2019-09-12T08:29:06.599 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/File[/opt/platform/keystone]/require: subscribes to Class[Platform::Drbd::Platform] 2019-09-12T08:29:06.602 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/File[/opt/platform/keystone]/before: subscribes to File[/etc/keystone/keystone-extra.conf] 2019-09-12T08:29:06.605 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/File[/etc/keystone/keystone-extra.conf]/before: subscribes to Class[Keystone] 2019-09-12T08:29:06.609 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/require: subscribes to Class[Postgresql::Lib::Python] 2019-09-12T08:29:06.612 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/before: subscribes to Anchor[keystone::dbsync::begin] 2019-09-12T08:29:06.615 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/before: subscribes to Anchor[barbican::dbsync::begin] 2019-09-12T08:29:06.619 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/before: subscribes to Anchor[fm::dbsync::begin] 2019-09-12T08:29:06.622 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Package[keystone]/notify: subscribes to Anchor[keystone::install::end] 2019-09-12T08:29:06.625 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Package[keystone]/notify: subscribes to Anchor[keystone::service::end] 2019-09-12T08:29:06.628 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Client/Package[python-keystoneclient]/notify: subscribes to Anchor[keystone::service::end] 2019-09-12T08:29:06.632 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Openstacklib::Openstackclient/Package[python-openstackclient]/notify: subscribes to Anchor[keystone::service::end] 2019-09-12T08:29:06.635 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_token]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.638 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/member_role_id]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.641 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/member_role_name]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.644 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[paste_deploy/config_file]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.647 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/public_endpoint]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.650 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_endpoint]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.653 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[token/driver]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.656 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[token/expiration]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.660 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[revoke/driver]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.663 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[policy/driver]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.666 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[memcache/dead_retry]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.669 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[memcache/pool_maxsize]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.672 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[memcache/pool_unused_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.675 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[memcache/servers]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.678 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[memcache/socket_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.681 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[token/caching]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.685 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/before: subscribes to Anchor[keystone::service::begin] 2019-09-12T08:29:06.688 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[catalog/driver]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.691 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[catalog/template_file]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.695 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[token/provider]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.698 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/max_token_size]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.702 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/notification_format]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.705 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Service/Service[keystone]/notify: subscribes to Anchor[keystone::service::end] 2019-09-12T08:29:06.709 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]/subscribe: subscribes to Anchor[keystone::install::end] 2019-09-12T08:29:06.712 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]/subscribe: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.716 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]/subscribe: subscribes to Anchor[keystone::dbsync::begin] 2019-09-12T08:29:06.719 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]/notify: subscribes to Anchor[keystone::dbsync::end] 2019-09-12T08:29:06.722 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/File[/opt/platform/keystone/fernet-keys]/subscribe: subscribes to Anchor[keystone::install::end] 2019-09-12T08:29:06.726 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Exec[keystone-manage fernet_setup]/require: subscribes to File[/opt/platform/keystone/fernet-keys] 2019-09-12T08:29:06.729 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Exec[keystone-manage fernet_setup]/subscribe: subscribes to Anchor[keystone::install::end] 2019-09-12T08:29:06.732 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Exec[keystone-manage fernet_setup]/subscribe: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.736 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Exec[keystone-manage fernet_setup]/notify: subscribes to Anchor[keystone::service::begin] 2019-09-12T08:29:06.739 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[fernet_tokens/key_repository]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.742 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[fernet_receipts/key_repository]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.746 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[token/revoke_by_id]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.750 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[fernet_tokens/max_active_keys]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.753 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[fernet_receipts/max_active_keys]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.756 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_config[credential/key_repository]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:06.760 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_domain[Default]/require: subscribes to Service[keystone] 2019-09-12T08:29:06.763 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Keystone_domain[Default]/notify: subscribes to Exec[restart_keystone] 2019-09-12T08:29:06.767 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Anchor[default_domain_created]/require: subscribes to Keystone_domain[Default] 2019-09-12T08:29:06.770 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Exec[keystone-manage bootstrap]/subscribe: subscribes to Anchor[keystone::dbsync::end] 2019-09-12T08:29:06.773 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone/Exec[keystone-manage bootstrap]/notify: subscribes to Anchor[keystone::service::begin] 2019-09-12T08:29:06.777 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Endpoint/Keystone::Resource::Service_identity[keystone]/before: subscribes to Class[Keystone::Disable_admin_token_auth] 2019-09-12T08:29:06.781 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]/before: subscribes to Keystone_user_role[admin at admin] 2019-09-12T08:29:06.784 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]/before: subscribes to Keystone_user_role[admin at admin] 2019-09-12T08:29:06.788 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Keystone::Disable_admin_token_auth/require: subscribes to Class[Keystone::Roles::Admin] 2019-09-12T08:29:06.792 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::install::begin]/before: subscribes to Package[barbican-api] 2019-09-12T08:29:06.795 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::install::end]/before: subscribes to Anchor[barbican::config::begin] 2019-09-12T08:29:06.799 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::install::end]/notify: subscribes to Anchor[barbican::service::begin] 2019-09-12T08:29:06.802 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[service_credentials/interface] 2019-09-12T08:29:06.806 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/sql_connection] 2019-09-12T08:29:06.809 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/sql_idle_timeout] 2019-09-12T08:29:06.813 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/sql_pool_size] 2019-09-12T08:29:06.816 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/sql_pool_max_overflow] 2019-09-12T08:29:06.820 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/bind_host] 2019-09-12T08:29:06.823 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/bind_port] 2019-09-12T08:29:06.827 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/host_href] 2019-09-12T08:29:06.831 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[queue/enable] 2019-09-12T08:29:06.834 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[queue/namespace] 2019-09-12T08:29:06.838 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[queue/topic] 2019-09-12T08:29:06.841 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[queue/version] 2019-09-12T08:29:06.844 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[queue/server_name] 2019-09-12T08:29:06.847 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[retry_scheduler/initial_delay_seconds] 2019-09-12T08:29:06.851 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[retry_scheduler/periodic_interval_max_seconds] 2019-09-12T08:29:06.854 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/max_allowed_secret_in_bytes] 2019-09-12T08:29:06.857 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/max_allowed_request_size_in_bytes] 2019-09-12T08:29:06.861 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[secretstore/enabled_secretstore_plugins] 2019-09-12T08:29:06.864 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[crypto/enabled_crypto_plugins] 2019-09-12T08:29:06.868 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[certificate/enabled_certificate_plugins] 2019-09-12T08:29:06.871 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[certificate_event/enabled_certificate_event_plugins] 2019-09-12T08:29:06.874 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/db_auto_create] 2019-09-12T08:29:06.878 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/cert_file] 2019-09-12T08:29:06.881 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/key_file] 2019-09-12T08:29:06.884 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/ca_file] 2019-09-12T08:29:06.888 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_notifications/enable] 2019-09-12T08:29:06.891 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_notifications/control_exchange] 2019-09-12T08:29:06.894 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_notifications/topic] 2019-09-12T08:29:06.897 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_notifications/allow_requeue] 2019-09-12T08:29:06.900 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_notifications/thread_pool_size] 2019-09-12T08:29:06.903 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/auth_section] 2019-09-12T08:29:06.906 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/auth_uri] 2019-09-12T08:29:06.910 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/auth_type] 2019-09-12T08:29:06.913 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/auth_version] 2019-09-12T08:29:06.916 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/cache] 2019-09-12T08:29:06.919 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/cafile] 2019-09-12T08:29:06.922 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/certfile] 2019-09-12T08:29:06.926 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/check_revocations_for_cached] 2019-09-12T08:29:06.929 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/delay_auth_decision] 2019-09-12T08:29:06.932 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/enforce_token_bind] 2019-09-12T08:29:06.936 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/hash_algorithms] 2019-09-12T08:29:06.942 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/http_connect_timeout] 2019-09-12T08:29:06.946 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/http_request_max_retries] 2019-09-12T08:29:06.949 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/include_service_catalog] 2019-09-12T08:29:06.953 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/keyfile] 2019-09-12T08:29:06.957 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcache_pool_conn_get_timeout] 2019-09-12T08:29:06.960 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcache_pool_dead_retry] 2019-09-12T08:29:06.963 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcache_pool_maxsize] 2019-09-12T08:29:06.967 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcache_pool_socket_timeout] 2019-09-12T08:29:06.970 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcache_pool_unused_timeout] 2019-09-12T08:29:06.974 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcache_secret_key] 2019-09-12T08:29:06.977 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcache_security_strategy] 2019-09-12T08:29:06.980 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcache_use_advanced_pool] 2019-09-12T08:29:06.984 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/memcached_servers] 2019-09-12T08:29:06.987 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/region_name] 2019-09-12T08:29:06.990 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/revocation_cache_time] 2019-09-12T08:29:06.994 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/token_cache_time] 2019-09-12T08:29:06.997 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/auth_url] 2019-09-12T08:29:07.000 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/username] 2019-09-12T08:29:07.003 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/password] 2019-09-12T08:29:07.006 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/user_domain_name] 2019-09-12T08:29:07.010 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/project_name] 2019-09-12T08:29:07.013 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/project_domain_name] 2019-09-12T08:29:07.016 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[keystone_authtoken/insecure] 2019-09-12T08:29:07.019 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/sqlite_synchronous] 2019-09-12T08:29:07.023 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/backend] 2019-09-12T08:29:07.026 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/connection] 2019-09-12T08:29:07.029 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/slave_connection] 2019-09-12T08:29:07.033 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/mysql_sql_mode] 2019-09-12T08:29:07.036 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/idle_timeout] 2019-09-12T08:29:07.039 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/min_pool_size] 2019-09-12T08:29:07.042 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/max_pool_size] 2019-09-12T08:29:07.045 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/max_retries] 2019-09-12T08:29:07.049 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/retry_interval] 2019-09-12T08:29:07.052 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/max_overflow] 2019-09-12T08:29:07.055 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/connection_debug] 2019-09-12T08:29:07.058 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/connection_trace] 2019-09-12T08:29:07.061 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/pool_timeout] 2019-09-12T08:29:07.065 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/use_db_reconnect] 2019-09-12T08:29:07.068 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/db_retry_interval] 2019-09-12T08:29:07.072 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/db_inc_retry_interval] 2019-09-12T08:29:07.075 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/db_max_retry_interval] 2019-09-12T08:29:07.078 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/db_max_retries] 2019-09-12T08:29:07.082 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[database/use_tpool] 2019-09-12T08:29:07.085 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/debug] 2019-09-12T08:29:07.088 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/log_config_append] 2019-09-12T08:29:07.092 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/log_date_format] 2019-09-12T08:29:07.095 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/log_file] 2019-09-12T08:29:07.098 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/log_dir] 2019-09-12T08:29:07.101 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/watch_log_file] 2019-09-12T08:29:07.104 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/use_syslog] 2019-09-12T08:29:07.107 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/syslog_log_facility] 2019-09-12T08:29:07.111 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/use_stderr] 2019-09-12T08:29:07.114 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/logging_context_format_string] 2019-09-12T08:29:07.117 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/logging_default_format_string] 2019-09-12T08:29:07.120 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/logging_debug_format_suffix] 2019-09-12T08:29:07.123 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/logging_exception_prefix] 2019-09-12T08:29:07.127 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/logging_user_identity_format] 2019-09-12T08:29:07.130 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/default_log_levels] 2019-09-12T08:29:07.133 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/publish_errors] 2019-09-12T08:29:07.136 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/instance_format] 2019-09-12T08:29:07.139 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/instance_uuid_format] 2019-09-12T08:29:07.142 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/fatal_deprecations] 2019-09-12T08:29:07.145 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_policy/policy_file] 2019-09-12T08:29:07.148 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_policy/policy_default_rule] 2019-09-12T08:29:07.152 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_policy/policy_dirs] 2019-09-12T08:29:07.155 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/amqp_durable_queues] 2019-09-12T08:29:07.158 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/heartbeat_rate] 2019-09-12T08:29:07.161 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/heartbeat_timeout_threshold] 2019-09-12T08:29:07.164 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/kombu_compression] 2019-09-12T08:29:07.167 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/kombu_failover_strategy] 2019-09-12T08:29:07.170 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout] 2019-09-12T08:29:07.174 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/kombu_reconnect_delay] 2019-09-12T08:29:07.177 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_interval_max] 2019-09-12T08:29:07.180 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_login_method] 2019-09-12T08:29:07.183 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_password] 2019-09-12T08:29:07.186 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_retry_backoff] 2019-09-12T08:29:07.190 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_retry_interval] 2019-09-12T08:29:07.193 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl] 2019-09-12T08:29:07.196 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/ssl] 2019-09-12T08:29:07.199 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_userid] 2019-09-12T08:29:07.202 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_virtual_host] 2019-09-12T08:29:07.205 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_hosts] 2019-09-12T08:29:07.208 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_port] 2019-09-12T08:29:07.211 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count] 2019-09-12T08:29:07.214 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_host] 2019-09-12T08:29:07.217 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/rabbit_ha_queues] 2019-09-12T08:29:07.220 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/ssl_ca_file] 2019-09-12T08:29:07.223 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/ssl_cert_file] 2019-09-12T08:29:07.226 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/ssl_key_file] 2019-09-12T08:29:07.229 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_rabbit/ssl_version] 2019-09-12T08:29:07.232 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/rpc_response_timeout] 2019-09-12T08:29:07.235 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/transport_url] 2019-09-12T08:29:07.238 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[DEFAULT/control_exchange] 2019-09-12T08:29:07.241 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_notifications/driver] 2019-09-12T08:29:07.244 Debug: 2019-09-12 08:29:05 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_notifications/transport_url] 2019-09-12T08:29:07.247 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_messaging_notifications/topics] 2019-09-12T08:29:07.250 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_middleware/max_request_body_size] 2019-09-12T08:29:07.254 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to Barbican_config[oslo_middleware/enable_proxy_headers_parsing] 2019-09-12T08:29:07.257 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::begin]/before: subscribes to File_line[Modify bind_port in gunicorn-config.py] 2019-09-12T08:29:07.260 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::end]/before: subscribes to Anchor[barbican::db::begin] 2019-09-12T08:29:07.263 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::end]/notify: subscribes to Anchor[barbican::service::begin] 2019-09-12T08:29:07.266 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::db::begin]/before: subscribes to Anchor[barbican::db::end] 2019-09-12T08:29:07.269 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::db::begin]/notify: subscribes to Class[Barbican::Db::Postgresql] 2019-09-12T08:29:07.272 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::db::end]/notify: subscribes to Anchor[barbican::dbsync::begin] 2019-09-12T08:29:07.275 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::dbsync::begin]/before: subscribes to Anchor[barbican::dbsync::end] 2019-09-12T08:29:07.278 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::dbsync::end]/notify: subscribes to Anchor[barbican::service::begin] 2019-09-12T08:29:07.281 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::service::begin]/notify: subscribes to Service[barbican-api] 2019-09-12T08:29:07.284 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/before: subscribes to Class[Keystone::Disable_admin_token_auth] 2019-09-12T08:29:07.287 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db::Postgresql/notify: subscribes to Anchor[barbican::db::end] 2019-09-12T08:29:07.290 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Openstack::Barbican/Barbican_config[service_credentials/interface]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.293 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/require: subscribes to Class[Postgresql::Lib::Python] 2019-09-12T08:29:07.296 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/before: subscribes to Anchor[keystone::dbsync::begin] 2019-09-12T08:29:07.299 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/before: subscribes to Anchor[barbican::dbsync::begin] 2019-09-12T08:29:07.302 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/before: subscribes to Anchor[fm::dbsync::begin] 2019-09-12T08:29:07.306 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_connection]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.309 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_idle_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.312 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_pool_size]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.315 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_pool_max_overflow]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.318 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Client/Package[python-barbicanclient]/notify: subscribes to Anchor[keystone::service::end] 2019-09-12T08:29:07.321 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/File[/var/lib/barbican]/require: subscribes to Anchor[barbican::install::end] 2019-09-12T08:29:07.325 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/File[/var/lib/barbican]/notify: subscribes to Anchor[barbican::service::end] 2019-09-12T08:29:07.328 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Package[barbican-api]/notify: subscribes to Anchor[keystone::service::end] 2019-09-12T08:29:07.331 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Package[barbican-api]/notify: subscribes to Anchor[barbican::install::end] 2019-09-12T08:29:07.334 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/bind_host]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.337 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/bind_port]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.340 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/host_href]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.343 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/enable]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.346 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/namespace]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.350 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/topic]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.353 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/version]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.356 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/server_name]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.359 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[retry_scheduler/initial_delay_seconds]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.362 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[retry_scheduler/periodic_interval_max_seconds]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.365 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/max_allowed_secret_in_bytes]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.368 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/max_allowed_request_size_in_bytes]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.371 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[secretstore/enabled_secretstore_plugins]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.374 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[crypto/enabled_crypto_plugins]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.378 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[certificate/enabled_certificate_plugins]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.381 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[certificate_event/enabled_certificate_event_plugins]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.384 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/db_auto_create]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.387 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/cert_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.390 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/key_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.393 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/ca_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.396 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db::Sync/Exec[barbican-db-manage]/subscribe: subscribes to Anchor[barbican::install::end] 2019-09-12T08:29:07.399 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db::Sync/Exec[barbican-db-manage]/subscribe: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.403 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db::Sync/Exec[barbican-db-manage]/subscribe: subscribes to Anchor[barbican::dbsync::begin] 2019-09-12T08:29:07.406 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Db::Sync/Exec[barbican-db-manage]/notify: subscribes to Anchor[barbican::dbsync::end] 2019-09-12T08:29:07.410 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/Service[barbican-api]/notify: subscribes to Anchor[barbican::service::end] 2019-09-12T08:29:07.413 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Api/File_line[Modify bind_port in gunicorn-config.py]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.416 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/enable]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.419 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/control_exchange]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.422 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/topic]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.425 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/allow_requeue]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.428 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/thread_pool_size]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:07.431 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Client/File[/etc/platform/openrc]/before: subscribes to File[/etc/bash_completion.d/openstack] 2019-09-12T08:29:07.434 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring]/before: subscribes to File[/opt/platform/.keyring/19.09] 2019-09-12T08:29:07.437 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring/19.09]/before: subscribes to File[/opt/platform/.keyring/19.09/.CREDENTIAL] 2019-09-12T08:29:07.440 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.443 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.446 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.449 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/before: subscribes to Class[Keystone::Disable_admin_token_auth] 2019-09-12T08:29:07.452 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.456 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.459 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.462 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.465 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Agent/Service[sysinv-agent]/require: subscribes to Package[sysinv] 2019-09-12T08:29:07.468 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Group[sysinv]/before: subscribes to User[sysinv] 2019-09-12T08:29:07.471 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]/before: subscribes to File[/etc/sysinv] 2019-09-12T08:29:07.474 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/File[/etc/sysinv]/before: subscribes to Class[Sysinv] 2019-09-12T08:29:07.477 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/before: subscribes to File[/opt/platform/sysinv] 2019-09-12T08:29:07.480 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/require: subscribes to Anchor[sysinv-start] 2019-09-12T08:29:07.483 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[lldp/drivers] 2019-09-12T08:29:07.486 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/rabbit_password] 2019-09-12T08:29:07.489 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/rabbit_userid] 2019-09-12T08:29:07.492 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/rabbit_virtual_host] 2019-09-12T08:29:07.496 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/control_exchange] 2019-09-12T08:29:07.499 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/rabbit_host] 2019-09-12T08:29:07.502 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/rabbit_port] 2019-09-12T08:29:07.505 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/rabbit_hosts] 2019-09-12T08:29:07.508 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/rabbit_ha_queues] 2019-09-12T08:29:07.511 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/verbose] 2019-09-12T08:29:07.514 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/debug] 2019-09-12T08:29:07.517 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/api_paste_config] 2019-09-12T08:29:07.520 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/rpc_backend] 2019-09-12T08:29:07.524 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[database/connection] 2019-09-12T08:29:07.527 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[database/connection_recycle_time] 2019-09-12T08:29:07.530 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[database/max_pool_size] 2019-09-12T08:29:07.533 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[database/max_overflow] 2019-09-12T08:29:07.537 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[journal/journal_max_size] 2019-09-12T08:29:07.540 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[journal/journal_min_size] 2019-09-12T08:29:07.543 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[journal/journal_default_size] 2019-09-12T08:29:07.546 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/use_syslog] 2019-09-12T08:29:07.549 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/syslog_log_facility] 2019-09-12T08:29:07.552 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/sysinv_api_port] 2019-09-12T08:29:07.555 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/MTC_INV_LABEL] 2019-09-12T08:29:07.558 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/region_name] 2019-09-12T08:29:07.561 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/region_name] 2019-09-12T08:29:07.565 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/neutron_region_name] 2019-09-12T08:29:07.568 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/cinder_region_name] 2019-09-12T08:29:07.571 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/nova_region_name] 2019-09-12T08:29:07.575 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/barbican_region_name] 2019-09-12T08:29:07.580 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[fm/catalog_info] 2019-09-12T08:29:07.583 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[fm/os_region_name] 2019-09-12T08:29:07.586 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[fernet_repo/key_repository] 2019-09-12T08:29:07.589 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/armada_image_tag] 2019-09-12T08:29:07.592 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/logging_context_format_string] 2019-09-12T08:29:07.595 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/logging_default_format_string] 2019-09-12T08:29:07.599 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/sysinv_api_bind_ip] 2019-09-12T08:29:07.602 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/auth_url] 2019-09-12T08:29:07.605 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/auth_url] 2019-09-12T08:29:07.608 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/auth_uri] 2019-09-12T08:29:07.611 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/auth_uri] 2019-09-12T08:29:07.615 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/auth_version] 2019-09-12T08:29:07.618 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/auth_version] 2019-09-12T08:29:07.621 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[DEFAULT/auth_strategy] 2019-09-12T08:29:07.624 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/auth_type] 2019-09-12T08:29:07.627 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/project_name] 2019-09-12T08:29:07.630 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/username] 2019-09-12T08:29:07.634 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/password] 2019-09-12T08:29:07.637 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/user_domain_name] 2019-09-12T08:29:07.640 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/project_domain_name] 2019-09-12T08:29:07.643 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/auth_type] 2019-09-12T08:29:07.646 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/project_name] 2019-09-12T08:29:07.650 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/username] 2019-09-12T08:29:07.653 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/user_domain_name] 2019-09-12T08:29:07.656 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/project_domain_name] 2019-09-12T08:29:07.659 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/keyring_service] 2019-09-12T08:29:07.662 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[keystone_authtoken/auth_admin_prefix] 2019-09-12T08:29:07.666 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix] 2019-09-12T08:29:07.669 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/region_name] 2019-09-12T08:29:07.672 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/auth_url] 2019-09-12T08:29:07.675 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/auth_uri] 2019-09-12T08:29:07.678 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/auth_version] 2019-09-12T08:29:07.681 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/project_name] 2019-09-12T08:29:07.684 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/username] 2019-09-12T08:29:07.688 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/password] 2019-09-12T08:29:07.691 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/user_domain_name] 2019-09-12T08:29:07.694 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/project_domain_name] 2019-09-12T08:29:07.697 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Package[sysinv]/before: subscribes to Sysinv_api_paste_ini[filter:authtoken/auth_admin_prefix] 2019-09-12T08:29:07.700 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]/require: subscribes to Package[sysinv] 2019-09-12T08:29:07.703 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/api-paste.ini]/require: subscribes to Package[sysinv] 2019-09-12T08:29:07.707 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.710 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.713 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.716 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.720 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.723 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.726 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.730 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.733 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.736 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.739 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.742 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.745 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.749 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.752 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.755 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.758 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.761 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.765 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.768 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.771 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.774 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.777 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.780 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.783 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.787 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.790 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.793 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.796 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.799 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.802 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.806 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.809 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.812 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.815 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.818 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.822 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.825 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.828 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.831 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.834 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.838 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.841 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.844 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.847 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.850 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.854 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.857 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.860 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.863 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.867 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.870 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.873 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.876 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.880 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.883 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.886 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.890 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.893 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.896 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.900 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.903 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.906 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.910 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.913 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.917 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.920 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.923 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.927 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.930 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.933 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.937 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.940 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.943 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.947 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.950 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.953 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.956 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.959 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.962 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.965 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.968 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.972 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.975 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.978 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.981 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.984 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:07.987 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:07.991 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:07.994 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:07.997 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.000 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.003 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.006 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.009 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.013 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.016 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.019 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.022 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.026 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.029 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.032 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.035 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.039 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.042 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.045 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.048 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.051 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.054 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.058 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.061 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.064 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.067 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.070 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.073 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.077 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.080 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.083 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.087 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.091 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.095 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.099 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.103 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.107 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.110 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.114 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.117 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.121 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.124 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_api_paste_ini[filter:authtoken/region_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.128 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_api_paste_ini[filter:authtoken/region_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.131 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.134 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.137 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.140 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.144 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.147 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.150 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.153 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.156 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.160 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.163 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.166 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.170 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv]/before: subscribes to File[/opt/platform/sysinv/19.09] 2019-09-12T08:29:08.173 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv/19.09]/before: subscribes to File[/opt/platform/sysinv/19.09/sysinv.conf.default] 2019-09-12T08:29:08.177 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.180 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.184 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.187 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.191 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.194 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.198 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.201 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.205 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_url]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.208 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_url]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.211 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.215 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.218 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.221 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.224 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.228 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.231 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.234 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.238 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_uri]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.241 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_uri]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.245 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.248 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.252 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.255 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.258 Debug: 2019-09-12 08:29:06 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_version]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.262 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_version]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.265 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_version]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.268 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_version]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.272 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_version]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.275 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_version]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.279 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_version]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.282 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_version]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.286 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_version]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.289 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_version]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.292 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.295 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.298 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.302 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.305 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.308 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.311 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.315 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.318 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.321 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.324 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.327 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.331 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.334 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.337 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.340 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.343 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.347 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.350 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.353 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.356 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.360 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.363 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.367 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.371 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.374 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.378 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.381 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.385 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.388 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.392 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.395 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.399 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.402 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.405 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.409 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.412 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.415 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.418 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.422 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.426 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.430 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.439 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.443 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.448 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.452 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.455 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.458 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.462 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/keyring_service]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.465 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/keyring_service]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.468 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/keyring_service]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.471 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/keyring_service]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.474 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.478 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.481 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/username]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.484 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/username]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.488 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/password]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.493 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/password]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.496 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/user_domain_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.500 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/user_domain_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.503 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_domain_name]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.506 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_domain_name]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.510 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_admin_prefix]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.513 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_admin_prefix]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.516 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_admin_prefix]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.519 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_admin_prefix]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.522 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_admin_prefix]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.525 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_admin_prefix]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.530 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix]/notify: subscribes to Service[sysinv-agent] 2019-09-12T08:29:08.534 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix]/notify: subscribes to Service[sysinv-api] 2019-09-12T08:29:08.538 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix]/notify: subscribes to Exec[sysinv-dbsync] 2019-09-12T08:29:08.542 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix]/notify: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.546 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/require: subscribes to Package[sysinv] 2019-09-12T08:29:08.551 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/before: subscribes to Service[sysinv-conductor] 2019-09-12T08:29:08.555 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Sysinv::Conductor/Service[sysinv-conductor]/require: subscribes to Package[sysinv] 2019-09-12T08:29:08.559 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/require: subscribes to Class[Platform::Filesystem::Docker::Bootstrap] 2019-09-12T08:29:08.563 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/notify: subscribes to Class[Platform::Docker::Config::Bootstrap] 2019-09-12T08:29:08.566 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Service[docker]/require: subscribes to Package[docker] 2019-09-12T08:29:08.570 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Service[docker]/before: subscribes to Exec[enable-docker] 2019-09-12T08:29:08.574 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Etcd::Datadir::Bootstrap/require: subscribes to Class[Platform::Drbd::Etcd::Bootstrap] 2019-09-12T08:29:08.579 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Etcd::Datadir::Bootstrap/before: subscribes to Class[Platform::Etcd::Setup] 2019-09-12T08:29:08.583 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/before: subscribes to Class[Platform::Etcd::Datadir::Bootstrap] 2019-09-12T08:29:08.587 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Etcd::Setup/before: subscribes to Class[Platform::Etcd::Init] 2019-09-12T08:29:08.591 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_override_dir]/before: subscribes to File[etcd_override] 2019-09-12T08:29:08.594 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_override]/before: subscribes to File[etcd_initd_script] 2019-09-12T08:29:08.598 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_initd_script]/before: subscribes to Exec[systemd-reload-daemon] 2019-09-12T08:29:08.603 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Etcd::Setup/Exec[systemd-reload-daemon]/before: subscribes to Service[etcd] 2019-09-12T08:29:08.607 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Etcd::Install/before: subscribes to Class[Etcd::Config] 2019-09-12T08:29:08.610 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Etcd::Config/notify: subscribes to Class[Etcd::Service] 2019-09-12T08:29:08.614 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::install::begin]/before: subscribes to Package[fm-api] 2019-09-12T08:29:08.620 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::install::end]/before: subscribes to Anchor[fm::config::begin] 2019-09-12T08:29:08.623 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::install::end]/notify: subscribes to Anchor[fm::service::begin] 2019-09-12T08:29:08.626 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/sql_connection] 2019-09-12T08:29:08.630 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/event_log_max_size] 2019-09-12T08:29:08.633 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/system_name] 2019-09-12T08:29:08.636 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/region_name] 2019-09-12T08:29:08.640 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/trap_destinations] 2019-09-12T08:29:08.643 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[database/connection] 2019-09-12T08:29:08.646 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[database/connection_recycle_time] 2019-09-12T08:29:08.649 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[database/max_pool_size] 2019-09-12T08:29:08.652 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[database/max_overflow] 2019-09-12T08:29:08.655 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[sysinv/catalog_info] 2019-09-12T08:29:08.659 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[sysinv/os_region_name] 2019-09-12T08:29:08.662 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[api/bind_host] 2019-09-12T08:29:08.665 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[api/bind_port] 2019-09-12T08:29:08.669 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[api/api_workers] 2019-09-12T08:29:08.672 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[api/api_paste_config] 2019-09-12T08:29:08.676 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/auth_section] 2019-09-12T08:29:08.679 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/auth_uri] 2019-09-12T08:29:08.683 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/auth_type] 2019-09-12T08:29:08.686 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/auth_version] 2019-09-12T08:29:08.690 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/cache] 2019-09-12T08:29:08.693 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/cafile] 2019-09-12T08:29:08.697 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/certfile] 2019-09-12T08:29:08.700 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/check_revocations_for_cached] 2019-09-12T08:29:08.704 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/delay_auth_decision] 2019-09-12T08:29:08.707 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/enforce_token_bind] 2019-09-12T08:29:08.711 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/hash_algorithms] 2019-09-12T08:29:08.714 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/http_connect_timeout] 2019-09-12T08:29:08.717 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/http_request_max_retries] 2019-09-12T08:29:08.721 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/include_service_catalog] 2019-09-12T08:29:08.724 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/keyfile] 2019-09-12T08:29:08.727 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcache_pool_conn_get_timeout] 2019-09-12T08:29:08.731 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcache_pool_dead_retry] 2019-09-12T08:29:08.734 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcache_pool_maxsize] 2019-09-12T08:29:08.738 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcache_pool_socket_timeout] 2019-09-12T08:29:08.741 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcache_pool_unused_timeout] 2019-09-12T08:29:08.745 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcache_secret_key] 2019-09-12T08:29:08.748 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcache_security_strategy] 2019-09-12T08:29:08.751 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcache_use_advanced_pool] 2019-09-12T08:29:08.754 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/memcached_servers] 2019-09-12T08:29:08.758 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/region_name] 2019-09-12T08:29:08.761 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/revocation_cache_time] 2019-09-12T08:29:08.764 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/token_cache_time] 2019-09-12T08:29:08.767 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/auth_url] 2019-09-12T08:29:08.770 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/username] 2019-09-12T08:29:08.774 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/password] 2019-09-12T08:29:08.777 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/user_domain_name] 2019-09-12T08:29:08.780 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/project_name] 2019-09-12T08:29:08.783 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/project_domain_name] 2019-09-12T08:29:08.787 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[keystone_authtoken/insecure] 2019-09-12T08:29:08.790 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/debug] 2019-09-12T08:29:08.793 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/log_config_append] 2019-09-12T08:29:08.796 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/log_date_format] 2019-09-12T08:29:08.800 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/log_file] 2019-09-12T08:29:08.803 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/log_dir] 2019-09-12T08:29:08.806 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/watch_log_file] 2019-09-12T08:29:08.809 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/use_syslog] 2019-09-12T08:29:08.812 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/syslog_log_facility] 2019-09-12T08:29:08.816 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/use_stderr] 2019-09-12T08:29:08.819 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/logging_context_format_string] 2019-09-12T08:29:08.822 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/logging_default_format_string] 2019-09-12T08:29:08.826 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/logging_debug_format_suffix] 2019-09-12T08:29:08.830 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/logging_exception_prefix] 2019-09-12T08:29:08.833 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/logging_user_identity_format] 2019-09-12T08:29:08.837 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/default_log_levels] 2019-09-12T08:29:08.840 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/publish_errors] 2019-09-12T08:29:08.843 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/instance_format] 2019-09-12T08:29:08.847 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/instance_uuid_format] 2019-09-12T08:29:08.850 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[DEFAULT/fatal_deprecations] 2019-09-12T08:29:08.854 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[oslo_middleware/max_request_body_size] 2019-09-12T08:29:08.857 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_config[oslo_middleware/enable_proxy_headers_parsing] 2019-09-12T08:29:08.861 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_api_paste_ini[pipeline:fm-api/pipeline] 2019-09-12T08:29:08.864 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_api_paste_ini[filter:request_id/paste.filter_factory] 2019-09-12T08:29:08.868 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_api_paste_ini[filter:authtoken/acl_public_routes] 2019-09-12T08:29:08.872 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_api_paste_ini[filter:authtoken/paste.filter_factory] 2019-09-12T08:29:08.875 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::begin]/before: subscribes to Fm_api_paste_ini[app:api_v1/paste.app_factory] 2019-09-12T08:29:08.879 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::end]/before: subscribes to Anchor[fm::db::begin] 2019-09-12T08:29:08.882 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::end]/notify: subscribes to Anchor[fm::service::begin] 2019-09-12T08:29:08.886 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::db::begin]/before: subscribes to Anchor[fm::db::end] 2019-09-12T08:29:08.890 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::db::begin]/notify: subscribes to Class[Fm::Db::Postgresql] 2019-09-12T08:29:08.893 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::db::end]/notify: subscribes to Anchor[fm::dbsync::begin] 2019-09-12T08:29:08.896 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::dbsync::begin]/before: subscribes to Anchor[fm::dbsync::end] 2019-09-12T08:29:08.900 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::dbsync::end]/notify: subscribes to Anchor[fm::service::begin] 2019-09-12T08:29:08.903 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Deps/Anchor[fm::service::begin]/notify: subscribes to Service[fm-api] 2019-09-12T08:29:08.907 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/sql_connection]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.910 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/event_log_max_size]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.914 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/system_name]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.918 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/region_name]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.921 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/trap_destinations]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.925 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[database/connection]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.928 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[database/connection_recycle_time]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.931 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[database/max_pool_size]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.934 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[database/max_overflow]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.938 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[sysinv/catalog_info]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.941 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_config[sysinv/os_region_name]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.944 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_api_paste_ini[pipeline:fm-api/pipeline]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.947 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:request_id/paste.filter_factory]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.950 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:authtoken/acl_public_routes]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.954 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:authtoken/paste.filter_factory]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.958 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm/Fm_api_paste_ini[app:api_v1/paste.app_factory]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.961 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Db::Postgresql/notify: subscribes to Anchor[fm::db::end] 2019-09-12T08:29:08.964 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/before: subscribes to Class[Keystone::Disable_admin_token_auth] 2019-09-12T08:29:08.968 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Api/Package[fm-api]/notify: subscribes to Anchor[fm::install::end] 2019-09-12T08:29:08.971 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Db::Sync/Exec[fm-db-sync]/subscribe: subscribes to Anchor[fm::install::end] 2019-09-12T08:29:08.974 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Db::Sync/Exec[fm-db-sync]/subscribe: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.978 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Db::Sync/Exec[fm-db-sync]/subscribe: subscribes to Anchor[fm::dbsync::begin] 2019-09-12T08:29:08.981 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Db::Sync/Exec[fm-db-sync]/notify: subscribes to Anchor[fm::dbsync::end] 2019-09-12T08:29:08.985 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Api/Service[fm-api]/notify: subscribes to Anchor[fm::service::end] 2019-09-12T08:29:08.990 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Api/Fm_config[api/bind_host]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.994 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Api/Fm_config[api/bind_port]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:08.997 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Api/Fm_config[api/api_workers]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.000 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Fm::Api/Fm_config[api/api_paste_config]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.004 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Logical_volume[pgsql-lv]/before: subscribes to Drbd::Resource[drbd-pgsql] 2019-09-12T08:29:09.008 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/before: subscribes to Exec[drbd resize drbd-pgsql] 2019-09-12T08:29:09.012 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Exec[drbd resize drbd-pgsql]/before: subscribes to Exec[resize2fs drbd-pgsql] 2019-09-12T08:29:09.017 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Logical_volume[rabbit-lv]/before: subscribes to Drbd::Resource[drbd-rabbit] 2019-09-12T08:29:09.021 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/before: subscribes to Exec[drbd resize drbd-rabbit] 2019-09-12T08:29:09.025 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Exec[drbd resize drbd-rabbit]/before: subscribes to Exec[resize2fs drbd-rabbit] 2019-09-12T08:29:09.028 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Logical_volume[platform-lv]/before: subscribes to Drbd::Resource[drbd-platform] 2019-09-12T08:29:09.032 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/before: subscribes to Exec[drbd resize drbd-platform] 2019-09-12T08:29:09.035 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Exec[drbd resize drbd-platform]/before: subscribes to Exec[resize2fs drbd-platform] 2019-09-12T08:29:09.038 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Logical_volume[extension-lv]/before: subscribes to Drbd::Resource[drbd-extension] 2019-09-12T08:29:09.042 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/before: subscribes to Exec[drbd resize drbd-extension] 2019-09-12T08:29:09.046 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Exec[drbd resize drbd-extension]/before: subscribes to Exec[resize2fs drbd-extension] 2019-09-12T08:29:09.049 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]/before: subscribes to File[/etc/postgresql/pg_hba.conf] 2019-09-12T08:29:09.053 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[listen_addresses]/Postgresql_conf[listen_addresses]/require: subscribes to Class[Postgresql::Server::Initdb] 2019-09-12T08:29:09.056 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[listen_addresses]/Postgresql_conf[listen_addresses]/before: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:09.060 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[listen_addresses]/Postgresql_conf[listen_addresses]/notify: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:09.064 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[port]/Postgresql_conf[port]/require: subscribes to Class[Postgresql::Server::Initdb] 2019-09-12T08:29:09.067 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[port]/Postgresql_conf[port]/before: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:09.071 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[port]/Postgresql_conf[port]/notify: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:09.074 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[data_directory]/Postgresql_conf[data_directory]/require: subscribes to Class[Postgresql::Server::Initdb] 2019-09-12T08:29:09.078 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[data_directory]/Postgresql_conf[data_directory]/before: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:09.083 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[data_directory]/Postgresql_conf[data_directory]/notify: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:09.087 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[hba_file]/Postgresql_conf[hba_file]/require: subscribes to Class[Postgresql::Server::Initdb] 2019-09-12T08:29:09.091 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[hba_file]/Postgresql_conf[hba_file]/before: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:09.094 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[hba_file]/Postgresql_conf[hba_file]/notify: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:09.098 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[ident_file]/Postgresql_conf[ident_file]/require: subscribes to Class[Postgresql::Server::Initdb] 2019-09-12T08:29:09.101 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[ident_file]/Postgresql_conf[ident_file]/before: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:09.105 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[ident_file]/Postgresql_conf[ident_file]/notify: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:09.109 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[log_line_prefix]/Postgresql_conf[log_line_prefix]/require: subscribes to Class[Postgresql::Server::Initdb] 2019-09-12T08:29:09.112 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[log_line_prefix]/Postgresql_conf[log_line_prefix]/notify: subscribes to Class[Postgresql::Server::Reload] 2019-09-12T08:29:09.115 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/Concat_file[/etc/postgresql/pg_ident.conf]/before: subscribes to File[/etc/postgresql/pg_ident.conf] 2019-09-12T08:29:09.119 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for @:5432/postgres]/require: subscribes to Class[Postgresql::Client] 2019-09-12T08:29:09.122 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.126 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" SUPERUSER]/require: subscribes to Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****] 2019-09-12T08:29:09.129 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" SUPERUSER]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.132 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]/require: subscribes to Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****] 2019-09-12T08:29:09.136 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.139 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]/require: subscribes to Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****] 2019-09-12T08:29:09.142 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.147 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" LOGIN]/require: subscribes to Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****] 2019-09-12T08:29:09.151 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" LOGIN]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.156 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" INHERIT]/require: subscribes to Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****] 2019-09-12T08:29:09.159 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" INHERIT]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.163 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]/require: subscribes to Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****] 2019-09-12T08:29:09.166 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.169 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]/require: subscribes to Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****] 2019-09-12T08:29:09.173 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.177 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]/require: subscribes to Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****] 2019-09-12T08:29:09.180 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:09.184 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/debug]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.187 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_config_append]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.190 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_date_format]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.193 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_file]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.197 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_dir]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.200 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/watch_log_file]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.203 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/use_syslog]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.206 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/syslog_log_facility]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.209 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/use_stderr]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.213 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_context_format_string]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.216 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_default_format_string]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.220 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_debug_format_suffix]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.223 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_exception_prefix]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.227 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_user_identity_format]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.230 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/default_log_levels]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.234 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/publish_errors]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.237 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/instance_format]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.240 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/instance_uuid_format]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.245 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/fatal_deprecations]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.249 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_file]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.252 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_default_rule]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.255 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_dirs]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.259 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Postgresql::Lib::Python/Package[python-psycopg2]/notify: subscribes to Anchor[keystone::service::end] 2019-09-12T08:29:09.262 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/sqlite_synchronous]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.266 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/backend]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.269 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.272 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/slave_connection]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.276 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/mysql_sql_mode]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.279 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/idle_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.282 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/min_pool_size]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.286 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_pool_size]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.289 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_retries]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.292 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/retry_interval]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.296 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_overflow]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.299 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection_debug]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.303 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection_trace]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.307 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/pool_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.311 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/use_db_reconnect]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.315 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_retry_interval]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.319 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_inc_retry_interval]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.322 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_max_retry_interval]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.326 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_max_retries]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.329 Debug: 2019-09-12 08:29:07 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/use_tpool]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.333 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/config_prefix]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.336 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/expiration_time]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.340 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/backend]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.343 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/backend_argument]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.347 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/proxies]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.350 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/enabled]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.353 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/debug_cache_backend]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.357 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_servers]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.360 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_dead_retry]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.365 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_socket_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.368 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_maxsize]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.371 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_unused_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.375 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_connection_get_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.378 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Middleware[keystone_config]/Keystone_config[oslo_middleware/max_request_body_size]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.382 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Middleware[keystone_config]/Keystone_config[oslo_middleware/enable_proxy_headers_parsing]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.385 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/rpc_response_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.388 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/transport_url]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.392 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/control_exchange]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.395 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/driver]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.399 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/transport_url]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.402 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/topics]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.406 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/amqp_durable_queues]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.409 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/heartbeat_rate]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.413 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/heartbeat_timeout_threshold]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.416 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_compression]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.419 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_failover_strategy]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.423 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.427 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_reconnect_delay]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.431 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_interval_max]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.435 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_login_method]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.439 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_password]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.442 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_retry_backoff]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.446 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_retry_interval]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.449 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.453 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.456 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_userid]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.460 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_virtual_host]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.464 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_hosts]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.467 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_port]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.470 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.474 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_host]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.477 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_ha_queues]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.480 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_ca_file]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.484 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_cert_file]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.488 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_key_file]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.491 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_version]/notify: subscribes to Anchor[keystone::config::end] 2019-09-12T08:29:09.494 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Keystone::Endpoint/Keystone::Resource::Service_identity[keystone]/Keystone_endpoint[RegionOne/keystone::identity]/before: subscribes to Service[sysinv-api] 2019-09-12T08:29:09.499 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_endpoint[RegionOne/barbican::key-manager]/before: subscribes to Service[sysinv-api] 2019-09-12T08:29:09.503 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_endpoint[RegionOne/barbican::key-manager]/notify: subscribes to Anchor[barbican::service::end] 2019-09-12T08:29:09.506 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_section]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.510 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_uri]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.513 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_type]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.516 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_version]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.519 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/cache]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.523 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/cafile]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.526 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/certfile]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.530 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/check_revocations_for_cached]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.533 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/delay_auth_decision]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.537 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/enforce_token_bind]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.540 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/hash_algorithms]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.550 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/http_connect_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.553 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/http_request_max_retries]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.557 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/include_service_catalog]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.560 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/keyfile]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.564 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_conn_get_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.567 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_dead_retry]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.570 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_maxsize]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.574 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_socket_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.577 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_unused_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.581 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_secret_key]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.584 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_security_strategy]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.587 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_use_advanced_pool]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.591 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcached_servers]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.594 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/region_name]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.597 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/revocation_cache_time]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.600 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/token_cache_time]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.604 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_url]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.607 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/username]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.610 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/password]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.613 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/user_domain_name]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.617 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/project_name]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.620 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/project_domain_name]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.623 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/insecure]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.626 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/sqlite_synchronous]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.629 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/backend]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.632 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/connection]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.635 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/slave_connection]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.639 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/mysql_sql_mode]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.642 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/idle_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.645 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/min_pool_size]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.649 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/max_pool_size]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.652 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/max_retries]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.655 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/retry_interval]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.658 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/max_overflow]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.661 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/connection_debug]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.665 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/connection_trace]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.668 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/pool_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.671 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/use_db_reconnect]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.675 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/db_retry_interval]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.678 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/db_inc_retry_interval]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.682 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/db_max_retry_interval]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.685 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/db_max_retries]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.689 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/use_tpool]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.692 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/debug]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.696 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/log_config_append]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.706 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/log_date_format]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.709 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/log_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.712 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/log_dir]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.716 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/watch_log_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.719 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/use_syslog]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.722 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/syslog_log_facility]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.726 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/use_stderr]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.729 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_context_format_string]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.733 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_default_format_string]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.736 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_debug_format_suffix]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.740 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_exception_prefix]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.743 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_user_identity_format]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.746 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/default_log_levels]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.750 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/publish_errors]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.753 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/instance_format]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.756 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/instance_uuid_format]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.759 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/fatal_deprecations]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.763 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Policy/Oslo::Policy[barbican_config]/Barbican_config[oslo_policy/policy_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.766 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Policy/Oslo::Policy[barbican_config]/Barbican_config[oslo_policy/policy_default_rule]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.770 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Policy/Oslo::Policy[barbican_config]/Barbican_config[oslo_policy/policy_dirs]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.773 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/amqp_durable_queues]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.776 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/heartbeat_rate]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.780 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/heartbeat_timeout_threshold]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.783 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/kombu_compression]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.786 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/kombu_failover_strategy]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.790 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.793 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/kombu_reconnect_delay]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.796 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_interval_max]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.799 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_login_method]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.802 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_password]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.805 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_retry_backoff]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.809 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_retry_interval]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.812 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.816 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.819 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_userid]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.822 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_virtual_host]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.825 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_hosts]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.829 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_port]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.832 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.835 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_host]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.838 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_ha_queues]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.841 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl_ca_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.845 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl_cert_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.848 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl_key_file]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.852 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl_version]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.856 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Default[barbican_config]/Barbican_config[DEFAULT/rpc_response_timeout]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.859 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Default[barbican_config]/Barbican_config[DEFAULT/transport_url]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.867 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Default[barbican_config]/Barbican_config[DEFAULT/control_exchange]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.871 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Notifications[barbican_config]/Barbican_config[oslo_messaging_notifications/driver]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.874 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Notifications[barbican_config]/Barbican_config[oslo_messaging_notifications/transport_url]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.877 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Notifications[barbican_config]/Barbican_config[oslo_messaging_notifications/topics]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.881 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Middleware[barbican_config]/Barbican_config[oslo_middleware/max_request_body_size]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.884 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Barbican::Api/Oslo::Middleware[barbican_config]/Barbican_config[oslo_middleware/enable_proxy_headers_parsing]/notify: subscribes to Anchor[barbican::config::end] 2019-09-12T08:29:09.887 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_endpoint[RegionOne/sysinv::platform]/before: subscribes to Service[sysinv-api] 2019-09-12T08:29:09.890 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Logical_volume[docker-lv]/before: subscribes to Filesystem[/dev/cgts-vg/docker-lv] 2019-09-12T08:29:09.895 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Filesystem[/dev/cgts-vg/docker-lv]/before: subscribes to File[/var/lib/docker] 2019-09-12T08:29:09.899 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/File[/var/lib/docker]/before: subscribes to Mount[docker-lv] 2019-09-12T08:29:09.902 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Mount[docker-lv]/before: subscribes to Exec[mount /dev/cgts-vg/docker-lv] 2019-09-12T08:29:09.906 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Logical_volume[etcd-lv]/before: subscribes to Drbd::Resource[drbd-etcd] 2019-09-12T08:29:09.909 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/before: subscribes to Exec[drbd resize drbd-etcd] 2019-09-12T08:29:09.913 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Exec[drbd resize drbd-etcd]/before: subscribes to Exec[resize2fs drbd-etcd] 2019-09-12T08:29:09.916 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Logical_volume[dockerdistribution-lv]/before: subscribes to Drbd::Resource[drbd-dockerdistribution] 2019-09-12T08:29:09.919 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/before: subscribes to Exec[drbd resize drbd-dockerdistribution] 2019-09-12T08:29:09.923 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Exec[drbd resize drbd-dockerdistribution]/before: subscribes to Exec[resize2fs drbd-dockerdistribution] 2019-09-12T08:29:09.926 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Logical_volume[backup-lv]/before: subscribes to Filesystem[/dev/cgts-vg/backup-lv] 2019-09-12T08:29:09.930 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Filesystem[/dev/cgts-vg/backup-lv]/before: subscribes to File[/opt/backups] 2019-09-12T08:29:09.933 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/File[/opt/backups]/before: subscribes to Mount[backup-lv] 2019-09-12T08:29:09.937 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Mount[backup-lv]/before: subscribes to Exec[mount /dev/cgts-vg/backup-lv] 2019-09-12T08:29:09.941 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Logical_volume[kubelet-lv]/before: subscribes to Filesystem[/dev/cgts-vg/kubelet-lv] 2019-09-12T08:29:09.945 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Filesystem[/dev/cgts-vg/kubelet-lv]/before: subscribes to File[/var/lib/kubelet] 2019-09-12T08:29:09.948 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/File[/var/lib/kubelet]/before: subscribes to Mount[kubelet-lv] 2019-09-12T08:29:09.952 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Mount[kubelet-lv]/before: subscribes to Exec[mount /dev/cgts-vg/kubelet-lv] 2019-09-12T08:29:09.955 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_section]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.958 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_uri]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.961 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_type]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.965 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_version]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.970 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/cache]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.974 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/cafile]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.977 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/certfile]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.980 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/check_revocations_for_cached]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.983 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/delay_auth_decision]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.987 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/enforce_token_bind]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.990 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/hash_algorithms]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.993 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/http_connect_timeout]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:09.997 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/http_request_max_retries]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.000 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/include_service_catalog]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.004 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/keyfile]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.007 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_conn_get_timeout]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.010 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_dead_retry]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.014 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_maxsize]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.017 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_socket_timeout]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.020 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_unused_timeout]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.024 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_secret_key]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.027 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_security_strategy]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.031 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_use_advanced_pool]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.035 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcached_servers]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.039 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/region_name]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.042 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/revocation_cache_time]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.045 Debug: 2019-09-12 08:29:08 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/token_cache_time]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.049 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_url]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.052 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/username]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.056 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/password]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.059 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/user_domain_name]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.062 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/project_name]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.066 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/project_domain_name]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.069 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/insecure]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.072 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/debug]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.076 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/log_config_append]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.079 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/log_date_format]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.082 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/log_file]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.086 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/log_dir]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.089 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/watch_log_file]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.092 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/use_syslog]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.095 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/syslog_log_facility]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.099 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/use_stderr]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.103 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_context_format_string]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.107 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_default_format_string]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.110 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_debug_format_suffix]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.113 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_exception_prefix]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.116 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_user_identity_format]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.120 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/default_log_levels]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.123 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/publish_errors]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.126 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/instance_format]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.129 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/instance_uuid_format]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.132 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/fatal_deprecations]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.135 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_endpoint[RegionOne/fm::faultmanagement]/before: subscribes to Service[sysinv-api] 2019-09-12T08:29:10.139 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Api/Oslo::Middleware[fm_config]/Fm_config[oslo_middleware/max_request_body_size]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.142 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Api/Oslo::Middleware[fm_config]/Fm_config[oslo_middleware/enable_proxy_headers_parsing]/notify: subscribes to Anchor[fm::config::end] 2019-09-12T08:29:10.145 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/require: subscribes to Package[drbd] 2019-09-12T08:29:10.148 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/require: subscribes to File[/etc/drbd.d] 2019-09-12T08:29:10.151 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:10.155 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/require: subscribes to Package[drbd] 2019-09-12T08:29:10.158 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/require: subscribes to File[/etc/drbd.d] 2019-09-12T08:29:10.161 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:10.165 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/require: subscribes to Package[drbd] 2019-09-12T08:29:10.168 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/require: subscribes to File[/etc/drbd.d] 2019-09-12T08:29:10.171 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:10.175 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/require: subscribes to Package[drbd] 2019-09-12T08:29:10.178 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/require: subscribes to File[/etc/drbd.d] 2019-09-12T08:29:10.181 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:10.185 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/before: subscribes to Postgresql_psql[grant:database:GRANT admin-keystone - ALL - keystone] 2019-09-12T08:29:10.188 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/before: subscribes to Postgresql::Server::Database[keystone] 2019-09-12T08:29:10.191 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/before: subscribes to Postgresql_psql[grant:database:GRANT admin-keystone - ALL - keystone] 2019-09-12T08:29:10.195 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/before: subscribes to Postgresql_psql[grant:database:GRANT admin-barbican - ALL - barbican] 2019-09-12T08:29:10.198 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/before: subscribes to Postgresql::Server::Database[barbican] 2019-09-12T08:29:10.204 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/before: subscribes to Postgresql_psql[grant:database:GRANT admin-barbican - ALL - barbican] 2019-09-12T08:29:10.208 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/before: subscribes to Postgresql_psql[grant:database:GRANT admin-sysinv - ALL - sysinv] 2019-09-12T08:29:10.212 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/before: subscribes to Postgresql::Server::Database[sysinv] 2019-09-12T08:29:10.215 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/before: subscribes to Postgresql_psql[grant:database:GRANT admin-sysinv - ALL - sysinv] 2019-09-12T08:29:10.218 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/require: subscribes to Package[drbd] 2019-09-12T08:29:10.222 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/require: subscribes to File[/etc/drbd.d] 2019-09-12T08:29:10.225 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:10.229 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/require: subscribes to Package[drbd] 2019-09-12T08:29:10.232 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/require: subscribes to File[/etc/drbd.d] 2019-09-12T08:29:10.236 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/notify: subscribes to Class[Drbd::Service] 2019-09-12T08:29:10.239 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/before: subscribes to Postgresql_psql[grant:database:GRANT admin-fm - ALL - fm] 2019-09-12T08:29:10.243 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/before: subscribes to Postgresql::Server::Database[fm] 2019-09-12T08:29:10.246 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/before: subscribes to Postgresql_psql[grant:database:GRANT admin-fm - ALL - fm] 2019-09-12T08:29:10.249 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/Concat_file[/etc/drbd.d/drbd-pgsql.res]/before: subscribes to File[/etc/drbd.d/drbd-pgsql.res] 2019-09-12T08:29:10.253 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/Concat_file[/etc/drbd.d/drbd-rabbit.res]/before: subscribes to File[/etc/drbd.d/drbd-rabbit.res] 2019-09-12T08:29:10.256 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/Concat_file[/etc/drbd.d/drbd-platform.res]/before: subscribes to File[/etc/drbd.d/drbd-platform.res] 2019-09-12T08:29:10.260 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/Concat_file[/etc/drbd.d/drbd-extension.res]/before: subscribes to File[/etc/drbd.d/drbd-extension.res] 2019-09-12T08:29:10.263 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[CREATE DATABASE "keystone"]/require: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:10.266 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[CREATE DATABASE "keystone"]/before: subscribes to Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone'] 2019-09-12T08:29:10.270 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[CREATE DATABASE "keystone"]/notify: subscribes to Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public] 2019-09-12T08:29:10.273 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.277 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]/require: subscribes to Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.280 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.283 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]/require: subscribes to Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.286 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.290 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]/require: subscribes to Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.293 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.296 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]/require: subscribes to Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.300 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.303 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]/require: subscribes to Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.306 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.310 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]/require: subscribes to Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.313 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.316 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]/require: subscribes to Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.320 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.323 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]/require: subscribes to Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.326 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.330 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[CREATE DATABASE "barbican"]/require: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:10.333 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[CREATE DATABASE "barbican"]/before: subscribes to Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican'] 2019-09-12T08:29:10.336 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[CREATE DATABASE "barbican"]/notify: subscribes to Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public] 2019-09-12T08:29:10.340 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.343 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]/require: subscribes to Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.346 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.350 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]/require: subscribes to Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.353 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.357 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]/require: subscribes to Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.360 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.363 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]/require: subscribes to Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.366 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.370 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]/require: subscribes to Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.373 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.376 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]/require: subscribes to Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.380 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.384 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]/require: subscribes to Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.387 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.390 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]/require: subscribes to Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.393 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.397 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[CREATE DATABASE "sysinv"]/require: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:10.400 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[CREATE DATABASE "sysinv"]/before: subscribes to Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv'] 2019-09-12T08:29:10.403 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[CREATE DATABASE "sysinv"]/notify: subscribes to Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public] 2019-09-12T08:29:10.407 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.410 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]/require: subscribes to Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.413 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.416 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]/require: subscribes to Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.420 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.423 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]/require: subscribes to Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.426 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.430 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]/require: subscribes to Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.433 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.436 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]/require: subscribes to Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.440 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.443 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]/require: subscribes to Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.446 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.450 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]/require: subscribes to Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.454 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.457 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]/require: subscribes to Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.460 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.464 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/Concat_file[/etc/drbd.d/drbd-etcd.res]/before: subscribes to File[/etc/drbd.d/drbd-etcd.res] 2019-09-12T08:29:10.467 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/Concat_file[/etc/drbd.d/drbd-dockerdistribution.res]/before: subscribes to File[/etc/drbd.d/drbd-dockerdistribution.res] 2019-09-12T08:29:10.471 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[CREATE DATABASE "fm"]/require: subscribes to Class[Postgresql::Server::Service] 2019-09-12T08:29:10.474 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[CREATE DATABASE "fm"]/before: subscribes to Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm'] 2019-09-12T08:29:10.477 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[CREATE DATABASE "fm"]/notify: subscribes to Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public] 2019-09-12T08:29:10.488 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.492 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]/require: subscribes to Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.495 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.498 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]/require: subscribes to Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.502 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.505 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]/require: subscribes to Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.508 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.512 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]/require: subscribes to Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.515 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.518 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]/require: subscribes to Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.521 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.525 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]/require: subscribes to Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.530 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.534 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]/require: subscribes to Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.537 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.540 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]/require: subscribes to Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****] 2019-09-12T08:29:10.543 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.546 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[test disk by-path for drbd-pgsql]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.550 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[test disk by-path for drbd-pgsql]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.556 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.559 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/require: subscribes to Exec[test disk by-path for drbd-pgsql] 2019-09-12T08:29:10.563 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/require: subscribes to Concat[/etc/drbd.d/drbd-pgsql.res] 2019-09-12T08:29:10.566 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.569 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.573 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[enable DRBD resource drbd-pgsql]/require: subscribes to Exec[initialize DRBD metadata for drbd-pgsql] 2019-09-12T08:29:10.576 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[enable DRBD resource drbd-pgsql]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.580 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[enable DRBD resource drbd-pgsql]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.583 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[enable DRBD resource drbd-pgsql]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.586 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[reuse existing DRBD resource drbd-pgsql]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.589 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[reuse existing DRBD resource drbd-pgsql]/require: subscribes to Concat[/etc/drbd.d/drbd-pgsql.res] 2019-09-12T08:29:10.593 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[reuse existing DRBD resource drbd-pgsql]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.596 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[reuse existing DRBD resource drbd-pgsql]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.599 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_drbd-pgsql]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.602 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_drbd-pgsql]/before: subscribes to Exec[drbd_make_primary_again_drbd-pgsql] 2019-09-12T08:29:10.605 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_drbd-pgsql]/notify: subscribes to Exec[drbd_format_volume_drbd-pgsql] 2019-09-12T08:29:10.608 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_format_volume_drbd-pgsql]/require: subscribes to Exec[drbd_make_primary_drbd-pgsql] 2019-09-12T08:29:10.612 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_format_volume_drbd-pgsql]/before: subscribes to Mount[/var/lib/postgresql] 2019-09-12T08:29:10.615 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_again_drbd-pgsql]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.619 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]/require: subscribes to Exec[drbd_make_primary_again_drbd-pgsql] 2019-09-12T08:29:10.622 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]/require: subscribes to File[/var/lib/postgresql] 2019-09-12T08:29:10.625 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.629 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[test disk by-path for drbd-rabbit]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.632 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[test disk by-path for drbd-rabbit]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.635 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.638 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/require: subscribes to Exec[test disk by-path for drbd-rabbit] 2019-09-12T08:29:10.642 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/require: subscribes to Concat[/etc/drbd.d/drbd-rabbit.res] 2019-09-12T08:29:10.645 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.648 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.651 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/require: subscribes to Exec[initialize DRBD metadata for drbd-rabbit] 2019-09-12T08:29:10.655 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.658 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.661 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.665 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.668 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/require: subscribes to Concat[/etc/drbd.d/drbd-rabbit.res] 2019-09-12T08:29:10.671 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.674 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.678 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_drbd-rabbit]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.681 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_drbd-rabbit]/before: subscribes to Exec[drbd_make_primary_again_drbd-rabbit] 2019-09-12T08:29:10.684 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_drbd-rabbit]/notify: subscribes to Exec[drbd_format_volume_drbd-rabbit] 2019-09-12T08:29:10.687 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_format_volume_drbd-rabbit]/require: subscribes to Exec[drbd_make_primary_drbd-rabbit] 2019-09-12T08:29:10.691 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_format_volume_drbd-rabbit]/before: subscribes to Mount[/var/lib/rabbitmq] 2019-09-12T08:29:10.694 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_again_drbd-rabbit]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.697 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]/require: subscribes to Exec[drbd_make_primary_again_drbd-rabbit] 2019-09-12T08:29:10.700 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]/require: subscribes to File[/var/lib/rabbitmq] 2019-09-12T08:29:10.704 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.707 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[test disk by-path for drbd-platform]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.710 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[test disk by-path for drbd-platform]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.713 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.716 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/require: subscribes to Exec[test disk by-path for drbd-platform] 2019-09-12T08:29:10.719 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/require: subscribes to Concat[/etc/drbd.d/drbd-platform.res] 2019-09-12T08:29:10.722 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.726 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.729 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[enable DRBD resource drbd-platform]/require: subscribes to Exec[initialize DRBD metadata for drbd-platform] 2019-09-12T08:29:10.732 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[enable DRBD resource drbd-platform]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.735 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[enable DRBD resource drbd-platform]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.738 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[enable DRBD resource drbd-platform]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.753 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[reuse existing DRBD resource drbd-platform]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.756 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[reuse existing DRBD resource drbd-platform]/require: subscribes to Concat[/etc/drbd.d/drbd-platform.res] 2019-09-12T08:29:10.759 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[reuse existing DRBD resource drbd-platform]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.763 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[reuse existing DRBD resource drbd-platform]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.766 Debug: 2019-09-12 08:29:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_drbd-platform]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.769 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_drbd-platform]/before: subscribes to Exec[drbd_make_primary_again_drbd-platform] 2019-09-12T08:29:10.772 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_drbd-platform]/notify: subscribes to Exec[drbd_format_volume_drbd-platform] 2019-09-12T08:29:10.776 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_format_volume_drbd-platform]/require: subscribes to Exec[drbd_make_primary_drbd-platform] 2019-09-12T08:29:10.779 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_format_volume_drbd-platform]/before: subscribes to Mount[/opt/platform] 2019-09-12T08:29:10.782 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_again_drbd-platform]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.785 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]/require: subscribes to Exec[drbd_make_primary_again_drbd-platform] 2019-09-12T08:29:10.789 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]/require: subscribes to File[/opt/platform] 2019-09-12T08:29:10.792 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.795 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[test disk by-path for drbd-extension]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.798 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[test disk by-path for drbd-extension]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.802 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.805 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/require: subscribes to Exec[test disk by-path for drbd-extension] 2019-09-12T08:29:10.809 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/require: subscribes to Concat[/etc/drbd.d/drbd-extension.res] 2019-09-12T08:29:10.812 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.815 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.819 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[enable DRBD resource drbd-extension]/require: subscribes to Exec[initialize DRBD metadata for drbd-extension] 2019-09-12T08:29:10.822 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[enable DRBD resource drbd-extension]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.825 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[enable DRBD resource drbd-extension]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.829 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[enable DRBD resource drbd-extension]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.832 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[reuse existing DRBD resource drbd-extension]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.835 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[reuse existing DRBD resource drbd-extension]/require: subscribes to Concat[/etc/drbd.d/drbd-extension.res] 2019-09-12T08:29:10.839 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[reuse existing DRBD resource drbd-extension]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.842 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[reuse existing DRBD resource drbd-extension]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.845 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_drbd-extension]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.848 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_drbd-extension]/before: subscribes to Exec[drbd_make_primary_again_drbd-extension] 2019-09-12T08:29:10.852 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_drbd-extension]/notify: subscribes to Exec[drbd_format_volume_drbd-extension] 2019-09-12T08:29:10.855 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_format_volume_drbd-extension]/require: subscribes to Exec[drbd_make_primary_drbd-extension] 2019-09-12T08:29:10.858 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_format_volume_drbd-extension]/before: subscribes to Mount[/opt/extension] 2019-09-12T08:29:10.861 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_again_drbd-extension]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.866 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]/require: subscribes to Exec[drbd_make_primary_again_drbd-extension] 2019-09-12T08:29:10.869 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]/require: subscribes to File[/opt/extension] 2019-09-12T08:29:10.872 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.876 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database_grant[GRANT admin-keystone - ALL - keystone]/Postgresql::Server::Grant[database:GRANT admin-keystone - ALL - keystone]/Postgresql_psql[grant:database:GRANT admin-keystone - ALL - keystone]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.879 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database_grant[GRANT admin-barbican - ALL - barbican]/Postgresql::Server::Grant[database:GRANT admin-barbican - ALL - barbican]/Postgresql_psql[grant:database:GRANT admin-barbican - ALL - barbican]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.882 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database_grant[GRANT admin-sysinv - ALL - sysinv]/Postgresql::Server::Grant[database:GRANT admin-sysinv - ALL - sysinv]/Postgresql_psql[grant:database:GRANT admin-sysinv - ALL - sysinv]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:10.886 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[test disk by-path for drbd-etcd]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.889 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[test disk by-path for drbd-etcd]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.892 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.895 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/require: subscribes to Exec[test disk by-path for drbd-etcd] 2019-09-12T08:29:10.899 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/require: subscribes to Concat[/etc/drbd.d/drbd-etcd.res] 2019-09-12T08:29:10.902 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.905 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.908 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/require: subscribes to Exec[initialize DRBD metadata for drbd-etcd] 2019-09-12T08:29:10.911 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.914 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.918 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.921 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[reuse existing DRBD resource drbd-etcd]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.924 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[reuse existing DRBD resource drbd-etcd]/require: subscribes to Concat[/etc/drbd.d/drbd-etcd.res] 2019-09-12T08:29:10.927 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[reuse existing DRBD resource drbd-etcd]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.931 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[reuse existing DRBD resource drbd-etcd]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.934 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_drbd-etcd]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.937 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_drbd-etcd]/before: subscribes to Exec[drbd_make_primary_again_drbd-etcd] 2019-09-12T08:29:10.940 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_drbd-etcd]/notify: subscribes to Exec[drbd_format_volume_drbd-etcd] 2019-09-12T08:29:10.943 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_format_volume_drbd-etcd]/require: subscribes to Exec[drbd_make_primary_drbd-etcd] 2019-09-12T08:29:10.946 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_format_volume_drbd-etcd]/before: subscribes to Mount[/opt/etcd] 2019-09-12T08:29:10.950 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_again_drbd-etcd]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.953 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]/require: subscribes to Exec[drbd_make_primary_again_drbd-etcd] 2019-09-12T08:29:10.956 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]/require: subscribes to File[/opt/etcd] 2019-09-12T08:29:10.960 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]/require: subscribes to Service[drbd] 2019-09-12T08:29:10.963 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[test disk by-path for drbd-dockerdistribution]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.967 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[test disk by-path for drbd-dockerdistribution]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.970 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.973 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/require: subscribes to Exec[test disk by-path for drbd-dockerdistribution] 2019-09-12T08:29:10.976 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/require: subscribes to Concat[/etc/drbd.d/drbd-dockerdistribution.res] 2019-09-12T08:29:10.979 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.982 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.985 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/require: subscribes to Exec[initialize DRBD metadata for drbd-dockerdistribution] 2019-09-12T08:29:10.988 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:10.992 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/before: subscribes to Service[drbd] 2019-09-12T08:29:10.995 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/notify: subscribes to Service[drbd] 2019-09-12T08:29:10.998 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[reuse existing DRBD resource drbd-dockerdistribution]/require: subscribes to Exec[modprobe drbd] 2019-09-12T08:29:11.001 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[reuse existing DRBD resource drbd-dockerdistribution]/require: subscribes to Concat[/etc/drbd.d/drbd-dockerdistribution.res] 2019-09-12T08:29:11.005 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[reuse existing DRBD resource drbd-dockerdistribution]/before: subscribes to Service[drbd] 2019-09-12T08:29:11.008 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[reuse existing DRBD resource drbd-dockerdistribution]/notify: subscribes to Service[drbd] 2019-09-12T08:29:11.011 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_drbd-dockerdistribution]/require: subscribes to Service[drbd] 2019-09-12T08:29:11.015 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_drbd-dockerdistribution]/before: subscribes to Exec[drbd_make_primary_again_drbd-dockerdistribution] 2019-09-12T08:29:11.018 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_drbd-dockerdistribution]/notify: subscribes to Exec[drbd_format_volume_drbd-dockerdistribution] 2019-09-12T08:29:11.021 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_format_volume_drbd-dockerdistribution]/require: subscribes to Exec[drbd_make_primary_drbd-dockerdistribution] 2019-09-12T08:29:11.024 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_format_volume_drbd-dockerdistribution]/before: subscribes to Mount[/var/lib/docker-distribution] 2019-09-12T08:29:11.027 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_again_drbd-dockerdistribution]/require: subscribes to Service[drbd] 2019-09-12T08:29:11.030 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]/require: subscribes to Exec[drbd_make_primary_again_drbd-dockerdistribution] 2019-09-12T08:29:11.034 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]/require: subscribes to File[/var/lib/docker-distribution] 2019-09-12T08:29:11.037 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]/require: subscribes to Service[drbd] 2019-09-12T08:29:11.040 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database_grant[GRANT admin-fm - ALL - fm]/Postgresql::Server::Grant[database:GRANT admin-fm - ALL - fm]/Postgresql_psql[grant:database:GRANT admin-fm - ALL - fm]/require: subscribes to Class[Postgresql::Server] 2019-09-12T08:29:11.043 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]: Adding autorequire relationship with File[/etc/drbd.d] 2019-09-12T08:29:11.046 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Initdb/File[/var/lib/postgresql/19.09]: Adding autorequire relationship with File[/var/lib/postgresql] 2019-09-12T08:29:11.049 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq/ssl]: Adding autorequire relationship with File[/etc/rabbitmq] 2019-09-12T08:29:11.052 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]: Adding autorequire relationship with File[/etc/rabbitmq] 2019-09-12T08:29:11.056 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-env.config]: Adding autorequire relationship with File[/etc/rabbitmq] 2019-09-12T08:29:11.059 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-inetrc]: Adding autorequire relationship with File[/etc/rabbitmq] 2019-09-12T08:29:11.062 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Amqp::Bootstrap/File[/var/lib/rabbitmq/19.09]: Adding autorequire relationship with File[/var/lib/rabbitmq] 2019-09-12T08:29:11.065 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[notifications_queues_maxlen@/]: Adding autorequire relationship with Service[rabbitmq-server] 2019-09-12T08:29:11.069 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[sample_queues_maxlen@/]: Adding autorequire relationship with Service[rabbitmq-server] 2019-09-12T08:29:11.072 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[all_queues_ttl@/]: Adding autorequire relationship with Service[rabbitmq-server] 2019-09-12T08:29:11.075 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/File[/opt/platform/keystone]: Adding autorequire relationship with File[/opt/platform] 2019-09-12T08:29:11.078 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_token]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.081 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/member_role_id]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.085 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/member_role_name]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.089 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[paste_deploy/config_file]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.092 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/public_endpoint]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.101 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_endpoint]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.104 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[token/driver]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.107 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[token/expiration]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.111 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[revoke/driver]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.114 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[policy/driver]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.117 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[memcache/dead_retry]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.120 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[memcache/pool_maxsize]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.124 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[memcache/pool_unused_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.127 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[memcache/servers]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.130 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[memcache/socket_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.133 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[token/caching]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.137 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[catalog/driver]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.140 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[catalog/template_file]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.143 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[token/provider]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.146 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/max_token_size]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.150 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/notification_format]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.153 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/File[/opt/platform/keystone/fernet-keys]: Adding autorequire relationship with File[/opt/platform/keystone] 2019-09-12T08:29:11.156 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[fernet_tokens/key_repository]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.159 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[fernet_receipts/key_repository]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.163 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[token/revoke_by_id]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.166 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[fernet_tokens/max_active_keys]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.169 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[fernet_receipts/max_active_keys]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.172 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Keystone_config[credential/key_repository]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.175 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[services]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.178 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[services]: Adding autorequire relationship with Anchor[default_domain_created] 2019-09-12T08:29:11.182 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.185 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]: Adding autorequire relationship with Anchor[default_domain_created] 2019-09-12T08:29:11.188 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.191 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]: Adding autorequire relationship with Anchor[default_domain_created] 2019-09-12T08:29:11.195 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin at admin]: Adding autorequire relationship with Keystone_role[admin] 2019-09-12T08:29:11.198 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin at admin]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.201 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_user_role[barbican at services]: Adding autorequire relationship with Keystone_user[barbican] 2019-09-12T08:29:11.205 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_user_role[barbican at services]: Adding autorequire relationship with Keystone_tenant[services] 2019-09-12T08:29:11.208 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_user_role[barbican at services]: Adding autorequire relationship with Keystone_role[admin] 2019-09-12T08:29:11.211 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_user_role[barbican at services]: Adding autorequire relationship with Keystone_role[creator] 2019-09-12T08:29:11.214 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_user_role[barbican at services]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.218 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring]: Adding autorequire relationship with File[/opt/platform] 2019-09-12T08:29:11.221 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]: Adding autorequire relationship with Group[sys_protected] 2019-09-12T08:29:11.224 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Sysinv/File[/etc/sysinv]: Adding autorequire relationship with Group[sysinv] 2019-09-12T08:29:11.228 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]: Adding autorequire relationship with File[/etc/sysinv] 2019-09-12T08:29:11.231 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]: Adding autorequire relationship with User[sysinv] 2019-09-12T08:29:11.234 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]: Adding autorequire relationship with Group[sysinv] 2019-09-12T08:29:11.237 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/api-paste.ini]: Adding autorequire relationship with File[/etc/sysinv] 2019-09-12T08:29:11.240 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/api-paste.ini]: Adding autorequire relationship with User[sysinv] 2019-09-12T08:29:11.247 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/api-paste.ini]: Adding autorequire relationship with Group[sysinv] 2019-09-12T08:29:11.251 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv]: Adding autorequire relationship with File[/opt/platform] 2019-09-12T08:29:11.254 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv]: Adding autorequire relationship with User[sysinv] 2019-09-12T08:29:11.257 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv/19.09]: Adding autorequire relationship with User[sysinv] 2019-09-12T08:29:11.261 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]: Adding autorequire relationship with User[sysinv] 2019-09-12T08:29:11.264 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Etcd::Datadir::Bootstrap/File[/opt/etcd/19.09]: Adding autorequire relationship with File[/opt/etcd] 2019-09-12T08:29:11.267 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user[mtce]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.270 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user[mtce]: Adding autorequire relationship with Anchor[default_domain_created] 2019-09-12T08:29:11.274 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user_role[mtce at services]: Adding autorequire relationship with Keystone_user[mtce] 2019-09-12T08:29:11.277 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user_role[mtce at services]: Adding autorequire relationship with Keystone_tenant[services] 2019-09-12T08:29:11.280 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user_role[mtce at services]: Adding autorequire relationship with Keystone_role[admin] 2019-09-12T08:29:11.283 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user_role[mtce at services]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.286 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[/etc/postgresql/pg_hba.conf_header] 2019-09-12T08:29:11.290 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[pg_hba_rule_local access as postgres user] 2019-09-12T08:29:11.293 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[pg_hba_rule_local access to database with same name] 2019-09-12T08:29:11.296 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[pg_hba_rule_allow localhost TCP access to postgresql user] 2019-09-12T08:29:11.299 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[pg_hba_rule_deny access to postgresql user] 2019-09-12T08:29:11.302 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[pg_hba_rule_allow access to all users] 2019-09-12T08:29:11.306 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[pg_hba_rule_allow access to ipv6 localhost] 2019-09-12T08:29:11.309 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[pg_hba_rule_postgresql class generated rule ipv4acls 0] 2019-09-12T08:29:11.312 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with Concat_fragment[pg_hba_rule_postgres trusted local access] 2019-09-12T08:29:11.315 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/Concat_file[/etc/postgresql/pg_hba.conf]: Skipping automatic relationship with File[/etc/postgresql/pg_hba.conf] 2019-09-12T08:29:11.318 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/File[/etc/postgresql/pg_hba.conf]: Adding autorequire relationship with File[/etc/postgresql] 2019-09-12T08:29:11.322 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/Concat_file[/etc/postgresql/pg_ident.conf]: Adding autorequire relationship with Concat_fragment[/etc/postgresql/pg_ident.conf_header] 2019-09-12T08:29:11.325 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/Concat_file[/etc/postgresql/pg_ident.conf]: Skipping automatic relationship with File[/etc/postgresql/pg_ident.conf] 2019-09-12T08:29:11.328 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/File[/etc/postgresql/pg_ident.conf]: Adding autorequire relationship with File[/etc/postgresql] 2019-09-12T08:29:11.332 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for @:5432/postgres]: Adding autorequire relationship with File[/usr/local/bin/validate_postgresql_connection.sh] 2019-09-12T08:29:11.335 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/debug]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.339 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_config_append]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.342 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_date_format]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.345 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_file]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.349 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_dir]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.352 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/watch_log_file]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.355 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/use_syslog]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.358 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/syslog_log_facility]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.362 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/use_stderr]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.365 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_context_format_string]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.368 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_default_format_string]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.371 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_debug_format_suffix]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.374 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_exception_prefix]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.378 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_user_identity_format]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.381 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/default_log_levels]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.384 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/publish_errors]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.387 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/instance_format]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.391 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/instance_uuid_format]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.395 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/fatal_deprecations]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.399 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_file]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.402 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_default_rule]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.407 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_dirs]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.411 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/sqlite_synchronous]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.414 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/backend]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.419 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.423 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/slave_connection]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.427 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/mysql_sql_mode]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.431 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/idle_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.435 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/min_pool_size]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.439 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_pool_size]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.444 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_retries]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.448 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/retry_interval]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.452 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_overflow]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.456 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection_debug]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.460 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection_trace]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.464 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/pool_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.468 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/use_db_reconnect]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.472 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_retry_interval]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.476 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_inc_retry_interval]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.480 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_max_retry_interval]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.485 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_max_retries]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.488 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/use_tpool]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.492 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/config_prefix]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.495 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/expiration_time]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.499 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/backend]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.503 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/backend_argument]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.509 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/proxies]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.514 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/enabled]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.518 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/debug_cache_backend]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.524 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_servers]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.529 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_dead_retry]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.536 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_socket_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.540 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_maxsize]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.544 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_unused_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.547 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_connection_get_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.551 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Middleware[keystone_config]/Keystone_config[oslo_middleware/max_request_body_size]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.554 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Middleware[keystone_config]/Keystone_config[oslo_middleware/enable_proxy_headers_parsing]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.559 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/rpc_response_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.562 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/transport_url]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.566 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/control_exchange]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.570 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/driver]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.573 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/transport_url]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.579 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/topics]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.583 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/amqp_durable_queues]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.587 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/heartbeat_rate]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.592 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/heartbeat_timeout_threshold]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.596 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_compression]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.600 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_failover_strategy]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.604 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.607 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_reconnect_delay]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.611 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_interval_max]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.615 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_login_method]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.619 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_password]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.623 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_retry_backoff]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.627 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_retry_interval]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.630 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.633 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.637 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_userid]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.640 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_virtual_host]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.648 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_hosts]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.652 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_port]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.656 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.659 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_host]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.663 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_ha_queues]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.667 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_ca_file]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.670 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_cert_file]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.674 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_key_file]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.677 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_version]: Adding autorequire relationship with Package[keystone] 2019-09-12T08:29:11.682 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Keystone::Endpoint/Keystone::Resource::Service_identity[keystone]/Keystone_endpoint[RegionOne/keystone::identity]: Adding autorequire relationship with Keystone_service[keystone::identity] 2019-09-12T08:29:11.686 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_user[barbican]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.690 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_user[barbican]: Adding autorequire relationship with Anchor[default_domain_created] 2019-09-12T08:29:11.693 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_endpoint[RegionOne/barbican::key-manager]: Adding autorequire relationship with Keystone_service[barbican::key-manager] 2019-09-12T08:29:11.698 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user[sysinv]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.702 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user[sysinv]: Adding autorequire relationship with Anchor[default_domain_created] 2019-09-12T08:29:11.706 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user_role[sysinv at services]: Adding autorequire relationship with Keystone_user[sysinv] 2019-09-12T08:29:11.714 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user_role[sysinv at services]: Adding autorequire relationship with Keystone_tenant[services] 2019-09-12T08:29:11.718 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user_role[sysinv at services]: Adding autorequire relationship with Keystone_role[admin] 2019-09-12T08:29:11.722 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user_role[sysinv at services]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.726 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_endpoint[RegionOne/sysinv::platform]: Adding autorequire relationship with Keystone_service[sysinv::platform] 2019-09-12T08:29:11.729 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user[fm]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.735 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user[fm]: Adding autorequire relationship with Anchor[default_domain_created] 2019-09-12T08:29:11.738 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user_role[fm at services]: Adding autorequire relationship with Keystone_user[fm] 2019-09-12T08:29:11.742 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user_role[fm at services]: Adding autorequire relationship with Keystone_tenant[services] 2019-09-12T08:29:11.746 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user_role[fm at services]: Adding autorequire relationship with Keystone_role[admin] 2019-09-12T08:29:11.750 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user_role[fm at services]: Adding autorequire relationship with Keystone_domain[Default] 2019-09-12T08:29:11.753 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_endpoint[RegionOne/fm::faultmanagement]: Adding autorequire relationship with Keystone_service[fm::faultmanagement] 2019-09-12T08:29:11.757 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/Concat_file[/etc/drbd.d/drbd-pgsql.res]: Adding autorequire relationship with Concat_fragment[drbd-pgsql drbd header] 2019-09-12T08:29:11.760 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/Concat_file[/etc/drbd.d/drbd-pgsql.res]: Adding autorequire relationship with Concat_fragment[drbd-pgsql static primary resource] 2019-09-12T08:29:11.763 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/Concat_file[/etc/drbd.d/drbd-pgsql.res]: Adding autorequire relationship with Concat_fragment[drbd-pgsql static secondary resource] 2019-09-12T08:29:11.767 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/Concat_file[/etc/drbd.d/drbd-pgsql.res]: Adding autorequire relationship with Concat_fragment[drbd-pgsql drbd footer] 2019-09-12T08:29:11.770 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/Concat_file[/etc/drbd.d/drbd-pgsql.res]: Skipping automatic relationship with File[/etc/drbd.d/drbd-pgsql.res] 2019-09-12T08:29:11.773 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/File[/etc/drbd.d/drbd-pgsql.res]: Adding autorequire relationship with File[/etc/drbd.d] 2019-09-12T08:29:11.776 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/Concat_file[/etc/drbd.d/drbd-rabbit.res]: Adding autorequire relationship with Concat_fragment[drbd-rabbit drbd header] 2019-09-12T08:29:11.779 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/Concat_file[/etc/drbd.d/drbd-rabbit.res]: Adding autorequire relationship with Concat_fragment[drbd-rabbit static primary resource] 2019-09-12T08:29:11.783 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/Concat_file[/etc/drbd.d/drbd-rabbit.res]: Adding autorequire relationship with Concat_fragment[drbd-rabbit static secondary resource] 2019-09-12T08:29:11.787 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/Concat_file[/etc/drbd.d/drbd-rabbit.res]: Adding autorequire relationship with Concat_fragment[drbd-rabbit drbd footer] 2019-09-12T08:29:11.790 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/Concat_file[/etc/drbd.d/drbd-rabbit.res]: Skipping automatic relationship with File[/etc/drbd.d/drbd-rabbit.res] 2019-09-12T08:29:11.793 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/File[/etc/drbd.d/drbd-rabbit.res]: Adding autorequire relationship with File[/etc/drbd.d] 2019-09-12T08:29:11.797 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/Concat_file[/etc/drbd.d/drbd-platform.res]: Adding autorequire relationship with Concat_fragment[drbd-platform drbd header] 2019-09-12T08:29:11.801 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/Concat_file[/etc/drbd.d/drbd-platform.res]: Adding autorequire relationship with Concat_fragment[drbd-platform static primary resource] 2019-09-12T08:29:11.804 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/Concat_file[/etc/drbd.d/drbd-platform.res]: Adding autorequire relationship with Concat_fragment[drbd-platform static secondary resource] 2019-09-12T08:29:11.808 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/Concat_file[/etc/drbd.d/drbd-platform.res]: Adding autorequire relationship with Concat_fragment[drbd-platform drbd footer] 2019-09-12T08:29:11.811 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/Concat_file[/etc/drbd.d/drbd-platform.res]: Skipping automatic relationship with File[/etc/drbd.d/drbd-platform.res] 2019-09-12T08:29:11.816 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/File[/etc/drbd.d/drbd-platform.res]: Adding autorequire relationship with File[/etc/drbd.d] 2019-09-12T08:29:11.820 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/Concat_file[/etc/drbd.d/drbd-extension.res]: Adding autorequire relationship with Concat_fragment[drbd-extension drbd header] 2019-09-12T08:29:11.823 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/Concat_file[/etc/drbd.d/drbd-extension.res]: Adding autorequire relationship with Concat_fragment[drbd-extension static primary resource] 2019-09-12T08:29:11.827 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/Concat_file[/etc/drbd.d/drbd-extension.res]: Adding autorequire relationship with Concat_fragment[drbd-extension static secondary resource] 2019-09-12T08:29:11.830 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/Concat_file[/etc/drbd.d/drbd-extension.res]: Adding autorequire relationship with Concat_fragment[drbd-extension drbd footer] 2019-09-12T08:29:11.834 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/Concat_file[/etc/drbd.d/drbd-extension.res]: Skipping automatic relationship with File[/etc/drbd.d/drbd-extension.res] 2019-09-12T08:29:11.837 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/File[/etc/drbd.d/drbd-extension.res]: Adding autorequire relationship with File[/etc/drbd.d] 2019-09-12T08:29:11.841 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/Concat_file[/etc/drbd.d/drbd-etcd.res]: Adding autorequire relationship with Concat_fragment[drbd-etcd drbd header] 2019-09-12T08:29:11.844 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/Concat_file[/etc/drbd.d/drbd-etcd.res]: Adding autorequire relationship with Concat_fragment[drbd-etcd static primary resource] 2019-09-12T08:29:11.848 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/Concat_file[/etc/drbd.d/drbd-etcd.res]: Adding autorequire relationship with Concat_fragment[drbd-etcd static secondary resource] 2019-09-12T08:29:11.852 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/Concat_file[/etc/drbd.d/drbd-etcd.res]: Adding autorequire relationship with Concat_fragment[drbd-etcd drbd footer] 2019-09-12T08:29:11.855 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/Concat_file[/etc/drbd.d/drbd-etcd.res]: Skipping automatic relationship with File[/etc/drbd.d/drbd-etcd.res] 2019-09-12T08:29:11.858 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/File[/etc/drbd.d/drbd-etcd.res]: Adding autorequire relationship with File[/etc/drbd.d] 2019-09-12T08:29:11.862 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/Concat_file[/etc/drbd.d/drbd-dockerdistribution.res]: Adding autorequire relationship with Concat_fragment[drbd-dockerdistribution drbd header] 2019-09-12T08:29:11.865 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/Concat_file[/etc/drbd.d/drbd-dockerdistribution.res]: Adding autorequire relationship with Concat_fragment[drbd-dockerdistribution static primary resource] 2019-09-12T08:29:11.869 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/Concat_file[/etc/drbd.d/drbd-dockerdistribution.res]: Adding autorequire relationship with Concat_fragment[drbd-dockerdistribution static secondary resource] 2019-09-12T08:29:11.872 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/Concat_file[/etc/drbd.d/drbd-dockerdistribution.res]: Adding autorequire relationship with Concat_fragment[drbd-dockerdistribution drbd footer] 2019-09-12T08:29:11.876 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/Concat_file[/etc/drbd.d/drbd-dockerdistribution.res]: Skipping automatic relationship with File[/etc/drbd.d/drbd-dockerdistribution.res] 2019-09-12T08:29:11.879 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/File[/etc/drbd.d/drbd-dockerdistribution.res]: Adding autorequire relationship with File[/etc/drbd.d] 2019-09-12T08:29:11.883 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]: Adding autobefore relationship with File[/var/lib/postgresql/19.09] 2019-09-12T08:29:11.887 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]: Adding autobefore relationship with File[/var/lib/rabbitmq/19.09] 2019-09-12T08:29:11.890 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Adding autobefore relationship with File[/opt/platform/keystone] 2019-09-12T08:29:11.893 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Adding autobefore relationship with File[/opt/platform/keystone/fernet-keys] 2019-09-12T08:29:11.896 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Adding autobefore relationship with File[/opt/platform/.keyring] 2019-09-12T08:29:11.900 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Adding autobefore relationship with File[/opt/platform/.keyring/19.09] 2019-09-12T08:29:11.903 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Adding autobefore relationship with File[/opt/platform/.keyring/19.09/.CREDENTIAL] 2019-09-12T08:29:11.907 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Adding autobefore relationship with File[/opt/platform/sysinv] 2019-09-12T08:29:11.911 Debug: 2019-09-12 08:29:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Adding autobefore relationship with File[/opt/platform/sysinv/19.09] 2019-09-12T08:29:11.915 Debug: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Adding autobefore relationship with File[/opt/platform/sysinv/19.09/sysinv.conf.default] 2019-09-12T08:29:11.918 Debug: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]: Adding autobefore relationship with File[/opt/etcd/19.09] 2019-09-12T08:29:11.922 Notice: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Amqp::Rabbitmq/File[/var/log/rabbitmq]/owner: owner changed 'rabbitmq' to 'root' 2019-09-12T08:29:11.925 Notice: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Amqp::Rabbitmq/File[/var/log/rabbitmq]/group: group changed 'rabbitmq' to 'root' 2019-09-12T08:29:11.929 Notice: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Amqp::Rabbitmq/File[/var/log/rabbitmq]/mode: mode changed '0750' to '0755' 2019-09-12T08:29:11.932 Debug: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Amqp::Rabbitmq/File[/var/log/rabbitmq]: The container Class[Platform::Amqp::Rabbitmq] will propagate my refresh event 2019-09-12T08:29:11.936 Debug: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Amqp::Rabbitmq/File[/var/log/rabbitmq]: The container Class[Platform::Amqp::Rabbitmq] will propagate my refresh event 2019-09-12T08:29:11.940 Debug: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Amqp::Rabbitmq/File[/var/log/rabbitmq]: The container Class[Platform::Amqp::Rabbitmq] will propagate my refresh event 2019-09-12T08:29:11.943 Debug: 2019-09-12 08:29:11 +0000 Class[Platform::Amqp::Rabbitmq]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:11.947 Debug: 2019-09-12 08:29:11 +0000 Prefetching yum resources for package 2019-09-12T08:29:11.950 Debug: 2019-09-12 08:29:11 +0000 Executing: '/usr/bin/rpm --version' 2019-09-12T08:29:11.953 Debug: 2019-09-12 08:29:11 +0000 Executing '/usr/bin/rpm -qa --nosignature --nodigest --qf '%{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n'' 2019-09-12T08:29:11.957 Info: 2019-09-12 08:29:11 +0000 Computing checksum on file /etc/nslcd.conf 2019-09-12T08:29:11.960 Debug: 2019-09-12 08:29:11 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:29:11.963 Debug: 2019-09-12 08:29:11 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:29:11.980 Info: 2019-09-12 08:29:11 +0000 /Stage[main]/Platform::Ldap::Client/File[/etc/nslcd.conf]: Filebucketed /etc/nslcd.conf to puppet with sum d0bd6e3f7efbfbf3dc6dba976316b450 2019-09-12T08:29:12.026 Notice: 2019-09-12 08:29:12 +0000 /Stage[main]/Platform::Ldap::Client/File[/etc/nslcd.conf]/content: content changed '{md5}d0bd6e3f7efbfbf3dc6dba976316b450' to '{md5}21aa853747d78c8c7e31156d2266a8f3' 2019-09-12T08:29:12.030 Debug: 2019-09-12 08:29:12 +0000 /Stage[main]/Platform::Ldap::Client/File[/etc/nslcd.conf]: The container Class[Platform::Ldap::Client] will propagate my refresh event 2019-09-12T08:29:12.033 Debug: 2019-09-12 08:29:12 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:29:12.051 Debug: 2019-09-12 08:29:12 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:29:12.069 Debug: 2019-09-12 08:29:12 +0000 Executing: '/usr/sbin/lvcreate -n extension-lv --size 1048576k cgts-vg' 2019-09-12T08:29:12.193 Debug: 2019-09-12 08:29:12 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/extension-lv' 2019-09-12T08:29:12.211 Debug: 2019-09-12 08:29:12 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/extension-lv bs=1M seek=1022' 2019-09-12T08:29:12.319 Debug: 2019-09-12 08:29:12 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/extension-lv bs=1M count=100' 2019-09-12T08:29:12.697 Notice: 2019-09-12 08:29:12 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Logical_volume[extension-lv]/ensure: created 2019-09-12T08:29:12.701 Debug: 2019-09-12 08:29:12 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Logical_volume[extension-lv]: The container Platform::Drbd::Filesystem[drbd-extension] will propagate my refresh event 2019-09-12T08:29:12.720 Notice: 2019-09-12 08:29:12 +0000 /Stage[main]/Barbican::Api/Barbican_api_paste_ini[pipeline:barbican_api/pipeline]/value: value changed 'cors http_proxy_to_wsgi unauthenticated-context apiapp' to 'cors authtoken context apiapp' 2019-09-12T08:29:12.725 Debug: 2019-09-12 08:29:12 +0000 /Stage[main]/Barbican::Api/Barbican_api_paste_ini[pipeline:barbican_api/pipeline]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:12.728 Debug: 2019-09-12 08:29:12 +0000 Prefetching parsed resources for host 2019-09-12T08:29:12.735 Notice: 2019-09-12 08:29:12 +0000 /Stage[main]/Platform::Config::Hosts/Host[controller]/ensure: created 2019-09-12T08:29:12.738 Debug: 2019-09-12 08:29:12 +0000 Flushing host provider target /etc/hosts 2019-09-12T08:29:12.742 Info: 2019-09-12 08:29:12 +0000 Computing checksum on file /etc/hosts 2019-09-12T08:29:12.745 Debug: 2019-09-12 08:29:12 +0000 /Stage[main]/Platform::Config::Hosts/Host[controller]: The container Class[Platform::Config::Hosts] will propagate my refresh event 2019-09-12T08:29:12.749 Info: 2019-09-12 08:29:12 +0000 Computing checksum on file /etc/openldap/ldap.conf 2019-09-12T08:29:12.752 Info: 2019-09-12 08:29:12 +0000 /Stage[main]/Platform::Ldap::Client/File[/etc/openldap/ldap.conf]: Filebucketed /etc/openldap/ldap.conf to puppet with sum 3249b02f6d57bef9a424860cb7624e09 2019-09-12T08:29:16.423 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Ldap::Client/File[/etc/openldap/ldap.conf]/content: content changed '{md5}3249b02f6d57bef9a424860cb7624e09' to '{md5}b1100071e3cc0e62c8e0fe3e1cc69745' 2019-09-12T08:29:16.427 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Ldap::Client/File[/etc/openldap/ldap.conf]: The container Class[Platform::Ldap::Client] will propagate my refresh event 2019-09-12T08:29:16.431 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/File[/opt/extension]/ensure: created 2019-09-12T08:29:16.435 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/File[/opt/extension]: The container Drbd::Resource[drbd-extension] will propagate my refresh event 2019-09-12T08:29:16.445 Info: 2019-09-12 08:29:16 +0000 Computing checksum on file /etc/mtc.ini 2019-09-12T08:29:16.448 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Mtce/File[/etc/mtc.ini]: Filebucketed /etc/mtc.ini to puppet with sum 0cbe0268215acd4c3d5c6e5a95d48acc 2019-09-12T08:29:16.491 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Mtce/File[/etc/mtc.ini]/content: content changed '{md5}0cbe0268215acd4c3d5c6e5a95d48acc' to '{md5}c1b5283e37707ba346b1fb94967260ad' 2019-09-12T08:29:16.495 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Mtce/File[/etc/mtc.ini]/mode: mode changed '0644' to '0755' 2019-09-12T08:29:16.498 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Mtce/File[/etc/mtc.ini]: The container Class[Platform::Mtce] will propagate my refresh event 2019-09-12T08:29:16.503 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Mtce/File[/etc/mtc.ini]: The container Class[Platform::Mtce] will propagate my refresh event 2019-09-12T08:29:16.506 Debug: 2019-09-12 08:29:16 +0000 Class[Platform::Mtce]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:16.510 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Ldap::Server::Local/File[/usr/share/cracklib/cracklib-small]/ensure: created 2019-09-12T08:29:16.513 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Ldap::Server::Local/File[/usr/share/cracklib/cracklib-small]: The container Class[Platform::Ldap::Server::Local] will propagate my refresh event 2019-09-12T08:29:16.517 Info: 2019-09-12 08:29:16 +0000 Computing checksum on file /usr/local/etc/ldapscripts/ldapscripts.passwd 2019-09-12T08:29:16.520 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Ldap::Server::Local/File[/usr/local/etc/ldapscripts/ldapscripts.passwd]: Filebucketed /usr/local/etc/ldapscripts/ldapscripts.passwd to puppet with sum 813f17c181bb626072075eabcc889334 2019-09-12T08:29:16.544 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Ldap::Server::Local/File[/usr/local/etc/ldapscripts/ldapscripts.passwd]/content: content changed '{md5}813f17c181bb626072075eabcc889334' to '{md5}6f210c072c9ffa2ce848aad98e4c596c' 2019-09-12T08:29:16.547 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Platform::Ldap::Server::Local/File[/usr/local/etc/ldapscripts/ldapscripts.passwd]: The container Class[Platform::Ldap::Server::Local] will propagate my refresh event 2019-09-12T08:29:16.550 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Openstack::Barbican/File_line[Modify workers in gunicorn-config.py]/ensure: created 2019-09-12T08:29:16.553 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Openstack::Barbican/File_line[Modify workers in gunicorn-config.py]: The container Class[Openstack::Barbican] will propagate my refresh event 2019-09-12T08:29:16.557 Debug: 2019-09-12 08:29:16 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:29:16.560 Debug: 2019-09-12 08:29:16 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:29:16.588 Debug: 2019-09-12 08:29:16 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:29:16.591 Debug: 2019-09-12 08:29:16 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:29:16.644 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Postgresql::Client/File[/usr/local/bin/validate_postgresql_connection.sh]/ensure: defined content as '{md5}625f6b9f027fbae935499443d1bf69f6' 2019-09-12T08:29:16.648 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Postgresql::Client/File[/usr/local/bin/validate_postgresql_connection.sh]: The container Class[Postgresql::Client] will propagate my refresh event 2019-09-12T08:29:16.651 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Openstack::Barbican/File[/var/run/barbican]/ensure: created 2019-09-12T08:29:16.654 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Openstack::Barbican/File[/var/run/barbican]: The container Class[Openstack::Barbican] will propagate my refresh event 2019-09-12T08:29:16.660 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/instance_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.664 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/topic]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.669 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/namespace]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.673 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[certificate_event/enabled_certificate_event_plugins]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.678 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/key_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.683 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/log_date_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.687 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[crypto/enabled_crypto_plugins]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.695 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/bind_port]/ensure: created 2019-09-12T08:29:16.698 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/bind_port]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:16.701 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/bind_port]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:16.704 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/host_href]/ensure: created 2019-09-12T08:29:16.708 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/host_href]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:16.711 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/host_href]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:16.714 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_debug_format_suffix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.718 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Default[barbican_config]/Barbican_config[DEFAULT/rpc_response_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.721 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/allow_requeue]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.724 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/thread_pool_size]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.727 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_user_identity_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.731 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/bind_host]/ensure: created 2019-09-12T08:29:16.734 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/bind_host]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:16.738 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/bind_host]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:16.829 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/control_exchange]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.834 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Default[barbican_config]/Barbican_config[DEFAULT/control_exchange]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.838 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/enable]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.843 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Notifications[barbican_config]/Barbican_config[oslo_messaging_notifications/driver]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.847 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/use_stderr]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.852 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/version]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.856 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/db_auto_create]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.861 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_exception_prefix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.866 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Notifications[barbican_config]/Barbican_config[oslo_messaging_notifications/topics]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.870 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[certificate/enabled_certificate_plugins]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.875 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/fatal_deprecations]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.879 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/debug]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.884 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/log_config_append]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.888 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/watch_log_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.891 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/File[/var/lib/barbican]/owner: owner changed 'barbican' to 'root' 2019-09-12T08:29:16.895 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/File[/var/lib/barbican]/mode: mode changed '0755' to '0770' 2019-09-12T08:29:16.899 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/File[/var/lib/barbican]: Scheduling refresh of Anchor[barbican::service::end] 2019-09-12T08:29:16.902 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/File[/var/lib/barbican]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:16.906 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/File[/var/lib/barbican]: Scheduling refresh of Anchor[barbican::service::end] 2019-09-12T08:29:16.909 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/File[/var/lib/barbican]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:16.913 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/instance_uuid_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.916 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Default[barbican_config]/Barbican_config[DEFAULT/transport_url]/ensure: created 2019-09-12T08:29:16.920 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Default[barbican_config]/Barbican_config[DEFAULT/transport_url]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:16.923 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Default[barbican_config]/Barbican_config[DEFAULT/transport_url]: The container Oslo::Messaging::Default[barbican_config] will propagate my refresh event 2019-09-12T08:29:16.927 Debug: 2019-09-12 08:29:16 +0000 Oslo::Messaging::Default[barbican_config]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:16.930 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_default_format_string]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.934 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/default_log_levels]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.937 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/max_allowed_secret_in_bytes]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.940 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/logging_context_format_string]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.943 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/log_dir]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.947 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Oslo::Middleware[barbican_config]/Barbican_config[oslo_middleware/max_request_body_size]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.950 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/max_allowed_request_size_in_bytes]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:16.953 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Drbd/File[/drbd]/ensure: created 2019-09-12T08:29:16.956 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Drbd/File[/drbd]: The container Class[Drbd] will propagate my refresh event 2019-09-12T08:29:16.960 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Drbd/File[/drbd]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:29:16.970 Debug: 2019-09-12 08:29:16 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:29:16.974 Debug: 2019-09-12 08:29:16 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:29:16.978 Notice: 2019-09-12 08:29:16 +0000 /Stage[main]/Drbd/File[/etc/drbd.d]/mode: mode changed '0740' to '0750' 2019-09-12T08:29:16.981 Debug: 2019-09-12 08:29:16 +0000 /Stage[main]/Drbd/File[/etc/drbd.d]: The container Class[Drbd] will propagate my refresh event 2019-09-12T08:29:16.984 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Drbd/File[/etc/drbd.d]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:29:16.987 Info: 2019-09-12 08:29:16 +0000 Computing checksum on file /etc/drbd.d/global_common.conf 2019-09-12T08:29:16.991 Info: 2019-09-12 08:29:16 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]: Filebucketed /etc/drbd.d/global_common.conf to puppet with sum 152a303b02f9dd3da1162fa32ebae140 2019-09-12T08:29:17.023 Notice: 2019-09-12 08:29:17 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]/content: content changed '{md5}152a303b02f9dd3da1162fa32ebae140' to '{md5}718a290ed71c58971703caccf4b02c2a' 2019-09-12T08:29:17.027 Notice: 2019-09-12 08:29:17 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]/mode: mode changed '0644' to '0640' 2019-09-12T08:29:17.030 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]: The container Class[Drbd] will propagate my refresh event 2019-09-12T08:29:17.034 Info: 2019-09-12 08:29:17 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:29:17.037 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]: The container Class[Drbd] will propagate my refresh event 2019-09-12T08:29:17.040 Info: 2019-09-12 08:29:17 +0000 /Stage[main]/Drbd/File[/etc/drbd.d/global_common.conf]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:29:17.043 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/cert_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.047 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.050 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_ha_queues]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.053 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl_cert_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.056 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_userid]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.060 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_password]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.063 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.066 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/heartbeat_timeout_threshold]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.069 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/amqp_durable_queues]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.074 Notice: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl]/ensure: created 2019-09-12T08:29:17.077 Info: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:17.080 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl]: The container Oslo::Messaging::Rabbit[barbican_config] will propagate my refresh event 2019-09-12T08:29:17.084 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_virtual_host]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.087 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/kombu_failover_strategy]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.090 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/heartbeat_rate]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.093 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl_key_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.187 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_retry_backoff]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.191 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.196 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_interval_max]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.202 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_login_method]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.205 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/bin/rpm -q python-openstackclient --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n' 2019-09-12T08:29:17.260 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/bin/rpm -q python-openstackclient --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n --whatprovides' 2019-09-12T08:29:17.335 Info: 2019-09-12 08:29:17 +0000 Computing checksum on file /usr/local/etc/ldapscripts/ldapscripts.conf 2019-09-12T08:29:17.340 Info: 2019-09-12 08:29:17 +0000 /Stage[main]/Platform::Ldap::Client/File[/usr/local/etc/ldapscripts/ldapscripts.conf]: Filebucketed /usr/local/etc/ldapscripts/ldapscripts.conf to puppet with sum e51c01ec56c8667a45e5d44590783721 2019-09-12T08:29:17.400 Notice: 2019-09-12 08:29:17 +0000 /Stage[main]/Platform::Ldap::Client/File[/usr/local/etc/ldapscripts/ldapscripts.conf]/content: content changed '{md5}e51c01ec56c8667a45e5d44590783721' to '{md5}91b9a221954c5f063f157eb9ed751a8f' 2019-09-12T08:29:17.404 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Platform::Ldap::Client/File[/usr/local/etc/ldapscripts/ldapscripts.conf]: The container Class[Platform::Ldap::Client] will propagate my refresh event 2019-09-12T08:29:17.409 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_hosts]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.418 Notice: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Middleware[barbican_config]/Barbican_config[oslo_middleware/enable_proxy_headers_parsing]/ensure: created 2019-09-12T08:29:17.422 Info: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Middleware[barbican_config]/Barbican_config[oslo_middleware/enable_proxy_headers_parsing]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:17.426 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Middleware[barbican_config]/Barbican_config[oslo_middleware/enable_proxy_headers_parsing]: The container Oslo::Middleware[barbican_config] will propagate my refresh event 2019-09-12T08:29:17.430 Debug: 2019-09-12 08:29:17 +0000 Oslo::Middleware[barbican_config]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:17.433 Debug: 2019-09-12 08:29:17 +0000 Exec[stop-openldap](provider=posix): Executing '/usr/bin/systemctl stop slapd.service' 2019-09-12T08:29:17.437 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/bin/systemctl stop slapd.service' 2019-09-12T08:29:17.440 Notice: 2019-09-12 08:29:17 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[stop-openldap]/returns: executed successfully 2019-09-12T08:29:17.444 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[stop-openldap]: The container Class[Platform::Ldap::Server::Local] will propagate my refresh event 2019-09-12T08:29:17.447 Debug: 2019-09-12 08:29:17 +0000 Exec[update-slapd-conf](provider=posix): Executing check '/usr/bin/test -e /etc/openldap/slapd.conf' 2019-09-12T08:29:17.452 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/bin/test -e /etc/openldap/slapd.conf' 2019-09-12T08:29:17.455 Debug: 2019-09-12 08:29:17 +0000 Exec[update-slapd-conf](provider=posix): Executing '/bin/sed -i \ 2019-09-12T08:29:17.459 -e 's#provider=ldap.*#provider=ldap://controller-1#' \ 2019-09-12T08:29:17.462 -e 's:serverID.*:serverID 001:' \ 2019-09-12T08:29:17.465 -e 's:credentials.*:credentials=ddfd37d454a3Ti0*:' \ 2019-09-12T08:29:17.468 -e 's:^rootpw .*:rootpw {SSHA}2v/LIr8gHaRTtyU1v6fhE6e/32UyBoCQ:' \ 2019-09-12T08:29:17.471 -e 's:modulepath .*:modulepath /usr/lib64/openldap:' \ 2019-09-12T08:29:17.475 /etc/openldap/slapd.conf' 2019-09-12T08:29:17.478 Debug: 2019-09-12 08:29:17 +0000 Executing: '/bin/sed -i \ 2019-09-12T08:29:17.481 -e 's#provider=ldap.*#provider=ldap://controller-1#' \ 2019-09-12T08:29:17.484 -e 's:serverID.*:serverID 001:' \ 2019-09-12T08:29:17.488 -e 's:credentials.*:credentials=ddfd37d454a3Ti0*:' \ 2019-09-12T08:29:17.491 -e 's:^rootpw .*:rootpw {SSHA}2v/LIr8gHaRTtyU1v6fhE6e/32UyBoCQ:' \ 2019-09-12T08:29:17.494 -e 's:modulepath .*:modulepath /usr/lib64/openldap:' \ 2019-09-12T08:29:17.497 /etc/openldap/slapd.conf' 2019-09-12T08:29:17.501 Notice: 2019-09-12 08:29:17 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[update-slapd-conf]/returns: executed successfully 2019-09-12T08:29:17.504 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[update-slapd-conf]: The container Class[Platform::Ldap::Server::Local] will propagate my refresh event 2019-09-12T08:29:17.507 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl_version]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.510 Debug: 2019-09-12 08:29:17 +0000 /Stage[main]/Barbican::Api/Barbican_config[retry_scheduler/periodic_interval_max_seconds]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:17.514 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:29:17.517 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:29:17.523 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/sbin/lvcreate -n pgsql-lv --size 2097152k cgts-vg' 2019-09-12T08:29:17.668 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/pgsql-lv' 2019-09-12T08:29:17.689 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/pgsql-lv bs=1M seek=2046' 2019-09-12T08:29:17.873 Debug: 2019-09-12 08:29:17 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/pgsql-lv bs=1M count=100' 2019-09-12T08:29:18.115 Notice: 2019-09-12 08:29:18 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Logical_volume[pgsql-lv]/ensure: created 2019-09-12T08:29:18.119 Debug: 2019-09-12 08:29:18 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Logical_volume[pgsql-lv]: The container Platform::Drbd::Filesystem[drbd-pgsql] will propagate my refresh event 2019-09-12T08:29:18.134 Notice: 2019-09-12 08:29:18 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/enable]/ensure: created 2019-09-12T08:29:18.138 Info: 2019-09-12 08:29:18 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/enable]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:18.141 Debug: 2019-09-12 08:29:18 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/enable]: The container Class[Barbican::Keystone::Notification] will propagate my refresh event 2019-09-12T08:29:18.144 Debug: 2019-09-12 08:29:18 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/kombu_reconnect_delay]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:18.147 Debug: 2019-09-12 08:29:18 +0000 /Stage[main]/Barbican::Keystone::Notification/Barbican_config[keystone_notifications/topic]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:18.150 Debug: 2019-09-12 08:29:18 +0000 /Stage[main]/Barbican::Api/Barbican_config[secretstore/enabled_secretstore_plugins]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:18.154 Debug: 2019-09-12 08:29:18 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:29:18.175 Debug: 2019-09-12 08:29:18 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:29:18.196 Debug: 2019-09-12 08:29:18 +0000 Executing: '/usr/sbin/lvcreate -n docker-lv --size 31457280k cgts-vg' 2019-09-12T08:29:20.809 Debug: 2019-09-12 08:29:20 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/docker-lv' 2019-09-12T08:29:20.832 Debug: 2019-09-12 08:29:20 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/docker-lv bs=1M seek=30718' 2019-09-12T08:29:20.949 Debug: 2019-09-12 08:29:20 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/docker-lv bs=1M count=100' 2019-09-12T08:29:21.178 Notice: 2019-09-12 08:29:21 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Logical_volume[docker-lv]/ensure: created 2019-09-12T08:29:21.183 Debug: 2019-09-12 08:29:21 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Logical_volume[docker-lv]: The container Platform::Filesystem[docker-lv] will propagate my refresh event 2019-09-12T08:29:21.188 Debug: 2019-09-12 08:29:21 +0000 Executing: '/usr/sbin/blkid /dev/cgts-vg/docker-lv' 2019-09-12T08:29:21.197 Debug: 2019-09-12 08:29:21 +0000 Executing: 'mkfs.xfs /dev/cgts-vg/docker-lv -n ftype=1' 2019-09-12T08:29:24.809 Notice: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Filesystem[/dev/cgts-vg/docker-lv]/ensure: created 2019-09-12T08:29:24.813 Debug: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Filesystem[/dev/cgts-vg/docker-lv]: The container Platform::Filesystem[docker-lv] will propagate my refresh event 2019-09-12T08:29:24.816 Notice: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/File[/var/lib/docker]/ensure: created 2019-09-12T08:29:24.819 Debug: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/File[/var/lib/docker]: The container Platform::Filesystem[docker-lv] will propagate my refresh event 2019-09-12T08:29:24.826 Debug: 2019-09-12 08:29:24 +0000 Prefetching parsed resources for mount 2019-09-12T08:29:24.834 Debug: 2019-09-12 08:29:24 +0000 Executing: '/usr/bin/mount' 2019-09-12T08:29:24.839 Notice: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Mount[docker-lv]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:29:24.843 Debug: 2019-09-12 08:29:24 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:29:24.847 Info: 2019-09-12 08:29:24 +0000 Computing checksum on file /etc/fstab 2019-09-12T08:29:24.852 Debug: 2019-09-12 08:29:24 +0000 Executing: '/usr/bin/mount /var/lib/docker' 2019-09-12T08:29:24.933 Debug: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Mount[docker-lv]: The container Platform::Filesystem[docker-lv] will propagate my refresh event 2019-09-12T08:29:24.937 Info: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Mount[docker-lv]: Scheduling refresh of Mount[docker-lv] 2019-09-12T08:29:24.941 Info: 2019-09-12 08:29:24 +0000 Mount[docker-lv](provider=parsed): Remounting 2019-09-12T08:29:24.946 Debug: 2019-09-12 08:29:24 +0000 Executing: '/usr/bin/mount -o remount /var/lib/docker' 2019-09-12T08:29:24.949 Notice: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Mount[docker-lv]: Triggered 'refresh' from 1 events 2019-09-12T08:29:24.955 Debug: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Mount[docker-lv]: The container Platform::Filesystem[docker-lv] will propagate my refresh event 2019-09-12T08:29:24.959 Info: 2019-09-12 08:29:24 +0000 /Stage[main]/Platform::Filesystem::Docker::Bootstrap/Platform::Filesystem[docker-lv]/Mount[docker-lv]: Scheduling refresh of Mount[docker-lv] 2019-09-12T08:29:24.967 Debug: 2019-09-12 08:29:24 +0000 Exec[mount /dev/cgts-vg/docker-lv](provider=posix): Executing check 'mount | awk '{print $3}' | grep -Fxq /var/lib/docker' 2019-09-12T08:29:24.971 Debug: 2019-09-12 08:29:24 +0000 Executing: 'mount | awk '{print $3}' | grep -Fxq /var/lib/docker' 2019-09-12T08:29:24.975 Debug: 2019-09-12 08:29:24 +0000 Platform::Filesystem[docker-lv]: The container Class[Platform::Filesystem::Docker::Bootstrap] will propagate my refresh event 2019-09-12T08:29:24.978 Debug: 2019-09-12 08:29:24 +0000 Class[Platform::Filesystem::Docker::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:24.982 Info: 2019-09-12 08:29:24 +0000 Class[Platform::Filesystem::Docker::Bootstrap]: Scheduling refresh of Class[Platform::Docker::Config::Bootstrap] 2019-09-12T08:29:24.986 Info: 2019-09-12 08:29:24 +0000 Class[Platform::Docker::Config::Bootstrap]: Scheduling refresh of Service[docker] 2019-09-12T08:29:24.989 Info: 2019-09-12 08:29:24 +0000 Class[Platform::Docker::Config::Bootstrap]: Scheduling refresh of Exec[enable-docker] 2019-09-12T08:29:24.993 Debug: 2019-09-12 08:29:24 +0000 Executing: '/usr/bin/systemctl is-active docker' 2019-09-12T08:29:24.997 Debug: 2019-09-12 08:29:24 +0000 Executing: '/usr/bin/systemctl is-enabled docker' 2019-09-12T08:29:25.000 Debug: 2019-09-12 08:29:24 +0000 Executing: '/usr/bin/systemctl unmask docker' 2019-09-12T08:29:25.099 Debug: 2019-09-12 08:29:25 +0000 Executing: '/usr/bin/systemctl start docker' 2019-09-12T08:29:26.402 Debug: 2019-09-12 08:29:26 +0000 Executing: '/usr/bin/systemctl is-enabled docker' 2019-09-12T08:29:26.413 Debug: 2019-09-12 08:29:26 +0000 Executing: '/usr/bin/systemctl unmask docker' 2019-09-12T08:29:26.496 Notice: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Service[docker]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:29:26.499 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Service[docker]: The container Class[Platform::Docker::Config::Bootstrap] will propagate my refresh event 2019-09-12T08:29:26.502 Info: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Service[docker]: Unscheduling refresh on Service[docker] 2019-09-12T08:29:26.506 Debug: 2019-09-12 08:29:26 +0000 Exec[enable-docker](provider=posix): Executing '/usr/bin/systemctl enable docker.service' 2019-09-12T08:29:26.509 Debug: 2019-09-12 08:29:26 +0000 Executing: '/usr/bin/systemctl enable docker.service' 2019-09-12T08:29:26.584 Notice: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Exec[enable-docker]/returns: executed successfully 2019-09-12T08:29:26.588 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Exec[enable-docker]: The container Class[Platform::Docker::Config::Bootstrap] will propagate my refresh event 2019-09-12T08:29:26.592 Debug: 2019-09-12 08:29:26 +0000 Exec[enable-docker](provider=posix): Executing '/usr/bin/systemctl enable docker.service' 2019-09-12T08:29:26.596 Debug: 2019-09-12 08:29:26 +0000 Executing: '/usr/bin/systemctl enable docker.service' 2019-09-12T08:29:26.675 Notice: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Exec[enable-docker]: Triggered 'refresh' from 1 events 2019-09-12T08:29:26.679 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Docker::Config::Bootstrap/Exec[enable-docker]: The container Class[Platform::Docker::Config::Bootstrap] will propagate my refresh event 2019-09-12T08:29:26.683 Debug: 2019-09-12 08:29:26 +0000 Class[Platform::Docker::Config::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:26.735 Notice: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/File[/etc/drbd.d/drbd-extension.res]/ensure: defined content as '{md5}ab8fcb83ee10ba02c9439cfc67e2ce3e' 2019-09-12T08:29:26.738 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/File[/etc/drbd.d/drbd-extension.res]: The container Concat[/etc/drbd.d/drbd-extension.res] will propagate my refresh event 2019-09-12T08:29:26.742 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Concat[/etc/drbd.d/drbd-extension.res]/File[/etc/drbd.d/drbd-extension.res]: The container /etc/drbd.d/drbd-extension.res will propagate my refresh event 2019-09-12T08:29:26.745 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Notifications[barbican_config]/Barbican_config[oslo_messaging_notifications/transport_url]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:26.786 Notice: 2019-09-12 08:29:26 +0000 /Stage[main]/Etcd::Config/File[/etc/etcd/etcd.yml]/ensure: defined content as '{md5}4d5069fd892245bb857e07f75540bf13' 2019-09-12T08:29:26.789 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Etcd::Config/File[/etc/etcd/etcd.yml]: The container Class[Etcd::Config] will propagate my refresh event 2019-09-12T08:29:26.793 Info: 2019-09-12 08:29:26 +0000 Computing checksum on file /etc/etcd/etcd.conf 2019-09-12T08:29:26.796 Info: 2019-09-12 08:29:26 +0000 /Stage[main]/Etcd::Config/File[/etc/etcd/etcd.conf]: Filebucketed /etc/etcd/etcd.conf to puppet with sum 245bff549d301241d3492539a7dedaff 2019-09-12T08:29:26.829 Notice: 2019-09-12 08:29:26 +0000 /Stage[main]/Etcd::Config/File[/etc/etcd/etcd.conf]/content: content changed '{md5}245bff549d301241d3492539a7dedaff' to '{md5}50026d1636ed9ba99929438cd59e2073' 2019-09-12T08:29:26.835 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Etcd::Config/File[/etc/etcd/etcd.conf]: The container Class[Etcd::Config] will propagate my refresh event 2019-09-12T08:29:26.839 Debug: 2019-09-12 08:29:26 +0000 Class[Etcd::Config]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:26.844 Debug: 2019-09-12 08:29:26 +0000 Class[Etcd::Config]: The container Class[Etcd] will propagate my refresh event 2019-09-12T08:29:26.848 Info: 2019-09-12 08:29:26 +0000 Class[Etcd::Config]: Scheduling refresh of Class[Etcd::Service] 2019-09-12T08:29:26.851 Info: 2019-09-12 08:29:26 +0000 Class[Etcd::Service]: Scheduling refresh of Service[etcd] 2019-09-12T08:29:26.855 Debug: 2019-09-12 08:29:26 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/publish_errors]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:26.858 Debug: 2019-09-12 08:29:26 +0000 Executing: '/usr/bin/chage -M 45 sysadmin' 2019-09-12T08:29:26.911 Notice: 2019-09-12 08:29:26 +0000 /Stage[main]/Platform::Users::Bootstrap/User[sysadmin]/password_max_age: password_max_age changed '99999' to '45' 2019-09-12T08:29:26.915 Debug: 2019-09-12 08:29:26 +0000 Executing: '/usr/sbin/usermod -G root,sys_protected sysadmin' 2019-09-12T08:29:27.043 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Users::Bootstrap/User[sysadmin]/groups: groups changed 'root' to ['root', 'sys_protected'] 2019-09-12T08:29:27.048 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Users::Bootstrap/User[sysadmin]: The container Class[Platform::Users::Bootstrap] will propagate my refresh event 2019-09-12T08:29:27.052 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Users::Bootstrap/User[sysadmin]: The container Class[Platform::Users::Bootstrap] will propagate my refresh event 2019-09-12T08:29:27.061 Debug: 2019-09-12 08:29:27 +0000 Class[Platform::Users::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:27.066 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api/Barbican_config[queue/server_name]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:27.070 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_host]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:27.074 Debug: 2019-09-12 08:29:27 +0000 Class[Barbican::Keystone::Notification]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:27.078 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/ssl_ca_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:27.201 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:27.211 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Openstack::Barbican/Barbican_config[service_credentials/interface]/ensure: created 2019-09-12T08:29:27.215 Info: 2019-09-12 08:29:27 +0000 /Stage[main]/Openstack::Barbican/Barbican_config[service_credentials/interface]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:27.218 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Openstack::Barbican/Barbican_config[service_credentials/interface]: The container Class[Openstack::Barbican] will propagate my refresh event 2019-09-12T08:29:27.221 Info: 2019-09-12 08:29:27 +0000 Computing checksum on file /etc/logrotate.d/barbican-api 2019-09-12T08:29:27.225 Info: 2019-09-12 08:29:27 +0000 /Stage[main]/Openstack::Barbican/File[/etc/logrotate.d/barbican-api]: Filebucketed /etc/logrotate.d/barbican-api to puppet with sum d02dd63a706b2fdbf68b23b105365a16 2019-09-12T08:29:27.261 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Openstack::Barbican/File[/etc/logrotate.d/barbican-api]/content: content changed '{md5}d02dd63a706b2fdbf68b23b105365a16' to '{md5}ae0c674413b70cf3720c99744025e5bc' 2019-09-12T08:29:27.265 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Openstack::Barbican/File[/etc/logrotate.d/barbican-api]: The container Class[Openstack::Barbican] will propagate my refresh event 2019-09-12T08:29:27.270 Debug: 2019-09-12 08:29:27 +0000 Class[Postgresql::Client]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:27.274 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Config::Hosts/Host[localhost]/ip: ip changed '::1' to '127.0.0.1' 2019-09-12T08:29:27.279 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Config::Hosts/Host[localhost]/host_aliases: host_aliases changed 'localhost.localdomain localhost6 localhost6.localdomain6' to 'localhost.localdomain controller' 2019-09-12T08:29:27.283 Debug: 2019-09-12 08:29:27 +0000 Flushing host provider target /etc/hosts 2019-09-12T08:29:27.287 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Config::Hosts/Host[localhost]: The container Class[Platform::Config::Hosts] will propagate my refresh event 2019-09-12T08:29:27.291 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Config::Hosts/Host[localhost]: The container Class[Platform::Config::Hosts] will propagate my refresh event 2019-09-12T08:29:27.295 Debug: 2019-09-12 08:29:27 +0000 Class[Platform::Config::Hosts]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:27.299 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/use_syslog]/ensure: created 2019-09-12T08:29:27.304 Info: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/use_syslog]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:27.307 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/use_syslog]: The container Oslo::Log[barbican_config] will propagate my refresh event 2019-09-12T08:29:27.311 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api/Barbican_config[DEFAULT/ca_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:27.314 Debug: 2019-09-12 08:29:27 +0000 Exec[modprobe drbd](provider=posix): Executing check 'grep -qe '^drbd ' /proc/modules' 2019-09-12T08:29:27.317 Debug: 2019-09-12 08:29:27 +0000 Executing: 'grep -qe '^drbd ' /proc/modules' 2019-09-12T08:29:27.321 Debug: 2019-09-12 08:29:27 +0000 Exec[modprobe drbd](provider=posix): Executing 'modprobe drbd' 2019-09-12T08:29:27.324 Debug: 2019-09-12 08:29:27 +0000 Executing: 'modprobe drbd' 2019-09-12T08:29:27.333 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Drbd/Exec[modprobe drbd]/returns: executed successfully 2019-09-12T08:29:27.337 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Drbd/Exec[modprobe drbd]: The container Class[Drbd] will propagate my refresh event 2019-09-12T08:29:27.340 Debug: 2019-09-12 08:29:27 +0000 Exec[test disk by-path for drbd-extension](provider=posix): Executing check 'test -e /dev/cgts-vg/extension-lv' 2019-09-12T08:29:27.343 Debug: 2019-09-12 08:29:27 +0000 Executing: 'test -e /dev/cgts-vg/extension-lv' 2019-09-12T08:29:27.349 Debug: 2019-09-12 08:29:27 +0000 Exec[test disk by-path for drbd-pgsql](provider=posix): Executing check 'test -e /dev/cgts-vg/pgsql-lv' 2019-09-12T08:29:27.352 Debug: 2019-09-12 08:29:27 +0000 Executing: 'test -e /dev/cgts-vg/pgsql-lv' 2019-09-12T08:29:27.371 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/syslog_log_facility]/ensure: created 2019-09-12T08:29:27.375 Info: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/syslog_log_facility]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:27.378 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/syslog_log_facility]: The container Oslo::Log[barbican_config] will propagate my refresh event 2019-09-12T08:29:27.381 Debug: 2019-09-12 08:29:27 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:29:27.398 Debug: 2019-09-12 08:29:27 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:29:27.417 Debug: 2019-09-12 08:29:27 +0000 Executing: '/usr/sbin/lvcreate -n kubelet-lv --size 10485760k cgts-vg' 2019-09-12T08:29:27.582 Debug: 2019-09-12 08:29:27 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/kubelet-lv' 2019-09-12T08:29:27.606 Debug: 2019-09-12 08:29:27 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/kubelet-lv bs=1M seek=10238' 2019-09-12T08:29:27.690 Debug: 2019-09-12 08:29:27 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/kubelet-lv bs=1M count=100' 2019-09-12T08:29:27.934 Notice: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Logical_volume[kubelet-lv]/ensure: created 2019-09-12T08:29:27.941 Debug: 2019-09-12 08:29:27 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Logical_volume[kubelet-lv]: The container Platform::Filesystem[kubelet-lv] will propagate my refresh event 2019-09-12T08:29:27.944 Debug: 2019-09-12 08:29:27 +0000 Executing: '/usr/sbin/blkid /dev/cgts-vg/kubelet-lv' 2019-09-12T08:29:27.956 Debug: 2019-09-12 08:29:27 +0000 Executing: 'mkfs.ext4 /dev/cgts-vg/kubelet-lv' 2019-09-12T08:29:35.217 Notice: 2019-09-12 08:29:35 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Filesystem[/dev/cgts-vg/kubelet-lv]/ensure: created 2019-09-12T08:29:35.222 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Filesystem[/dev/cgts-vg/kubelet-lv]: The container Platform::Filesystem[kubelet-lv] will propagate my refresh event 2019-09-12T08:29:35.226 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/rabbit_port]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:35.230 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Api/Oslo::Messaging::Rabbit[barbican_config]/Barbican_config[oslo_messaging_rabbit/kombu_compression]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:35.236 Debug: 2019-09-12 08:29:35 +0000 Oslo::Messaging::Rabbit[barbican_config]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:29:35.247 Debug: 2019-09-12 08:29:35 +0000 Executing: '/usr/bin/rpm -q python-keystoneclient --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n' 2019-09-12T08:29:35.292 Debug: 2019-09-12 08:29:35 +0000 Executing: '/usr/bin/rpm -q python-keystoneclient --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n --whatprovides' 2019-09-12T08:29:35.357 Notice: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_idle_timeout]/ensure: created 2019-09-12T08:29:35.361 Info: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_idle_timeout]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:35.365 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_idle_timeout]: The container Class[Barbican::Db] will propagate my refresh event 2019-09-12T08:29:35.368 Notice: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_connection]/ensure: created 2019-09-12T08:29:35.371 Info: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_connection]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:35.375 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_connection]: The container Class[Barbican::Db] will propagate my refresh event 2019-09-12T08:29:35.378 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_pool_size]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:35.386 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Barbican::Db/Barbican_config[DEFAULT/sql_pool_max_overflow]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:35.389 Debug: 2019-09-12 08:29:35 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:29:35.397 Debug: 2019-09-12 08:29:35 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:29:35.417 Debug: 2019-09-12 08:29:35 +0000 Executing: '/usr/sbin/lvcreate -n etcd-lv --size 5242880k cgts-vg' 2019-09-12T08:29:35.547 Debug: 2019-09-12 08:29:35 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/etcd-lv' 2019-09-12T08:29:35.570 Debug: 2019-09-12 08:29:35 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/etcd-lv bs=1M seek=5118' 2019-09-12T08:29:35.665 Debug: 2019-09-12 08:29:35 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/etcd-lv bs=1M count=100' 2019-09-12T08:29:35.905 Notice: 2019-09-12 08:29:35 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Logical_volume[etcd-lv]/ensure: created 2019-09-12T08:29:35.909 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Logical_volume[etcd-lv]: The container Platform::Drbd::Filesystem[drbd-etcd] will propagate my refresh event 2019-09-12T08:29:35.913 Notice: 2019-09-12 08:29:35 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/File[/opt/etcd]/ensure: created 2019-09-12T08:29:35.918 Debug: 2019-09-12 08:29:35 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/File[/opt/etcd]: The container Drbd::Resource[drbd-etcd] will propagate my refresh event 2019-09-12T08:29:35.921 Debug: 2019-09-12 08:29:35 +0000 Exec[test disk by-path for drbd-etcd](provider=posix): Executing check 'test -e /dev/cgts-vg/etcd-lv' 2019-09-12T08:29:35.927 Debug: 2019-09-12 08:29:35 +0000 Executing: 'test -e /dev/cgts-vg/etcd-lv' 2019-09-12T08:29:39.969 Notice: 2019-09-12 08:29:39 +0000 /Stage[main]/Platform::Config::Hostname/File[/etc/hostname]/ensure: defined content as '{md5}ff5b07272426816d0412edf64dfb8fb7' 2019-09-12T08:29:39.976 Info: 2019-09-12 08:29:39 +0000 /Stage[main]/Platform::Config::Hostname/File[/etc/hostname]: Scheduling refresh of Exec[set-hostname] 2019-09-12T08:29:39.980 Debug: 2019-09-12 08:29:39 +0000 /Stage[main]/Platform::Config::Hostname/File[/etc/hostname]: The container Class[Platform::Config::Hostname] will propagate my refresh event 2019-09-12T08:29:39.984 Debug: 2019-09-12 08:29:39 +0000 Exec[set-hostname](provider=posix): Executing check 'test `hostname` = `cat /etc/hostname`' 2019-09-12T08:29:39.988 Debug: 2019-09-12 08:29:39 +0000 Executing: 'test `hostname` = `cat /etc/hostname`' 2019-09-12T08:29:39.995 Debug: 2019-09-12 08:29:39 +0000 Exec[set-hostname](provider=posix): Executing 'hostname -F /etc/hostname' 2019-09-12T08:29:39.999 Debug: 2019-09-12 08:29:39 +0000 Executing: 'hostname -F /etc/hostname' 2019-09-12T08:29:40.004 Notice: 2019-09-12 08:29:39 +0000 /Stage[main]/Platform::Config::Hostname/Exec[set-hostname]/returns: executed successfully 2019-09-12T08:29:40.008 Debug: 2019-09-12 08:29:39 +0000 /Stage[main]/Platform::Config::Hostname/Exec[set-hostname]: The container Class[Platform::Config::Hostname] will propagate my refresh event 2019-09-12T08:29:40.012 Debug: 2019-09-12 08:29:39 +0000 Exec[set-hostname](provider=posix): Executing check 'test `hostname` = `cat /etc/hostname`' 2019-09-12T08:29:40.015 Debug: 2019-09-12 08:29:39 +0000 Executing: 'test `hostname` = `cat /etc/hostname`' 2019-09-12T08:29:40.019 Notice: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Config::Hostname/Exec[set-hostname]: Triggered 'refresh' from 1 events 2019-09-12T08:29:40.023 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Config::Hostname/Exec[set-hostname]: The container Class[Platform::Config::Hostname] will propagate my refresh event 2019-09-12T08:29:40.026 Debug: 2019-09-12 08:29:40 +0000 Class[Platform::Config::Hostname]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:40.029 Notice: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/File[/var/lib/kubelet]/mode: mode changed '0755' to '0750' 2019-09-12T08:29:40.033 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/File[/var/lib/kubelet]: The container Platform::Filesystem[kubelet-lv] will propagate my refresh event 2019-09-12T08:29:40.036 Notice: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Mount[kubelet-lv]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:29:40.039 Debug: 2019-09-12 08:29:40 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:29:40.043 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/bin/mount /var/lib/kubelet' 2019-09-12T08:29:40.049 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Mount[kubelet-lv]: The container Platform::Filesystem[kubelet-lv] will propagate my refresh event 2019-09-12T08:29:40.053 Info: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Mount[kubelet-lv]: Scheduling refresh of Mount[kubelet-lv] 2019-09-12T08:29:40.057 Info: 2019-09-12 08:29:40 +0000 Mount[kubelet-lv](provider=parsed): Remounting 2019-09-12T08:29:40.060 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/bin/mount -o remount /var/lib/kubelet' 2019-09-12T08:29:40.068 Notice: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Mount[kubelet-lv]: Triggered 'refresh' from 1 events 2019-09-12T08:29:40.072 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Mount[kubelet-lv]: The container Platform::Filesystem[kubelet-lv] will propagate my refresh event 2019-09-12T08:29:40.075 Info: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Kubelet/Platform::Filesystem[kubelet-lv]/Mount[kubelet-lv]: Scheduling refresh of Mount[kubelet-lv] 2019-09-12T08:29:40.080 Info: 2019-09-12 08:29:40 +0000 Computing checksum on file /etc/drbd.conf 2019-09-12T08:29:40.085 Info: 2019-09-12 08:29:40 +0000 /Stage[main]/Drbd/File[/etc/drbd.conf]: Filebucketed /etc/drbd.conf to puppet with sum 6fd1c1c463d9066ae87283fc3cbf7093 2019-09-12T08:29:40.134 Notice: 2019-09-12 08:29:40 +0000 /Stage[main]/Drbd/File[/etc/drbd.conf]/content: content changed '{md5}6fd1c1c463d9066ae87283fc3cbf7093' to '{md5}2eac6ad8de8514b67cf8d5d4602f28b1' 2019-09-12T08:29:40.139 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Drbd/File[/etc/drbd.conf]: The container Class[Drbd] will propagate my refresh event 2019-09-12T08:29:40.142 Info: 2019-09-12 08:29:40 +0000 /Stage[main]/Drbd/File[/etc/drbd.conf]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:29:40.146 Debug: 2019-09-12 08:29:40 +0000 Class[Drbd]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:40.150 Debug: 2019-09-12 08:29:40 +0000 /etc/drbd.d/drbd-extension.res: The container Concat[/etc/drbd.d/drbd-extension.res] will propagate my refresh event 2019-09-12T08:29:40.154 Info: 2019-09-12 08:29:40 +0000 Concat[/etc/drbd.d/drbd-extension.res]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:29:40.164 Debug: 2019-09-12 08:29:40 +0000 Concat[/etc/drbd.d/drbd-extension.res]: The container Drbd::Resource[drbd-extension] will propagate my refresh event 2019-09-12T08:29:40.169 Debug: 2019-09-12 08:29:40 +0000 Exec[reuse existing DRBD resource drbd-extension](provider=posix): Executing check 'test -e /dev/cgts-vg/extension-lv && (drbdadm show-gi drbd-extension | grep 'meta-data: need apply-al')' 2019-09-12T08:29:40.173 Debug: 2019-09-12 08:29:40 +0000 Executing: 'test -e /dev/cgts-vg/extension-lv && (drbdadm show-gi drbd-extension | grep 'meta-data: need apply-al')' 2019-09-12T08:29:40.181 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[reuse existing DRBD resource drbd-extension]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:40.187 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[reuse existing DRBD resource drbd-extension]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:40.191 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[reuse existing DRBD resource drbd-extension]/onlyif: Command 'drbdmeta 5 v08 /dev/cgts-vg/extension-lv internal show-gi' terminated with exit code 255 2019-09-12T08:29:40.197 Debug: 2019-09-12 08:29:40 +0000 Exec[initialize DRBD metadata for drbd-extension](provider=posix): Executing check 'drbdadm dump-md drbd-extension || (drbdadm cstate drbd-extension | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-extension | grep 'meta-data: need apply-al')' 2019-09-12T08:29:40.208 Debug: 2019-09-12 08:29:40 +0000 Executing: 'drbdadm dump-md drbd-extension || (drbdadm cstate drbd-extension | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-extension | grep 'meta-data: need apply-al')' 2019-09-12T08:29:40.216 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:40.219 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:40.224 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: No valid meta data found 2019-09-12T08:29:40.228 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: Command 'drbdmeta 5 v08 /dev/cgts-vg/extension-lv internal dump-md' terminated with exit code 255 2019-09-12T08:29:40.232 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:40.235 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:40.238 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: 5: Failure: (127) Device minor not allocated 2019-09-12T08:29:40.241 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: additional info from kernel: 2019-09-12T08:29:40.245 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: unknown minor 2019-09-12T08:29:40.248 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: Command 'drbdsetup cstate 5' terminated with exit code 10 2019-09-12T08:29:40.251 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:40.254 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:40.260 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/unless: Command 'drbdmeta 5 v08 /dev/cgts-vg/extension-lv internal show-gi' terminated with exit code 255 2019-09-12T08:29:40.264 Debug: 2019-09-12 08:29:40 +0000 Exec[initialize DRBD metadata for drbd-extension](provider=posix): Executing check 'test -e /dev/cgts-vg/extension-lv' 2019-09-12T08:29:40.267 Debug: 2019-09-12 08:29:40 +0000 Executing: 'test -e /dev/cgts-vg/extension-lv' 2019-09-12T08:29:40.271 Debug: 2019-09-12 08:29:40 +0000 Exec[initialize DRBD metadata for drbd-extension](provider=posix): Executing 'yes yes | drbdadm create-md drbd-extension -W--peer-max-bio-size=128k' 2019-09-12T08:29:40.275 Debug: 2019-09-12 08:29:40 +0000 Executing: 'yes yes | drbdadm create-md drbd-extension -W--peer-max-bio-size=128k' 2019-09-12T08:29:40.295 Notice: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]/returns: executed successfully 2019-09-12T08:29:40.299 Info: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]: Scheduling refresh of Service[drbd] 2019-09-12T08:29:40.302 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[initialize DRBD metadata for drbd-extension]: The container Drbd::Resource::Up[drbd-extension] will propagate my refresh event 2019-09-12T08:29:40.306 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:29:40.327 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:29:40.347 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/sbin/lvcreate -n backup-lv --size 5242880k cgts-vg' 2019-09-12T08:29:40.461 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/backup-lv' 2019-09-12T08:29:40.481 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/backup-lv bs=1M seek=5118' 2019-09-12T08:29:40.573 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/backup-lv bs=1M count=100' 2019-09-12T08:29:40.814 Notice: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Logical_volume[backup-lv]/ensure: created 2019-09-12T08:29:40.819 Debug: 2019-09-12 08:29:40 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Logical_volume[backup-lv]: The container Platform::Filesystem[backup-lv] will propagate my refresh event 2019-09-12T08:29:40.823 Debug: 2019-09-12 08:29:40 +0000 Executing: '/usr/sbin/blkid /dev/cgts-vg/backup-lv' 2019-09-12T08:29:40.834 Debug: 2019-09-12 08:29:40 +0000 Executing: 'mkfs.ext4 /dev/cgts-vg/backup-lv' 2019-09-12T08:29:48.875 Notice: 2019-09-12 08:29:48 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Filesystem[/dev/cgts-vg/backup-lv]/ensure: created 2019-09-12T08:29:48.879 Debug: 2019-09-12 08:29:48 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Filesystem[/dev/cgts-vg/backup-lv]: The container Platform::Filesystem[backup-lv] will propagate my refresh event 2019-09-12T08:29:48.884 Notice: 2019-09-12 08:29:48 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/File[/opt/backups]/ensure: created 2019-09-12T08:29:48.888 Debug: 2019-09-12 08:29:48 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/File[/opt/backups]: The container Platform::Filesystem[backup-lv] will propagate my refresh event 2019-09-12T08:29:48.896 Notice: 2019-09-12 08:29:48 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Mount[backup-lv]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:29:49.006 Debug: 2019-09-12 08:29:49 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:29:49.010 Debug: 2019-09-12 08:29:49 +0000 Executing: '/usr/bin/mount /opt/backups' 2019-09-12T08:29:49.021 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Mount[backup-lv]: The container Platform::Filesystem[backup-lv] will propagate my refresh event 2019-09-12T08:29:49.024 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Mount[backup-lv]: Scheduling refresh of Mount[backup-lv] 2019-09-12T08:29:49.028 Info: 2019-09-12 08:29:49 +0000 Mount[backup-lv](provider=parsed): Remounting 2019-09-12T08:29:49.031 Debug: 2019-09-12 08:29:49 +0000 Executing: '/usr/bin/mount -o remount /opt/backups' 2019-09-12T08:29:49.043 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Mount[backup-lv]: Triggered 'refresh' from 1 events 2019-09-12T08:29:49.047 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Mount[backup-lv]: The container Platform::Filesystem[backup-lv] will propagate my refresh event 2019-09-12T08:29:49.050 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Filesystem::Backup/Platform::Filesystem[backup-lv]/Mount[backup-lv]: Scheduling refresh of Mount[backup-lv] 2019-09-12T08:29:49.054 Debug: 2019-09-12 08:29:49 +0000 Exec[mount /dev/cgts-vg/backup-lv](provider=posix): Executing check 'mount | awk '{print $3}' | grep -Fxq /opt/backups' 2019-09-12T08:29:49.058 Debug: 2019-09-12 08:29:49 +0000 Executing: 'mount | awk '{print $3}' | grep -Fxq /opt/backups' 2019-09-12T08:29:49.063 Debug: 2019-09-12 08:29:49 +0000 Platform::Filesystem[backup-lv]: The container Class[Platform::Filesystem::Backup] will propagate my refresh event 2019-09-12T08:29:49.066 Debug: 2019-09-12 08:29:49 +0000 Class[Platform::Filesystem::Backup]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:49.070 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/File[/var/lib/postgresql]/ensure: created 2019-09-12T08:29:49.073 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/File[/var/lib/postgresql]: The container Drbd::Resource[drbd-pgsql] will propagate my refresh event 2019-09-12T08:29:49.077 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Policy/Oslo::Policy[barbican_config]/Barbican_config[oslo_policy/policy_dirs]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.084 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Policy/Oslo::Policy[barbican_config]/Barbican_config[oslo_policy/policy_default_rule]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.092 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Policy/Oslo::Policy[barbican_config]/Barbican_config[oslo_policy/policy_file]/ensure: created 2019-09-12T08:29:49.096 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Policy/Oslo::Policy[barbican_config]/Barbican_config[oslo_policy/policy_file]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:49.099 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Policy/Oslo::Policy[barbican_config]/Barbican_config[oslo_policy/policy_file]: The container Oslo::Policy[barbican_config] will propagate my refresh event 2019-09-12T08:29:49.102 Debug: 2019-09-12 08:29:49 +0000 Oslo::Policy[barbican_config]: The container Class[Barbican::Policy] will propagate my refresh event 2019-09-12T08:29:49.105 Debug: 2019-09-12 08:29:49 +0000 Class[Barbican::Policy]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:49.108 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/token_cache_time]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.112 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_conn_get_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.115 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_socket_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.118 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/hash_algorithms]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.124 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_url]/ensure: created 2019-09-12T08:29:49.127 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_url]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:49.131 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_url]: The container Keystone::Resource::Authtoken[barbican_config] will propagate my refresh event 2019-09-12T08:29:49.134 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/insecure]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.138 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/certfile]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.141 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/project_domain_name]/ensure: created 2019-09-12T08:29:49.144 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/project_domain_name]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:49.148 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/project_domain_name]: The container Keystone::Resource::Authtoken[barbican_config] will propagate my refresh event 2019-09-12T08:29:49.151 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_use_advanced_pool]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.155 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/user_domain_name]/ensure: created 2019-09-12T08:29:49.158 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/user_domain_name]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:49.161 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/user_domain_name]: The container Keystone::Resource::Authtoken[barbican_config] will propagate my refresh event 2019-09-12T08:29:49.165 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/keyfile]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.168 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_type]/ensure: created 2019-09-12T08:29:49.172 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_type]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:49.175 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_type]: The container Keystone::Resource::Authtoken[barbican_config] will propagate my refresh event 2019-09-12T08:29:49.178 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_uri]/ensure: created 2019-09-12T08:29:49.181 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_uri]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:49.184 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_uri]: The container Keystone::Resource::Authtoken[barbican_config] will propagate my refresh event 2019-09-12T08:29:49.188 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_secret_key]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.191 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_security_strategy]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.194 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_dead_retry]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.197 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/password]/ensure: created 2019-09-12T08:29:49.201 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/password]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:49.204 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/password]: The container Keystone::Resource::Authtoken[barbican_config] will propagate my refresh event 2019-09-12T08:29:49.208 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/http_connect_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.211 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_version]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.215 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/username]/ensure: created 2019-09-12T08:29:49.218 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/username]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:49.221 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/username]: The container Keystone::Resource::Authtoken[barbican_config] will propagate my refresh event 2019-09-12T08:29:49.224 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/revocation_cache_time]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.227 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/enforce_token_bind]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.231 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/region_name]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.234 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/auth_section]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.237 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_maxsize]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.240 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/delay_auth_decision]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.244 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcached_servers]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.247 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/cafile]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.250 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/check_revocations_for_cached]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.255 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/http_request_max_retries]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.259 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/memcache_pool_unused_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.264 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/cache]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.269 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/include_service_catalog]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.276 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/keyfile]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.279 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/certfile]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.282 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/watch_log_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.285 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/user_domain_name]/ensure: created 2019-09-12T08:29:49.288 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/user_domain_name]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.291 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/user_domain_name]: The container Keystone::Resource::Authtoken[fm_config] will propagate my refresh event 2019-09-12T08:29:49.295 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[app:api_v1/paste.app_factory]/ensure: created 2019-09-12T08:29:49.298 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[app:api_v1/paste.app_factory]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.301 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[app:api_v1/paste.app_factory]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.305 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_security_strategy]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.308 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/trap_destinations]/ensure: created 2019-09-12T08:29:49.311 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/trap_destinations]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.314 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/trap_destinations]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.317 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/log_dir]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.321 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_default_format_string]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.324 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_exception_prefix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.328 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/project_name]/ensure: created 2019-09-12T08:29:49.332 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/project_name]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.336 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/project_name]: The container Keystone::Resource::Authtoken[fm_config] will propagate my refresh event 2019-09-12T08:29:49.339 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/sql_connection]/ensure: created 2019-09-12T08:29:49.343 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/sql_connection]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.347 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/sql_connection]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.351 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[sysinv/catalog_info]/ensure: created 2019-09-12T08:29:49.354 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[sysinv/catalog_info]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.358 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[sysinv/catalog_info]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.362 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/api_paste_config]/ensure: created 2019-09-12T08:29:49.365 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/api_paste_config]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.368 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/api_paste_config]: The container Class[Fm::Api] will propagate my refresh event 2019-09-12T08:29:49.371 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/log_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.375 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/syslog_log_facility]/ensure: created 2019-09-12T08:29:49.378 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/syslog_log_facility]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.381 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/syslog_log_facility]: The container Oslo::Log[fm_config] will propagate my refresh event 2019-09-12T08:29:49.432 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/api_workers]/ensure: created 2019-09-12T08:29:49.435 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/api_workers]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.439 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/api_workers]: The container Class[Fm::Api] will propagate my refresh event 2019-09-12T08:29:49.442 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_debug_format_suffix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.445 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_socket_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.448 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/bind_port]/ensure: created 2019-09-12T08:29:49.452 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/bind_port]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.455 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/bind_port]: The container Class[Fm::Api] will propagate my refresh event 2019-09-12T08:29:49.458 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/log_config_append]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.462 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/max_overflow]/ensure: created 2019-09-12T08:29:49.465 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/max_overflow]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.468 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/max_overflow]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.471 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:authtoken/acl_public_routes]/ensure: created 2019-09-12T08:29:49.474 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:authtoken/acl_public_routes]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.477 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:authtoken/acl_public_routes]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.481 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/hash_algorithms]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.484 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_section]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.488 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[sysinv/os_region_name]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.491 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/region_name]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.495 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/cache]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.498 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/bind_host]/ensure: created 2019-09-12T08:29:49.501 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/bind_host]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.505 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Fm_config[api/bind_host]: The container Class[Fm::Api] will propagate my refresh event 2019-09-12T08:29:49.508 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Oslo::Middleware[fm_config]/Fm_config[oslo_middleware/max_request_body_size]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.511 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_uri]/ensure: created 2019-09-12T08:29:49.514 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_uri]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.518 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_uri]: The container Keystone::Resource::Authtoken[fm_config] will propagate my refresh event 2019-09-12T08:29:49.521 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_unused_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.524 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/check_revocations_for_cached]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.527 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/connection]/ensure: created 2019-09-12T08:29:49.530 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/connection]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.533 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/connection]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.537 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_type]/ensure: created 2019-09-12T08:29:49.541 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_type]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.547 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_type]: The container Keystone::Resource::Authtoken[fm_config] will propagate my refresh event 2019-09-12T08:29:49.551 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/username]/ensure: created 2019-09-12T08:29:49.555 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/username]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.558 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/username]: The container Keystone::Resource::Authtoken[fm_config] will propagate my refresh event 2019-09-12T08:29:49.561 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/connection_recycle_time]/ensure: created 2019-09-12T08:29:49.564 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/connection_recycle_time]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.568 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/connection_recycle_time]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.571 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/debug]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.575 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/insecure]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.578 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/instance_uuid_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.581 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/max_pool_size]/ensure: created 2019-09-12T08:29:49.585 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/max_pool_size]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.588 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[database/max_pool_size]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.591 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcached_servers]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.595 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_use_advanced_pool]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.599 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/log_date_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.602 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/region_name]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.606 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/token_cache_time]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.609 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/use_stderr]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.612 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_maxsize]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.616 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/event_log_max_size]/ensure: created 2019-09-12T08:29:49.620 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/event_log_max_size]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.624 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/event_log_max_size]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.628 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/default_log_levels]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.632 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/include_service_catalog]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.638 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/project_domain_name]/ensure: created 2019-09-12T08:29:49.642 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/project_domain_name]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.646 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/project_domain_name]: The container Keystone::Resource::Authtoken[fm_config] will propagate my refresh event 2019-09-12T08:29:49.649 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/instance_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.652 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:request_id/paste.filter_factory]/ensure: created 2019-09-12T08:29:49.659 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:request_id/paste.filter_factory]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.663 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:request_id/paste.filter_factory]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.667 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_secret_key]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.671 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_conn_get_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.675 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:authtoken/paste.filter_factory]/ensure: created 2019-09-12T08:29:49.679 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:authtoken/paste.filter_factory]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.684 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[filter:authtoken/paste.filter_factory]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.688 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/enforce_token_bind]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.692 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_context_format_string]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.696 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[pipeline:fm-api/pipeline]/ensure: created 2019-09-12T08:29:49.700 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[pipeline:fm-api/pipeline]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.705 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm/Fm_api_paste_ini[pipeline:fm-api/pipeline]: The container Class[Fm] will propagate my refresh event 2019-09-12T08:29:49.709 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_version]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.712 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_url]/ensure: created 2019-09-12T08:29:49.716 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_url]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.719 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/auth_url]: The container Keystone::Resource::Authtoken[fm_config] will propagate my refresh event 2019-09-12T08:29:49.722 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/revocation_cache_time]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.726 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/delay_auth_decision]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.729 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/http_request_max_retries]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.733 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/publish_errors]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.736 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Oslo::Middleware[fm_config]/Fm_config[oslo_middleware/enable_proxy_headers_parsing]/ensure: created 2019-09-12T08:29:49.740 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Oslo::Middleware[fm_config]/Fm_config[oslo_middleware/enable_proxy_headers_parsing]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.743 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Api/Oslo::Middleware[fm_config]/Fm_config[oslo_middleware/enable_proxy_headers_parsing]: The container Oslo::Middleware[fm_config] will propagate my refresh event 2019-09-12T08:29:49.746 Debug: 2019-09-12 08:29:49 +0000 Oslo::Middleware[fm_config]: The container Class[Fm::Api] will propagate my refresh event 2019-09-12T08:29:49.749 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/http_connect_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.753 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/use_syslog]/ensure: created 2019-09-12T08:29:49.756 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/use_syslog]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.759 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/use_syslog]: The container Oslo::Log[fm_config] will propagate my refresh event 2019-09-12T08:29:49.762 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/fatal_deprecations]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.765 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/cafile]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.769 Notice: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/password]/ensure: created 2019-09-12T08:29:49.772 Info: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/password]: Scheduling refresh of Anchor[fm::config::end] 2019-09-12T08:29:49.776 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/password]: The container Keystone::Resource::Authtoken[fm_config] will propagate my refresh event 2019-09-12T08:29:49.779 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Fm::Logging/Oslo::Log[fm_config]/Fm_config[DEFAULT/logging_user_identity_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:29:49.782 Debug: 2019-09-12 08:29:49 +0000 Oslo::Log[fm_config]: The container Class[Fm::Logging] will propagate my refresh event 2019-09-12T08:29:49.786 Debug: 2019-09-12 08:29:49 +0000 Class[Fm::Logging]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:49.790 Debug: 2019-09-12 08:29:49 +0000 Exec[enable DRBD resource drbd-extension](provider=posix): Executing check 'drbdadm show-gi drbd-extension | grep 'meta-data: need apply-al'' 2019-09-12T08:29:49.793 Debug: 2019-09-12 08:29:49 +0000 Executing: 'drbdadm show-gi drbd-extension | grep 'meta-data: need apply-al'' 2019-09-12T08:29:49.798 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[enable DRBD resource drbd-extension]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:49.801 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[enable DRBD resource drbd-extension]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:49.805 Debug: 2019-09-12 08:29:49 +0000 Exec[enable DRBD resource drbd-extension](provider=posix): Executing check 'drbdadm dstate drbd-extension | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:29:49.808 Debug: 2019-09-12 08:29:49 +0000 Executing: 'drbdadm dstate drbd-extension | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:29:49.812 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[enable DRBD resource drbd-extension]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:49.815 Debug: 2019-09-12 08:29:49 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[enable DRBD resource drbd-extension]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:49.819 Debug: 2019-09-12 08:29:49 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:29:49.822 Debug: 2019-09-12 08:29:49 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:29:49.826 Debug: 2019-09-12 08:29:49 +0000 Executing: '/usr/sbin/lvcreate -n dockerdistribution-lv --size 1048576k cgts-vg' 2019-09-12T08:29:49.979 Debug: 2019-09-12 08:29:49 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/dockerdistribution-lv' 2019-09-12T08:29:50.002 Debug: 2019-09-12 08:29:49 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/dockerdistribution-lv bs=1M seek=1022' 2019-09-12T08:29:50.114 Debug: 2019-09-12 08:29:50 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/dockerdistribution-lv bs=1M count=100' 2019-09-12T08:29:50.345 Notice: 2019-09-12 08:29:50 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Logical_volume[dockerdistribution-lv]/ensure: created 2019-09-12T08:29:50.351 Debug: 2019-09-12 08:29:50 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Logical_volume[dockerdistribution-lv]: The container Platform::Drbd::Filesystem[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:29:50.355 Notice: 2019-09-12 08:29:50 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/File[/var/lib/docker-distribution]/ensure: created 2019-09-12T08:29:50.360 Debug: 2019-09-12 08:29:50 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/File[/var/lib/docker-distribution]: The container Drbd::Resource[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:29:50.365 Debug: 2019-09-12 08:29:50 +0000 Exec[test disk by-path for drbd-dockerdistribution](provider=posix): Executing check 'test -e /dev/cgts-vg/dockerdistribution-lv' 2019-09-12T08:29:50.376 Debug: 2019-09-12 08:29:50 +0000 Executing: 'test -e /dev/cgts-vg/dockerdistribution-lv' 2019-09-12T08:29:50.380 Debug: 2019-09-12 08:29:50 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:29:50.394 Debug: 2019-09-12 08:29:50 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:29:50.414 Debug: 2019-09-12 08:29:50 +0000 Executing: '/usr/sbin/lvcreate -n rabbit-lv --size 2097152k cgts-vg' 2019-09-12T08:29:53.863 Debug: 2019-09-12 08:29:53 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/rabbit-lv' 2019-09-12T08:29:53.890 Debug: 2019-09-12 08:29:53 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/rabbit-lv bs=1M seek=2046' 2019-09-12T08:29:53.988 Debug: 2019-09-12 08:29:53 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/rabbit-lv bs=1M count=100' 2019-09-12T08:29:54.216 Notice: 2019-09-12 08:29:54 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Logical_volume[rabbit-lv]/ensure: created 2019-09-12T08:29:54.222 Debug: 2019-09-12 08:29:54 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Logical_volume[rabbit-lv]: The container Platform::Drbd::Filesystem[drbd-rabbit] will propagate my refresh event 2019-09-12T08:29:54.226 Debug: 2019-09-12 08:29:54 +0000 Exec[test disk by-path for drbd-rabbit](provider=posix): Executing check 'test -e /dev/cgts-vg/rabbit-lv' 2019-09-12T08:29:54.231 Debug: 2019-09-12 08:29:54 +0000 Executing: 'test -e /dev/cgts-vg/rabbit-lv' 2019-09-12T08:29:54.237 Notice: 2019-09-12 08:29:54 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/File[/var/lib/rabbitmq]/owner: owner changed 'rabbitmq' to 'root' 2019-09-12T08:29:54.241 Notice: 2019-09-12 08:29:54 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/File[/var/lib/rabbitmq]/group: group changed 'rabbitmq' to 'root' 2019-09-12T08:29:54.246 Notice: 2019-09-12 08:29:54 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/File[/var/lib/rabbitmq]/mode: mode changed '0750' to '0755' 2019-09-12T08:29:54.250 Debug: 2019-09-12 08:29:54 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/File[/var/lib/rabbitmq]: The container Drbd::Resource[drbd-rabbit] will propagate my refresh event 2019-09-12T08:29:54.254 Debug: 2019-09-12 08:29:54 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/File[/var/lib/rabbitmq]: The container Drbd::Resource[drbd-rabbit] will propagate my refresh event 2019-09-12T08:29:54.258 Debug: 2019-09-12 08:29:54 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/File[/var/lib/rabbitmq]: The container Drbd::Resource[drbd-rabbit] will propagate my refresh event 2019-09-12T08:29:57.622 Notice: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/File[/etc/drbd.d/drbd-rabbit.res]/ensure: defined content as '{md5}8f0387fb35394c8d4e7e09b2db4a3ec0' 2019-09-12T08:29:57.625 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/File[/etc/drbd.d/drbd-rabbit.res]: The container Concat[/etc/drbd.d/drbd-rabbit.res] will propagate my refresh event 2019-09-12T08:29:57.629 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Concat[/etc/drbd.d/drbd-rabbit.res]/File[/etc/drbd.d/drbd-rabbit.res]: The container /etc/drbd.d/drbd-rabbit.res will propagate my refresh event 2019-09-12T08:29:57.632 Debug: 2019-09-12 08:29:57 +0000 /etc/drbd.d/drbd-rabbit.res: The container Concat[/etc/drbd.d/drbd-rabbit.res] will propagate my refresh event 2019-09-12T08:29:57.636 Info: 2019-09-12 08:29:57 +0000 Concat[/etc/drbd.d/drbd-rabbit.res]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:29:57.640 Debug: 2019-09-12 08:29:57 +0000 Concat[/etc/drbd.d/drbd-rabbit.res]: The container Drbd::Resource[drbd-rabbit] will propagate my refresh event 2019-09-12T08:29:57.644 Debug: 2019-09-12 08:29:57 +0000 Exec[reuse existing DRBD resource drbd-rabbit](provider=posix): Executing check 'test -e /dev/cgts-vg/rabbit-lv && (drbdadm show-gi drbd-rabbit | grep 'meta-data: need apply-al')' 2019-09-12T08:29:57.651 Debug: 2019-09-12 08:29:57 +0000 Executing: 'test -e /dev/cgts-vg/rabbit-lv && (drbdadm show-gi drbd-rabbit | grep 'meta-data: need apply-al')' 2019-09-12T08:29:57.655 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:57.660 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.664 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/onlyif: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:29:57.667 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/onlyif: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.671 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[reuse existing DRBD resource drbd-rabbit]/onlyif: Command 'drbdmeta 1 v08 /dev/cgts-vg/rabbit-lv internal show-gi' terminated with exit code 255 2019-09-12T08:29:57.674 Debug: 2019-09-12 08:29:57 +0000 Exec[initialize DRBD metadata for drbd-rabbit](provider=posix): Executing check 'drbdadm dump-md drbd-rabbit || (drbdadm cstate drbd-rabbit | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-rabbit | grep 'meta-data: need apply-al')' 2019-09-12T08:29:57.678 Debug: 2019-09-12 08:29:57 +0000 Executing: 'drbdadm dump-md drbd-rabbit || (drbdadm cstate drbd-rabbit | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-rabbit | grep 'meta-data: need apply-al')' 2019-09-12T08:29:57.682 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:57.685 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.690 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:29:57.693 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.697 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: No valid meta data found 2019-09-12T08:29:57.701 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: Command 'drbdmeta 1 v08 /dev/cgts-vg/rabbit-lv internal dump-md' terminated with exit code 255 2019-09-12T08:29:57.704 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:57.708 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.711 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:29:57.715 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.718 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: 1: Failure: (127) Device minor not allocated 2019-09-12T08:29:57.722 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: additional info from kernel: 2019-09-12T08:29:57.726 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: unknown minor 2019-09-12T08:29:57.730 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: Command 'drbdsetup cstate 1' terminated with exit code 10 2019-09-12T08:29:57.740 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:57.744 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.748 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:29:57.752 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.823 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/unless: Command 'drbdmeta 1 v08 /dev/cgts-vg/rabbit-lv internal show-gi' terminated with exit code 255 2019-09-12T08:29:57.827 Debug: 2019-09-12 08:29:57 +0000 Exec[initialize DRBD metadata for drbd-rabbit](provider=posix): Executing check 'test -e /dev/cgts-vg/rabbit-lv' 2019-09-12T08:29:57.831 Debug: 2019-09-12 08:29:57 +0000 Executing: 'test -e /dev/cgts-vg/rabbit-lv' 2019-09-12T08:29:57.837 Debug: 2019-09-12 08:29:57 +0000 Exec[initialize DRBD metadata for drbd-rabbit](provider=posix): Executing 'yes yes | drbdadm create-md drbd-rabbit -W--peer-max-bio-size=128k' 2019-09-12T08:29:57.840 Debug: 2019-09-12 08:29:57 +0000 Executing: 'yes yes | drbdadm create-md drbd-rabbit -W--peer-max-bio-size=128k' 2019-09-12T08:29:57.927 Notice: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]/returns: executed successfully 2019-09-12T08:29:57.931 Info: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]: Scheduling refresh of Service[drbd] 2019-09-12T08:29:57.934 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[initialize DRBD metadata for drbd-rabbit]: The container Drbd::Resource::Up[drbd-rabbit] will propagate my refresh event 2019-09-12T08:29:57.938 Debug: 2019-09-12 08:29:57 +0000 Exec[enable DRBD resource drbd-rabbit](provider=posix): Executing check 'drbdadm show-gi drbd-rabbit | grep 'meta-data: need apply-al'' 2019-09-12T08:29:57.942 Debug: 2019-09-12 08:29:57 +0000 Executing: 'drbdadm show-gi drbd-rabbit | grep 'meta-data: need apply-al'' 2019-09-12T08:29:57.946 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:57.949 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.953 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:29:57.956 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.960 Debug: 2019-09-12 08:29:57 +0000 Exec[enable DRBD resource drbd-rabbit](provider=posix): Executing check 'drbdadm dstate drbd-rabbit | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:29:57.964 Debug: 2019-09-12 08:29:57 +0000 Executing: 'drbdadm dstate drbd-rabbit | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:29:57.969 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:29:57.973 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.976 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/onlyif: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:29:57.982 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[enable DRBD resource drbd-rabbit]/onlyif: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:29:57.985 Notice: 2019-09-12 08:29:57 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/project_name]/ensure: created 2019-09-12T08:29:57.989 Info: 2019-09-12 08:29:57 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/project_name]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:29:57.993 Debug: 2019-09-12 08:29:57 +0000 /Stage[main]/Barbican::Keystone::Authtoken/Keystone::Resource::Authtoken[barbican_config]/Barbican_config[keystone_authtoken/project_name]: The container Keystone::Resource::Authtoken[barbican_config] will propagate my refresh event 2019-09-12T08:29:57.996 Debug: 2019-09-12 08:29:57 +0000 Keystone::Resource::Authtoken[barbican_config]: The container Class[Barbican::Keystone::Authtoken] will propagate my refresh event 2019-09-12T08:29:58.001 Debug: 2019-09-12 08:29:57 +0000 Class[Barbican::Keystone::Authtoken]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:58.004 Debug: 2019-09-12 08:29:57 +0000 Exec[mount /dev/cgts-vg/kubelet-lv](provider=posix): Executing check 'mount | awk '{print $3}' | grep -Fxq /var/lib/kubelet' 2019-09-12T08:29:58.007 Debug: 2019-09-12 08:29:57 +0000 Executing: 'mount | awk '{print $3}' | grep -Fxq /var/lib/kubelet' 2019-09-12T08:29:58.011 Debug: 2019-09-12 08:29:58 +0000 Platform::Filesystem[kubelet-lv]: The container Class[Platform::Filesystem::Kubelet] will propagate my refresh event 2019-09-12T08:29:58.014 Debug: 2019-09-12 08:29:58 +0000 Class[Platform::Filesystem::Kubelet]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:58.019 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl is-active nscd' 2019-09-12T08:29:58.022 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl is-enabled nscd' 2019-09-12T08:29:58.033 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl unmask nscd' 2019-09-12T08:29:58.132 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl start nscd' 2019-09-12T08:29:58.256 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl is-enabled nscd' 2019-09-12T08:29:58.268 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl unmask nscd' 2019-09-12T08:29:58.361 Notice: 2019-09-12 08:29:58 +0000 /Stage[main]/Platform::Ldap::Server::Local/Service[nscd]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:29:58.365 Debug: 2019-09-12 08:29:58 +0000 /Stage[main]/Platform::Ldap::Server::Local/Service[nscd]: The container Class[Platform::Ldap::Server::Local] will propagate my refresh event 2019-09-12T08:29:58.368 Info: 2019-09-12 08:29:58 +0000 /Stage[main]/Platform::Ldap::Server::Local/Service[nscd]: Unscheduling refresh on Service[nscd] 2019-09-12T08:29:58.371 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl is-active nslcd' 2019-09-12T08:29:58.377 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl is-enabled nslcd' 2019-09-12T08:29:58.390 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl unmask nslcd' 2019-09-12T08:29:58.497 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl start nslcd' 2019-09-12T08:29:58.608 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl is-enabled nslcd' 2019-09-12T08:29:58.619 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl unmask nslcd' 2019-09-12T08:29:58.712 Notice: 2019-09-12 08:29:58 +0000 /Stage[main]/Platform::Ldap::Client/Service[nslcd]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:29:58.715 Debug: 2019-09-12 08:29:58 +0000 /Stage[main]/Platform::Ldap::Client/Service[nslcd]: The container Class[Platform::Ldap::Client] will propagate my refresh event 2019-09-12T08:29:58.719 Info: 2019-09-12 08:29:58 +0000 /Stage[main]/Platform::Ldap::Client/Service[nslcd]: Unscheduling refresh on Service[nslcd] 2019-09-12T08:29:58.722 Debug: 2019-09-12 08:29:58 +0000 Class[Platform::Ldap::Client]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:58.726 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl is-active slapd' 2019-09-12T08:29:58.729 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl is-enabled slapd' 2019-09-12T08:29:58.739 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl unmask slapd' 2019-09-12T08:29:58.830 Debug: 2019-09-12 08:29:58 +0000 Executing: '/usr/bin/systemctl start slapd' 2019-09-12T08:29:59.023 Debug: 2019-09-12 08:29:59 +0000 Executing: '/usr/bin/systemctl is-enabled slapd' 2019-09-12T08:29:59.035 Debug: 2019-09-12 08:29:59 +0000 Executing: '/usr/bin/systemctl unmask slapd' 2019-09-12T08:29:59.132 Notice: 2019-09-12 08:29:59 +0000 /Stage[main]/Platform::Ldap::Server::Local/Service[openldap]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:29:59.136 Debug: 2019-09-12 08:29:59 +0000 /Stage[main]/Platform::Ldap::Server::Local/Service[openldap]: The container Class[Platform::Ldap::Server::Local] will propagate my refresh event 2019-09-12T08:29:59.139 Info: 2019-09-12 08:29:59 +0000 /Stage[main]/Platform::Ldap::Server::Local/Service[openldap]: Unscheduling refresh on Service[openldap] 2019-09-12T08:29:59.142 Debug: 2019-09-12 08:29:59 +0000 Exec[slapd-convert-config](provider=posix): Executing check '/usr/bin/test -e /etc/openldap/slapd.conf' 2019-09-12T08:29:59.146 Debug: 2019-09-12 08:29:59 +0000 Executing: '/usr/bin/test -e /etc/openldap/slapd.conf' 2019-09-12T08:29:59.150 Debug: 2019-09-12 08:29:59 +0000 Exec[slapd-convert-config](provider=posix): Executing '/usr/sbin/slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/schema/' 2019-09-12T08:29:59.153 Debug: 2019-09-12 08:29:59 +0000 Executing: '/usr/sbin/slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/schema/' 2019-09-12T08:29:59.169 Notice: 2019-09-12 08:29:59 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[slapd-convert-config]/returns: executed successfully 2019-09-12T08:29:59.173 Debug: 2019-09-12 08:29:59 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[slapd-convert-config]: The container Class[Platform::Ldap::Server::Local] will propagate my refresh event 2019-09-12T08:29:59.176 Debug: 2019-09-12 08:29:59 +0000 Exec[slapd-conf-move-backup](provider=posix): Executing check '/usr/bin/test -e /etc/openldap/slapd.conf' 2019-09-12T08:29:59.180 Debug: 2019-09-12 08:29:59 +0000 Executing: '/usr/bin/test -e /etc/openldap/slapd.conf' 2019-09-12T08:29:59.183 Debug: 2019-09-12 08:29:59 +0000 Exec[slapd-conf-move-backup](provider=posix): Executing '/bin/mv -f /etc/openldap/slapd.conf /etc/openldap/slapd.conf.backup' 2019-09-12T08:29:59.186 Debug: 2019-09-12 08:29:59 +0000 Executing: '/bin/mv -f /etc/openldap/slapd.conf /etc/openldap/slapd.conf.backup' 2019-09-12T08:29:59.190 Notice: 2019-09-12 08:29:59 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[slapd-conf-move-backup]/returns: executed successfully 2019-09-12T08:29:59.193 Debug: 2019-09-12 08:29:59 +0000 /Stage[main]/Platform::Ldap::Server::Local/Exec[slapd-conf-move-backup]: The container Class[Platform::Ldap::Server::Local] will propagate my refresh event 2019-09-12T08:29:59.197 Debug: 2019-09-12 08:29:59 +0000 Class[Platform::Ldap::Server::Local]: The container Stage[main] will propagate my refresh event 2019-09-12T08:29:59.200 Debug: 2019-09-12 08:29:59 +0000 Exec[populate initial ldap configuration](provider=posix): Executing 'ldapadd -D cn=ldapadmin,dc=cgcs,dc=local -w ddfd37d454a3Ti0* -f /etc/openldap/initial_config.ldif' 2019-09-12T08:29:59.204 Debug: 2019-09-12 08:29:59 +0000 Executing: 'ldapadd -D cn=ldapadmin,dc=cgcs,dc=local -w ddfd37d454a3Ti0* -f /etc/openldap/initial_config.ldif' 2019-09-12T08:30:00.210 Notice: 2019-09-12 08:30:00 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[populate initial ldap configuration]/returns: executed successfully 2019-09-12T08:30:00.214 Debug: 2019-09-12 08:30:00 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[populate initial ldap configuration]: The container Class[Platform::Ldap::Bootstrap] will propagate my refresh event 2019-09-12T08:30:00.217 Debug: 2019-09-12 08:30:00 +0000 Exec[create ldap admin user](provider=posix): Executing 'ldapadduser admin root' 2019-09-12T08:30:00.221 Debug: 2019-09-12 08:30:00 +0000 Executing: 'ldapadduser admin root' 2019-09-12T08:30:00.661 Notice: 2019-09-12 08:30:00 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap admin user]/returns: executed successfully 2019-09-12T08:30:00.664 Debug: 2019-09-12 08:30:00 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap admin user]: The container Class[Platform::Ldap::Bootstrap] will propagate my refresh event 2019-09-12T08:30:00.669 Debug: 2019-09-12 08:30:00 +0000 Exec[create ldap operator user](provider=posix): Executing 'ldapadduser operator users' 2019-09-12T08:30:00.672 Debug: 2019-09-12 08:30:00 +0000 Executing: 'ldapadduser operator users' 2019-09-12T08:30:01.127 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap operator user]/returns: executed successfully 2019-09-12T08:30:01.131 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap operator user]: The container Class[Platform::Ldap::Bootstrap] will propagate my refresh event 2019-09-12T08:30:01.135 Debug: 2019-09-12 08:30:01 +0000 Exec[create ldap protected group](provider=posix): Executing 'ldapaddgroup sys_protected 345' 2019-09-12T08:30:01.139 Debug: 2019-09-12 08:30:01 +0000 Executing: 'ldapaddgroup sys_protected 345' 2019-09-12T08:30:01.307 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap protected group]/returns: executed successfully 2019-09-12T08:30:01.311 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[create ldap protected group]: The container Class[Platform::Ldap::Bootstrap] will propagate my refresh event 2019-09-12T08:30:01.314 Debug: 2019-09-12 08:30:01 +0000 Exec[add admin to sys_protected protected group](provider=posix): Executing 'ldapaddusertogroup admin sys_protected' 2019-09-12T08:30:01.318 Debug: 2019-09-12 08:30:01 +0000 Executing: 'ldapaddusertogroup admin sys_protected' 2019-09-12T08:30:01.458 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[add admin to sys_protected protected group]/returns: executed successfully 2019-09-12T08:30:01.461 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[add admin to sys_protected protected group]: The container Class[Platform::Ldap::Bootstrap] will propagate my refresh event 2019-09-12T08:30:01.464 Debug: 2019-09-12 08:30:01 +0000 Exec[add operator to sys_protected protected group](provider=posix): Executing 'ldapaddusertogroup operator sys_protected' 2019-09-12T08:30:01.468 Debug: 2019-09-12 08:30:01 +0000 Executing: 'ldapaddusertogroup operator sys_protected' 2019-09-12T08:30:01.624 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[add operator to sys_protected protected group]/returns: executed successfully 2019-09-12T08:30:01.627 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[add operator to sys_protected protected group]: The container Class[Platform::Ldap::Bootstrap] will propagate my refresh event 2019-09-12T08:30:01.631 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/File[/tmp/ldap.cgcs-shell.ldif]/ensure: defined content as '{md5}4549621b97564eac73c3ea70460471cc' 2019-09-12T08:30:01.636 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/File[/tmp/ldap.cgcs-shell.ldif]: The container Class[Platform::Ldap::Bootstrap] will propagate my refresh event 2019-09-12T08:30:01.640 Debug: 2019-09-12 08:30:01 +0000 Exec[ldap cgcs-cli shell update](provider=posix): Executing 'ldapmodify -D cn=ldapadmin,dc=cgcs,dc=local -w ddfd37d454a3Ti0* -f /tmp/ldap.cgcs-shell.ldif' 2019-09-12T08:30:01.644 Debug: 2019-09-12 08:30:01 +0000 Executing: 'ldapmodify -D cn=ldapadmin,dc=cgcs,dc=local -w ddfd37d454a3Ti0* -f /tmp/ldap.cgcs-shell.ldif' 2019-09-12T08:30:01.730 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[ldap cgcs-cli shell update]/returns: executed successfully 2019-09-12T08:30:01.734 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Platform::Ldap::Bootstrap/Exec[ldap cgcs-cli shell update]: The container Class[Platform::Ldap::Bootstrap] will propagate my refresh event 2019-09-12T08:30:01.738 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Fm::Keystone::Authtoken/Keystone::Resource::Authtoken[fm_config]/Fm_config[keystone_authtoken/memcache_pool_dead_retry]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.742 Debug: 2019-09-12 08:30:01 +0000 Keystone::Resource::Authtoken[fm_config]: The container Class[Fm::Keystone::Authtoken] will propagate my refresh event 2019-09-12T08:30:01.746 Debug: 2019-09-12 08:30:01 +0000 Class[Fm::Keystone::Authtoken]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:01.755 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/connection]/ensure: created 2019-09-12T08:30:01.759 Info: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/connection]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:30:01.763 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/connection]: The container Oslo::Db[barbican_config] will propagate my refresh event 2019-09-12T08:30:01.767 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/pool_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.772 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/min_pool_size]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.777 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/use_db_reconnect]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.782 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/max_retries]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.787 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/db_max_retries]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.793 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/max_pool_size]/ensure: created 2019-09-12T08:30:01.797 Info: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/max_pool_size]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:30:01.800 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/max_pool_size]: The container Oslo::Db[barbican_config] will propagate my refresh event 2019-09-12T08:30:01.803 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/connection_trace]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.806 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/max_overflow]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.810 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/mysql_sql_mode]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.815 Notice: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/idle_timeout]/ensure: created 2019-09-12T08:30:01.818 Info: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/idle_timeout]: Scheduling refresh of Anchor[barbican::config::end] 2019-09-12T08:30:01.821 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/idle_timeout]: The container Oslo::Db[barbican_config] will propagate my refresh event 2019-09-12T08:30:01.825 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/db_retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.828 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/sqlite_synchronous]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.831 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/backend]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.835 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/use_tpool]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.839 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.844 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/slave_connection]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.848 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/db_inc_retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.853 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/connection_debug]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.858 Debug: 2019-09-12 08:30:01 +0000 /Stage[main]/Barbican::Db/Oslo::Db[barbican_config]/Barbican_config[database/db_max_retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:01.861 Debug: 2019-09-12 08:30:01 +0000 Oslo::Db[barbican_config]: The container Class[Barbican::Db] will propagate my refresh event 2019-09-12T08:30:01.864 Debug: 2019-09-12 08:30:01 +0000 Class[Barbican::Db]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:01.868 Debug: 2019-09-12 08:30:01 +0000 Executing: '/usr/bin/rpm -q python-barbicanclient --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n' 2019-09-12T08:30:01.916 Debug: 2019-09-12 08:30:01 +0000 Executing: '/usr/bin/rpm -q python-barbicanclient --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n --whatprovides' 2019-09-12T08:30:01.977 Debug: 2019-09-12 08:30:01 +0000 Executing: '/usr/sbin/usermod -p !! sysinv' 2019-09-12T08:30:02.115 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]/password: changed password 2019-09-12T08:30:02.119 Debug: 2019-09-12 08:30:02 +0000 Executing: '/usr/bin/chage -m -1 sysinv' 2019-09-12T08:30:02.180 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]/password_min_age: password_min_age changed '0' to '-1' 2019-09-12T08:30:02.184 Debug: 2019-09-12 08:30:02 +0000 Executing: '/usr/bin/chage -M -1 sysinv' 2019-09-12T08:30:02.247 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]/password_max_age: password_max_age changed '99999' to '-1' 2019-09-12T08:30:02.251 Debug: 2019-09-12 08:30:02 +0000 Executing: '/usr/sbin/usermod -G nobody,sys_protected,sysinv sysinv' 2019-09-12T08:30:02.371 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]/groups: groups changed 'sysinv' to ['nobody', 'sys_protected', 'sysinv'] 2019-09-12T08:30:02.374 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:02.378 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:02.381 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:02.385 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/User[sysinv]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:02.388 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/File[/etc/sysinv]/owner: owner changed 'root' to 'sysinv' 2019-09-12T08:30:02.392 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/File[/etc/sysinv]/group: group changed 'root' to 'sysinv' 2019-09-12T08:30:02.395 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/File[/etc/sysinv]/mode: mode changed '0755' to '0750' 2019-09-12T08:30:02.399 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/File[/etc/sysinv]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:02.402 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/File[/etc/sysinv]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:02.406 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/File[/etc/sysinv]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:02.409 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/api-paste.ini]/ensure: created 2019-09-12T08:30:02.413 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/api-paste.ini]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.416 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]/ensure: created 2019-09-12T08:30:02.420 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.423 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.427 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.430 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.434 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/barbican_region_name]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.437 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]/ensure: created 2019-09-12T08:30:02.441 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.444 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.449 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.452 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.456 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/MTC_INV_LABEL]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.460 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]/ensure: created 2019-09-12T08:30:02.515 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.520 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.524 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.527 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.531 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/sysinv_api_port]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.534 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]/ensure: created 2019-09-12T08:30:02.538 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.541 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.544 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.548 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.551 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/username]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.554 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]/ensure: created 2019-09-12T08:30:02.558 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.561 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.564 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.567 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.571 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_overflow]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.574 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]/ensure: created 2019-09-12T08:30:02.578 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.581 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.584 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.588 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.591 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Agent/Sysinv_config[lldp/drivers]: The container Class[Sysinv::Agent] will propagate my refresh event 2019-09-12T08:30:02.595 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/username]/ensure: created 2019-09-12T08:30:02.598 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/username]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.601 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/username]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.604 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/username]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.608 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]/ensure: created 2019-09-12T08:30:02.611 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.614 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.618 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.621 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.624 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_host]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.627 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]/ensure: created 2019-09-12T08:30:02.631 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.634 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.638 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.645 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.649 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/user_domain_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.652 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]/ensure: created 2019-09-12T08:30:02.656 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.659 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.662 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.666 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.669 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_hosts]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.672 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]/ensure: created 2019-09-12T08:30:02.675 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.679 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.682 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.685 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.689 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_context_format_string]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:02.692 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]/ensure: created 2019-09-12T08:30:02.695 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.700 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.704 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.708 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.712 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_domain_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.718 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_name]/ensure: created 2019-09-12T08:30:02.721 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.725 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.728 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.732 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]/ensure: created 2019-09-12T08:30:02.735 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.739 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.742 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.747 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.750 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/region_name]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.754 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_admin_prefix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:02.757 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]/ensure: created 2019-09-12T08:30:02.760 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.764 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.768 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.771 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.775 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_port]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.779 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]/ensure: created 2019-09-12T08:30:02.782 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.785 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.789 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.793 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.796 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_min_size]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.799 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]/ensure: created 2019-09-12T08:30:02.803 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.807 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.811 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.814 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.818 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/user_domain_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.822 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]/ensure: created 2019-09-12T08:30:02.825 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.829 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.832 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.836 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.840 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/cinder_region_name]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.843 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]/ensure: created 2019-09-12T08:30:02.847 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.851 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.855 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.859 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.863 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.866 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]/ensure: created 2019-09-12T08:30:02.873 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.877 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.881 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.884 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.888 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_max_size]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.891 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_domain_name]/ensure: created 2019-09-12T08:30:02.895 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_domain_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.900 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_domain_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.903 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/project_domain_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.907 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]/ensure: created 2019-09-12T08:30:02.910 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.915 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.918 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.922 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.925 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/connection_recycle_time]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.928 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]/ensure: created 2019-09-12T08:30:02.932 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.935 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.938 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.942 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.945 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/verbose]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.949 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]/ensure: created 2019-09-12T08:30:02.952 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.955 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.959 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:02.962 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:02.966 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/neutron_region_name]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:02.970 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_uri]/ensure: created 2019-09-12T08:30:02.974 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_uri]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.977 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_uri]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.980 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_uri]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.984 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/user_domain_name]/ensure: created 2019-09-12T08:30:02.987 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/user_domain_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:02.990 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/user_domain_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:02.994 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/user_domain_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:02.999 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]/ensure: created 2019-09-12T08:30:03.007 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.011 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.015 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.023 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.031 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/os_region_name]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.035 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/keyring_service]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:03.040 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]/ensure: created 2019-09-12T08:30:03.043 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.047 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.051 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.055 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.058 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/sysinv_api_bind_ip]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.062 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]/ensure: created 2019-09-12T08:30:03.066 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.070 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.075 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.078 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.082 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[DEFAULT/auth_strategy]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.086 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_api_paste_ini[filter:authtoken/region_name]/ensure: created 2019-09-12T08:30:03.089 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_api_paste_ini[filter:authtoken/region_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.093 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_api_paste_ini[filter:authtoken/region_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.098 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_api_paste_ini[filter:authtoken/region_name]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.101 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_version]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:03.105 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]/ensure: created 2019-09-12T08:30:03.108 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.112 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.115 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.118 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.122 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fernet_repo/key_repository]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.125 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/password]/ensure: created 2019-09-12T08:30:03.129 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/password]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.132 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/password]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.136 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/password]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.143 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]/ensure: created 2019-09-12T08:30:03.147 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.151 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.155 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.160 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.164 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_uri]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.170 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]/ensure: created 2019-09-12T08:30:03.176 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.183 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.187 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.193 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.198 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/password]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.202 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_admin_prefix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:03.205 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_version]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:03.210 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]/ensure: created 2019-09-12T08:30:03.214 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.219 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.230 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.234 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.237 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/username]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.242 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]/ensure: created 2019-09-12T08:30:03.245 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.249 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.252 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.258 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.261 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_type]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.264 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]/ensure: created 2019-09-12T08:30:03.268 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.271 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.278 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.282 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.285 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/control_exchange]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.288 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]/ensure: created 2019-09-12T08:30:03.292 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.295 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.300 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.303 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.307 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_userid]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.310 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]/ensure: created 2019-09-12T08:30:03.315 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.321 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.325 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.329 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.333 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_virtual_host]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.336 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]/ensure: created 2019-09-12T08:30:03.345 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.349 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.353 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.361 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.365 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[fm/catalog_info]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.368 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]/ensure: created 2019-09-12T08:30:03.371 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.375 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.381 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.385 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.388 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/api_paste_config]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.391 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]/ensure: created 2019-09-12T08:30:03.400 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.403 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.411 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.415 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.420 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_domain_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.423 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]/ensure: created 2019-09-12T08:30:03.427 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.430 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.434 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.438 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.442 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/armada_image_tag]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.446 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]/ensure: created 2019-09-12T08:30:03.451 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.463 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.471 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.481 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.485 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[keystone_authtoken/region_name]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.496 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]/ensure: created 2019-09-12T08:30:03.500 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.506 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.511 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.514 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.517 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/debug]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.520 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]/ensure: created 2019-09-12T08:30:03.524 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.527 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.530 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.533 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.536 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/syslog_log_facility]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.539 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]/ensure: created 2019-09-12T08:30:03.543 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.546 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.549 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.552 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.556 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[database/max_pool_size]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.560 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]/ensure: created 2019-09-12T08:30:03.563 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.567 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.570 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.573 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.576 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_uri]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.579 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_url]/ensure: created 2019-09-12T08:30:03.583 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_url]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.586 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_url]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.590 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_api_paste_ini[filter:authtoken/auth_url]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.596 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]/ensure: created 2019-09-12T08:30:03.601 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.605 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.611 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.617 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.621 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/use_syslog]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.625 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]/owner: owner changed 'root' to 'sysinv' 2019-09-12T08:30:03.629 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]/group: group changed 'root' to 'sysinv' 2019-09-12T08:30:03.634 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]/mode: mode changed '0644' to '0600' 2019-09-12T08:30:03.639 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.646 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.650 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/File[/etc/sysinv/sysinv.conf]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.655 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]/ensure: created 2019-09-12T08:30:03.659 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.665 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.678 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.683 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.686 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/project_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.690 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_version]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:03.693 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]/ensure: created 2019-09-12T08:30:03.697 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.703 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.707 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.715 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.721 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/auth_url]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.725 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]/ensure: created 2019-09-12T08:30:03.729 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.733 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.749 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.752 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.756 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[openstack_keystone_authtoken/nova_region_name]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.759 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]/ensure: created 2019-09-12T08:30:03.762 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.766 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.769 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.772 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.776 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_type]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.779 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]/ensure: created 2019-09-12T08:30:03.783 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.786 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.789 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.793 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.798 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Sysinv/Sysinv_config[DEFAULT/logging_default_format_string]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:03.804 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]/ensure: created 2019-09-12T08:30:03.808 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.812 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.816 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.820 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.828 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_password]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.835 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]/ensure: created 2019-09-12T08:30:03.843 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.848 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.853 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.857 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.860 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rpc_backend]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.864 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]/ensure: created 2019-09-12T08:30:03.867 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.870 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.874 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.877 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.880 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[openstack_keystone_authtoken/project_name]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.883 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_admin_prefix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:03.889 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]/ensure: created 2019-09-12T08:30:03.892 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.896 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.900 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.905 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.909 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Api/Sysinv_config[keystone_authtoken/auth_url]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:30:03.913 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]/ensure: created 2019-09-12T08:30:03.916 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.919 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.923 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.926 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.929 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[journal/journal_default_size]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.933 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]/ensure: created 2019-09-12T08:30:03.936 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]: Scheduling refresh of Service[sysinv-agent] 2019-09-12T08:30:03.940 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:03.944 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:03.952 Info: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:03.956 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv/Sysinv_config[DEFAULT/rabbit_ha_queues]: The container Class[Sysinv] will propagate my refresh event 2019-09-12T08:30:03.959 Debug: 2019-09-12 08:30:02 +0000 Executing: '/usr/bin/systemctl is-active sysinv-agent' 2019-09-12T08:30:03.963 Debug: 2019-09-12 08:30:02 +0000 Executing: '/usr/bin/systemctl is-enabled sysinv-agent' 2019-09-12T08:30:03.970 Debug: 2019-09-12 08:30:02 +0000 Executing: '/usr/bin/systemctl is-active sysinv-agent' 2019-09-12T08:30:03.977 Debug: 2019-09-12 08:30:02 +0000 Executing: '/usr/bin/systemctl restart sysinv-agent' 2019-09-12T08:30:03.983 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Agent/Service[sysinv-agent]: Triggered 'refresh' from 61 events 2019-09-12T08:30:03.986 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Sysinv::Agent/Service[sysinv-agent]: The container Class[Sysinv::Agent] will propagate my refresh event 2019-09-12T08:30:03.995 Debug: 2019-09-12 08:30:02 +0000 Class[Sysinv]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:04.006 Debug: 2019-09-12 08:30:02 +0000 Class[Sysinv::Agent]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:04.012 Notice: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/File[/etc/drbd.d/drbd-etcd.res]/ensure: defined content as '{md5}a258637b8bde73256921cf115890a2bf' 2019-09-12T08:30:04.016 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/File[/etc/drbd.d/drbd-etcd.res]: The container Concat[/etc/drbd.d/drbd-etcd.res] will propagate my refresh event 2019-09-12T08:30:04.021 Debug: 2019-09-12 08:30:02 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Concat[/etc/drbd.d/drbd-etcd.res]/File[/etc/drbd.d/drbd-etcd.res]: The container /etc/drbd.d/drbd-etcd.res will propagate my refresh event 2019-09-12T08:30:04.032 Debug: 2019-09-12 08:30:02 +0000 /etc/drbd.d/drbd-etcd.res: The container Concat[/etc/drbd.d/drbd-etcd.res] will propagate my refresh event 2019-09-12T08:30:04.046 Info: 2019-09-12 08:30:02 +0000 Concat[/etc/drbd.d/drbd-etcd.res]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:30:04.050 Debug: 2019-09-12 08:30:02 +0000 Concat[/etc/drbd.d/drbd-etcd.res]: The container Drbd::Resource[drbd-etcd] will propagate my refresh event 2019-09-12T08:30:04.054 Debug: 2019-09-12 08:30:02 +0000 Exec[initialize DRBD metadata for drbd-etcd](provider=posix): Executing check 'drbdadm dump-md drbd-etcd || (drbdadm cstate drbd-etcd | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-etcd | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.058 Debug: 2019-09-12 08:30:02 +0000 Executing: 'drbdadm dump-md drbd-etcd || (drbdadm cstate drbd-etcd | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-etcd | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.062 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.067 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.071 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.075 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.078 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: No valid meta data found 2019-09-12T08:30:04.082 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: Command 'drbdmeta 7 v08 /dev/cgts-vg/etcd-lv internal dump-md' terminated with exit code 255 2019-09-12T08:30:04.088 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.092 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.096 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.100 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.104 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: 7: Failure: (127) Device minor not allocated 2019-09-12T08:30:04.109 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: additional info from kernel: 2019-09-12T08:30:04.112 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: unknown minor 2019-09-12T08:30:04.116 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: Command 'drbdsetup cstate 7' terminated with exit code 10 2019-09-12T08:30:04.119 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.123 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.127 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.131 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.134 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/unless: Command 'drbdmeta 7 v08 /dev/cgts-vg/etcd-lv internal show-gi' terminated with exit code 255 2019-09-12T08:30:04.137 Debug: 2019-09-12 08:30:03 +0000 Exec[initialize DRBD metadata for drbd-etcd](provider=posix): Executing check 'test -e /dev/cgts-vg/etcd-lv' 2019-09-12T08:30:04.141 Debug: 2019-09-12 08:30:03 +0000 Executing: 'test -e /dev/cgts-vg/etcd-lv' 2019-09-12T08:30:04.144 Debug: 2019-09-12 08:30:03 +0000 Exec[initialize DRBD metadata for drbd-etcd](provider=posix): Executing 'yes yes | drbdadm create-md drbd-etcd -W--peer-max-bio-size=128k' 2019-09-12T08:30:04.147 Debug: 2019-09-12 08:30:03 +0000 Executing: 'yes yes | drbdadm create-md drbd-etcd -W--peer-max-bio-size=128k' 2019-09-12T08:30:04.151 Notice: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]/returns: executed successfully 2019-09-12T08:30:04.154 Info: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]: Scheduling refresh of Service[drbd] 2019-09-12T08:30:04.158 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[initialize DRBD metadata for drbd-etcd]: The container Drbd::Resource::Up[drbd-etcd] will propagate my refresh event 2019-09-12T08:30:04.161 Debug: 2019-09-12 08:30:03 +0000 Exec[enable DRBD resource drbd-etcd](provider=posix): Executing check 'drbdadm show-gi drbd-etcd | grep 'meta-data: need apply-al'' 2019-09-12T08:30:04.165 Debug: 2019-09-12 08:30:03 +0000 Executing: 'drbdadm show-gi drbd-etcd | grep 'meta-data: need apply-al'' 2019-09-12T08:30:04.169 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.172 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.176 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.179 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.182 Debug: 2019-09-12 08:30:03 +0000 Exec[enable DRBD resource drbd-etcd](provider=posix): Executing check 'drbdadm dstate drbd-etcd | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:30:04.186 Debug: 2019-09-12 08:30:03 +0000 Executing: 'drbdadm dstate drbd-etcd | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:30:04.189 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.193 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.197 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/onlyif: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.201 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[enable DRBD resource drbd-etcd]/onlyif: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.204 Debug: 2019-09-12 08:30:03 +0000 Exec[reuse existing DRBD resource drbd-etcd](provider=posix): Executing check 'test -e /dev/cgts-vg/etcd-lv && (drbdadm show-gi drbd-etcd | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.208 Debug: 2019-09-12 08:30:03 +0000 Executing: 'test -e /dev/cgts-vg/etcd-lv && (drbdadm show-gi drbd-etcd | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.212 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[reuse existing DRBD resource drbd-etcd]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.215 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[reuse existing DRBD resource drbd-etcd]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.218 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[reuse existing DRBD resource drbd-etcd]/onlyif: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.222 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[reuse existing DRBD resource drbd-etcd]/onlyif: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.226 Notice: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/File[/etc/drbd.d/drbd-dockerdistribution.res]/ensure: defined content as '{md5}c07c51b279c22f17f8f451b54df848dc' 2019-09-12T08:30:04.230 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/File[/etc/drbd.d/drbd-dockerdistribution.res]: The container Concat[/etc/drbd.d/drbd-dockerdistribution.res] will propagate my refresh event 2019-09-12T08:30:04.234 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Concat[/etc/drbd.d/drbd-dockerdistribution.res]/File[/etc/drbd.d/drbd-dockerdistribution.res]: The container /etc/drbd.d/drbd-dockerdistribution.res will propagate my refresh event 2019-09-12T08:30:04.237 Debug: 2019-09-12 08:30:03 +0000 /etc/drbd.d/drbd-dockerdistribution.res: The container Concat[/etc/drbd.d/drbd-dockerdistribution.res] will propagate my refresh event 2019-09-12T08:30:04.246 Info: 2019-09-12 08:30:03 +0000 Concat[/etc/drbd.d/drbd-dockerdistribution.res]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:30:04.252 Debug: 2019-09-12 08:30:03 +0000 Concat[/etc/drbd.d/drbd-dockerdistribution.res]: The container Drbd::Resource[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:04.257 Debug: 2019-09-12 08:30:03 +0000 Exec[initialize DRBD metadata for drbd-dockerdistribution](provider=posix): Executing check 'drbdadm dump-md drbd-dockerdistribution || (drbdadm cstate drbd-dockerdistribution | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-dockerdistribution | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.264 Debug: 2019-09-12 08:30:03 +0000 Executing: 'drbdadm dump-md drbd-dockerdistribution || (drbdadm cstate drbd-dockerdistribution | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-dockerdistribution | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.269 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.276 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.280 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.284 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.293 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: No valid meta data found 2019-09-12T08:30:04.297 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: Command 'drbdmeta 8 v08 /dev/cgts-vg/dockerdistribution-lv internal dump-md' terminated with exit code 255 2019-09-12T08:30:04.300 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.304 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.309 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.319 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.327 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: 8: Failure: (127) Device minor not allocated 2019-09-12T08:30:04.332 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: additional info from kernel: 2019-09-12T08:30:04.336 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: unknown minor 2019-09-12T08:30:04.341 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: Command 'drbdsetup cstate 8' terminated with exit code 10 2019-09-12T08:30:04.345 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.350 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.354 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.359 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.364 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/unless: Command 'drbdmeta 8 v08 /dev/cgts-vg/dockerdistribution-lv internal show-gi' terminated with exit code 255 2019-09-12T08:30:04.369 Debug: 2019-09-12 08:30:03 +0000 Exec[initialize DRBD metadata for drbd-dockerdistribution](provider=posix): Executing check 'test -e /dev/cgts-vg/dockerdistribution-lv' 2019-09-12T08:30:04.372 Debug: 2019-09-12 08:30:03 +0000 Executing: 'test -e /dev/cgts-vg/dockerdistribution-lv' 2019-09-12T08:30:04.376 Debug: 2019-09-12 08:30:03 +0000 Exec[initialize DRBD metadata for drbd-dockerdistribution](provider=posix): Executing 'yes yes | drbdadm create-md drbd-dockerdistribution -W--peer-max-bio-size=128k' 2019-09-12T08:30:04.379 Debug: 2019-09-12 08:30:03 +0000 Executing: 'yes yes | drbdadm create-md drbd-dockerdistribution -W--peer-max-bio-size=128k' 2019-09-12T08:30:04.382 Notice: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]/returns: executed successfully 2019-09-12T08:30:04.386 Info: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]: Scheduling refresh of Service[drbd] 2019-09-12T08:30:04.389 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[initialize DRBD metadata for drbd-dockerdistribution]: The container Drbd::Resource::Up[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:04.392 Debug: 2019-09-12 08:30:03 +0000 Exec[enable DRBD resource drbd-dockerdistribution](provider=posix): Executing check 'drbdadm show-gi drbd-dockerdistribution | grep 'meta-data: need apply-al'' 2019-09-12T08:30:04.396 Debug: 2019-09-12 08:30:03 +0000 Executing: 'drbdadm show-gi drbd-dockerdistribution | grep 'meta-data: need apply-al'' 2019-09-12T08:30:04.399 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.402 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.406 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/unless: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.409 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/unless: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.413 Debug: 2019-09-12 08:30:03 +0000 Exec[enable DRBD resource drbd-dockerdistribution](provider=posix): Executing check 'drbdadm dstate drbd-dockerdistribution | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:30:04.417 Debug: 2019-09-12 08:30:03 +0000 Executing: 'drbdadm dstate drbd-dockerdistribution | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:30:04.421 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.426 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.430 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/onlyif: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.434 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[enable DRBD resource drbd-dockerdistribution]/onlyif: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.437 Debug: 2019-09-12 08:30:03 +0000 Exec[reuse existing DRBD resource drbd-dockerdistribution](provider=posix): Executing check 'test -e /dev/cgts-vg/dockerdistribution-lv && (drbdadm show-gi drbd-dockerdistribution | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.441 Debug: 2019-09-12 08:30:03 +0000 Executing: 'test -e /dev/cgts-vg/dockerdistribution-lv && (drbdadm show-gi drbd-dockerdistribution | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.445 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[reuse existing DRBD resource drbd-dockerdistribution]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.449 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[reuse existing DRBD resource drbd-dockerdistribution]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.453 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[reuse existing DRBD resource drbd-dockerdistribution]/onlyif: /etc/drbd.d/drbd-rabbit.res:1: in resource drbd-rabbit: 2019-09-12T08:30:04.456 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[reuse existing DRBD resource drbd-dockerdistribution]/onlyif: resource 'drbd-pgsql' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.461 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Barbican::Api/Barbican_config[retry_scheduler/initial_delay_seconds]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:04.465 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Barbican::Api::Logging/Oslo::Log[barbican_config]/Barbican_config[DEFAULT/log_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:04.469 Debug: 2019-09-12 08:30:03 +0000 Oslo::Log[barbican_config]: The container Class[Barbican::Api::Logging] will propagate my refresh event 2019-09-12T08:30:04.472 Notice: 2019-09-12 08:30:03 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::end]: Triggered 'refresh' from 24 events 2019-09-12T08:30:04.476 Info: 2019-09-12 08:30:03 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::end]: Scheduling refresh of Anchor[barbican::service::begin] 2019-09-12T08:30:04.480 Info: 2019-09-12 08:30:03 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::end]: Scheduling refresh of Exec[barbican-db-manage] 2019-09-12T08:30:04.484 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::config::end]: The container Class[Barbican::Deps] will propagate my refresh event 2019-09-12T08:30:04.488 Debug: 2019-09-12 08:30:03 +0000 Class[Barbican::Api::Logging]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:04.492 Debug: 2019-09-12 08:30:03 +0000 Class[Platform::Ldap::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:04.495 Debug: 2019-09-12 08:30:03 +0000 Prefetching crontab resources for cron 2019-09-12T08:30:04.499 Debug: 2019-09-12 08:30:03 +0000 looking for crontabs in /var/spool/cron 2019-09-12T08:30:04.503 Notice: 2019-09-12 08:30:03 +0000 /Stage[main]/Openstack::Barbican::Service/Cron[barbican-cleaner]/ensure: created 2019-09-12T08:30:04.507 Debug: 2019-09-12 08:30:03 +0000 Flushing cron provider target root 2019-09-12T08:30:04.511 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Openstack::Barbican::Service/Cron[barbican-cleaner]: The container Class[Openstack::Barbican::Service] will propagate my refresh event 2019-09-12T08:30:04.518 Debug: 2019-09-12 08:30:03 +0000 Class[Openstack::Barbican::Service]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:04.527 Debug: 2019-09-12 08:30:03 +0000 Class[Openstack::Barbican]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:04.530 Notice: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/File[/etc/drbd.d/drbd-pgsql.res]/ensure: defined content as '{md5}cf4c03773365d8adc176d9d0f7b4844e' 2019-09-12T08:30:04.534 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/File[/etc/drbd.d/drbd-pgsql.res]: The container Concat[/etc/drbd.d/drbd-pgsql.res] will propagate my refresh event 2019-09-12T08:30:04.539 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Concat[/etc/drbd.d/drbd-pgsql.res]/File[/etc/drbd.d/drbd-pgsql.res]: The container /etc/drbd.d/drbd-pgsql.res will propagate my refresh event 2019-09-12T08:30:04.543 Debug: 2019-09-12 08:30:03 +0000 /etc/drbd.d/drbd-pgsql.res: The container Concat[/etc/drbd.d/drbd-pgsql.res] will propagate my refresh event 2019-09-12T08:30:04.546 Info: 2019-09-12 08:30:03 +0000 Concat[/etc/drbd.d/drbd-pgsql.res]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:30:04.550 Debug: 2019-09-12 08:30:03 +0000 Concat[/etc/drbd.d/drbd-pgsql.res]: The container Drbd::Resource[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:04.554 Debug: 2019-09-12 08:30:03 +0000 Exec[initialize DRBD metadata for drbd-pgsql](provider=posix): Executing check 'drbdadm dump-md drbd-pgsql || (drbdadm cstate drbd-pgsql | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-pgsql | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.558 Debug: 2019-09-12 08:30:03 +0000 Executing: 'drbdadm dump-md drbd-pgsql || (drbdadm cstate drbd-pgsql | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-pgsql | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.563 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.567 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.570 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: No valid meta data found 2019-09-12T08:30:04.574 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: Command 'drbdmeta 0 v08 /dev/cgts-vg/pgsql-lv internal dump-md' terminated with exit code 255 2019-09-12T08:30:04.580 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.584 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.589 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: 0: Failure: (127) Device minor not allocated 2019-09-12T08:30:04.593 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: additional info from kernel: 2019-09-12T08:30:04.598 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: unknown minor 2019-09-12T08:30:04.603 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: Command 'drbdsetup cstate 0' terminated with exit code 10 2019-09-12T08:30:04.607 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.610 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.614 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/unless: Command 'drbdmeta 0 v08 /dev/cgts-vg/pgsql-lv internal show-gi' terminated with exit code 255 2019-09-12T08:30:04.617 Debug: 2019-09-12 08:30:03 +0000 Exec[initialize DRBD metadata for drbd-pgsql](provider=posix): Executing check 'test -e /dev/cgts-vg/pgsql-lv' 2019-09-12T08:30:04.620 Debug: 2019-09-12 08:30:03 +0000 Executing: 'test -e /dev/cgts-vg/pgsql-lv' 2019-09-12T08:30:04.624 Debug: 2019-09-12 08:30:03 +0000 Exec[initialize DRBD metadata for drbd-pgsql](provider=posix): Executing 'yes yes | drbdadm create-md drbd-pgsql -W--peer-max-bio-size=128k' 2019-09-12T08:30:04.627 Debug: 2019-09-12 08:30:03 +0000 Executing: 'yes yes | drbdadm create-md drbd-pgsql -W--peer-max-bio-size=128k' 2019-09-12T08:30:04.630 Notice: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]/returns: executed successfully 2019-09-12T08:30:04.633 Info: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]: Scheduling refresh of Service[drbd] 2019-09-12T08:30:04.637 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[initialize DRBD metadata for drbd-pgsql]: The container Drbd::Resource::Up[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:04.640 Debug: 2019-09-12 08:30:03 +0000 Exec[enable DRBD resource drbd-pgsql](provider=posix): Executing check 'drbdadm show-gi drbd-pgsql | grep 'meta-data: need apply-al'' 2019-09-12T08:30:04.643 Debug: 2019-09-12 08:30:03 +0000 Executing: 'drbdadm show-gi drbd-pgsql | grep 'meta-data: need apply-al'' 2019-09-12T08:30:04.646 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[enable DRBD resource drbd-pgsql]/unless: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.650 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[enable DRBD resource drbd-pgsql]/unless: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.653 Debug: 2019-09-12 08:30:03 +0000 Exec[enable DRBD resource drbd-pgsql](provider=posix): Executing check 'drbdadm dstate drbd-pgsql | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:30:04.657 Debug: 2019-09-12 08:30:03 +0000 Executing: 'drbdadm dstate drbd-pgsql | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:30:04.660 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[enable DRBD resource drbd-pgsql]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.663 Debug: 2019-09-12 08:30:03 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[enable DRBD resource drbd-pgsql]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.666 Debug: 2019-09-12 08:30:03 +0000 Exec[reuse existing DRBD resource drbd-pgsql](provider=posix): Executing check 'test -e /dev/cgts-vg/pgsql-lv && (drbdadm show-gi drbd-pgsql | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.670 Debug: 2019-09-12 08:30:04 +0000 Executing: 'test -e /dev/cgts-vg/pgsql-lv && (drbdadm show-gi drbd-pgsql | grep 'meta-data: need apply-al')' 2019-09-12T08:30:04.673 Debug: 2019-09-12 08:30:04 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[reuse existing DRBD resource drbd-pgsql]/onlyif: /etc/drbd.d/drbd-extension.res:1: in resource drbd-extension: 2019-09-12T08:30:04.676 Debug: 2019-09-12 08:30:04 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[reuse existing DRBD resource drbd-pgsql]/onlyif: resource 'drbd-platform' mentioned in 'resync-after' option is not known. 2019-09-12T08:30:04.680 Debug: 2019-09-12 08:30:04 +0000 Executing: '/usr/sbin/lvs cgts-vg' 2019-09-12T08:30:04.683 Debug: 2019-09-12 08:30:04 +0000 Executing: '/usr/sbin/vgs --noheading -o vg_extent_size --units k cgts-vg' 2019-09-12T08:30:04.686 Debug: 2019-09-12 08:30:04 +0000 Executing: '/usr/sbin/lvcreate -n platform-lv --size 10485760k cgts-vg' 2019-09-12T08:30:04.690 Debug: 2019-09-12 08:30:04 +0000 Executing: '/usr/sbin/lvs --noheading -o lv_size --units m /dev/cgts-vg/platform-lv' 2019-09-12T08:30:04.693 Debug: 2019-09-12 08:30:04 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/platform-lv bs=1M seek=10238' 2019-09-12T08:30:04.696 Debug: 2019-09-12 08:30:04 +0000 Executing: '/usr/bin/dd if=/dev/zero of=/dev/cgts-vg/platform-lv bs=1M count=100' 2019-09-12T08:30:06.518 Notice: 2019-09-12 08:30:06 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Logical_volume[platform-lv]/ensure: created 2019-09-12T08:30:06.521 Debug: 2019-09-12 08:30:06 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Logical_volume[platform-lv]: The container Platform::Drbd::Filesystem[drbd-platform] will propagate my refresh event 2019-09-12T08:30:06.526 Notice: 2019-09-12 08:30:06 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/File[/opt/platform]/ensure: created 2019-09-12T08:30:06.530 Debug: 2019-09-12 08:30:06 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/File[/opt/platform]: The container Drbd::Resource[drbd-platform] will propagate my refresh event 2019-09-12T08:30:06.533 Debug: 2019-09-12 08:30:06 +0000 Exec[test disk by-path for drbd-platform](provider=posix): Executing check 'test -e /dev/cgts-vg/platform-lv' 2019-09-12T08:30:06.537 Debug: 2019-09-12 08:30:06 +0000 Executing: 'test -e /dev/cgts-vg/platform-lv' 2019-09-12T08:30:08.346 Notice: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/File[/etc/drbd.d/drbd-platform.res]/ensure: defined content as '{md5}4fabfbdfc5331e61fd4527586e173fe4' 2019-09-12T08:30:08.350 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/File[/etc/drbd.d/drbd-platform.res]: The container Concat[/etc/drbd.d/drbd-platform.res] will propagate my refresh event 2019-09-12T08:30:08.354 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Concat[/etc/drbd.d/drbd-platform.res]/File[/etc/drbd.d/drbd-platform.res]: The container /etc/drbd.d/drbd-platform.res will propagate my refresh event 2019-09-12T08:30:08.359 Debug: 2019-09-12 08:30:08 +0000 /etc/drbd.d/drbd-platform.res: The container Concat[/etc/drbd.d/drbd-platform.res] will propagate my refresh event 2019-09-12T08:30:08.363 Info: 2019-09-12 08:30:08 +0000 Concat[/etc/drbd.d/drbd-platform.res]: Scheduling refresh of Class[Drbd::Service] 2019-09-12T08:30:08.367 Debug: 2019-09-12 08:30:08 +0000 Concat[/etc/drbd.d/drbd-platform.res]: The container Drbd::Resource[drbd-platform] will propagate my refresh event 2019-09-12T08:30:08.370 Debug: 2019-09-12 08:30:08 +0000 Exec[reuse existing DRBD resource drbd-platform](provider=posix): Executing check 'test -e /dev/cgts-vg/platform-lv && (drbdadm show-gi drbd-platform | grep 'meta-data: need apply-al')' 2019-09-12T08:30:08.373 Debug: 2019-09-12 08:30:08 +0000 Executing: 'test -e /dev/cgts-vg/platform-lv && (drbdadm show-gi drbd-platform | grep 'meta-data: need apply-al')' 2019-09-12T08:30:08.378 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[reuse existing DRBD resource drbd-platform]/onlyif: Command 'drbdmeta 2 v08 /dev/cgts-vg/platform-lv internal show-gi' terminated with exit code 255 2019-09-12T08:30:08.384 Debug: 2019-09-12 08:30:08 +0000 Exec[initialize DRBD metadata for drbd-platform](provider=posix): Executing check 'drbdadm dump-md drbd-platform || (drbdadm cstate drbd-platform | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-platform | grep 'meta-data: need apply-al')' 2019-09-12T08:30:08.389 Debug: 2019-09-12 08:30:08 +0000 Executing: 'drbdadm dump-md drbd-platform || (drbdadm cstate drbd-platform | egrep -q '^(PausedSync|Sync|Connected|WFConnection|StandAlone|Verify)') || (drbdadm show-gi drbd-platform | grep 'meta-data: need apply-al')' 2019-09-12T08:30:08.403 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/unless: No valid meta data found 2019-09-12T08:30:08.408 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/unless: Command 'drbdmeta 2 v08 /dev/cgts-vg/platform-lv internal dump-md' terminated with exit code 255 2019-09-12T08:30:08.412 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/unless: 2: Failure: (127) Device minor not allocated 2019-09-12T08:30:08.417 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/unless: additional info from kernel: 2019-09-12T08:30:08.421 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/unless: unknown minor 2019-09-12T08:30:08.425 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/unless: Command 'drbdsetup cstate 2' terminated with exit code 10 2019-09-12T08:30:08.429 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/unless: Command 'drbdmeta 2 v08 /dev/cgts-vg/platform-lv internal show-gi' terminated with exit code 255 2019-09-12T08:30:08.432 Debug: 2019-09-12 08:30:08 +0000 Exec[initialize DRBD metadata for drbd-platform](provider=posix): Executing check 'test -e /dev/cgts-vg/platform-lv' 2019-09-12T08:30:08.436 Debug: 2019-09-12 08:30:08 +0000 Executing: 'test -e /dev/cgts-vg/platform-lv' 2019-09-12T08:30:08.439 Debug: 2019-09-12 08:30:08 +0000 Exec[initialize DRBD metadata for drbd-platform](provider=posix): Executing 'yes yes | drbdadm create-md drbd-platform -W--peer-max-bio-size=128k' 2019-09-12T08:30:08.443 Debug: 2019-09-12 08:30:08 +0000 Executing: 'yes yes | drbdadm create-md drbd-platform -W--peer-max-bio-size=128k' 2019-09-12T08:30:08.515 Notice: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]/returns: executed successfully 2019-09-12T08:30:08.521 Info: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]: Scheduling refresh of Service[drbd] 2019-09-12T08:30:08.527 Debug: 2019-09-12 08:30:08 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[initialize DRBD metadata for drbd-platform]: The container Drbd::Resource::Up[drbd-platform] will propagate my refresh event 2019-09-12T08:30:08.532 Debug: 2019-09-12 08:30:08 +0000 Exec[enable DRBD resource drbd-platform](provider=posix): Executing check 'drbdadm show-gi drbd-platform | grep 'meta-data: need apply-al'' 2019-09-12T08:30:08.537 Debug: 2019-09-12 08:30:08 +0000 Executing: 'drbdadm show-gi drbd-platform | grep 'meta-data: need apply-al'' 2019-09-12T08:30:08.544 Debug: 2019-09-12 08:30:08 +0000 Exec[enable DRBD resource drbd-platform](provider=posix): Executing check 'drbdadm dstate drbd-platform | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:30:08.551 Debug: 2019-09-12 08:30:08 +0000 Executing: 'drbdadm dstate drbd-platform | egrep -q '^(Diskless/|Unconfigured|Consistent)'' 2019-09-12T08:30:08.564 Info: 2019-09-12 08:30:08 +0000 Class[Drbd::Service]: Scheduling refresh of Service[drbd] 2019-09-12T08:30:08.568 Debug: 2019-09-12 08:30:08 +0000 Executing: '/usr/bin/systemctl is-active drbd' 2019-09-12T08:30:08.572 Debug: 2019-09-12 08:30:08 +0000 Executing: '/usr/bin/systemctl is-enabled drbd' 2019-09-12T08:30:08.584 Debug: 2019-09-12 08:30:08 +0000 Executing: '/usr/bin/systemctl unmask drbd' 2019-09-12T08:30:08.677 Debug: 2019-09-12 08:30:08 +0000 Executing: '/usr/bin/systemctl start drbd' 2019-09-12T08:30:09.547 Debug: 2019-09-12 08:30:09 +0000 Executing: '/usr/bin/systemctl is-enabled drbd' 2019-09-12T08:30:09.561 Debug: 2019-09-12 08:30:09 +0000 Executing: '/usr/bin/systemctl unmask drbd' 2019-09-12T08:30:09.668 Notice: 2019-09-12 08:30:09 +0000 /Stage[main]/Drbd::Service/Service[drbd]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:30:09.672 Debug: 2019-09-12 08:30:09 +0000 /Stage[main]/Drbd::Service/Service[drbd]: The container Class[Drbd::Service] will propagate my refresh event 2019-09-12T08:30:09.676 Info: 2019-09-12 08:30:09 +0000 /Stage[main]/Drbd::Service/Service[drbd]: Unscheduling refresh on Service[drbd] 2019-09-12T08:30:09.679 Debug: 2019-09-12 08:30:09 +0000 Exec[drbd_make_primary_drbd-rabbit](provider=posix): Executing check 'drbdadm role drbd-rabbit | egrep '^Primary'' 2019-09-12T08:30:09.683 Debug: 2019-09-12 08:30:09 +0000 Executing: 'drbdadm role drbd-rabbit | egrep '^Primary'' 2019-09-12T08:30:09.686 Debug: 2019-09-12 08:30:09 +0000 Exec[drbd_make_primary_drbd-rabbit](provider=posix): Executing check 'drbdadm dstate drbd-rabbit | egrep '^Inconsistent'' 2019-09-12T08:30:09.690 Debug: 2019-09-12 08:30:09 +0000 Executing: 'drbdadm dstate drbd-rabbit | egrep '^Inconsistent'' 2019-09-12T08:30:09.699 Debug: 2019-09-12 08:30:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_drbd-rabbit]/onlyif: Inconsistent/DUnknown 2019-09-12T08:30:09.703 Debug: 2019-09-12 08:30:09 +0000 Exec[drbd_make_primary_drbd-rabbit](provider=posix): Executing 'drbdadm -- --overwrite-data-of-peer primary drbd-rabbit' 2019-09-12T08:30:09.707 Debug: 2019-09-12 08:30:09 +0000 Executing: 'drbdadm -- --overwrite-data-of-peer primary drbd-rabbit' 2019-09-12T08:30:09.728 Notice: 2019-09-12 08:30:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_drbd-rabbit]/returns: executed successfully 2019-09-12T08:30:09.731 Info: 2019-09-12 08:30:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_drbd-rabbit]: Scheduling refresh of Exec[drbd_format_volume_drbd-rabbit] 2019-09-12T08:30:09.735 Debug: 2019-09-12 08:30:09 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_drbd-rabbit]: The container Drbd::Resource::Up[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:09.745 Debug: 2019-09-12 08:30:09 +0000 Exec[drbd_make_primary_drbd-platform](provider=posix): Executing check 'drbdadm role drbd-platform | egrep '^Primary'' 2019-09-12T08:30:09.749 Debug: 2019-09-12 08:30:09 +0000 Executing: 'drbdadm role drbd-platform | egrep '^Primary'' 2019-09-12T08:30:09.761 Debug: 2019-09-12 08:30:09 +0000 Exec[drbd_make_primary_drbd-platform](provider=posix): Executing check 'drbdadm dstate drbd-platform | egrep '^Inconsistent'' 2019-09-12T08:30:09.765 Debug: 2019-09-12 08:30:09 +0000 Executing: 'drbdadm dstate drbd-platform | egrep '^Inconsistent'' 2019-09-12T08:30:09.769 Debug: 2019-09-12 08:30:09 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_drbd-platform]/onlyif: Inconsistent/DUnknown 2019-09-12T08:30:09.773 Debug: 2019-09-12 08:30:09 +0000 Exec[drbd_make_primary_drbd-platform](provider=posix): Executing 'drbdadm -- --overwrite-data-of-peer primary drbd-platform' 2019-09-12T08:30:09.776 Debug: 2019-09-12 08:30:09 +0000 Executing: 'drbdadm -- --overwrite-data-of-peer primary drbd-platform' 2019-09-12T08:30:10.249 Notice: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_drbd-platform]/returns: executed successfully 2019-09-12T08:30:10.253 Info: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_drbd-platform]: Scheduling refresh of Exec[drbd_format_volume_drbd-platform] 2019-09-12T08:30:10.257 Debug: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_drbd-platform]: The container Drbd::Resource::Up[drbd-platform] will propagate my refresh event 2019-09-12T08:30:10.260 Debug: 2019-09-12 08:30:10 +0000 Exec[drbd_make_primary_again_drbd-platform](provider=posix): Executing check 'drbdadm role drbd-platform | egrep '^Primary'' 2019-09-12T08:30:10.264 Debug: 2019-09-12 08:30:10 +0000 Executing: 'drbdadm role drbd-platform | egrep '^Primary'' 2019-09-12T08:30:10.268 Debug: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_make_primary_again_drbd-platform]/unless: Primary/Unknown 2019-09-12T08:30:10.274 Debug: 2019-09-12 08:30:10 +0000 Exec[drbd_make_primary_drbd-pgsql](provider=posix): Executing check 'drbdadm role drbd-pgsql | egrep '^Primary'' 2019-09-12T08:30:10.280 Debug: 2019-09-12 08:30:10 +0000 Executing: 'drbdadm role drbd-pgsql | egrep '^Primary'' 2019-09-12T08:30:10.293 Debug: 2019-09-12 08:30:10 +0000 Exec[drbd_make_primary_drbd-pgsql](provider=posix): Executing check 'drbdadm dstate drbd-pgsql | egrep '^Inconsistent'' 2019-09-12T08:30:10.298 Debug: 2019-09-12 08:30:10 +0000 Executing: 'drbdadm dstate drbd-pgsql | egrep '^Inconsistent'' 2019-09-12T08:30:10.306 Debug: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_drbd-pgsql]/onlyif: Inconsistent/DUnknown 2019-09-12T08:30:10.310 Debug: 2019-09-12 08:30:10 +0000 Exec[drbd_make_primary_drbd-pgsql](provider=posix): Executing 'drbdadm -- --overwrite-data-of-peer primary drbd-pgsql' 2019-09-12T08:30:10.314 Debug: 2019-09-12 08:30:10 +0000 Executing: 'drbdadm -- --overwrite-data-of-peer primary drbd-pgsql' 2019-09-12T08:30:10.337 Notice: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_drbd-pgsql]/returns: executed successfully 2019-09-12T08:30:10.342 Info: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_drbd-pgsql]: Scheduling refresh of Exec[drbd_format_volume_drbd-pgsql] 2019-09-12T08:30:10.347 Debug: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_drbd-pgsql]: The container Drbd::Resource::Up[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:10.352 Debug: 2019-09-12 08:30:10 +0000 Exec[drbd_make_primary_again_drbd-pgsql](provider=posix): Executing check 'drbdadm role drbd-pgsql | egrep '^Primary'' 2019-09-12T08:30:10.357 Debug: 2019-09-12 08:30:10 +0000 Executing: 'drbdadm role drbd-pgsql | egrep '^Primary'' 2019-09-12T08:30:10.362 Debug: 2019-09-12 08:30:10 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_make_primary_again_drbd-pgsql]/unless: Primary/Unknown 2019-09-12T08:30:10.367 Debug: 2019-09-12 08:30:10 +0000 Exec[drbd_format_volume_drbd-rabbit](provider=posix): Executing 'mkfs.ext4 /dev/drbd1' 2019-09-12T08:30:10.372 Debug: 2019-09-12 08:30:10 +0000 Executing: 'mkfs.ext4 /dev/drbd1' 2019-09-12T08:30:11.778 Notice: 2019-09-12 08:30:11 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_format_volume_drbd-rabbit]: Triggered 'refresh' from 1 events 2019-09-12T08:30:11.782 Debug: 2019-09-12 08:30:11 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_format_volume_drbd-rabbit]: The container Drbd::Resource::Up[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:11.787 Debug: 2019-09-12 08:30:11 +0000 Exec[drbd_format_volume_drbd-platform](provider=posix): Executing 'mkfs.ext4 /dev/drbd2' 2019-09-12T08:30:11.791 Debug: 2019-09-12 08:30:11 +0000 Executing: 'mkfs.ext4 /dev/drbd2' 2019-09-12T08:30:17.681 Notice: 2019-09-12 08:30:17 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_format_volume_drbd-platform]: Triggered 'refresh' from 1 events 2019-09-12T08:30:17.685 Debug: 2019-09-12 08:30:17 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Exec[drbd_format_volume_drbd-platform]: The container Drbd::Resource::Up[drbd-platform] will propagate my refresh event 2019-09-12T08:30:17.690 Notice: 2019-09-12 08:30:17 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:30:17.693 Debug: 2019-09-12 08:30:17 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:30:17.697 Debug: 2019-09-12 08:30:17 +0000 Executing: '/usr/bin/mount /opt/platform' 2019-09-12T08:30:17.706 Debug: 2019-09-12 08:30:17 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: The container Drbd::Resource::Up[drbd-platform] will propagate my refresh event 2019-09-12T08:30:17.710 Info: 2019-09-12 08:30:17 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Scheduling refresh of Mount[/opt/platform] 2019-09-12T08:30:17.719 Info: 2019-09-12 08:30:17 +0000 Mount[/opt/platform](provider=parsed): Remounting 2019-09-12T08:30:17.722 Debug: 2019-09-12 08:30:17 +0000 Executing: '/usr/bin/mount -o remount /opt/platform' 2019-09-12T08:30:17.743 Notice: 2019-09-12 08:30:17 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Triggered 'refresh' from 1 events 2019-09-12T08:30:17.748 Debug: 2019-09-12 08:30:17 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: The container Drbd::Resource::Up[drbd-platform] will propagate my refresh event 2019-09-12T08:30:17.751 Info: 2019-09-12 08:30:17 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Drbd::Resource[drbd-platform]/Drbd::Resource::Enable[drbd-platform]/Drbd::Resource::Up[drbd-platform]/Mount[/opt/platform]: Scheduling refresh of Mount[/opt/platform] 2019-09-12T08:30:17.755 Debug: 2019-09-12 08:30:17 +0000 Exec[drbd_format_volume_drbd-pgsql](provider=posix): Executing 'mkfs.ext4 /dev/drbd0' 2019-09-12T08:30:17.758 Debug: 2019-09-12 08:30:17 +0000 Executing: 'mkfs.ext4 /dev/drbd0' 2019-09-12T08:30:19.205 Notice: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_format_volume_drbd-pgsql]: Triggered 'refresh' from 1 events 2019-09-12T08:30:19.209 Debug: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Exec[drbd_format_volume_drbd-pgsql]: The container Drbd::Resource::Up[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:19.215 Notice: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv]/ensure: created 2019-09-12T08:30:19.219 Debug: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:19.223 Debug: 2019-09-12 08:30:19 +0000 Exec[drbd_make_primary_drbd-dockerdistribution](provider=posix): Executing check 'drbdadm role drbd-dockerdistribution | egrep '^Primary'' 2019-09-12T08:30:19.226 Debug: 2019-09-12 08:30:19 +0000 Executing: 'drbdadm role drbd-dockerdistribution | egrep '^Primary'' 2019-09-12T08:30:19.230 Debug: 2019-09-12 08:30:19 +0000 Exec[drbd_make_primary_drbd-dockerdistribution](provider=posix): Executing check 'drbdadm dstate drbd-dockerdistribution | egrep '^Inconsistent'' 2019-09-12T08:30:19.234 Debug: 2019-09-12 08:30:19 +0000 Executing: 'drbdadm dstate drbd-dockerdistribution | egrep '^Inconsistent'' 2019-09-12T08:30:19.238 Debug: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_drbd-dockerdistribution]/onlyif: Inconsistent/DUnknown 2019-09-12T08:30:19.242 Debug: 2019-09-12 08:30:19 +0000 Exec[drbd_make_primary_drbd-dockerdistribution](provider=posix): Executing 'drbdadm -- --overwrite-data-of-peer primary drbd-dockerdistribution' 2019-09-12T08:30:19.246 Debug: 2019-09-12 08:30:19 +0000 Executing: 'drbdadm -- --overwrite-data-of-peer primary drbd-dockerdistribution' 2019-09-12T08:30:19.274 Notice: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_drbd-dockerdistribution]/returns: executed successfully 2019-09-12T08:30:19.279 Info: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_drbd-dockerdistribution]: Scheduling refresh of Exec[drbd_format_volume_drbd-dockerdistribution] 2019-09-12T08:30:19.282 Debug: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_drbd-dockerdistribution]: The container Drbd::Resource::Up[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:19.288 Debug: 2019-09-12 08:30:19 +0000 Exec[drbd_make_primary_again_drbd-dockerdistribution](provider=posix): Executing check 'drbdadm role drbd-dockerdistribution | egrep '^Primary'' 2019-09-12T08:30:19.291 Debug: 2019-09-12 08:30:19 +0000 Executing: 'drbdadm role drbd-dockerdistribution | egrep '^Primary'' 2019-09-12T08:30:19.295 Debug: 2019-09-12 08:30:19 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_make_primary_again_drbd-dockerdistribution]/unless: Primary/Unknown 2019-09-12T08:30:19.300 Debug: 2019-09-12 08:30:19 +0000 Exec[drbd_format_volume_drbd-dockerdistribution](provider=posix): Executing 'mkfs.ext4 /dev/drbd8' 2019-09-12T08:30:19.305 Debug: 2019-09-12 08:30:19 +0000 Executing: 'mkfs.ext4 /dev/drbd8' 2019-09-12T08:30:20.872 Notice: 2019-09-12 08:30:20 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_format_volume_drbd-dockerdistribution]: Triggered 'refresh' from 1 events 2019-09-12T08:30:20.878 Debug: 2019-09-12 08:30:20 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Exec[drbd_format_volume_drbd-dockerdistribution]: The container Drbd::Resource::Up[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:21.007 Notice: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:30:21.011 Debug: 2019-09-12 08:30:21 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:30:21.015 Debug: 2019-09-12 08:30:21 +0000 Executing: '/usr/bin/mount /var/lib/docker-distribution' 2019-09-12T08:30:21.029 Debug: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]: The container Drbd::Resource::Up[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:21.032 Info: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]: Scheduling refresh of Mount[/var/lib/docker-distribution] 2019-09-12T08:30:21.036 Info: 2019-09-12 08:30:21 +0000 Mount[/var/lib/docker-distribution](provider=parsed): Remounting 2019-09-12T08:30:21.039 Debug: 2019-09-12 08:30:21 +0000 Executing: '/usr/bin/mount -o remount /var/lib/docker-distribution' 2019-09-12T08:30:21.068 Notice: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]: Triggered 'refresh' from 1 events 2019-09-12T08:30:21.072 Debug: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]: The container Drbd::Resource::Up[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:21.075 Info: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Drbd::Resource[drbd-dockerdistribution]/Drbd::Resource::Enable[drbd-dockerdistribution]/Drbd::Resource::Up[drbd-dockerdistribution]/Mount[/var/lib/docker-distribution]: Scheduling refresh of Mount[/var/lib/docker-distribution] 2019-09-12T08:30:21.078 Debug: 2019-09-12 08:30:21 +0000 Drbd::Resource::Up[drbd-dockerdistribution]: The container Drbd::Resource::Enable[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:21.082 Debug: 2019-09-12 08:30:21 +0000 Drbd::Resource::Enable[drbd-dockerdistribution]: The container Drbd::Resource[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:21.085 Debug: 2019-09-12 08:30:21 +0000 Exec[drbd_make_primary_drbd-extension](provider=posix): Executing check 'drbdadm role drbd-extension | egrep '^Primary'' 2019-09-12T08:30:21.089 Debug: 2019-09-12 08:30:21 +0000 Executing: 'drbdadm role drbd-extension | egrep '^Primary'' 2019-09-12T08:30:21.093 Debug: 2019-09-12 08:30:21 +0000 Exec[drbd_make_primary_drbd-extension](provider=posix): Executing check 'drbdadm dstate drbd-extension | egrep '^Inconsistent'' 2019-09-12T08:30:21.097 Debug: 2019-09-12 08:30:21 +0000 Executing: 'drbdadm dstate drbd-extension | egrep '^Inconsistent'' 2019-09-12T08:30:21.106 Debug: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_drbd-extension]/onlyif: Inconsistent/DUnknown 2019-09-12T08:30:21.110 Debug: 2019-09-12 08:30:21 +0000 Exec[drbd_make_primary_drbd-extension](provider=posix): Executing 'drbdadm -- --overwrite-data-of-peer primary drbd-extension' 2019-09-12T08:30:21.114 Debug: 2019-09-12 08:30:21 +0000 Executing: 'drbdadm -- --overwrite-data-of-peer primary drbd-extension' 2019-09-12T08:30:21.139 Notice: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_drbd-extension]/returns: executed successfully 2019-09-12T08:30:21.144 Info: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_drbd-extension]: Scheduling refresh of Exec[drbd_format_volume_drbd-extension] 2019-09-12T08:30:21.149 Debug: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_drbd-extension]: The container Drbd::Resource::Up[drbd-extension] will propagate my refresh event 2019-09-12T08:30:21.152 Debug: 2019-09-12 08:30:21 +0000 Exec[drbd_format_volume_drbd-extension](provider=posix): Executing 'mkfs.ext4 /dev/drbd5' 2019-09-12T08:30:21.156 Debug: 2019-09-12 08:30:21 +0000 Executing: 'mkfs.ext4 /dev/drbd5' 2019-09-12T08:30:21.934 Notice: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_format_volume_drbd-extension]: Triggered 'refresh' from 1 events 2019-09-12T08:30:21.938 Debug: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_format_volume_drbd-extension]: The container Drbd::Resource::Up[drbd-extension] will propagate my refresh event 2019-09-12T08:30:21.943 Debug: 2019-09-12 08:30:21 +0000 Class[Drbd::Service]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:21.947 Notice: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv/19.09]/ensure: created 2019-09-12T08:30:21.951 Debug: 2019-09-12 08:30:21 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv/19.09]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:21.954 Debug: 2019-09-12 08:30:21 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:30:21.957 Debug: 2019-09-12 08:30:21 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:30:22.071 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv/19.09/sysinv.conf.default]/ensure: defined content as '{md5}89df6b54837005b7596cbdea03caedb2' 2019-09-12T08:30:22.074 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Sysinv/File[/opt/platform/sysinv/19.09/sysinv.conf.default]: The container Class[Platform::Sysinv] will propagate my refresh event 2019-09-12T08:30:22.078 Debug: 2019-09-12 08:30:22 +0000 Class[Platform::Sysinv]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:22.081 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:30:22.085 Debug: 2019-09-12 08:30:22 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:30:22.089 Debug: 2019-09-12 08:30:22 +0000 Executing: '/usr/bin/mount /var/lib/postgresql' 2019-09-12T08:30:22.098 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]: The container Drbd::Resource::Up[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:22.102 Info: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]: Scheduling refresh of Mount[/var/lib/postgresql] 2019-09-12T08:30:22.105 Info: 2019-09-12 08:30:22 +0000 Mount[/var/lib/postgresql](provider=parsed): Remounting 2019-09-12T08:30:22.111 Debug: 2019-09-12 08:30:22 +0000 Executing: '/usr/bin/mount -o remount /var/lib/postgresql' 2019-09-12T08:30:22.133 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]: Triggered 'refresh' from 1 events 2019-09-12T08:30:22.136 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]: The container Drbd::Resource::Up[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:22.140 Info: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Drbd::Resource[drbd-pgsql]/Drbd::Resource::Enable[drbd-pgsql]/Drbd::Resource::Up[drbd-pgsql]/Mount[/var/lib/postgresql]: Scheduling refresh of Mount[/var/lib/postgresql] 2019-09-12T08:30:22.145 Debug: 2019-09-12 08:30:22 +0000 Drbd::Resource::Up[drbd-pgsql]: The container Drbd::Resource::Enable[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:22.148 Debug: 2019-09-12 08:30:22 +0000 Drbd::Resource::Up[drbd-platform]: The container Drbd::Resource::Enable[drbd-platform] will propagate my refresh event 2019-09-12T08:30:22.152 Debug: 2019-09-12 08:30:22 +0000 Drbd::Resource::Enable[drbd-platform]: The container Drbd::Resource[drbd-platform] will propagate my refresh event 2019-09-12T08:30:22.155 Debug: 2019-09-12 08:30:22 +0000 Drbd::Resource::Enable[drbd-pgsql]: The container Drbd::Resource[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:22.159 Debug: 2019-09-12 08:30:22 +0000 Drbd::Resource[drbd-pgsql]: The container Platform::Drbd::Filesystem[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:22.162 Debug: 2019-09-12 08:30:22 +0000 Exec[drbd resize drbd-pgsql](provider=posix): Executing 'drbdadm -- --assume-peer-has-space resize drbd-pgsql' 2019-09-12T08:30:22.165 Debug: 2019-09-12 08:30:22 +0000 Executing: 'drbdadm -- --assume-peer-has-space resize drbd-pgsql' 2019-09-12T08:30:22.169 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Exec[drbd resize drbd-pgsql]/returns: executed successfully 2019-09-12T08:30:22.172 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Exec[drbd resize drbd-pgsql]: The container Platform::Drbd::Filesystem[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:22.178 Debug: 2019-09-12 08:30:22 +0000 Exec[resize2fs drbd-pgsql](provider=posix): Executing 'resize2fs /dev/drbd0' 2019-09-12T08:30:22.182 Debug: 2019-09-12 08:30:22 +0000 Executing: 'resize2fs /dev/drbd0' 2019-09-12T08:30:22.186 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Exec[resize2fs drbd-pgsql]/returns: executed successfully 2019-09-12T08:30:22.189 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Drbd::Pgsql/Platform::Drbd::Filesystem[drbd-pgsql]/Exec[resize2fs drbd-pgsql]: The container Platform::Drbd::Filesystem[drbd-pgsql] will propagate my refresh event 2019-09-12T08:30:22.196 Debug: 2019-09-12 08:30:22 +0000 Platform::Drbd::Filesystem[drbd-pgsql]: The container Class[Platform::Drbd::Pgsql] will propagate my refresh event 2019-09-12T08:30:22.199 Debug: 2019-09-12 08:30:22 +0000 Class[Platform::Drbd::Pgsql]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:22.203 Debug: 2019-09-12 08:30:22 +0000 Exec[Empty pg dir](provider=posix): Executing 'rm -fR /var/lib/postgresql/*' 2019-09-12T08:30:22.206 Debug: 2019-09-12 08:30:22 +0000 Executing: 'rm -fR /var/lib/postgresql/*' 2019-09-12T08:30:22.209 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Empty pg dir]/returns: executed successfully 2019-09-12T08:30:22.214 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Empty pg dir]: The container Class[Platform::Postgresql::Bootstrap] will propagate my refresh event 2019-09-12T08:30:22.218 Debug: 2019-09-12 08:30:22 +0000 Exec[Create pg datadir](provider=posix): Executing 'mkdir -p /var/lib/postgresql/19.09' 2019-09-12T08:30:22.221 Debug: 2019-09-12 08:30:22 +0000 Executing: 'mkdir -p /var/lib/postgresql/19.09' 2019-09-12T08:30:22.225 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Create pg datadir]/returns: executed successfully 2019-09-12T08:30:22.228 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Create pg datadir]: The container Class[Platform::Postgresql::Bootstrap] will propagate my refresh event 2019-09-12T08:30:22.232 Debug: 2019-09-12 08:30:22 +0000 Exec[Change pg dir permissions](provider=posix): Executing 'chown -R postgres:postgres /var/lib/postgresql' 2019-09-12T08:30:22.235 Debug: 2019-09-12 08:30:22 +0000 Executing: 'chown -R postgres:postgres /var/lib/postgresql' 2019-09-12T08:30:22.238 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Change pg dir permissions]/returns: executed successfully 2019-09-12T08:30:22.242 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Change pg dir permissions]: The container Class[Platform::Postgresql::Bootstrap] will propagate my refresh event 2019-09-12T08:30:22.245 Notice: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/File_line[allow sudo with no tty]/ensure: created 2019-09-12T08:30:22.248 Debug: 2019-09-12 08:30:22 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/File_line[allow sudo with no tty]: The container Class[Platform::Postgresql::Bootstrap] will propagate my refresh event 2019-09-12T08:30:22.252 Debug: 2019-09-12 08:30:22 +0000 Exec[Create pg database](provider=posix): Executing 'sudo -u postgres initdb -D /var/lib/postgresql/19.09' 2019-09-12T08:30:22.255 Debug: 2019-09-12 08:30:22 +0000 Executing: 'sudo -u postgres initdb -D /var/lib/postgresql/19.09' 2019-09-12T08:30:25.142 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Create pg database]/returns: executed successfully 2019-09-12T08:30:25.145 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Create pg database]: The container Class[Platform::Postgresql::Bootstrap] will propagate my refresh event 2019-09-12T08:30:25.148 Debug: 2019-09-12 08:30:25 +0000 Drbd::Resource[drbd-platform]: The container Platform::Drbd::Filesystem[drbd-platform] will propagate my refresh event 2019-09-12T08:30:25.152 Debug: 2019-09-12 08:30:25 +0000 Exec[drbd resize drbd-platform](provider=posix): Executing 'drbdadm -- --assume-peer-has-space resize drbd-platform' 2019-09-12T08:30:25.156 Debug: 2019-09-12 08:30:25 +0000 Executing: 'drbdadm -- --assume-peer-has-space resize drbd-platform' 2019-09-12T08:30:25.159 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Exec[drbd resize drbd-platform]/returns: executed successfully 2019-09-12T08:30:25.163 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Exec[drbd resize drbd-platform]: The container Platform::Drbd::Filesystem[drbd-platform] will propagate my refresh event 2019-09-12T08:30:25.166 Debug: 2019-09-12 08:30:25 +0000 Exec[resize2fs drbd-platform](provider=posix): Executing 'resize2fs /dev/drbd2' 2019-09-12T08:30:25.170 Debug: 2019-09-12 08:30:25 +0000 Executing: 'resize2fs /dev/drbd2' 2019-09-12T08:30:25.175 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Exec[resize2fs drbd-platform]/returns: executed successfully 2019-09-12T08:30:25.179 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Platform/Platform::Drbd::Filesystem[drbd-platform]/Exec[resize2fs drbd-platform]: The container Platform::Drbd::Filesystem[drbd-platform] will propagate my refresh event 2019-09-12T08:30:25.182 Debug: 2019-09-12 08:30:25 +0000 Platform::Drbd::Filesystem[drbd-platform]: The container Class[Platform::Drbd::Platform] will propagate my refresh event 2019-09-12T08:30:25.186 Debug: 2019-09-12 08:30:25 +0000 Class[Platform::Drbd::Platform]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:25.189 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring]/ensure: created 2019-09-12T08:30:25.193 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring]: The container Class[Platform::Client::Credentials] will propagate my refresh event 2019-09-12T08:30:25.196 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/File[/opt/platform/keystone]/ensure: created 2019-09-12T08:30:25.200 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/File[/opt/platform/keystone]: The container Class[Openstack::Keystone::Bootstrap] will propagate my refresh event 2019-09-12T08:30:25.238 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/File[/etc/keystone/keystone-extra.conf]/ensure: defined content as '{md5}3161901284147f58460c118363aff11f' 2019-09-12T08:30:25.241 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/File[/etc/keystone/keystone-extra.conf]: The container Class[Openstack::Keystone::Bootstrap] will propagate my refresh event 2019-09-12T08:30:25.245 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring/19.09]/ensure: created 2019-09-12T08:30:25.249 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring/19.09]: The container Class[Platform::Client::Credentials] will propagate my refresh event 2019-09-12T08:30:25.290 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring/19.09/.CREDENTIAL]/ensure: defined content as '{md5}4479fda1de2ff49823008fc45d88ec3c' 2019-09-12T08:30:25.293 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Client::Credentials/File[/opt/platform/.keyring/19.09/.CREDENTIAL]: The container Class[Platform::Client::Credentials] will propagate my refresh event 2019-09-12T08:30:25.296 Debug: 2019-09-12 08:30:25 +0000 Class[Platform::Client::Credentials]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:25.300 Debug: 2019-09-12 08:30:25 +0000 Drbd::Resource[drbd-dockerdistribution]: The container Platform::Drbd::Filesystem[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:25.309 Debug: 2019-09-12 08:30:25 +0000 Exec[drbd resize drbd-dockerdistribution](provider=posix): Executing 'drbdadm -- --assume-peer-has-space resize drbd-dockerdistribution' 2019-09-12T08:30:25.312 Debug: 2019-09-12 08:30:25 +0000 Executing: 'drbdadm -- --assume-peer-has-space resize drbd-dockerdistribution' 2019-09-12T08:30:25.316 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Exec[drbd resize drbd-dockerdistribution]/returns: executed successfully 2019-09-12T08:30:25.324 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Exec[drbd resize drbd-dockerdistribution]: The container Platform::Drbd::Filesystem[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:25.327 Debug: 2019-09-12 08:30:25 +0000 Exec[resize2fs drbd-dockerdistribution](provider=posix): Executing 'resize2fs /dev/drbd8' 2019-09-12T08:30:25.331 Debug: 2019-09-12 08:30:25 +0000 Executing: 'resize2fs /dev/drbd8' 2019-09-12T08:30:25.334 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Exec[resize2fs drbd-dockerdistribution]/returns: executed successfully 2019-09-12T08:30:25.338 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Dockerdistribution::Bootstrap/Platform::Drbd::Filesystem[drbd-dockerdistribution]/Exec[resize2fs drbd-dockerdistribution]: The container Platform::Drbd::Filesystem[drbd-dockerdistribution] will propagate my refresh event 2019-09-12T08:30:25.341 Debug: 2019-09-12 08:30:25 +0000 Platform::Drbd::Filesystem[drbd-dockerdistribution]: The container Class[Platform::Drbd::Dockerdistribution::Bootstrap] will propagate my refresh event 2019-09-12T08:30:25.345 Debug: 2019-09-12 08:30:25 +0000 Exec[drbd_make_primary_again_drbd-extension](provider=posix): Executing check 'drbdadm role drbd-extension | egrep '^Primary'' 2019-09-12T08:30:25.348 Debug: 2019-09-12 08:30:25 +0000 Executing: 'drbdadm role drbd-extension | egrep '^Primary'' 2019-09-12T08:30:25.353 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Exec[drbd_make_primary_again_drbd-extension]/unless: Primary/Unknown 2019-09-12T08:30:25.357 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:30:25.361 Debug: 2019-09-12 08:30:25 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:30:25.365 Debug: 2019-09-12 08:30:25 +0000 Executing: '/usr/bin/mount /opt/extension' 2019-09-12T08:30:25.371 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]: The container Drbd::Resource::Up[drbd-extension] will propagate my refresh event 2019-09-12T08:30:25.375 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]: Scheduling refresh of Mount[/opt/extension] 2019-09-12T08:30:25.378 Info: 2019-09-12 08:30:25 +0000 Mount[/opt/extension](provider=parsed): Remounting 2019-09-12T08:30:25.382 Debug: 2019-09-12 08:30:25 +0000 Executing: '/usr/bin/mount -o remount /opt/extension' 2019-09-12T08:30:25.469 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]: Triggered 'refresh' from 1 events 2019-09-12T08:30:25.472 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]: The container Drbd::Resource::Up[drbd-extension] will propagate my refresh event 2019-09-12T08:30:25.476 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Drbd::Resource[drbd-extension]/Drbd::Resource::Enable[drbd-extension]/Drbd::Resource::Up[drbd-extension]/Mount[/opt/extension]: Scheduling refresh of Mount[/opt/extension] 2019-09-12T08:30:25.480 Debug: 2019-09-12 08:30:25 +0000 Drbd::Resource::Up[drbd-extension]: The container Drbd::Resource::Enable[drbd-extension] will propagate my refresh event 2019-09-12T08:30:25.483 Debug: 2019-09-12 08:30:25 +0000 Drbd::Resource::Enable[drbd-extension]: The container Drbd::Resource[drbd-extension] will propagate my refresh event 2019-09-12T08:30:25.486 Debug: 2019-09-12 08:30:25 +0000 Drbd::Resource[drbd-extension]: The container Platform::Drbd::Filesystem[drbd-extension] will propagate my refresh event 2019-09-12T08:30:25.489 Debug: 2019-09-12 08:30:25 +0000 Exec[drbd resize drbd-extension](provider=posix): Executing 'drbdadm -- --assume-peer-has-space resize drbd-extension' 2019-09-12T08:30:25.492 Debug: 2019-09-12 08:30:25 +0000 Executing: 'drbdadm -- --assume-peer-has-space resize drbd-extension' 2019-09-12T08:30:25.496 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Exec[drbd resize drbd-extension]/returns: executed successfully 2019-09-12T08:30:25.499 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Exec[drbd resize drbd-extension]: The container Platform::Drbd::Filesystem[drbd-extension] will propagate my refresh event 2019-09-12T08:30:25.502 Debug: 2019-09-12 08:30:25 +0000 Exec[resize2fs drbd-extension](provider=posix): Executing 'resize2fs /dev/drbd5' 2019-09-12T08:30:25.506 Debug: 2019-09-12 08:30:25 +0000 Executing: 'resize2fs /dev/drbd5' 2019-09-12T08:30:25.509 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Exec[resize2fs drbd-extension]/returns: executed successfully 2019-09-12T08:30:25.513 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Extension/Platform::Drbd::Filesystem[drbd-extension]/Exec[resize2fs drbd-extension]: The container Platform::Drbd::Filesystem[drbd-extension] will propagate my refresh event 2019-09-12T08:30:25.516 Debug: 2019-09-12 08:30:25 +0000 Platform::Drbd::Filesystem[drbd-extension]: The container Class[Platform::Drbd::Extension] will propagate my refresh event 2019-09-12T08:30:25.530 Debug: 2019-09-12 08:30:25 +0000 Class[Platform::Drbd::Extension]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:25.535 Debug: 2019-09-12 08:30:25 +0000 Exec[Move Config files](provider=posix): Executing 'mkdir -p /etc/postgresql && mv /var/lib/postgresql/19.09/*.conf /etc/postgresql/ && ln -s /etc/postgresql/*.conf /var/lib/postgresql/19.09/' 2019-09-12T08:30:25.538 Debug: 2019-09-12 08:30:25 +0000 Executing: 'mkdir -p /etc/postgresql && mv /var/lib/postgresql/19.09/*.conf /etc/postgresql/ && ln -s /etc/postgresql/*.conf /var/lib/postgresql/19.09/' 2019-09-12T08:30:25.541 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Move Config files]/returns: executed successfully 2019-09-12T08:30:25.544 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Exec[Move Config files]: The container Class[Platform::Postgresql::Bootstrap] will propagate my refresh event 2019-09-12T08:30:25.548 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Initdb/File[/etc/postgresql]/owner: owner changed 'root' to 'postgres' 2019-09-12T08:30:25.551 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Initdb/File[/etc/postgresql]/group: group changed 'root' to 'postgres' 2019-09-12T08:30:25.555 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Initdb/File[/etc/postgresql]/mode: mode changed '0755' to '0700' 2019-09-12T08:30:25.558 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Initdb/File[/etc/postgresql]: The container Class[Postgresql::Server::Initdb] will propagate my refresh event 2019-09-12T08:30:25.562 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Initdb/File[/etc/postgresql]: The container Class[Postgresql::Server::Initdb] will propagate my refresh event 2019-09-12T08:30:25.565 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Initdb/File[/etc/postgresql]: The container Class[Postgresql::Server::Initdb] will propagate my refresh event 2019-09-12T08:30:25.569 Debug: 2019-09-12 08:30:25 +0000 Class[Postgresql::Server::Initdb]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:25.647 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/File[systemd-override]/ensure: defined content as '{md5}27d261b3f217f78e6efa0122b1cdba5f' 2019-09-12T08:30:25.651 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/File[systemd-override]: Scheduling refresh of Exec[restart-systemd] 2019-09-12T08:30:25.655 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/File[systemd-override]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:25.659 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/File[systemd-override]: Scheduling refresh of Class[Postgresql::Server::Service] 2019-09-12T08:30:25.664 Debug: 2019-09-12 08:30:25 +0000 Prefetching parsed resources for postgresql_conf 2019-09-12T08:30:25.670 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[hba_file]/Postgresql_conf[hba_file]/ensure: created 2019-09-12T08:30:25.674 Debug: 2019-09-12 08:30:25 +0000 Flushing postgresql_conf provider target /etc/postgresql/postgresql.conf 2019-09-12T08:30:25.679 Info: 2019-09-12 08:30:25 +0000 Computing checksum on file /etc/postgresql/postgresql.conf 2019-09-12T08:30:25.684 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[hba_file]/Postgresql_conf[hba_file]: The container Postgresql::Server::Config_entry[hba_file] will propagate my refresh event 2019-09-12T08:30:25.688 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[hba_file]/Postgresql_conf[hba_file]: Scheduling refresh of Class[Postgresql::Server::Service] 2019-09-12T08:30:25.691 Debug: 2019-09-12 08:30:25 +0000 Postgresql::Server::Config_entry[hba_file]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:25.694 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[data_directory]/Postgresql_conf[data_directory]/ensure: created 2019-09-12T08:30:25.697 Debug: 2019-09-12 08:30:25 +0000 Flushing postgresql_conf provider target /etc/postgresql/postgresql.conf 2019-09-12T08:30:25.703 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[data_directory]/Postgresql_conf[data_directory]: The container Postgresql::Server::Config_entry[data_directory] will propagate my refresh event 2019-09-12T08:30:25.706 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[data_directory]/Postgresql_conf[data_directory]: Scheduling refresh of Class[Postgresql::Server::Service] 2019-09-12T08:30:25.710 Debug: 2019-09-12 08:30:25 +0000 Postgresql::Server::Config_entry[data_directory]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:25.714 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[log_line_prefix]/Postgresql_conf[log_line_prefix]/ensure: created 2019-09-12T08:30:25.717 Debug: 2019-09-12 08:30:25 +0000 Flushing postgresql_conf provider target /etc/postgresql/postgresql.conf 2019-09-12T08:30:25.729 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[log_line_prefix]/Postgresql_conf[log_line_prefix]: Scheduling refresh of Class[Postgresql::Server::Reload] 2019-09-12T08:30:25.733 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[log_line_prefix]/Postgresql_conf[log_line_prefix]: The container Postgresql::Server::Config_entry[log_line_prefix] will propagate my refresh event 2019-09-12T08:30:25.737 Debug: 2019-09-12 08:30:25 +0000 Exec[restart-systemd](provider=posix): Executing 'systemctl daemon-reload' 2019-09-12T08:30:25.740 Debug: 2019-09-12 08:30:25 +0000 Executing: 'systemctl daemon-reload' 2019-09-12T08:30:25.798 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Exec[restart-systemd]: Triggered 'refresh' from 1 events 2019-09-12T08:30:25.802 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Exec[restart-systemd]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:25.805 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[listen_addresses]/Postgresql_conf[listen_addresses]/ensure: created 2019-09-12T08:30:25.808 Debug: 2019-09-12 08:30:25 +0000 Flushing postgresql_conf provider target /etc/postgresql/postgresql.conf 2019-09-12T08:30:25.812 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[listen_addresses]/Postgresql_conf[listen_addresses]: The container Postgresql::Server::Config_entry[listen_addresses] will propagate my refresh event 2019-09-12T08:30:25.816 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[listen_addresses]/Postgresql_conf[listen_addresses]: Scheduling refresh of Class[Postgresql::Server::Service] 2019-09-12T08:30:25.819 Debug: 2019-09-12 08:30:25 +0000 Postgresql::Server::Config_entry[listen_addresses]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:25.822 Debug: 2019-09-12 08:30:25 +0000 Postgresql::Server::Config_entry[log_line_prefix]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:25.826 Debug: 2019-09-12 08:30:25 +0000 Exec[drbd_make_primary_again_drbd-rabbit](provider=posix): Executing check 'drbdadm role drbd-rabbit | egrep '^Primary'' 2019-09-12T08:30:25.829 Debug: 2019-09-12 08:30:25 +0000 Executing: 'drbdadm role drbd-rabbit | egrep '^Primary'' 2019-09-12T08:30:25.833 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Exec[drbd_make_primary_again_drbd-rabbit]/unless: Primary/Unknown 2019-09-12T08:30:25.837 Notice: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:30:25.840 Debug: 2019-09-12 08:30:25 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:30:25.845 Debug: 2019-09-12 08:30:25 +0000 Executing: '/usr/bin/mount /var/lib/rabbitmq' 2019-09-12T08:30:25.853 Debug: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]: The container Drbd::Resource::Up[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:25.856 Info: 2019-09-12 08:30:25 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]: Scheduling refresh of Mount[/var/lib/rabbitmq] 2019-09-12T08:30:25.860 Info: 2019-09-12 08:30:25 +0000 Mount[/var/lib/rabbitmq](provider=parsed): Remounting 2019-09-12T08:30:25.865 Debug: 2019-09-12 08:30:25 +0000 Executing: '/usr/bin/mount -o remount /var/lib/rabbitmq' 2019-09-12T08:30:26.128 Notice: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]: Triggered 'refresh' from 1 events 2019-09-12T08:30:26.132 Debug: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]: The container Drbd::Resource::Up[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:26.135 Info: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Drbd::Resource[drbd-rabbit]/Drbd::Resource::Enable[drbd-rabbit]/Drbd::Resource::Up[drbd-rabbit]/Mount[/var/lib/rabbitmq]: Scheduling refresh of Mount[/var/lib/rabbitmq] 2019-09-12T08:30:26.139 Debug: 2019-09-12 08:30:26 +0000 Drbd::Resource::Up[drbd-rabbit]: The container Drbd::Resource::Enable[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:26.142 Debug: 2019-09-12 08:30:26 +0000 Drbd::Resource::Enable[drbd-rabbit]: The container Drbd::Resource[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:26.276 Debug: 2019-09-12 08:30:26 +0000 Drbd::Resource[drbd-rabbit]: The container Platform::Drbd::Filesystem[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:26.279 Debug: 2019-09-12 08:30:26 +0000 Exec[drbd resize drbd-rabbit](provider=posix): Executing 'drbdadm -- --assume-peer-has-space resize drbd-rabbit' 2019-09-12T08:30:26.283 Debug: 2019-09-12 08:30:26 +0000 Executing: 'drbdadm -- --assume-peer-has-space resize drbd-rabbit' 2019-09-12T08:30:26.290 Notice: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Exec[drbd resize drbd-rabbit]/returns: executed successfully 2019-09-12T08:30:26.297 Debug: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Exec[drbd resize drbd-rabbit]: The container Platform::Drbd::Filesystem[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:26.300 Debug: 2019-09-12 08:30:26 +0000 Exec[resize2fs drbd-rabbit](provider=posix): Executing 'resize2fs /dev/drbd1' 2019-09-12T08:30:26.304 Debug: 2019-09-12 08:30:26 +0000 Executing: 'resize2fs /dev/drbd1' 2019-09-12T08:30:26.309 Notice: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Exec[resize2fs drbd-rabbit]/returns: executed successfully 2019-09-12T08:30:26.314 Debug: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Drbd::Rabbit/Platform::Drbd::Filesystem[drbd-rabbit]/Exec[resize2fs drbd-rabbit]: The container Platform::Drbd::Filesystem[drbd-rabbit] will propagate my refresh event 2019-09-12T08:30:26.318 Debug: 2019-09-12 08:30:26 +0000 Platform::Drbd::Filesystem[drbd-rabbit]: The container Class[Platform::Drbd::Rabbit] will propagate my refresh event 2019-09-12T08:30:26.321 Debug: 2019-09-12 08:30:26 +0000 Class[Platform::Drbd::Rabbit]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:26.324 Notice: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Amqp::Bootstrap/File[/var/lib/rabbitmq/19.09]/ensure: created 2019-09-12T08:30:26.328 Debug: 2019-09-12 08:30:26 +0000 /Stage[main]/Platform::Amqp::Bootstrap/File[/var/lib/rabbitmq/19.09]: The container Class[Platform::Amqp::Bootstrap] will propagate my refresh event 2019-09-12T08:30:26.332 Debug: 2019-09-12 08:30:26 +0000 Prefetching rpm resources for package 2019-09-12T08:30:26.335 Debug: 2019-09-12 08:30:26 +0000 Executing: '/usr/bin/rpm --version' 2019-09-12T08:30:26.339 Debug: 2019-09-12 08:30:26 +0000 Executing '/usr/bin/rpm -qa --nosignature --nodigest --qf '%{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n'' 2019-09-12T08:30:26.739 Notice: 2019-09-12 08:30:26 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq]/owner: owner changed 'rabbitmq' to 'root' 2019-09-12T08:30:26.742 Notice: 2019-09-12 08:30:26 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq]/group: group changed 'rabbitmq' to 'root' 2019-09-12T08:30:26.746 Notice: 2019-09-12 08:30:26 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq]/mode: mode changed '0755' to '0750' 2019-09-12T08:30:26.749 Debug: 2019-09-12 08:30:26 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:26.753 Debug: 2019-09-12 08:30:26 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:26.756 Debug: 2019-09-12 08:30:26 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:26.760 Info: 2019-09-12 08:30:26 +0000 Computing checksum on file /etc/rabbitmq/rabbitmq.config 2019-09-12T08:30:26.763 Info: 2019-09-12 08:30:26 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]: Filebucketed /etc/rabbitmq/rabbitmq.config to puppet with sum c8e444b74c6294006936abdaea55a079 2019-09-12T08:30:27.034 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]/content: content changed '{md5}c8e444b74c6294006936abdaea55a079' to '{md5}b567397dae849bba17c19f4a0943dab0' 2019-09-12T08:30:27.038 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]/mode: mode changed '0644' to '0640' 2019-09-12T08:30:27.041 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:27.044 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]: Scheduling refresh of Class[Rabbitmq::Service] 2019-09-12T08:30:27.048 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:27.051 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]: Scheduling refresh of Class[Rabbitmq::Service] 2019-09-12T08:30:27.198 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-inetrc]/ensure: defined content as '{md5}12f8d1a1f9f57f23c1be6c7bf2286e73' 2019-09-12T08:30:27.202 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-inetrc]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:27.205 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-inetrc]: Scheduling refresh of Class[Rabbitmq::Service] 2019-09-12T08:30:27.209 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/systemd/system/rabbitmq-server.service.d]/ensure: created 2019-09-12T08:30:27.212 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/systemd/system/rabbitmq-server.service.d]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:27.250 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/systemd/system/rabbitmq-server.service.d/limits.conf]/ensure: defined content as '{md5}8eb9ff6c576b9869944215af3a568c2e' 2019-09-12T08:30:27.254 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/systemd/system/rabbitmq-server.service.d/limits.conf]: Scheduling refresh of Exec[rabbitmq-systemd-reload] 2019-09-12T08:30:27.258 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/systemd/system/rabbitmq-server.service.d/limits.conf]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:27.264 Debug: 2019-09-12 08:30:27 +0000 Exec[rabbitmq-systemd-reload](provider=posix): Executing '/usr/bin/systemctl daemon-reload' 2019-09-12T08:30:27.268 Debug: 2019-09-12 08:30:27 +0000 Executing: '/usr/bin/systemctl daemon-reload' 2019-09-12T08:30:27.356 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/Exec[rabbitmq-systemd-reload]: Triggered 'refresh' from 1 events 2019-09-12T08:30:27.360 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/Exec[rabbitmq-systemd-reload]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:27.365 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/Exec[rabbitmq-systemd-reload]: Scheduling refresh of Class[Rabbitmq::Service] 2019-09-12T08:30:27.368 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq/ssl]/ensure: created 2019-09-12T08:30:27.372 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq/ssl]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:27.411 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/security/limits.d/rabbitmq-server.conf]/ensure: defined content as '{md5}5ddc6ba5fcaeddd5b1565e5adfda5236' 2019-09-12T08:30:27.415 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/security/limits.d/rabbitmq-server.conf]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:27.419 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Rabbitmq::Config/File[/etc/security/limits.d/rabbitmq-server.conf]: Scheduling refresh of Class[Rabbitmq::Service] 2019-09-12T08:30:27.423 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[ident_file]/Postgresql_conf[ident_file]/ensure: created 2019-09-12T08:30:27.427 Debug: 2019-09-12 08:30:27 +0000 Flushing postgresql_conf provider target /etc/postgresql/postgresql.conf 2019-09-12T08:30:27.430 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[ident_file]/Postgresql_conf[ident_file]: The container Postgresql::Server::Config_entry[ident_file] will propagate my refresh event 2019-09-12T08:30:27.435 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[ident_file]/Postgresql_conf[ident_file]: Scheduling refresh of Class[Postgresql::Server::Service] 2019-09-12T08:30:27.439 Debug: 2019-09-12 08:30:27 +0000 Postgresql::Server::Config_entry[ident_file]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:27.443 Debug: 2019-09-12 08:30:27 +0000 Exec[drbd_make_primary_drbd-etcd](provider=posix): Executing check 'drbdadm role drbd-etcd | egrep '^Primary'' 2019-09-12T08:30:27.449 Debug: 2019-09-12 08:30:27 +0000 Executing: 'drbdadm role drbd-etcd | egrep '^Primary'' 2019-09-12T08:30:27.453 Debug: 2019-09-12 08:30:27 +0000 Exec[drbd_make_primary_drbd-etcd](provider=posix): Executing check 'drbdadm dstate drbd-etcd | egrep '^Inconsistent'' 2019-09-12T08:30:27.456 Debug: 2019-09-12 08:30:27 +0000 Executing: 'drbdadm dstate drbd-etcd | egrep '^Inconsistent'' 2019-09-12T08:30:27.460 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_drbd-etcd]/onlyif: Inconsistent/DUnknown 2019-09-12T08:30:27.464 Debug: 2019-09-12 08:30:27 +0000 Exec[drbd_make_primary_drbd-etcd](provider=posix): Executing 'drbdadm -- --overwrite-data-of-peer primary drbd-etcd' 2019-09-12T08:30:27.467 Debug: 2019-09-12 08:30:27 +0000 Executing: 'drbdadm -- --overwrite-data-of-peer primary drbd-etcd' 2019-09-12T08:30:27.535 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_drbd-etcd]/returns: executed successfully 2019-09-12T08:30:27.539 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_drbd-etcd]: Scheduling refresh of Exec[drbd_format_volume_drbd-etcd] 2019-09-12T08:30:27.548 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_drbd-etcd]: The container Drbd::Resource::Up[drbd-etcd] will propagate my refresh event 2019-09-12T08:30:27.562 Debug: 2019-09-12 08:30:27 +0000 Exec[drbd_make_primary_again_drbd-etcd](provider=posix): Executing check 'drbdadm role drbd-etcd | egrep '^Primary'' 2019-09-12T08:30:27.566 Debug: 2019-09-12 08:30:27 +0000 Executing: 'drbdadm role drbd-etcd | egrep '^Primary'' 2019-09-12T08:30:27.570 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_make_primary_again_drbd-etcd]/unless: Primary/Unknown 2019-09-12T08:30:27.573 Debug: 2019-09-12 08:30:27 +0000 Class[Platform::Drbd::Dockerdistribution::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:27.577 Info: 2019-09-12 08:30:27 +0000 Computing checksum on file /etc/postgresql/pg_ident.conf 2019-09-12T08:30:27.580 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/File[/etc/postgresql/pg_ident.conf]: Filebucketed /etc/postgresql/pg_ident.conf to puppet with sum f11c8332d3f444148c0b8ee83ec5fc6d 2019-09-12T08:30:27.622 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/File[/etc/postgresql/pg_ident.conf]/content: content changed '{md5}f11c8332d3f444148c0b8ee83ec5fc6d' to '{md5}9300ac105fe777787ac9e793b8df8d25' 2019-09-12T08:30:27.625 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/File[/etc/postgresql/pg_ident.conf]/mode: mode changed '0600' to '0640' 2019-09-12T08:30:27.629 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/File[/etc/postgresql/pg_ident.conf]: The container Concat[/etc/postgresql/pg_ident.conf] will propagate my refresh event 2019-09-12T08:30:27.632 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/File[/etc/postgresql/pg_ident.conf]: The container /etc/postgresql/pg_ident.conf will propagate my refresh event 2019-09-12T08:30:27.635 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/File[/etc/postgresql/pg_ident.conf]: The container Concat[/etc/postgresql/pg_ident.conf] will propagate my refresh event 2019-09-12T08:30:27.639 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_ident.conf]/File[/etc/postgresql/pg_ident.conf]: The container /etc/postgresql/pg_ident.conf will propagate my refresh event 2019-09-12T08:30:27.643 Debug: 2019-09-12 08:30:27 +0000 /etc/postgresql/pg_ident.conf: The container Concat[/etc/postgresql/pg_ident.conf] will propagate my refresh event 2019-09-12T08:30:27.646 Info: 2019-09-12 08:30:27 +0000 Concat[/etc/postgresql/pg_ident.conf]: Scheduling refresh of Class[Postgresql::Server::Reload] 2019-09-12T08:30:27.650 Debug: 2019-09-12 08:30:27 +0000 Concat[/etc/postgresql/pg_ident.conf]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:27.653 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[port]/Postgresql_conf[port]/ensure: created 2019-09-12T08:30:27.657 Debug: 2019-09-12 08:30:27 +0000 Flushing postgresql_conf provider target /etc/postgresql/postgresql.conf 2019-09-12T08:30:27.660 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[port]/Postgresql_conf[port]: The container Postgresql::Server::Config_entry[port] will propagate my refresh event 2019-09-12T08:30:27.664 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Postgresql::Server::Config_entry[port]/Postgresql_conf[port]: Scheduling refresh of Class[Postgresql::Server::Service] 2019-09-12T08:30:27.668 Debug: 2019-09-12 08:30:27 +0000 Postgresql::Server::Config_entry[port]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:27.672 Info: 2019-09-12 08:30:27 +0000 Computing checksum on file /etc/postgresql/pg_hba.conf 2019-09-12T08:30:27.675 Info: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/File[/etc/postgresql/pg_hba.conf]: Filebucketed /etc/postgresql/pg_hba.conf to puppet with sum 9784211d3c0e7ad5a539b9dcb964b9c3 2019-09-12T08:30:27.698 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/File[/etc/postgresql/pg_hba.conf]/content: content changed '{md5}9784211d3c0e7ad5a539b9dcb964b9c3' to '{md5}dcd499adc9ef077edbf11f4e8442d5c5' 2019-09-12T08:30:27.704 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/File[/etc/postgresql/pg_hba.conf]/mode: mode changed '0600' to '0640' 2019-09-12T08:30:27.707 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/File[/etc/postgresql/pg_hba.conf]: The container Concat[/etc/postgresql/pg_hba.conf] will propagate my refresh event 2019-09-12T08:30:27.711 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/File[/etc/postgresql/pg_hba.conf]: The container /etc/postgresql/pg_hba.conf will propagate my refresh event 2019-09-12T08:30:27.714 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/File[/etc/postgresql/pg_hba.conf]: The container Concat[/etc/postgresql/pg_hba.conf] will propagate my refresh event 2019-09-12T08:30:27.717 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/pg_hba.conf]/File[/etc/postgresql/pg_hba.conf]: The container /etc/postgresql/pg_hba.conf will propagate my refresh event 2019-09-12T08:30:27.721 Debug: 2019-09-12 08:30:27 +0000 /etc/postgresql/pg_hba.conf: The container Concat[/etc/postgresql/pg_hba.conf] will propagate my refresh event 2019-09-12T08:30:27.727 Info: 2019-09-12 08:30:27 +0000 Concat[/etc/postgresql/pg_hba.conf]: Scheduling refresh of Class[Postgresql::Server::Reload] 2019-09-12T08:30:27.731 Debug: 2019-09-12 08:30:27 +0000 Concat[/etc/postgresql/pg_hba.conf]: The container Class[Postgresql::Server::Config] will propagate my refresh event 2019-09-12T08:30:27.734 Info: 2019-09-12 08:30:27 +0000 Class[Postgresql::Server::Reload]: Scheduling refresh of Exec[postgresql_reload] 2019-09-12T08:30:27.738 Debug: 2019-09-12 08:30:27 +0000 Class[Postgresql::Server::Config]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:27.741 Info: 2019-09-12 08:30:27 +0000 Class[Postgresql::Server::Service]: Scheduling refresh of Anchor[postgresql::server::service::begin] 2019-09-12T08:30:27.747 Info: 2019-09-12 08:30:27 +0000 Class[Postgresql::Server::Service]: Scheduling refresh of Service[postgresqld] 2019-09-12T08:30:27.751 Info: 2019-09-12 08:30:27 +0000 Class[Postgresql::Server::Service]: Scheduling refresh of Postgresql::Validate_db_connection[validate_service_is_running] 2019-09-12T08:30:27.760 Info: 2019-09-12 08:30:27 +0000 Class[Postgresql::Server::Service]: Scheduling refresh of Anchor[postgresql::server::service::end] 2019-09-12T08:30:27.771 Notice: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Service/Anchor[postgresql::server::service::begin]: Triggered 'refresh' from 1 events 2019-09-12T08:30:27.779 Debug: 2019-09-12 08:30:27 +0000 /Stage[main]/Postgresql::Server::Service/Anchor[postgresql::server::service::begin]: The container Class[Postgresql::Server::Service] will propagate my refresh event 2019-09-12T08:30:27.783 Debug: 2019-09-12 08:30:27 +0000 Executing: 'systemctl is-active postgresql' 2019-09-12T08:30:27.786 Debug: 2019-09-12 08:30:27 +0000 Executing: '/usr/bin/systemctl is-enabled postgresql' 2019-09-12T08:30:27.790 Debug: 2019-09-12 08:30:27 +0000 Executing: '/usr/bin/systemctl unmask postgresql' 2019-09-12T08:30:27.834 Debug: 2019-09-12 08:30:27 +0000 Executing: '/usr/bin/systemctl start postgresql' 2019-09-12T08:30:29.256 Debug: 2019-09-12 08:30:29 +0000 Executing: '/usr/bin/systemctl is-enabled postgresql' 2019-09-12T08:30:29.270 Notice: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Service[postgresqld]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:30:29.273 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Service[postgresqld]: The container Class[Postgresql::Server::Service] will propagate my refresh event 2019-09-12T08:30:29.278 Info: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Service[postgresqld]: Unscheduling refresh on Service[postgresqld] 2019-09-12T08:30:29.281 Info: 2019-09-12 08:30:29 +0000 Postgresql::Validate_db_connection[validate_service_is_running]: Scheduling refresh of Exec[validate postgres connection for @:5432/postgres] 2019-09-12T08:30:29.284 Debug: 2019-09-12 08:30:29 +0000 Exec[validate postgres connection for @:5432/postgres](provider=posix): Executing check '/usr/local/bin/validate_postgresql_connection.sh 1 60 '/usr/bin/psql --tuples-only --quiet -p 5432 --dbname postgres '' 2019-09-12T08:30:29.288 Debug: 2019-09-12 08:30:29 +0000 Executing with uid=postgres: '/usr/local/bin/validate_postgresql_connection.sh 1 60 '/usr/bin/psql --tuples-only --quiet -p 5432 --dbname postgres '' 2019-09-12T08:30:29.295 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for @:5432/postgres]/unless: 1 2019-09-12T08:30:29.298 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for @:5432/postgres]/unless: 1 2019-09-12T08:30:29.301 Debug: 2019-09-12 08:30:29 +0000 Exec[validate postgres connection for @:5432/postgres](provider=posix): Executing check '/usr/local/bin/validate_postgresql_connection.sh 1 60 '/usr/bin/psql --tuples-only --quiet -p 5432 --dbname postgres '' 2019-09-12T08:30:29.304 Debug: 2019-09-12 08:30:29 +0000 Executing with uid=postgres: '/usr/local/bin/validate_postgresql_connection.sh 1 60 '/usr/bin/psql --tuples-only --quiet -p 5432 --dbname postgres '' 2019-09-12T08:30:29.323 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for @:5432/postgres]/unless: 1 2019-09-12T08:30:29.327 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for @:5432/postgres]/unless: 1 2019-09-12T08:30:29.330 Notice: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for @:5432/postgres]: Triggered 'refresh' from 1 events 2019-09-12T08:30:29.333 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for @:5432/postgres]: The container Postgresql::Validate_db_connection[validate_service_is_running] will propagate my refresh event 2019-09-12T08:30:29.336 Debug: 2019-09-12 08:30:29 +0000 Postgresql::Validate_db_connection[validate_service_is_running]: The container Class[Postgresql::Server::Service] will propagate my refresh event 2019-09-12T08:30:29.340 Notice: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Anchor[postgresql::server::service::end]: Triggered 'refresh' from 1 events 2019-09-12T08:30:29.343 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Service/Anchor[postgresql::server::service::end]: The container Class[Postgresql::Server::Service] will propagate my refresh event 2019-09-12T08:30:29.347 Debug: 2019-09-12 08:30:29 +0000 Class[Postgresql::Server::Service]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:29.350 Debug: 2019-09-12 08:30:29 +0000 Exec[postgresql_reload](provider=posix): Executing check 'systemctl is-active postgresql' 2019-09-12T08:30:29.353 Debug: 2019-09-12 08:30:29 +0000 Executing: 'systemctl is-active postgresql' 2019-09-12T08:30:29.356 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Reload/Exec[postgresql_reload]/onlyif: active 2019-09-12T08:30:29.361 Debug: 2019-09-12 08:30:29 +0000 Exec[postgresql_reload](provider=posix): Executing 'service postgresql reload' 2019-09-12T08:30:29.365 Debug: 2019-09-12 08:30:29 +0000 Executing: 'service postgresql reload' 2019-09-12T08:30:29.387 Notice: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Reload/Exec[postgresql_reload]: Triggered 'refresh' from 1 events 2019-09-12T08:30:29.391 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Postgresql::Server::Reload/Exec[postgresql_reload]: The container Class[Postgresql::Server::Reload] will propagate my refresh event 2019-09-12T08:30:29.395 Debug: 2019-09-12 08:30:29 +0000 Class[Postgresql::Server::Reload]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:29.399 Debug: 2019-09-12 08:30:29 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin') count"' 2019-09-12T08:30:29.418 Debug: 2019-09-12 08:30:29 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:30:29.423 Debug: 2019-09-12 08:30:29 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE ROLE \"admin\" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB SUPERUSER CONNECTION LIMIT -1"' 2019-09-12T08:30:30.227 Notice: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]/command: command changed 'notrun' to 'CREATE ROLE "admin" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB SUPERUSER CONNECTION LIMIT -1' 2019-09-12T08:30:30.230 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[CREATE ROLE admin ENCRYPTED PASSWORD ****]: The container Postgresql::Server::Role[admin] will propagate my refresh event 2019-09-12T08:30:30.234 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin' AND rolcanlogin = true) count"' 2019-09-12T08:30:30.249 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" LOGIN]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.254 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin' AND rolcreaterole = false) count"' 2019-09-12T08:30:30.273 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOCREATEROLE]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.276 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-sysinv') count"' 2019-09-12T08:30:30.296 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:30:30.300 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE ROLE \"admin-sysinv\" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1"' 2019-09-12T08:30:30.392 Notice: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]/command: command changed 'notrun' to 'CREATE ROLE "admin-sysinv" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1' 2019-09-12T08:30:30.395 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[CREATE ROLE admin-sysinv ENCRYPTED PASSWORD ****]: The container Postgresql::Server::Role[admin-sysinv] will propagate my refresh event 2019-09-12T08:30:30.398 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-sysinv' AND rolcreaterole = false) count"' 2019-09-12T08:30:30.415 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEROLE]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.418 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-sysinv' AND rolinherit = true) count"' 2019-09-12T08:30:30.438 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" INHERIT]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.441 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-sysinv' AND rolconnlimit = -1) count"' 2019-09-12T08:30:30.462 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" CONNECTION LIMIT -1]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.466 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-sysinv' AND rolcanlogin = true) count"' 2019-09-12T08:30:30.485 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" LOGIN]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.489 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-sysinv' AND rolcreatedb = false) count"' 2019-09-12T08:30:30.508 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOCREATEDB]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.512 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_shadow WHERE usename = 'admin' AND passwd = 'md5f6fdffe48c908deb0f4c3bd36c032e72') count"' 2019-09-12T08:30:30.533 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE admin ENCRYPTED PASSWORD ****]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.536 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_shadow WHERE usename = 'admin-sysinv' AND passwd = 'md5fcacde89c906aed0bee3bf592bfa4c97') count"' 2019-09-12T08:30:30.556 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE admin-sysinv ENCRYPTED PASSWORD ****]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.559 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin' AND rolconnlimit = -1) count"' 2019-09-12T08:30:30.579 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" CONNECTION LIMIT -1]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.582 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-sysinv' AND rolreplication = false) count"' 2019-09-12T08:30:30.602 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOREPLICATION]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.605 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin' AND rolinherit = true) count"' 2019-09-12T08:30:30.624 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" INHERIT]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.628 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin' AND rolreplication = false) count"' 2019-09-12T08:30:30.650 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOREPLICATION]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.653 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin' AND rolcreatedb = false) count"' 2019-09-12T08:30:30.673 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" NOCREATEDB]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.676 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-sysinv' AND rolsuper = false) count"' 2019-09-12T08:30:30.698 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Role[admin-sysinv]/Postgresql_psql[ALTER ROLE "admin-sysinv" NOSUPERUSER]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.701 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin' AND rolsuper = true) count"' 2019-09-12T08:30:30.722 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Platform::Postgresql::Bootstrap/Postgresql::Server::Role[admin]/Postgresql_psql[ALTER ROLE "admin" SUPERUSER]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:30.726 Debug: 2019-09-12 08:30:30 +0000 Postgresql::Server::Role[admin]: The container Class[Platform::Postgresql::Bootstrap] will propagate my refresh event 2019-09-12T08:30:30.729 Debug: 2019-09-12 08:30:30 +0000 Class[Platform::Postgresql::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:30.732 Debug: 2019-09-12 08:30:30 +0000 Postgresql::Server::Role[admin-sysinv]: The container Postgresql::Server::Db[sysinv] will propagate my refresh event 2019-09-12T08:30:30.736 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_database WHERE datname = 'sysinv') count"' 2019-09-12T08:30:30.751 Debug: 2019-09-12 08:30:30 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[CREATE DATABASE "sysinv"]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:30:30.755 Debug: 2019-09-12 08:30:30 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE DATABASE \"sysinv\" WITH TEMPLATE = \"template0\" "' 2019-09-12T08:30:32.407 Notice: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[CREATE DATABASE "sysinv"]/command: command changed 'notrun' to 'CREATE DATABASE "sysinv" WITH TEMPLATE = "template0" ' 2019-09-12T08:30:32.411 Info: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[CREATE DATABASE "sysinv"]: Scheduling refresh of Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public] 2019-09-12T08:30:32.415 Debug: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[CREATE DATABASE "sysinv"]: The container Postgresql::Server::Database[sysinv] will propagate my refresh event 2019-09-12T08:30:32.418 Debug: 2019-09-12 08:30:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_database WHERE datname = 'sysinv' AND datistemplate = false) count"' 2019-09-12T08:30:32.435 Debug: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'sysinv']/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:30:32.439 Debug: 2019-09-12 08:30:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "REVOKE CONNECT ON DATABASE \"sysinv\" FROM public"' 2019-09-12T08:30:32.466 Notice: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public]: Triggered 'refresh' from 1 events 2019-09-12T08:30:32.469 Debug: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database[sysinv]/Postgresql_psql[REVOKE CONNECT ON DATABASE "sysinv" FROM public]: The container Postgresql::Server::Database[sysinv] will propagate my refresh event 2019-09-12T08:30:32.473 Debug: 2019-09-12 08:30:32 +0000 Postgresql::Server::Database[sysinv]: The container Postgresql::Server::Db[sysinv] will propagate my refresh event 2019-09-12T08:30:32.477 Debug: 2019-09-12 08:30:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 WHERE has_database_privilege('admin-sysinv', 2019-09-12T08:30:32.481 'sysinv', 'CREATE')) count"' 2019-09-12T08:30:32.491 Debug: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database_grant[GRANT admin-sysinv - ALL - sysinv]/Postgresql::Server::Grant[database:GRANT admin-sysinv - ALL - sysinv]/Postgresql_psql[grant:database:GRANT admin-sysinv - ALL - sysinv]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:30:32.494 Debug: 2019-09-12 08:30:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "GRANT ALL ON DATABASE \"sysinv\" TO 2019-09-12T08:30:32.497 \"admin-sysinv\""' 2019-09-12T08:30:32.567 Notice: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database_grant[GRANT admin-sysinv - ALL - sysinv]/Postgresql::Server::Grant[database:GRANT admin-sysinv - ALL - sysinv]/Postgresql_psql[grant:database:GRANT admin-sysinv - ALL - sysinv]/command: command changed 'notrun' to 'GRANT ALL ON DATABASE "sysinv" TO 2019-09-12T08:30:32.571 "admin-sysinv"' 2019-09-12T08:30:32.575 Debug: 2019-09-12 08:30:32 +0000 /Stage[main]/Sysinv::Db::Postgresql/Openstacklib::Db::Postgresql[sysinv]/Postgresql::Server::Db[sysinv]/Postgresql::Server::Database_grant[GRANT admin-sysinv - ALL - sysinv]/Postgresql::Server::Grant[database:GRANT admin-sysinv - ALL - sysinv]/Postgresql_psql[grant:database:GRANT admin-sysinv - ALL - sysinv]: The container Postgresql::Server::Grant[database:GRANT admin-sysinv - ALL - sysinv] will propagate my refresh event 2019-09-12T08:30:32.697 Notice: 2019-09-12 08:30:32 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-env.config]/ensure: defined content as '{md5}0fc1ebc4757922afd8e76c9dc6f02302' 2019-09-12T08:30:32.700 Debug: 2019-09-12 08:30:32 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-env.config]: The container Class[Rabbitmq::Config] will propagate my refresh event 2019-09-12T08:30:32.704 Info: 2019-09-12 08:30:32 +0000 /Stage[main]/Rabbitmq::Config/File[rabbitmq-env.config]: Scheduling refresh of Class[Rabbitmq::Service] 2019-09-12T08:30:32.707 Debug: 2019-09-12 08:30:32 +0000 Class[Rabbitmq::Config]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:32.710 Info: 2019-09-12 08:30:32 +0000 Class[Rabbitmq::Config]: Scheduling refresh of Class[Rabbitmq::Service] 2019-09-12T08:30:32.714 Info: 2019-09-12 08:30:32 +0000 Class[Rabbitmq::Service]: Scheduling refresh of Service[rabbitmq-server] 2019-09-12T08:30:32.717 Debug: 2019-09-12 08:30:32 +0000 Executing: '/usr/bin/systemctl is-active rabbitmq-server' 2019-09-12T08:30:32.721 Debug: 2019-09-12 08:30:32 +0000 Executing: '/usr/bin/systemctl is-enabled rabbitmq-server' 2019-09-12T08:30:32.727 Debug: 2019-09-12 08:30:32 +0000 Executing: '/usr/bin/systemctl unmask rabbitmq-server' 2019-09-12T08:30:32.827 Debug: 2019-09-12 08:30:32 +0000 Executing: '/usr/bin/systemctl start rabbitmq-server' 2019-09-12T08:30:38.093 Debug: 2019-09-12 08:30:38 +0000 Executing: '/usr/bin/systemctl is-enabled rabbitmq-server' 2019-09-12T08:30:38.104 Debug: 2019-09-12 08:30:38 +0000 Executing: '/usr/bin/systemctl unmask rabbitmq-server' 2019-09-12T08:30:38.205 Notice: 2019-09-12 08:30:38 +0000 /Stage[main]/Rabbitmq::Service/Service[rabbitmq-server]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:30:38.208 Debug: 2019-09-12 08:30:38 +0000 /Stage[main]/Rabbitmq::Service/Service[rabbitmq-server]: The container Class[Rabbitmq::Service] will propagate my refresh event 2019-09-12T08:30:38.212 Info: 2019-09-12 08:30:38 +0000 /Stage[main]/Rabbitmq::Service/Service[rabbitmq-server]: Unscheduling refresh on Service[rabbitmq-server] 2019-09-12T08:30:38.215 Debug: 2019-09-12 08:30:38 +0000 Class[Rabbitmq::Service]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:38.219 Debug: 2019-09-12 08:30:38 +0000 Executing: '/usr/sbin/rabbitmqctl list_policies -q -p /' 2019-09-12T08:30:39.766 Debug: 2019-09-12 08:30:39 +0000 Command succeeded 2019-09-12T08:30:39.769 Debug: 2019-09-12 08:30:39 +0000 Executing: '/usr/sbin/rabbitmqctl -q status' 2019-09-12T08:30:41.317 Debug: 2019-09-12 08:30:41 +0000 Executing: '/usr/sbin/rabbitmqctl set_policy -p / --priority 0 --apply-to queues all_queues_ttl .* {"expires":14400000}' 2019-09-12T08:30:43.108 Notice: 2019-09-12 08:30:43 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[all_queues_ttl@/]/ensure: created 2019-09-12T08:30:43.111 Debug: 2019-09-12 08:30:43 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[all_queues_ttl@/]: The container Class[Platform::Amqp::Bootstrap] will propagate my refresh event 2019-09-12T08:30:43.115 Debug: 2019-09-12 08:30:43 +0000 Executing: '/usr/sbin/rabbitmqctl -q status' 2019-09-12T08:30:44.644 Debug: 2019-09-12 08:30:44 +0000 Executing: '/usr/sbin/rabbitmqctl set_policy -p / --priority 0 --apply-to queues sample_queues_maxlen .*sample$ {"max-length":100000}' 2019-09-12T08:30:46.323 Notice: 2019-09-12 08:30:46 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[sample_queues_maxlen@/]/ensure: created 2019-09-12T08:30:46.335 Debug: 2019-09-12 08:30:46 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[sample_queues_maxlen@/]: The container Class[Platform::Amqp::Bootstrap] will propagate my refresh event 2019-09-12T08:30:46.338 Debug: 2019-09-12 08:30:46 +0000 Executing: '/usr/sbin/rabbitmqctl -q status' 2019-09-12T08:30:47.846 Debug: 2019-09-12 08:30:47 +0000 Executing: '/usr/sbin/rabbitmqctl set_policy -p / --priority 0 --apply-to queues notifications_queues_maxlen .*notifications.* {"max-length":10000}' 2019-09-12T08:30:49.713 Notice: 2019-09-12 08:30:49 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[notifications_queues_maxlen@/]/ensure: created 2019-09-12T08:30:49.716 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Platform::Amqp::Bootstrap/Rabbitmq_policy[notifications_queues_maxlen@/]: The container Class[Platform::Amqp::Bootstrap] will propagate my refresh event 2019-09-12T08:30:49.720 Debug: 2019-09-12 08:30:49 +0000 Class[Platform::Amqp::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:49.723 Notice: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/File[/opt/platform/keystone/fernet-keys]/ensure: created 2019-09-12T08:30:49.727 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/File[/opt/platform/keystone/fernet-keys]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:49.738 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/use_db_reconnect]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.749 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_socket_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.772 Notice: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[fernet_tokens/key_repository]/ensure: created 2019-09-12T08:30:49.775 Info: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[fernet_tokens/key_repository]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:49.779 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[fernet_tokens/key_repository]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:49.783 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_config_append]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.795 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.806 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/config_prefix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.817 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_reconnect_delay]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.840 Notice: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[catalog/driver]/ensure: created 2019-09-12T08:30:49.843 Info: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[catalog/driver]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:49.847 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[catalog/driver]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:49.851 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_max_retries]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.863 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.877 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/debug_cache_backend]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.888 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_ha_queues]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.900 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_inc_retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.911 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/proxies]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.934 Notice: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[token/provider]/ensure: created 2019-09-12T08:30:49.937 Info: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[token/provider]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:49.941 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Keystone_config[token/provider]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:49.945 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_password]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.957 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_login_method]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.968 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/min_pool_size]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.979 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/default_log_levels]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:49.991 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/use_stderr]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.003 Debug: 2019-09-12 08:30:49 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_retry_backoff]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.014 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[memcache/servers]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.038 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_file]/ensure: created 2019-09-12T08:30:50.042 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_file]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.045 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_file]: The container Oslo::Log[keystone_config] will propagate my refresh event 2019-09-12T08:30:50.051 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[revoke/driver]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.063 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_missing_consumer_retry_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.074 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/publish_errors]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.086 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[memcache/socket_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.097 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[memcache/dead_retry]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.109 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Middleware[keystone_config]/Keystone_config[oslo_middleware/max_request_body_size]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.120 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_compression]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.259 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/syslog_log_facility]/ensure: created 2019-09-12T08:30:50.262 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/syslog_log_facility]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.265 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/syslog_log_facility]: The container Oslo::Log[keystone_config] will propagate my refresh event 2019-09-12T08:30:50.270 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.281 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/fatal_deprecations]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.292 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/instance_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.303 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_qos_prefetch_count]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.315 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/use_tpool]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.332 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.343 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection_debug]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.354 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/expiration_time]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.373 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Middleware[keystone_config]/Keystone_config[oslo_middleware/enable_proxy_headers_parsing]/ensure: created 2019-09-12T08:30:50.376 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Middleware[keystone_config]/Keystone_config[oslo_middleware/enable_proxy_headers_parsing]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.380 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Middleware[keystone_config]/Keystone_config[oslo_middleware/enable_proxy_headers_parsing]: The container Oslo::Middleware[keystone_config] will propagate my refresh event 2019-09-12T08:30:50.395 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/max_token_size]/ensure: created 2019-09-12T08:30:50.398 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/max_token_size]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.402 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/max_token_size]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:50.406 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/heartbeat_timeout_threshold]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.417 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_endpoint]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.429 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_version]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.440 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[token/caching]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.451 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[fernet_receipts/max_active_keys]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.462 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[paste_deploy/config_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.473 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[fernet_tokens/max_active_keys]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.484 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/amqp_durable_queues]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.495 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_host]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.506 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_interval_max]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.517 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/kombu_failover_strategy]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.540 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/use_syslog]/ensure: created 2019-09-12T08:30:50.543 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/use_syslog]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.547 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/use_syslog]: The container Oslo::Log[keystone_config] will propagate my refresh event 2019-09-12T08:30:50.552 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_default_rule]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.575 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_overflow]/ensure: created 2019-09-12T08:30:50.580 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_overflow]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.583 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_overflow]: The container Oslo::Db[keystone_config] will propagate my refresh event 2019-09-12T08:30:50.587 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/backend]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.599 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_date_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.622 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/debug]/ensure: created 2019-09-12T08:30:50.625 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/debug]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.628 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/debug]: The container Oslo::Log[keystone_config] will propagate my refresh event 2019-09-12T08:30:50.634 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[policy/driver]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.646 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_port]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.657 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_dead_retry]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.802 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[catalog/template_file]/ensure: created 2019-09-12T08:30:50.805 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[catalog/template_file]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.809 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[catalog/template_file]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:50.825 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[token/driver]/ensure: created 2019-09-12T08:30:50.829 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[token/driver]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.832 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[token/driver]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:50.837 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_hosts]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.848 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_exception_prefix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.859 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_unused_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.870 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/driver]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.881 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection_trace]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.892 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_userid]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.903 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_maxsize]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.914 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/transport_url]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:50.936 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/transport_url]/ensure: created 2019-09-12T08:30:50.939 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/transport_url]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.943 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/transport_url]: The container Oslo::Messaging::Default[keystone_config] will propagate my refresh event 2019-09-12T08:30:50.959 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_token]/ensure: created 2019-09-12T08:30:50.962 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_token]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.966 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_token]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:50.981 Notice: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[fernet_receipts/key_repository]/ensure: created 2019-09-12T08:30:50.984 Info: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[fernet_receipts/key_repository]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:50.987 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone/Keystone_config[fernet_receipts/key_repository]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:50.993 Debug: 2019-09-12 08:30:50 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/log_dir]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.005 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/member_role_id]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.017 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/enabled]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.030 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_debug_format_suffix]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.042 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/public_endpoint]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.054 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_retries]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.066 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_context_format_string]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.090 Notice: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[credential/key_repository]/ensure: created 2019-09-12T08:30:51.094 Info: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[credential/key_repository]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:51.097 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[credential/key_repository]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:51.103 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/backend_argument]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.115 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_cert_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.128 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_ca_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.140 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/mysql_sql_mode]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.153 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/control_exchange]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.165 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Notifications[keystone_config]/Keystone_config[oslo_messaging_notifications/topics]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.178 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_transient_queues_ttl]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.191 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/sqlite_synchronous]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.204 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_servers]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.353 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/pool_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.451 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_user_identity_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.454 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/watch_log_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.457 Notice: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_default_format_string]/ensure: created 2019-09-12T08:30:51.461 Info: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_default_format_string]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:51.464 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/logging_default_format_string]: The container Oslo::Log[keystone_config] will propagate my refresh event 2019-09-12T08:30:51.467 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/memcache_pool_connection_get_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.470 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/heartbeat_rate]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.474 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/ssl_key_file]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.478 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[memcache/pool_maxsize]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.481 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_dirs]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.485 Notice: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[token/expiration]/ensure: created 2019-09-12T08:30:51.489 Info: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[token/expiration]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:51.492 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[token/expiration]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:51.498 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Rabbit[keystone_config]/Keystone_config[oslo_messaging_rabbit/rabbit_virtual_host]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.510 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/slave_connection]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.523 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/member_role_name]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.534 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Logging/Oslo::Log[keystone_config]/Keystone_config[DEFAULT/instance_uuid_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.537 Debug: 2019-09-12 08:30:51 +0000 Oslo::Log[keystone_config]: The container Class[Keystone::Logging] will propagate my refresh event 2019-09-12T08:30:51.541 Debug: 2019-09-12 08:30:51 +0000 Class[Keystone::Logging]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:51.547 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[DEFAULT/notification_format]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.588 Notice: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_file]/ensure: created 2019-09-12T08:30:51.591 Info: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_file]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:51.595 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Policy/Oslo::Policy[keystone_config]/Keystone_config[oslo_policy/policy_file]: The container Oslo::Policy[keystone_config] will propagate my refresh event 2019-09-12T08:30:51.598 Debug: 2019-09-12 08:30:51 +0000 Oslo::Policy[keystone_config]: The container Class[Keystone::Policy] will propagate my refresh event 2019-09-12T08:30:51.601 Debug: 2019-09-12 08:30:51 +0000 Class[Keystone::Policy]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:51.604 Debug: 2019-09-12 08:30:51 +0000 Oslo::Middleware[keystone_config]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:51.607 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Messaging::Default[keystone_config]/Keystone_config[DEFAULT/rpc_response_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.610 Debug: 2019-09-12 08:30:51 +0000 Oslo::Messaging::Default[keystone_config]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:30:51.635 Notice: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection]/ensure: created 2019-09-12T08:30:51.638 Info: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:51.641 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/connection]: The container Oslo::Db[keystone_config] will propagate my refresh event 2019-09-12T08:30:51.661 Notice: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/idle_timeout]/ensure: created 2019-09-12T08:30:51.665 Info: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/idle_timeout]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:51.668 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/idle_timeout]: The container Oslo::Db[keystone_config] will propagate my refresh event 2019-09-12T08:30:51.674 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Oslo::Cache[keystone_config]/Keystone_config[cache/backend]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.686 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone/Keystone_config[memcache/pool_unused_timeout]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.711 Notice: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_pool_size]/ensure: created 2019-09-12T08:30:51.714 Info: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_pool_size]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:30:51.718 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/max_pool_size]: The container Oslo::Db[keystone_config] will propagate my refresh event 2019-09-12T08:30:51.724 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Keystone::Db/Oslo::Db[keystone_config]/Keystone_config[database/db_max_retry_interval]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:30:51.727 Debug: 2019-09-12 08:30:51 +0000 Oslo::Db[keystone_config]: The container Class[Keystone::Db] will propagate my refresh event 2019-09-12T08:30:51.731 Debug: 2019-09-12 08:30:51 +0000 Class[Keystone::Db]: The container Stage[main] will propagate my refresh event 2019-09-12T08:30:51.734 Debug: 2019-09-12 08:30:51 +0000 Postgresql::Server::Grant[database:GRANT admin-sysinv - ALL - sysinv]: The container Postgresql::Server::Database_grant[GRANT admin-sysinv - ALL - sysinv] will propagate my refresh event 2019-09-12T08:30:51.737 Debug: 2019-09-12 08:30:51 +0000 Postgresql::Server::Database_grant[GRANT admin-sysinv - ALL - sysinv]: The container Postgresql::Server::Db[sysinv] will propagate my refresh event 2019-09-12T08:30:51.748 Debug: 2019-09-12 08:30:51 +0000 Postgresql::Server::Db[sysinv]: The container Openstacklib::Db::Postgresql[sysinv] will propagate my refresh event 2019-09-12T08:30:51.752 Debug: 2019-09-12 08:30:51 +0000 Openstacklib::Db::Postgresql[sysinv]: The container Class[Sysinv::Db::Postgresql] will propagate my refresh event 2019-09-12T08:30:51.756 Info: 2019-09-12 08:30:51 +0000 Openstacklib::Db::Postgresql[sysinv]: Scheduling refresh of Service[sysinv-api] 2019-09-12T08:30:51.759 Info: 2019-09-12 08:30:51 +0000 Openstacklib::Db::Postgresql[sysinv]: Scheduling refresh of Service[sysinv-conductor] 2019-09-12T08:30:51.763 Info: 2019-09-12 08:30:51 +0000 Openstacklib::Db::Postgresql[sysinv]: Scheduling refresh of Exec[sysinv-dbsync] 2019-09-12T08:30:51.767 Debug: 2019-09-12 08:30:51 +0000 Exec[sysinv-dbsync](provider=posix): Executing check 'test true = true' 2019-09-12T08:30:51.771 Debug: 2019-09-12 08:30:51 +0000 Executing with uid=sysinv: 'test true = true' 2019-09-12T08:30:51.775 Debug: 2019-09-12 08:30:51 +0000 Exec[sysinv-dbsync](provider=posix): Executing check 'systemctl status postgresql' 2019-09-12T08:30:51.779 Debug: 2019-09-12 08:30:51 +0000 Executing with uid=sysinv: 'systemctl status postgresql' 2019-09-12T08:30:51.783 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: ● postgresql.service - PostgreSQL database server 2019-09-12T08:30:51.786 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: Loaded: loaded (/etc/systemd/system/postgresql.service; disabled; vendor preset: disabled) 2019-09-12T08:30:51.790 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: Active: active (running) since Thu 2019-09-12 08:30:29 UTC; 22s ago 2019-09-12T08:30:51.793 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: Main PID: 77562 (postgres) 2019-09-12T08:30:51.796 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: CGroup: /system.slice/postgresql.service 2019-09-12T08:30:51.800 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: ├─77562 /usr/bin/postgres -D /var/lib/postgresql/19.09 -p 5432 2019-09-12T08:30:51.804 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: ├─77563 postgres: logger process  2019-09-12T08:30:51.807 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: ├─77565 postgres: checkpointer process  2019-09-12T08:30:51.810 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: ├─77566 postgres: writer process  2019-09-12T08:30:51.813 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: ├─77567 postgres: wal writer process  2019-09-12T08:30:51.817 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: ├─77568 postgres: autovacuum launcher process  2019-09-12T08:30:51.824 Debug: 2019-09-12 08:30:51 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]/onlyif: └─77569 postgres: stats collector process  2019-09-12T08:30:51.827 Debug: 2019-09-12 08:30:51 +0000 Exec[sysinv-dbsync](provider=posix): Executing 'sysinv-dbsync' 2019-09-12T08:30:51.831 Debug: 2019-09-12 08:30:51 +0000 Executing with uid=sysinv: 'sysinv-dbsync' 2019-09-12T08:31:18.029 Notice: 2019-09-12 08:31:18 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]: Triggered 'refresh' from 54 events 2019-09-12T08:31:18.033 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Sysinv::Api/Exec[sysinv-dbsync]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:31:18.039 Debug: 2019-09-12 08:31:18 +0000 Executing: '/usr/bin/systemctl is-active sysinv-conductor' 2019-09-12T08:31:18.047 Debug: 2019-09-12 08:31:18 +0000 Executing: '/usr/bin/systemctl is-enabled sysinv-conductor' 2019-09-12T08:31:18.061 Debug: 2019-09-12 08:31:18 +0000 Executing: '/usr/bin/systemctl unmask sysinv-conductor' 2019-09-12T08:31:18.165 Debug: 2019-09-12 08:31:18 +0000 Executing: '/usr/bin/systemctl start sysinv-conductor' 2019-09-12T08:31:18.289 Debug: 2019-09-12 08:31:18 +0000 Executing: '/usr/bin/systemctl is-enabled sysinv-conductor' 2019-09-12T08:31:18.303 Debug: 2019-09-12 08:31:18 +0000 Executing: '/usr/bin/systemctl unmask sysinv-conductor' 2019-09-12T08:31:18.414 Notice: 2019-09-12 08:31:18 +0000 /Stage[main]/Sysinv::Conductor/Service[sysinv-conductor]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:31:18.419 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Sysinv::Conductor/Service[sysinv-conductor]: The container Class[Sysinv::Conductor] will propagate my refresh event 2019-09-12T08:31:18.422 Info: 2019-09-12 08:31:18 +0000 /Stage[main]/Sysinv::Conductor/Service[sysinv-conductor]: Unscheduling refresh on Service[sysinv-conductor] 2019-09-12T08:31:18.425 Debug: 2019-09-12 08:31:18 +0000 Class[Sysinv::Conductor]: The container Stage[main] will propagate my refresh event 2019-09-12T08:31:18.430 Debug: 2019-09-12 08:31:18 +0000 Class[Sysinv::Db::Postgresql]: The container Stage[main] will propagate my refresh event 2019-09-12T08:31:18.434 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-barbican') count"' 2019-09-12T08:31:18.442 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:31:18.445 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE ROLE \"admin-barbican\" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1"' 2019-09-12T08:31:18.573 Notice: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]/command: command changed 'notrun' to 'CREATE ROLE "admin-barbican" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1' 2019-09-12T08:31:18.579 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[CREATE ROLE admin-barbican ENCRYPTED PASSWORD ****]: The container Postgresql::Server::Role[admin-barbican] will propagate my refresh event 2019-09-12T08:31:18.583 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-barbican' AND rolconnlimit = -1) count"' 2019-09-12T08:31:18.598 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" CONNECTION LIMIT -1]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:18.603 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-barbican' AND rolinherit = true) count"' 2019-09-12T08:31:18.625 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" INHERIT]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:18.630 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-barbican' AND rolcanlogin = true) count"' 2019-09-12T08:31:18.653 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" LOGIN]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:18.658 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_shadow WHERE usename = 'admin-barbican' AND passwd = 'md55f79a60c934516797c0811b3919a37f8') count"' 2019-09-12T08:31:18.678 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE admin-barbican ENCRYPTED PASSWORD ****]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:18.682 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-barbican' AND rolsuper = false) count"' 2019-09-12T08:31:18.702 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOSUPERUSER]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:18.705 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-barbican' AND rolreplication = false) count"' 2019-09-12T08:31:18.727 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOREPLICATION]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:18.730 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-barbican' AND rolcreaterole = false) count"' 2019-09-12T08:31:18.754 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEROLE]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:18.758 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-barbican' AND rolcreatedb = false) count"' 2019-09-12T08:31:18.791 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Role[admin-barbican]/Postgresql_psql[ALTER ROLE "admin-barbican" NOCREATEDB]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:18.796 Debug: 2019-09-12 08:31:18 +0000 Postgresql::Server::Role[admin-barbican]: The container Postgresql::Server::Db[barbican] will propagate my refresh event 2019-09-12T08:31:18.800 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_database WHERE datname = 'barbican') count"' 2019-09-12T08:31:18.813 Debug: 2019-09-12 08:31:18 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[CREATE DATABASE "barbican"]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:31:18.816 Debug: 2019-09-12 08:31:18 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE DATABASE \"barbican\" WITH TEMPLATE = \"template0\" "' 2019-09-12T08:31:23.562 Notice: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[CREATE DATABASE "barbican"]/command: command changed 'notrun' to 'CREATE DATABASE "barbican" WITH TEMPLATE = "template0" ' 2019-09-12T08:31:23.567 Info: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[CREATE DATABASE "barbican"]: Scheduling refresh of Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public] 2019-09-12T08:31:23.570 Debug: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[CREATE DATABASE "barbican"]: The container Postgresql::Server::Database[barbican] will propagate my refresh event 2019-09-12T08:31:23.574 Debug: 2019-09-12 08:31:23 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_database WHERE datname = 'barbican' AND datistemplate = false) count"' 2019-09-12T08:31:23.595 Debug: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'barbican']/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:23.599 Debug: 2019-09-12 08:31:23 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "REVOKE CONNECT ON DATABASE \"barbican\" FROM public"' 2019-09-12T08:31:23.629 Notice: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public]: Triggered 'refresh' from 1 events 2019-09-12T08:31:23.635 Debug: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database[barbican]/Postgresql_psql[REVOKE CONNECT ON DATABASE "barbican" FROM public]: The container Postgresql::Server::Database[barbican] will propagate my refresh event 2019-09-12T08:31:23.639 Debug: 2019-09-12 08:31:23 +0000 Postgresql::Server::Database[barbican]: The container Postgresql::Server::Db[barbican] will propagate my refresh event 2019-09-12T08:31:23.643 Debug: 2019-09-12 08:31:23 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 WHERE has_database_privilege('admin-barbican', 2019-09-12T08:31:23.648 'barbican', 'CREATE')) count"' 2019-09-12T08:31:23.660 Debug: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database_grant[GRANT admin-barbican - ALL - barbican]/Postgresql::Server::Grant[database:GRANT admin-barbican - ALL - barbican]/Postgresql_psql[grant:database:GRANT admin-barbican - ALL - barbican]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:31:23.666 Debug: 2019-09-12 08:31:23 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "GRANT ALL ON DATABASE \"barbican\" TO 2019-09-12T08:31:23.670 \"admin-barbican\""' 2019-09-12T08:31:23.695 Notice: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database_grant[GRANT admin-barbican - ALL - barbican]/Postgresql::Server::Grant[database:GRANT admin-barbican - ALL - barbican]/Postgresql_psql[grant:database:GRANT admin-barbican - ALL - barbican]/command: command changed 'notrun' to 'GRANT ALL ON DATABASE "barbican" TO 2019-09-12T08:31:23.706 "admin-barbican"' 2019-09-12T08:31:23.710 Debug: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Postgresql/Openstacklib::Db::Postgresql[barbican]/Postgresql::Server::Db[barbican]/Postgresql::Server::Database_grant[GRANT admin-barbican - ALL - barbican]/Postgresql::Server::Grant[database:GRANT admin-barbican - ALL - barbican]/Postgresql_psql[grant:database:GRANT admin-barbican - ALL - barbican]: The container Postgresql::Server::Grant[database:GRANT admin-barbican - ALL - barbican] will propagate my refresh event 2019-09-12T08:31:23.714 Debug: 2019-09-12 08:31:23 +0000 Postgresql::Server::Grant[database:GRANT admin-barbican - ALL - barbican]: The container Postgresql::Server::Database_grant[GRANT admin-barbican - ALL - barbican] will propagate my refresh event 2019-09-12T08:31:23.717 Debug: 2019-09-12 08:31:23 +0000 Postgresql::Server::Database_grant[GRANT admin-barbican - ALL - barbican]: The container Postgresql::Server::Db[barbican] will propagate my refresh event 2019-09-12T08:31:23.722 Debug: 2019-09-12 08:31:23 +0000 Postgresql::Server::Db[barbican]: The container Openstacklib::Db::Postgresql[barbican] will propagate my refresh event 2019-09-12T08:31:23.726 Debug: 2019-09-12 08:31:23 +0000 Openstacklib::Db::Postgresql[barbican]: The container Class[Barbican::Db::Postgresql] will propagate my refresh event 2019-09-12T08:31:23.729 Debug: 2019-09-12 08:31:23 +0000 Class[Barbican::Db::Postgresql]: The container Stage[main] will propagate my refresh event 2019-09-12T08:31:23.733 Info: 2019-09-12 08:31:23 +0000 Class[Barbican::Db::Postgresql]: Scheduling refresh of Anchor[barbican::db::end] 2019-09-12T08:31:23.736 Notice: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::db::end]: Triggered 'refresh' from 1 events 2019-09-12T08:31:23.742 Info: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::db::end]: Scheduling refresh of Anchor[barbican::dbsync::begin] 2019-09-12T08:31:23.748 Debug: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::db::end]: The container Class[Barbican::Deps] will propagate my refresh event 2019-09-12T08:31:23.751 Notice: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::dbsync::begin]: Triggered 'refresh' from 1 events 2019-09-12T08:31:23.755 Info: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::dbsync::begin]: Scheduling refresh of Exec[barbican-db-manage] 2019-09-12T08:31:23.759 Debug: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::dbsync::begin]: The container Class[Barbican::Deps] will propagate my refresh event 2019-09-12T08:31:23.763 Debug: 2019-09-12 08:31:23 +0000 /Stage[main]/Barbican::Db::Sync/Exec[barbican-db-manage]/returns: Exec try 1/10 2019-09-12T08:31:23.766 Debug: 2019-09-12 08:31:23 +0000 Exec[barbican-db-manage](provider=posix): Executing 'barbican-manage db upgrade ' 2019-09-12T08:31:23.770 Debug: 2019-09-12 08:31:23 +0000 Executing with uid=barbican: 'barbican-manage db upgrade ' 2019-09-12T08:31:29.808 Notice: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Db::Sync/Exec[barbican-db-manage]: Triggered 'refresh' from 2 events 2019-09-12T08:31:29.812 Info: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Db::Sync/Exec[barbican-db-manage]: Scheduling refresh of Anchor[barbican::dbsync::end] 2019-09-12T08:31:29.815 Debug: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Db::Sync/Exec[barbican-db-manage]: The container Class[Barbican::Db::Sync] will propagate my refresh event 2019-09-12T08:31:29.819 Debug: 2019-09-12 08:31:29 +0000 Class[Barbican::Db::Sync]: The container Stage[main] will propagate my refresh event 2019-09-12T08:31:29.822 Notice: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::dbsync::end]: Triggered 'refresh' from 1 events 2019-09-12T08:31:29.825 Info: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::dbsync::end]: Scheduling refresh of Anchor[barbican::service::begin] 2019-09-12T08:31:29.828 Debug: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::dbsync::end]: The container Class[Barbican::Deps] will propagate my refresh event 2019-09-12T08:31:29.832 Notice: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::service::begin]: Triggered 'refresh' from 2 events 2019-09-12T08:31:29.836 Info: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::service::begin]: Scheduling refresh of Service[barbican-api] 2019-09-12T08:31:29.839 Debug: 2019-09-12 08:31:29 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::service::begin]: The container Class[Barbican::Deps] will propagate my refresh event 2019-09-12T08:31:29.842 Debug: 2019-09-12 08:31:29 +0000 Executing: '/usr/bin/systemctl is-active openstack-barbican-api' 2019-09-12T08:31:29.846 Debug: 2019-09-12 08:31:29 +0000 Executing: '/usr/bin/systemctl is-enabled openstack-barbican-api' 2019-09-12T08:31:29.849 Debug: 2019-09-12 08:31:29 +0000 Executing: '/usr/bin/systemctl unmask openstack-barbican-api' 2019-09-12T08:31:29.959 Debug: 2019-09-12 08:31:29 +0000 Executing: '/usr/bin/systemctl start openstack-barbican-api' 2019-09-12T08:31:30.077 Debug: 2019-09-12 08:31:30 +0000 Executing: '/usr/bin/systemctl is-enabled openstack-barbican-api' 2019-09-12T08:31:30.096 Debug: 2019-09-12 08:31:30 +0000 Executing: '/usr/bin/systemctl unmask openstack-barbican-api' 2019-09-12T08:31:30.211 Notice: 2019-09-12 08:31:30 +0000 /Stage[main]/Barbican::Api/Service[barbican-api]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:31:30.215 Info: 2019-09-12 08:31:30 +0000 /Stage[main]/Barbican::Api/Service[barbican-api]: Scheduling refresh of Anchor[barbican::service::end] 2019-09-12T08:31:30.219 Debug: 2019-09-12 08:31:30 +0000 /Stage[main]/Barbican::Api/Service[barbican-api]: The container Class[Barbican::Api] will propagate my refresh event 2019-09-12T08:31:30.224 Info: 2019-09-12 08:31:30 +0000 /Stage[main]/Barbican::Api/Service[barbican-api]: Unscheduling refresh on Service[barbican-api] 2019-09-12T08:31:30.227 Debug: 2019-09-12 08:31:30 +0000 Class[Barbican::Api]: The container Stage[main] will propagate my refresh event 2019-09-12T08:31:30.247 Notice: 2019-09-12 08:31:30 +0000 /Stage[main]/Keystone/Keystone_config[token/revoke_by_id]/ensure: created 2019-09-12T08:31:30.251 Info: 2019-09-12 08:31:30 +0000 /Stage[main]/Keystone/Keystone_config[token/revoke_by_id]: Scheduling refresh of Anchor[keystone::config::end] 2019-09-12T08:31:30.254 Debug: 2019-09-12 08:31:30 +0000 /Stage[main]/Keystone/Keystone_config[token/revoke_by_id]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:31:30.258 Notice: 2019-09-12 08:31:30 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::end]: Triggered 'refresh' from 23 events 2019-09-12T08:31:30.263 Info: 2019-09-12 08:31:30 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::end]: Scheduling refresh of Anchor[keystone::service::begin] 2019-09-12T08:31:30.267 Info: 2019-09-12 08:31:30 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::end]: Scheduling refresh of Exec[keystone-manage db_sync] 2019-09-12T08:31:30.270 Info: 2019-09-12 08:31:30 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::end]: Scheduling refresh of Exec[keystone-manage fernet_setup] 2019-09-12T08:31:30.273 Debug: 2019-09-12 08:31:30 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::config::end]: The container Class[Keystone::Deps] will propagate my refresh event 2019-09-12T08:31:30.278 Debug: 2019-09-12 08:31:30 +0000 Exec[keystone-manage fernet_setup](provider=posix): Executing 'keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone' 2019-09-12T08:31:30.282 Debug: 2019-09-12 08:31:30 +0000 Executing with uid=keystone: 'keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone' 2019-09-12T08:31:32.730 Notice: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone/Exec[keystone-manage fernet_setup]: Triggered 'refresh' from 1 events 2019-09-12T08:31:32.734 Info: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone/Exec[keystone-manage fernet_setup]: Scheduling refresh of Anchor[keystone::service::begin] 2019-09-12T08:31:32.739 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone/Exec[keystone-manage fernet_setup]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:31:32.753 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-keystone') count"' 2019-09-12T08:31:32.764 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:31:32.776 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE ROLE \"admin-keystone\" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1"' 2019-09-12T08:31:32.837 Notice: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]/command: command changed 'notrun' to 'CREATE ROLE "admin-keystone" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1' 2019-09-12T08:31:32.842 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[CREATE ROLE admin-keystone ENCRYPTED PASSWORD ****]: The container Postgresql::Server::Role[admin-keystone] will propagate my refresh event 2019-09-12T08:31:32.847 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-keystone' AND rolreplication = false) count"' 2019-09-12T08:31:32.870 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOREPLICATION]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:32.875 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-keystone' AND rolcreatedb = false) count"' 2019-09-12T08:31:32.894 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEDB]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:32.898 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_shadow WHERE usename = 'admin-keystone' AND passwd = 'md5e4356dd1a0eba9729d149d3a50a5ef22') count"' 2019-09-12T08:31:32.920 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE admin-keystone ENCRYPTED PASSWORD ****]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:32.927 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-keystone' AND rolconnlimit = -1) count"' 2019-09-12T08:31:32.944 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" CONNECTION LIMIT -1]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:32.949 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-keystone' AND rolsuper = false) count"' 2019-09-12T08:31:32.966 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOSUPERUSER]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:32.970 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-keystone' AND rolcreaterole = false) count"' 2019-09-12T08:31:32.991 Debug: 2019-09-12 08:31:32 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" NOCREATEROLE]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:32.997 Debug: 2019-09-12 08:31:32 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-keystone' AND rolinherit = true) count"' 2019-09-12T08:31:33.017 Debug: 2019-09-12 08:31:33 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" INHERIT]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:33.022 Debug: 2019-09-12 08:31:33 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-keystone' AND rolcanlogin = true) count"' 2019-09-12T08:31:33.043 Debug: 2019-09-12 08:31:33 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Role[admin-keystone]/Postgresql_psql[ALTER ROLE "admin-keystone" LOGIN]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:33.046 Debug: 2019-09-12 08:31:33 +0000 Postgresql::Server::Role[admin-keystone]: The container Postgresql::Server::Db[keystone] will propagate my refresh event 2019-09-12T08:31:33.053 Debug: 2019-09-12 08:31:33 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_database WHERE datname = 'keystone') count"' 2019-09-12T08:31:33.066 Debug: 2019-09-12 08:31:33 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[CREATE DATABASE "keystone"]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:31:33.070 Debug: 2019-09-12 08:31:33 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE DATABASE \"keystone\" WITH TEMPLATE = \"template0\" "' 2019-09-12T08:31:37.037 Notice: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[CREATE DATABASE "keystone"]/command: command changed 'notrun' to 'CREATE DATABASE "keystone" WITH TEMPLATE = "template0" ' 2019-09-12T08:31:37.041 Info: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[CREATE DATABASE "keystone"]: Scheduling refresh of Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public] 2019-09-12T08:31:37.044 Debug: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[CREATE DATABASE "keystone"]: The container Postgresql::Server::Database[keystone] will propagate my refresh event 2019-09-12T08:31:37.047 Debug: 2019-09-12 08:31:37 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_database WHERE datname = 'keystone' AND datistemplate = false) count"' 2019-09-12T08:31:37.061 Debug: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'keystone']/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:31:37.065 Debug: 2019-09-12 08:31:37 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "REVOKE CONNECT ON DATABASE \"keystone\" FROM public"' 2019-09-12T08:31:37.094 Notice: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public]: Triggered 'refresh' from 1 events 2019-09-12T08:31:37.098 Debug: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database[keystone]/Postgresql_psql[REVOKE CONNECT ON DATABASE "keystone" FROM public]: The container Postgresql::Server::Database[keystone] will propagate my refresh event 2019-09-12T08:31:37.102 Debug: 2019-09-12 08:31:37 +0000 Postgresql::Server::Database[keystone]: The container Postgresql::Server::Db[keystone] will propagate my refresh event 2019-09-12T08:31:37.105 Debug: 2019-09-12 08:31:37 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 WHERE has_database_privilege('admin-keystone', 2019-09-12T08:31:37.109 'keystone', 'CREATE')) count"' 2019-09-12T08:31:37.120 Debug: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database_grant[GRANT admin-keystone - ALL - keystone]/Postgresql::Server::Grant[database:GRANT admin-keystone - ALL - keystone]/Postgresql_psql[grant:database:GRANT admin-keystone - ALL - keystone]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:31:37.124 Debug: 2019-09-12 08:31:37 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "GRANT ALL ON DATABASE \"keystone\" TO 2019-09-12T08:31:37.127 \"admin-keystone\""' 2019-09-12T08:31:37.154 Notice: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database_grant[GRANT admin-keystone - ALL - keystone]/Postgresql::Server::Grant[database:GRANT admin-keystone - ALL - keystone]/Postgresql_psql[grant:database:GRANT admin-keystone - ALL - keystone]/command: command changed 'notrun' to 'GRANT ALL ON DATABASE "keystone" TO 2019-09-12T08:31:37.157 "admin-keystone"' 2019-09-12T08:31:37.160 Debug: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Postgresql/Openstacklib::Db::Postgresql[keystone]/Postgresql::Server::Db[keystone]/Postgresql::Server::Database_grant[GRANT admin-keystone - ALL - keystone]/Postgresql::Server::Grant[database:GRANT admin-keystone - ALL - keystone]/Postgresql_psql[grant:database:GRANT admin-keystone - ALL - keystone]: The container Postgresql::Server::Grant[database:GRANT admin-keystone - ALL - keystone] will propagate my refresh event 2019-09-12T08:31:37.164 Debug: 2019-09-12 08:31:37 +0000 Postgresql::Server::Grant[database:GRANT admin-keystone - ALL - keystone]: The container Postgresql::Server::Database_grant[GRANT admin-keystone - ALL - keystone] will propagate my refresh event 2019-09-12T08:31:37.167 Debug: 2019-09-12 08:31:37 +0000 Postgresql::Server::Database_grant[GRANT admin-keystone - ALL - keystone]: The container Postgresql::Server::Db[keystone] will propagate my refresh event 2019-09-12T08:31:37.171 Debug: 2019-09-12 08:31:37 +0000 Postgresql::Server::Db[keystone]: The container Openstacklib::Db::Postgresql[keystone] will propagate my refresh event 2019-09-12T08:31:37.175 Debug: 2019-09-12 08:31:37 +0000 Openstacklib::Db::Postgresql[keystone]: The container Class[Keystone::Db::Postgresql] will propagate my refresh event 2019-09-12T08:31:37.178 Debug: 2019-09-12 08:31:37 +0000 Class[Keystone::Db::Postgresql]: The container Stage[main] will propagate my refresh event 2019-09-12T08:31:37.182 Info: 2019-09-12 08:31:37 +0000 Class[Keystone::Db::Postgresql]: Scheduling refresh of Anchor[keystone::db::end] 2019-09-12T08:31:37.185 Notice: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::db::end]: Triggered 'refresh' from 1 events 2019-09-12T08:31:37.189 Info: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::db::end]: Scheduling refresh of Anchor[keystone::dbsync::begin] 2019-09-12T08:31:37.192 Debug: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::db::end]: The container Class[Keystone::Deps] will propagate my refresh event 2019-09-12T08:31:37.197 Notice: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::begin]: Triggered 'refresh' from 1 events 2019-09-12T08:31:37.200 Info: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::begin]: Scheduling refresh of Exec[keystone-manage db_sync] 2019-09-12T08:31:37.204 Debug: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::begin]: The container Class[Keystone::Deps] will propagate my refresh event 2019-09-12T08:31:37.208 Debug: 2019-09-12 08:31:37 +0000 Exec[keystone-manage db_sync](provider=posix): Executing check 'test true = true' 2019-09-12T08:31:37.211 Debug: 2019-09-12 08:31:37 +0000 Executing with uid=keystone: 'test true = true' 2019-09-12T08:31:37.215 Debug: 2019-09-12 08:31:37 +0000 /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]/returns: Exec try 1/10 2019-09-12T08:31:37.218 Debug: 2019-09-12 08:31:37 +0000 Exec[keystone-manage db_sync](provider=posix): Executing 'keystone-manage db_sync' 2019-09-12T08:31:37.222 Debug: 2019-09-12 08:31:37 +0000 Executing with uid=keystone: 'keystone-manage db_sync' 2019-09-12T08:31:49.458 Notice: 2019-09-12 08:31:49 +0000 /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]: Triggered 'refresh' from 2 events 2019-09-12T08:31:49.461 Info: 2019-09-12 08:31:49 +0000 /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]: Scheduling refresh of Anchor[keystone::dbsync::end] 2019-09-12T08:31:49.466 Debug: 2019-09-12 08:31:49 +0000 /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]: The container Class[Keystone::Db::Sync] will propagate my refresh event 2019-09-12T08:31:49.469 Notice: 2019-09-12 08:31:49 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::end]: Triggered 'refresh' from 1 events 2019-09-12T08:31:49.473 Info: 2019-09-12 08:31:49 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::end]: Scheduling refresh of Anchor[keystone::service::begin] 2019-09-12T08:31:49.476 Info: 2019-09-12 08:31:49 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::end]: Scheduling refresh of Exec[keystone-manage bootstrap] 2019-09-12T08:31:49.479 Debug: 2019-09-12 08:31:49 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::dbsync::end]: The container Class[Keystone::Deps] will propagate my refresh event 2019-09-12T08:31:49.484 Debug: 2019-09-12 08:31:49 +0000 Exec[keystone-manage bootstrap](provider=posix): Executing 'keystone-manage bootstrap --bootstrap-password St8rlingX\*' 2019-09-12T08:31:49.488 Debug: 2019-09-12 08:31:49 +0000 Executing with uid=keystone: 'keystone-manage bootstrap --bootstrap-password St8rlingX\*' 2019-09-12T08:31:52.768 Notice: 2019-09-12 08:31:52 +0000 /Stage[main]/Keystone/Exec[keystone-manage bootstrap]: Triggered 'refresh' from 1 events 2019-09-12T08:31:52.772 Info: 2019-09-12 08:31:52 +0000 /Stage[main]/Keystone/Exec[keystone-manage bootstrap]: Scheduling refresh of Anchor[keystone::service::begin] 2019-09-12T08:31:52.776 Debug: 2019-09-12 08:31:52 +0000 /Stage[main]/Keystone/Exec[keystone-manage bootstrap]: The container Class[Keystone] will propagate my refresh event 2019-09-12T08:31:52.780 Notice: 2019-09-12 08:31:52 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::begin]: Triggered 'refresh' from 4 events 2019-09-12T08:31:52.784 Info: 2019-09-12 08:31:52 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::begin]: Scheduling refresh of Service[keystone] 2019-09-12T08:31:52.787 Debug: 2019-09-12 08:31:52 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::begin]: The container Class[Keystone::Deps] will propagate my refresh event 2019-09-12T08:31:52.791 Debug: 2019-09-12 08:31:52 +0000 Class[Keystone::Db::Sync]: The container Stage[main] will propagate my refresh event 2019-09-12T08:31:52.795 Debug: 2019-09-12 08:31:52 +0000 Executing: '/usr/bin/systemctl is-active openstack-keystone' 2019-09-12T08:31:52.798 Debug: 2019-09-12 08:31:52 +0000 Executing: '/usr/bin/systemctl is-enabled openstack-keystone' 2019-09-12T08:31:52.804 Debug: 2019-09-12 08:31:52 +0000 Executing: '/usr/bin/systemctl unmask openstack-keystone' 2019-09-12T08:31:52.910 Debug: 2019-09-12 08:31:52 +0000 Executing: '/usr/bin/systemctl start openstack-keystone' 2019-09-12T08:31:53.049 Debug: 2019-09-12 08:31:53 +0000 Executing: '/usr/bin/systemctl is-enabled openstack-keystone' 2019-09-12T08:31:53.062 Debug: 2019-09-12 08:31:53 +0000 Executing: '/usr/bin/systemctl unmask openstack-keystone' 2019-09-12T08:31:53.174 Notice: 2019-09-12 08:31:53 +0000 /Stage[main]/Keystone::Service/Service[keystone]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:31:53.185 Info: 2019-09-12 08:31:53 +0000 /Stage[main]/Keystone::Service/Service[keystone]: Scheduling refresh of Anchor[keystone::service::end] 2019-09-12T08:31:53.189 Debug: 2019-09-12 08:31:53 +0000 /Stage[main]/Keystone::Service/Service[keystone]: The container Class[Keystone::Service] will propagate my refresh event 2019-09-12T08:31:53.193 Info: 2019-09-12 08:31:53 +0000 /Stage[main]/Keystone::Service/Service[keystone]: Unscheduling refresh on Service[keystone] 2019-09-12T08:31:53.197 Notice: 2019-09-12 08:31:53 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]: Triggered 'refresh' from 1 events 2019-09-12T08:31:53.200 Debug: 2019-09-12 08:31:53 +0000 /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]: The container Class[Keystone::Deps] will propagate my refresh event 2019-09-12T08:31:53.203 Debug: 2019-09-12 08:31:53 +0000 Prefetching openstack resources for keystone_role 2019-09-12T08:31:53.207 Debug: 2019-09-12 08:31:53 +0000 hiera(): Looking up keystone::admin_password in YAML backend 2019-09-12T08:31:53.210 Debug: 2019-09-12 08:31:53 +0000 hiera(): Looking for data source runtime 2019-09-12T08:31:53.213 Debug: 2019-09-12 08:31:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:31:53.216 Debug: 2019-09-12 08:31:53 +0000 hiera(): Looking for data source host 2019-09-12T08:31:53.219 Debug: 2019-09-12 08:31:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:31:53.223 Debug: 2019-09-12 08:31:53 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:31:53.226 Debug: 2019-09-12 08:31:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:31:53.229 Debug: 2019-09-12 08:31:53 +0000 hiera(): Looking for data source system 2019-09-12T08:31:53.232 Debug: 2019-09-12 08:31:53 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:31:53.236 Debug: 2019-09-12 08:31:53 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:31:53.239 Debug: 2019-09-12 08:31:53 +0000 hiera(): Found keystone::admin_password in secure_static 2019-09-12T08:31:53.243 Debug: 2019-09-12 08:31:53 +0000 Executing: '/usr/bin/openstack --os-interface internal role list --quiet --format csv' 2019-09-12T08:31:56.195 Debug: 2019-09-12 08:31:56 +0000 Executing: '/usr/bin/openstack --os-interface internal role create --format shell _member_' 2019-09-12T08:31:57.860 Notice: 2019-09-12 08:31:57 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/Keystone_role[_member_]/ensure: created 2019-09-12T08:31:57.863 Debug: 2019-09-12 08:31:57 +0000 /Stage[main]/Openstack::Keystone::Bootstrap/Keystone_role[_member_]: The container Class[Openstack::Keystone::Bootstrap] will propagate my refresh event 2019-09-12T08:31:57.866 Debug: 2019-09-12 08:31:57 +0000 Class[Openstack::Keystone::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:31:57.870 Debug: 2019-09-12 08:31:57 +0000 Prefetching openstack resources for keystone_service 2019-09-12T08:31:57.873 Debug: 2019-09-12 08:31:57 +0000 hiera(): Looking up keystone::admin_password in YAML backend 2019-09-12T08:31:57.877 Debug: 2019-09-12 08:31:57 +0000 hiera(): Looking for data source runtime 2019-09-12T08:31:57.880 Debug: 2019-09-12 08:31:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:31:57.884 Debug: 2019-09-12 08:31:57 +0000 hiera(): Looking for data source host 2019-09-12T08:31:57.887 Debug: 2019-09-12 08:31:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:31:57.890 Debug: 2019-09-12 08:31:57 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:31:57.893 Debug: 2019-09-12 08:31:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:31:57.897 Debug: 2019-09-12 08:31:57 +0000 hiera(): Looking for data source system 2019-09-12T08:31:57.900 Debug: 2019-09-12 08:31:57 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:31:57.904 Debug: 2019-09-12 08:31:57 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:31:57.907 Debug: 2019-09-12 08:31:57 +0000 hiera(): Found keystone::admin_password in secure_static 2019-09-12T08:31:57.910 Debug: 2019-09-12 08:31:57 +0000 Executing: '/usr/bin/openstack --os-interface internal service list --quiet --format csv --long' 2019-09-12T08:31:59.486 Debug: 2019-09-12 08:31:59 +0000 Executing: '/usr/bin/openstack --os-interface internal service create --format shell faultmanagement --name fm --description Fault Management Service' 2019-09-12T08:32:01.202 Notice: 2019-09-12 08:32:01 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_service[fm::faultmanagement]/ensure: created 2019-09-12T08:32:01.205 Debug: 2019-09-12 08:32:01 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_service[fm::faultmanagement]: The container Keystone::Resource::Service_identity[fm] will propagate my refresh event 2019-09-12T08:32:01.209 Debug: 2019-09-12 08:32:01 +0000 Class[Keystone::Service]: The container Stage[main] will propagate my refresh event 2019-09-12T08:32:01.212 Debug: 2019-09-12 08:32:01 +0000 Executing: '/usr/bin/openstack --os-interface internal service create --format shell key-manager --name barbican --description Key management Service' 2019-09-12T08:32:03.008 Notice: 2019-09-12 08:32:03 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_service[barbican::key-manager]/ensure: created 2019-09-12T08:32:03.011 Debug: 2019-09-12 08:32:03 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_service[barbican::key-manager]: The container Keystone::Resource::Service_identity[barbican] will propagate my refresh event 2019-09-12T08:32:03.015 Debug: 2019-09-12 08:32:03 +0000 Prefetching openstack resources for keystone_endpoint 2019-09-12T08:32:03.019 Debug: 2019-09-12 08:32:03 +0000 hiera(): Looking up keystone::admin_password in YAML backend 2019-09-12T08:32:03.022 Debug: 2019-09-12 08:32:03 +0000 hiera(): Looking for data source runtime 2019-09-12T08:32:03.026 Debug: 2019-09-12 08:32:03 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:32:03.029 Debug: 2019-09-12 08:32:03 +0000 hiera(): Looking for data source host 2019-09-12T08:32:03.033 Debug: 2019-09-12 08:32:03 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:32:03.037 Debug: 2019-09-12 08:32:03 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:32:03.040 Debug: 2019-09-12 08:32:03 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:32:03.044 Debug: 2019-09-12 08:32:03 +0000 hiera(): Looking for data source system 2019-09-12T08:32:03.047 Debug: 2019-09-12 08:32:03 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:32:03.051 Debug: 2019-09-12 08:32:03 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:32:03.056 Debug: 2019-09-12 08:32:03 +0000 hiera(): Found keystone::admin_password in secure_static 2019-09-12T08:32:03.060 Debug: 2019-09-12 08:32:03 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint list --quiet --format csv' 2019-09-12T08:32:04.556 Debug: 2019-09-12 08:32:04 +0000 Executing: '/usr/bin/openstack --os-interface internal service list --quiet --format csv' 2019-09-12T08:32:06.248 Debug: 2019-09-12 08:32:06 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell 8e131b7b51974f6fbdbc59b7c2bc2b21 admin http://127.0.0.1:18002 --region RegionOne' 2019-09-12T08:32:08.177 Debug: 2019-09-12 08:32:08 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell 8e131b7b51974f6fbdbc59b7c2bc2b21 internal http://127.0.0.1:18002 --region RegionOne' 2019-09-12T08:32:09.694 Debug: 2019-09-12 08:32:09 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell 8e131b7b51974f6fbdbc59b7c2bc2b21 public http://127.0.0.1:18002 --region RegionOne' 2019-09-12T08:32:11.319 Notice: 2019-09-12 08:32:11 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_endpoint[RegionOne/fm::faultmanagement]/ensure: created 2019-09-12T08:32:11.323 Debug: 2019-09-12 08:32:11 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_endpoint[RegionOne/fm::faultmanagement]: The container Keystone::Resource::Service_identity[fm] will propagate my refresh event 2019-09-12T08:32:11.326 Debug: 2019-09-12 08:32:11 +0000 Executing: '/usr/bin/openstack --os-interface internal role create --format shell creator' 2019-09-12T08:32:12.905 Notice: 2019-09-12 08:32:12 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_role[creator]/ensure: created 2019-09-12T08:32:12.908 Debug: 2019-09-12 08:32:12 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_role[creator]: The container Class[Openstack::Barbican::Bootstrap] will propagate my refresh event 2019-09-12T08:32:12.912 Debug: 2019-09-12 08:32:12 +0000 Executing: '/usr/bin/openstack --os-interface internal service list --quiet --format csv' 2019-09-12T08:32:14.424 Debug: 2019-09-12 08:32:14 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell b208bcb1d19d4ab4be10ce912cc22096 admin http://127.0.0.1:9311 --region RegionOne' 2019-09-12T08:32:16.047 Debug: 2019-09-12 08:32:16 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell b208bcb1d19d4ab4be10ce912cc22096 internal http://127.0.0.1:9311 --region RegionOne' 2019-09-12T08:32:17.757 Debug: 2019-09-12 08:32:17 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell b208bcb1d19d4ab4be10ce912cc22096 public http://127.0.0.1:9311 --region RegionOne' 2019-09-12T08:32:19.379 Notice: 2019-09-12 08:32:19 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_endpoint[RegionOne/barbican::key-manager]/ensure: created 2019-09-12T08:32:19.383 Info: 2019-09-12 08:32:19 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_endpoint[RegionOne/barbican::key-manager]: Scheduling refresh of Anchor[barbican::service::end] 2019-09-12T08:32:19.387 Debug: 2019-09-12 08:32:19 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_endpoint[RegionOne/barbican::key-manager]: The container Keystone::Resource::Service_identity[barbican] will propagate my refresh event 2019-09-12T08:32:19.392 Notice: 2019-09-12 08:32:19 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::service::end]: Triggered 'refresh' from 4 events 2019-09-12T08:32:19.395 Debug: 2019-09-12 08:32:19 +0000 /Stage[main]/Barbican::Deps/Anchor[barbican::service::end]: The container Class[Barbican::Deps] will propagate my refresh event 2019-09-12T08:32:19.400 Debug: 2019-09-12 08:32:19 +0000 Class[Barbican::Deps]: The container Stage[main] will propagate my refresh event 2019-09-12T08:32:19.406 Debug: 2019-09-12 08:32:19 +0000 Prefetching openstack resources for keystone_domain 2019-09-12T08:32:19.412 Debug: 2019-09-12 08:32:19 +0000 hiera(): Looking up keystone::admin_password in YAML backend 2019-09-12T08:32:19.415 Debug: 2019-09-12 08:32:19 +0000 hiera(): Looking for data source runtime 2019-09-12T08:32:19.420 Debug: 2019-09-12 08:32:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:32:19.424 Debug: 2019-09-12 08:32:19 +0000 hiera(): Looking for data source host 2019-09-12T08:32:19.428 Debug: 2019-09-12 08:32:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:32:19.431 Debug: 2019-09-12 08:32:19 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:32:19.434 Debug: 2019-09-12 08:32:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:32:19.437 Debug: 2019-09-12 08:32:19 +0000 hiera(): Looking for data source system 2019-09-12T08:32:19.441 Debug: 2019-09-12 08:32:19 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:32:19.444 Debug: 2019-09-12 08:32:19 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:32:19.447 Debug: 2019-09-12 08:32:19 +0000 hiera(): Found keystone::admin_password in secure_static 2019-09-12T08:32:19.451 Debug: 2019-09-12 08:32:19 +0000 Executing: '/usr/bin/openstack --os-interface internal domain list --quiet --format csv' 2019-09-12T08:32:21.031 Debug: 2019-09-12 08:32:21 +0000 Prefetching openstack resources for keystone_tenant 2019-09-12T08:32:21.037 Debug: 2019-09-12 08:32:21 +0000 hiera(): Looking up keystone::admin_password in YAML backend 2019-09-12T08:32:21.040 Debug: 2019-09-12 08:32:21 +0000 hiera(): Looking for data source runtime 2019-09-12T08:32:21.044 Debug: 2019-09-12 08:32:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:32:21.047 Debug: 2019-09-12 08:32:21 +0000 hiera(): Looking for data source host 2019-09-12T08:32:21.050 Debug: 2019-09-12 08:32:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:32:21.054 Debug: 2019-09-12 08:32:21 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:32:21.058 Debug: 2019-09-12 08:32:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:32:21.061 Debug: 2019-09-12 08:32:21 +0000 hiera(): Looking for data source system 2019-09-12T08:32:21.065 Debug: 2019-09-12 08:32:21 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:32:21.068 Debug: 2019-09-12 08:32:21 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:32:21.072 Debug: 2019-09-12 08:32:21 +0000 hiera(): Found keystone::admin_password in secure_static 2019-09-12T08:32:21.075 Debug: 2019-09-12 08:32:21 +0000 Executing: '/usr/bin/openstack --os-interface internal project list --quiet --format csv --long' 2019-09-12T08:32:22.618 Debug: 2019-09-12 08:32:22 +0000 Executing: '/usr/bin/openstack --os-interface internal domain list --quiet --format csv' 2019-09-12T08:32:24.212 Notice: 2019-09-12 08:32:24 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]/description: description changed 'Bootstrap project for initializing the cloud.' to 'admin project' 2019-09-12T08:32:24.215 Debug: 2019-09-12 08:32:24 +0000 Executing: '/usr/bin/openstack --os-interface internal project set 68c68ba9bed346e68e31c864d90df706 --description=admin project' 2019-09-12T08:32:25.838 Debug: 2019-09-12 08:32:25 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]: The container Class[Keystone::Roles::Admin] will propagate my refresh event 2019-09-12T08:32:25.842 Debug: 2019-09-12 08:32:25 +0000 hiera(): Looking up keystone::admin_password in YAML backend 2019-09-12T08:32:25.845 Debug: 2019-09-12 08:32:25 +0000 hiera(): Looking for data source runtime 2019-09-12T08:32:25.850 Debug: 2019-09-12 08:32:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:32:25.853 Debug: 2019-09-12 08:32:25 +0000 hiera(): Looking for data source host 2019-09-12T08:32:25.857 Debug: 2019-09-12 08:32:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:32:25.860 Debug: 2019-09-12 08:32:25 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:32:25.864 Debug: 2019-09-12 08:32:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:32:25.868 Debug: 2019-09-12 08:32:25 +0000 hiera(): Looking for data source system 2019-09-12T08:32:25.871 Debug: 2019-09-12 08:32:25 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:32:25.874 Debug: 2019-09-12 08:32:25 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:32:25.877 Debug: 2019-09-12 08:32:25 +0000 hiera(): Found keystone::admin_password in secure_static 2019-09-12T08:32:25.881 Debug: 2019-09-12 08:32:25 +0000 Executing: '/usr/bin/openstack --os-interface internal domain list --quiet --format csv' 2019-09-12T08:32:27.372 Debug: 2019-09-12 08:32:27 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell mtce --domain default' 2019-09-12T08:32:29.005 Debug: 2019-09-12 08:32:29 +0000 Executing: '/usr/bin/openstack --os-interface internal user create --format shell mtce --enable --password 75cfbe93a215Ti0* --domain Default' 2019-09-12T08:32:31.119 Notice: 2019-09-12 08:32:31 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user[mtce]/ensure: created 2019-09-12T08:32:31.122 Debug: 2019-09-12 08:32:31 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user[mtce]: The container Class[Platform::Mtce::Agent] will propagate my refresh event 2019-09-12T08:32:31.126 Debug: 2019-09-12 08:32:31 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell fm --domain default' 2019-09-12T08:32:32.726 Debug: 2019-09-12 08:32:32 +0000 Executing: '/usr/bin/openstack --os-interface internal user create --format shell fm --enable --password b006a2bf61e8Ti0* --email fm at localhost --domain Default' 2019-09-12T08:32:34.707 Notice: 2019-09-12 08:32:34 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user[fm]/ensure: created 2019-09-12T08:32:34.711 Debug: 2019-09-12 08:32:34 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user[fm]: The container Keystone::Resource::Service_identity[fm] will propagate my refresh event 2019-09-12T08:32:34.715 Debug: 2019-09-12 08:32:34 +0000 Executing: '/usr/bin/openstack --os-interface internal project create --format shell services --enable --description project for the platform services --domain Default' 2019-09-12T08:32:36.453 Notice: 2019-09-12 08:32:36 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[services]/ensure: created 2019-09-12T08:32:36.456 Debug: 2019-09-12 08:32:36 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[services]: The container Class[Keystone::Roles::Admin] will propagate my refresh event 2019-09-12T08:32:36.462 Debug: 2019-09-12 08:32:36 +0000 hiera(): Looking up keystone::admin_password in YAML backend 2019-09-12T08:32:36.465 Debug: 2019-09-12 08:32:36 +0000 hiera(): Looking for data source runtime 2019-09-12T08:32:36.468 Debug: 2019-09-12 08:32:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/runtime.yaml, skipping 2019-09-12T08:32:36.471 Debug: 2019-09-12 08:32:36 +0000 hiera(): Looking for data source host 2019-09-12T08:32:36.475 Debug: 2019-09-12 08:32:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/host.yaml, skipping 2019-09-12T08:32:36.478 Debug: 2019-09-12 08:32:36 +0000 hiera(): Looking for data source secure_system 2019-09-12T08:32:36.481 Debug: 2019-09-12 08:32:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/secure_system.yaml, skipping 2019-09-12T08:32:36.484 Debug: 2019-09-12 08:32:36 +0000 hiera(): Looking for data source system 2019-09-12T08:32:36.488 Debug: 2019-09-12 08:32:36 +0000 hiera(): Cannot find datafile /tmp/puppet/hieradata/system.yaml, skipping 2019-09-12T08:32:36.492 Debug: 2019-09-12 08:32:36 +0000 hiera(): Looking for data source secure_static 2019-09-12T08:32:36.495 Debug: 2019-09-12 08:32:36 +0000 hiera(): Found keystone::admin_password in secure_static 2019-09-12T08:32:36.499 Debug: 2019-09-12 08:32:36 +0000 Executing: '/usr/bin/openstack --os-interface internal project show --format shell services --domain Default' 2019-09-12T08:32:38.101 Debug: 2019-09-12 08:32:38 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell mtce --domain Default' 2019-09-12T08:32:39.748 Debug: 2019-09-12 08:32:39 +0000 Executing: '/usr/bin/openstack --os-interface internal role list --quiet --format csv --project 18f06e0e5c934181ad62b19ac7d0625b --user bb02062c780e493099e303b73919ff52' 2019-09-12T08:32:41.309 Debug: 2019-09-12 08:32:41 +0000 Executing: '/usr/bin/openstack --os-interface internal role add admin --project 18f06e0e5c934181ad62b19ac7d0625b --user bb02062c780e493099e303b73919ff52' 2019-09-12T08:32:42.976 Notice: 2019-09-12 08:32:42 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user_role[mtce at services]/ensure: created 2019-09-12T08:32:42.979 Debug: 2019-09-12 08:32:42 +0000 /Stage[main]/Platform::Mtce::Agent/Keystone_user_role[mtce at services]: The container Class[Platform::Mtce::Agent] will propagate my refresh event 2019-09-12T08:32:42.983 Debug: 2019-09-12 08:32:42 +0000 Class[Platform::Mtce::Agent]: The container Stage[main] will propagate my refresh event 2019-09-12T08:32:42.986 Debug: 2019-09-12 08:32:42 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell admin --domain default' 2019-09-12T08:32:44.564 Debug: 2019-09-12 08:32:44 +0000 Executing: '/usr/bin/openstack --os-interface internal project list --quiet --format csv --user 9b1194f8aaf74032abbf5b92b61c81ce --long' 2019-09-12T08:32:46.160 Debug: 2019-09-12 08:32:46 +0000 Executing: '/usr/bin/openstack --os-interface internal token issue --format value' 2019-09-12T08:32:48.263 Notice: 2019-09-12 08:32:48 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]/email: defined 'email' as 'admin at localhost' 2019-09-12T08:32:48.267 Debug: 2019-09-12 08:32:48 +0000 Executing: '/usr/bin/openstack --os-interface internal user set --email admin at localhost 9b1194f8aaf74032abbf5b92b61c81ce' 2019-09-12T08:32:50.266 Debug: 2019-09-12 08:32:50 +0000 /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]: The container Class[Keystone::Roles::Admin] will propagate my refresh event 2019-09-12T08:32:50.269 Debug: 2019-09-12 08:32:50 +0000 Executing: '/usr/bin/openstack --os-interface internal project show --format shell admin --domain Default' 2019-09-12T08:32:51.886 Debug: 2019-09-12 08:32:51 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell admin --domain Default' 2019-09-12T08:32:53.550 Debug: 2019-09-12 08:32:53 +0000 Executing: '/usr/bin/openstack --os-interface internal role list --quiet --format csv --project 68c68ba9bed346e68e31c864d90df706 --user 9b1194f8aaf74032abbf5b92b61c81ce' 2019-09-12T08:32:55.213 Debug: 2019-09-12 08:32:55 +0000 Class[Keystone::Roles::Admin]: The container Stage[main] will propagate my refresh event 2019-09-12T08:32:55.216 Debug: 2019-09-12 08:32:55 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell fm --domain Default' 2019-09-12T08:32:56.865 Debug: 2019-09-12 08:32:56 +0000 Executing: '/usr/bin/openstack --os-interface internal role list --quiet --format csv --project 18f06e0e5c934181ad62b19ac7d0625b --user 5df5720780634ab39d4f6142807fd330' 2019-09-12T08:32:58.477 Debug: 2019-09-12 08:32:58 +0000 Executing: '/usr/bin/openstack --os-interface internal role add admin --project 18f06e0e5c934181ad62b19ac7d0625b --user 5df5720780634ab39d4f6142807fd330' 2019-09-12T08:33:00.164 Notice: 2019-09-12 08:33:00 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user_role[fm at services]/ensure: created 2019-09-12T08:33:00.167 Debug: 2019-09-12 08:33:00 +0000 /Stage[main]/Fm::Keystone::Auth/Keystone::Resource::Service_identity[fm]/Keystone_user_role[fm at services]: The container Keystone::Resource::Service_identity[fm] will propagate my refresh event 2019-09-12T08:33:00.171 Debug: 2019-09-12 08:33:00 +0000 Keystone::Resource::Service_identity[fm]: The container Class[Fm::Keystone::Auth] will propagate my refresh event 2019-09-12T08:33:00.174 Debug: 2019-09-12 08:33:00 +0000 Executing: '/usr/bin/openstack --os-interface internal service create --format shell identity --name keystone --description OpenStack Identity Service' 2019-09-12T08:33:01.722 Notice: 2019-09-12 08:33:01 +0000 /Stage[main]/Keystone::Endpoint/Keystone::Resource::Service_identity[keystone]/Keystone_service[keystone::identity]/ensure: created 2019-09-12T08:33:01.725 Debug: 2019-09-12 08:33:01 +0000 /Stage[main]/Keystone::Endpoint/Keystone::Resource::Service_identity[keystone]/Keystone_service[keystone::identity]: The container Keystone::Resource::Service_identity[keystone] will propagate my refresh event 2019-09-12T08:33:01.728 Debug: 2019-09-12 08:33:01 +0000 Executing: '/usr/bin/openstack --os-interface internal service list --quiet --format csv' 2019-09-12T08:33:03.261 Debug: 2019-09-12 08:33:03 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell 981e16aecd9c4bb98f5b5e6903bec6b1 admin http://127.0.0.1:5000/v3 --region RegionOne' 2019-09-12T08:33:04.840 Debug: 2019-09-12 08:33:04 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell 981e16aecd9c4bb98f5b5e6903bec6b1 internal http://127.0.0.1:5000/v3 --region RegionOne' 2019-09-12T08:33:06.413 Debug: 2019-09-12 08:33:06 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell 981e16aecd9c4bb98f5b5e6903bec6b1 public http://127.0.0.1:5000/v3 --region RegionOne' 2019-09-12T08:33:07.989 Notice: 2019-09-12 08:33:07 +0000 /Stage[main]/Keystone::Endpoint/Keystone::Resource::Service_identity[keystone]/Keystone_endpoint[RegionOne/keystone::identity]/ensure: created 2019-09-12T08:33:07.993 Debug: 2019-09-12 08:33:07 +0000 /Stage[main]/Keystone::Endpoint/Keystone::Resource::Service_identity[keystone]/Keystone_endpoint[RegionOne/keystone::identity]: The container Keystone::Resource::Service_identity[keystone] will propagate my refresh event 2019-09-12T08:33:07.996 Debug: 2019-09-12 08:33:07 +0000 Keystone::Resource::Service_identity[keystone]: The container Class[Keystone::Endpoint] will propagate my refresh event 2019-09-12T08:33:08.000 Debug: 2019-09-12 08:33:07 +0000 Class[Keystone::Endpoint]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:08.003 Debug: 2019-09-12 08:33:07 +0000 Class[Fm::Keystone::Auth]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:08.010 Debug: 2019-09-12 08:33:07 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell barbican --domain default' 2019-09-12T08:33:09.599 Debug: 2019-09-12 08:33:09 +0000 Executing: '/usr/bin/openstack --os-interface internal user create --format shell barbican --enable --password d7445ff87983Ti0* --email barbican at localhost --domain Default' 2019-09-12T08:33:11.612 Notice: 2019-09-12 08:33:11 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_user[barbican]/ensure: created 2019-09-12T08:33:11.782 Debug: 2019-09-12 08:33:11 +0000 /Stage[main]/Barbican::Keystone::Auth/Keystone::Resource::Service_identity[barbican]/Keystone_user[barbican]: The container Keystone::Resource::Service_identity[barbican] will propagate my refresh event 2019-09-12T08:33:11.785 Debug: 2019-09-12 08:33:11 +0000 Keystone::Resource::Service_identity[barbican]: The container Class[Barbican::Keystone::Auth] will propagate my refresh event 2019-09-12T08:33:11.789 Debug: 2019-09-12 08:33:11 +0000 Class[Barbican::Keystone::Auth]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:11.793 Debug: 2019-09-12 08:33:11 +0000 Executing: '/usr/bin/openstack --os-interface internal service create --format shell platform --name sysinv --description SysInvService' 2019-09-12T08:33:13.331 Notice: 2019-09-12 08:33:13 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_service[sysinv::platform]/ensure: created 2019-09-12T08:33:13.336 Debug: 2019-09-12 08:33:13 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_service[sysinv::platform]: The container Keystone::Resource::Service_identity[platform] will propagate my refresh event 2019-09-12T08:33:13.340 Debug: 2019-09-12 08:33:13 +0000 Executing: '/usr/bin/openstack --os-interface internal service list --quiet --format csv' 2019-09-12T08:33:14.909 Debug: 2019-09-12 08:33:14 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell f9eefd0a19174c0180ad2dc9f164746e admin http://127.0.0.1:6385/v1 --region RegionOne' 2019-09-12T08:33:16.475 Debug: 2019-09-12 08:33:16 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell f9eefd0a19174c0180ad2dc9f164746e internal http://127.0.0.1:6385/v1 --region RegionOne' 2019-09-12T08:33:18.046 Debug: 2019-09-12 08:33:18 +0000 Executing: '/usr/bin/openstack --os-interface internal endpoint create --format shell f9eefd0a19174c0180ad2dc9f164746e public http://127.0.0.1:6385/v1 --region RegionOne' 2019-09-12T08:33:19.570 Notice: 2019-09-12 08:33:19 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_endpoint[RegionOne/sysinv::platform]/ensure: created 2019-09-12T08:33:19.573 Debug: 2019-09-12 08:33:19 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_endpoint[RegionOne/sysinv::platform]: The container Keystone::Resource::Service_identity[platform] will propagate my refresh event 2019-09-12T08:33:19.577 Debug: 2019-09-12 08:33:19 +0000 Executing: '/usr/bin/systemctl is-active sysinv-api' 2019-09-12T08:33:19.585 Debug: 2019-09-12 08:33:19 +0000 Executing: '/usr/bin/systemctl is-enabled sysinv-api' 2019-09-12T08:33:19.600 Debug: 2019-09-12 08:33:19 +0000 Executing: '/usr/bin/systemctl unmask sysinv-api' 2019-09-12T08:33:19.711 Debug: 2019-09-12 08:33:19 +0000 Executing: '/usr/bin/systemctl start sysinv-api' 2019-09-12T08:33:19.857 Debug: 2019-09-12 08:33:19 +0000 Executing: '/usr/bin/systemctl is-enabled sysinv-api' 2019-09-12T08:33:19.870 Debug: 2019-09-12 08:33:19 +0000 Executing: '/usr/bin/systemctl unmask sysinv-api' 2019-09-12T08:33:19.981 Notice: 2019-09-12 08:33:19 +0000 /Stage[main]/Sysinv::Api/Service[sysinv-api]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:33:19.984 Debug: 2019-09-12 08:33:19 +0000 /Stage[main]/Sysinv::Api/Service[sysinv-api]: The container Class[Sysinv::Api] will propagate my refresh event 2019-09-12T08:33:19.989 Info: 2019-09-12 08:33:19 +0000 /Stage[main]/Sysinv::Api/Service[sysinv-api]: Unscheduling refresh on Service[sysinv-api] 2019-09-12T08:33:19.992 Debug: 2019-09-12 08:33:19 +0000 Class[Sysinv::Api]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:19.997 Notice: 2019-09-12 08:33:19 +0000 /Stage[main]/Platform::Client/File[/etc/ssl/private/openstack]/ensure: created 2019-09-12T08:33:20.000 Debug: 2019-09-12 08:33:19 +0000 /Stage[main]/Platform::Client/File[/etc/ssl/private/openstack]: The container Class[Platform::Client] will propagate my refresh event 2019-09-12T08:33:20.004 Debug: 2019-09-12 08:33:19 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell sysinv --domain default' 2019-09-12T08:33:21.630 Debug: 2019-09-12 08:33:21 +0000 Executing: '/usr/bin/openstack --os-interface internal user create --format shell sysinv --enable --password edfd9a82c6bcTi0* --email sysinv at localhost --domain Default' 2019-09-12T08:33:23.652 Notice: 2019-09-12 08:33:23 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user[sysinv]/ensure: created 2019-09-12T08:33:23.656 Debug: 2019-09-12 08:33:23 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user[sysinv]: The container Keystone::Resource::Service_identity[platform] will propagate my refresh event 2019-09-12T08:33:23.660 Debug: 2019-09-12 08:33:23 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell sysinv --domain Default' 2019-09-12T08:33:25.341 Debug: 2019-09-12 08:33:25 +0000 Executing: '/usr/bin/openstack --os-interface internal role list --quiet --format csv --project 18f06e0e5c934181ad62b19ac7d0625b --user dbefccc5064b4449a7ecefaca1d763b5' 2019-09-12T08:33:26.997 Debug: 2019-09-12 08:33:26 +0000 Executing: '/usr/bin/openstack --os-interface internal role add admin --project 18f06e0e5c934181ad62b19ac7d0625b --user dbefccc5064b4449a7ecefaca1d763b5' 2019-09-12T08:33:28.697 Notice: 2019-09-12 08:33:28 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user_role[sysinv at services]/ensure: created 2019-09-12T08:33:28.700 Debug: 2019-09-12 08:33:28 +0000 /Stage[main]/Sysinv::Keystone::Auth/Keystone::Resource::Service_identity[platform]/Keystone_user_role[sysinv at services]: The container Keystone::Resource::Service_identity[platform] will propagate my refresh event 2019-09-12T08:33:28.704 Debug: 2019-09-12 08:33:28 +0000 Executing: '/usr/bin/openstack --os-interface internal user show --format shell barbican --domain Default' 2019-09-12T08:33:30.327 Debug: 2019-09-12 08:33:30 +0000 Executing: '/usr/bin/openstack --os-interface internal role list --quiet --format csv --project 18f06e0e5c934181ad62b19ac7d0625b --user 4971b72861e349009cc190bda6dcfb2c' 2019-09-12T08:33:31.930 Debug: 2019-09-12 08:33:31 +0000 Executing: '/usr/bin/openstack --os-interface internal role add admin --project 18f06e0e5c934181ad62b19ac7d0625b --user 4971b72861e349009cc190bda6dcfb2c' 2019-09-12T08:33:33.535 Debug: 2019-09-12 08:33:33 +0000 Executing: '/usr/bin/openstack --os-interface internal role add creator --project 18f06e0e5c934181ad62b19ac7d0625b --user 4971b72861e349009cc190bda6dcfb2c' 2019-09-12T08:33:35.370 Notice: 2019-09-12 08:33:35 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_user_role[barbican at services]/ensure: created 2019-09-12T08:33:35.374 Debug: 2019-09-12 08:33:35 +0000 /Stage[main]/Openstack::Barbican::Bootstrap/Keystone_user_role[barbican at services]: The container Class[Openstack::Barbican::Bootstrap] will propagate my refresh event 2019-09-12T08:33:35.377 Debug: 2019-09-12 08:33:35 +0000 Class[Openstack::Barbican::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:35.381 Debug: 2019-09-12 08:33:35 +0000 Keystone::Resource::Service_identity[platform]: The container Class[Sysinv::Keystone::Auth] will propagate my refresh event 2019-09-12T08:33:35.384 Debug: 2019-09-12 08:33:35 +0000 Class[Sysinv::Keystone::Auth]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:35.388 Debug: 2019-09-12 08:33:35 +0000 /Stage[main]/Keystone::Disable_admin_token_auth/Ini_subsetting[public_api/admin_token_auth]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:33:35.391 Debug: 2019-09-12 08:33:35 +0000 /Stage[main]/Keystone::Disable_admin_token_auth/Ini_subsetting[api_v3/admin_token_auth]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:33:35.395 Debug: 2019-09-12 08:33:35 +0000 /Stage[main]/Keystone::Disable_admin_token_auth/Ini_subsetting[admin_api/admin_token_auth]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:33:35.423 Notice: 2019-09-12 08:33:35 +0000 /Stage[main]/Platform::Client/File[/etc/platform/openrc]/ensure: defined content as '{md5}ad049ca6a265e50da34620f289137b68' 2019-09-12T08:33:35.426 Debug: 2019-09-12 08:33:35 +0000 /Stage[main]/Platform::Client/File[/etc/platform/openrc]: The container Class[Platform::Client] will propagate my refresh event 2019-09-12T08:33:35.463 Notice: 2019-09-12 08:33:35 +0000 /Stage[main]/Platform::Client/File[/etc/bash_completion.d/openstack]/ensure: defined content as '{md5}bef1307ae3eea800953d196e87c6bbd2' 2019-09-12T08:33:35.467 Debug: 2019-09-12 08:33:35 +0000 /Stage[main]/Platform::Client/File[/etc/bash_completion.d/openstack]: The container Class[Platform::Client] will propagate my refresh event 2019-09-12T08:33:35.471 Debug: 2019-09-12 08:33:35 +0000 Class[Platform::Client]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:35.475 Debug: 2019-09-12 08:33:35 +0000 Class[Keystone::Deps]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:35.478 Debug: 2019-09-12 08:33:35 +0000 Class[Keystone]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:35.482 Debug: 2019-09-12 08:33:35 +0000 Exec[drbd_format_volume_drbd-etcd](provider=posix): Executing 'mkfs.ext4 /dev/drbd7' 2019-09-12T08:33:35.485 Debug: 2019-09-12 08:33:35 +0000 Executing: 'mkfs.ext4 /dev/drbd7' 2019-09-12T08:33:39.780 Notice: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_format_volume_drbd-etcd]: Triggered 'refresh' from 1 events 2019-09-12T08:33:39.785 Debug: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Exec[drbd_format_volume_drbd-etcd]: The container Drbd::Resource::Up[drbd-etcd] will propagate my refresh event 2019-09-12T08:33:39.789 Notice: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]/ensure: defined 'ensure' as 'mounted' 2019-09-12T08:33:39.793 Debug: 2019-09-12 08:33:39 +0000 Flushing mount provider target /etc/fstab 2019-09-12T08:33:39.797 Debug: 2019-09-12 08:33:39 +0000 Executing: '/usr/bin/mount /opt/etcd' 2019-09-12T08:33:39.921 Debug: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]: The container Drbd::Resource::Up[drbd-etcd] will propagate my refresh event 2019-09-12T08:33:39.926 Info: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]: Scheduling refresh of Mount[/opt/etcd] 2019-09-12T08:33:39.930 Info: 2019-09-12 08:33:39 +0000 Mount[/opt/etcd](provider=parsed): Remounting 2019-09-12T08:33:39.933 Debug: 2019-09-12 08:33:39 +0000 Executing: '/usr/bin/mount -o remount /opt/etcd' 2019-09-12T08:33:39.953 Notice: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]: Triggered 'refresh' from 1 events 2019-09-12T08:33:39.957 Debug: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]: The container Drbd::Resource::Up[drbd-etcd] will propagate my refresh event 2019-09-12T08:33:39.960 Info: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Drbd::Resource[drbd-etcd]/Drbd::Resource::Enable[drbd-etcd]/Drbd::Resource::Up[drbd-etcd]/Mount[/opt/etcd]: Scheduling refresh of Mount[/opt/etcd] 2019-09-12T08:33:39.964 Debug: 2019-09-12 08:33:39 +0000 Drbd::Resource::Up[drbd-etcd]: The container Drbd::Resource::Enable[drbd-etcd] will propagate my refresh event 2019-09-12T08:33:39.967 Debug: 2019-09-12 08:33:39 +0000 Drbd::Resource::Enable[drbd-etcd]: The container Drbd::Resource[drbd-etcd] will propagate my refresh event 2019-09-12T08:33:39.971 Debug: 2019-09-12 08:33:39 +0000 Drbd::Resource[drbd-etcd]: The container Platform::Drbd::Filesystem[drbd-etcd] will propagate my refresh event 2019-09-12T08:33:39.974 Debug: 2019-09-12 08:33:39 +0000 Exec[drbd resize drbd-etcd](provider=posix): Executing 'drbdadm -- --assume-peer-has-space resize drbd-etcd' 2019-09-12T08:33:39.978 Debug: 2019-09-12 08:33:39 +0000 Executing: 'drbdadm -- --assume-peer-has-space resize drbd-etcd' 2019-09-12T08:33:39.986 Notice: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Exec[drbd resize drbd-etcd]/returns: executed successfully 2019-09-12T08:33:39.989 Debug: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Exec[drbd resize drbd-etcd]: The container Platform::Drbd::Filesystem[drbd-etcd] will propagate my refresh event 2019-09-12T08:33:39.993 Debug: 2019-09-12 08:33:39 +0000 Exec[resize2fs drbd-etcd](provider=posix): Executing 'resize2fs /dev/drbd7' 2019-09-12T08:33:39.998 Debug: 2019-09-12 08:33:39 +0000 Executing: 'resize2fs /dev/drbd7' 2019-09-12T08:33:40.001 Notice: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Exec[resize2fs drbd-etcd]/returns: executed successfully 2019-09-12T08:33:40.004 Debug: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Drbd::Etcd::Bootstrap/Platform::Drbd::Filesystem[drbd-etcd]/Exec[resize2fs drbd-etcd]: The container Platform::Drbd::Filesystem[drbd-etcd] will propagate my refresh event 2019-09-12T08:33:40.008 Debug: 2019-09-12 08:33:39 +0000 Platform::Drbd::Filesystem[drbd-etcd]: The container Class[Platform::Drbd::Etcd::Bootstrap] will propagate my refresh event 2019-09-12T08:33:40.012 Debug: 2019-09-12 08:33:39 +0000 Class[Platform::Drbd::Etcd::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:40.015 Notice: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Etcd::Datadir::Bootstrap/File[/opt/etcd/19.09]/ensure: created 2019-09-12T08:33:40.019 Debug: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Etcd::Datadir::Bootstrap/File[/opt/etcd/19.09]: The container Class[Platform::Etcd::Datadir::Bootstrap] will propagate my refresh event 2019-09-12T08:33:40.023 Debug: 2019-09-12 08:33:39 +0000 Class[Platform::Etcd::Datadir::Bootstrap]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:40.027 Notice: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_override_dir]/ensure: created 2019-09-12T08:33:40.030 Debug: 2019-09-12 08:33:39 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_override_dir]: The container Class[Platform::Etcd::Setup] will propagate my refresh event 2019-09-12T08:33:40.046 Notice: 2019-09-12 08:33:40 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_override]/ensure: defined content as '{md5}fc6498b2b6ad356a15dd0e7e52efa1fb' 2019-09-12T08:33:40.049 Debug: 2019-09-12 08:33:40 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_override]: The container Class[Platform::Etcd::Setup] will propagate my refresh event 2019-09-12T08:33:40.088 Notice: 2019-09-12 08:33:40 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_initd_script]/ensure: defined content as '{md5}8c21b47fa39034edcb849fff32e26483' 2019-09-12T08:33:40.092 Debug: 2019-09-12 08:33:40 +0000 /Stage[main]/Platform::Etcd::Setup/File[etcd_initd_script]: The container Class[Platform::Etcd::Setup] will propagate my refresh event 2019-09-12T08:33:40.096 Debug: 2019-09-12 08:33:40 +0000 Exec[systemd-reload-daemon](provider=posix): Executing '/usr/bin/systemctl daemon-reload' 2019-09-12T08:33:40.099 Debug: 2019-09-12 08:33:40 +0000 Executing: '/usr/bin/systemctl daemon-reload' 2019-09-12T08:33:40.203 Notice: 2019-09-12 08:33:40 +0000 /Stage[main]/Platform::Etcd::Setup/Exec[systemd-reload-daemon]/returns: executed successfully 2019-09-12T08:33:40.210 Debug: 2019-09-12 08:33:40 +0000 /Stage[main]/Platform::Etcd::Setup/Exec[systemd-reload-daemon]: The container Class[Platform::Etcd::Setup] will propagate my refresh event 2019-09-12T08:33:40.214 Debug: 2019-09-12 08:33:40 +0000 Class[Platform::Etcd::Setup]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:40.217 Debug: 2019-09-12 08:33:40 +0000 Executing: '/usr/bin/systemctl is-active etcd' 2019-09-12T08:33:40.221 Debug: 2019-09-12 08:33:40 +0000 Executing: '/usr/bin/systemctl is-enabled etcd' 2019-09-12T08:33:40.236 Debug: 2019-09-12 08:33:40 +0000 Executing: '/usr/bin/systemctl unmask etcd' 2019-09-12T08:33:40.345 Debug: 2019-09-12 08:33:40 +0000 Executing: '/usr/bin/systemctl start etcd' 2019-09-12T08:33:41.211 Debug: 2019-09-12 08:33:41 +0000 Executing: '/usr/bin/systemctl is-enabled etcd' 2019-09-12T08:33:41.224 Notice: 2019-09-12 08:33:41 +0000 /Stage[main]/Etcd::Service/Service[etcd]/ensure: ensure changed 'stopped' to 'running' 2019-09-12T08:33:41.228 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Etcd::Service/Service[etcd]: The container Class[Etcd::Service] will propagate my refresh event 2019-09-12T08:33:41.232 Info: 2019-09-12 08:33:41 +0000 /Stage[main]/Etcd::Service/Service[etcd]: Unscheduling refresh on Service[etcd] 2019-09-12T08:33:41.235 Debug: 2019-09-12 08:33:41 +0000 Class[Etcd::Service]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:41.239 Debug: 2019-09-12 08:33:41 +0000 Class[Etcd::Service]: The container Class[Etcd] will propagate my refresh event 2019-09-12T08:33:41.242 Debug: 2019-09-12 08:33:41 +0000 Class[Etcd]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:41.246 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm/Fm_config[DEFAULT/system_name]: Nothing to manage: no ensure and the resource doesn't exist 2019-09-12T08:33:41.250 Debug: 2019-09-12 08:33:41 +0000 Class[Fm]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:41.254 Notice: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::end]: Triggered 'refresh' from 28 events 2019-09-12T08:33:41.257 Info: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::end]: Scheduling refresh of Anchor[fm::service::begin] 2019-09-12T08:33:41.261 Info: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::end]: Scheduling refresh of Exec[fm-db-sync] 2019-09-12T08:33:41.264 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Deps/Anchor[fm::config::end]: The container Class[Fm::Deps] will propagate my refresh event 2019-09-12T08:33:41.267 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-fm') count"' 2019-09-12T08:33:41.272 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:33:41.275 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE ROLE \"admin-fm\" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1"' 2019-09-12T08:33:41.308 Notice: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]/command: command changed 'notrun' to 'CREATE ROLE "admin-fm" ENCRYPTED PASSWORD '$NEWPGPASSWD' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1' 2019-09-12T08:33:41.312 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[CREATE ROLE admin-fm ENCRYPTED PASSWORD ****]: The container Postgresql::Server::Role[admin-fm] will propagate my refresh event 2019-09-12T08:33:41.315 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_shadow WHERE usename = 'admin-fm' AND passwd = 'md59e0bf04b03b42753e9f9999487b471ba') count"' 2019-09-12T08:33:41.335 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE admin-fm ENCRYPTED PASSWORD ****]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:41.340 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-fm' AND rolinherit = true) count"' 2019-09-12T08:33:41.362 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" INHERIT]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:41.366 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-fm' AND rolcreaterole = false) count"' 2019-09-12T08:33:41.387 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEROLE]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:41.391 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-fm' AND rolsuper = false) count"' 2019-09-12T08:33:41.413 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOSUPERUSER]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:41.417 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-fm' AND rolconnlimit = -1) count"' 2019-09-12T08:33:41.439 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" CONNECTION LIMIT -1]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:41.442 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-fm' AND rolcreatedb = false) count"' 2019-09-12T08:33:41.465 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOCREATEDB]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:41.468 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-fm' AND rolreplication = false) count"' 2019-09-12T08:33:41.491 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" NOREPLICATION]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:41.495 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_roles WHERE rolname = 'admin-fm' AND rolcanlogin = true) count"' 2019-09-12T08:33:41.517 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Role[admin-fm]/Postgresql_psql[ALTER ROLE "admin-fm" LOGIN]/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:41.522 Debug: 2019-09-12 08:33:41 +0000 Postgresql::Server::Role[admin-fm]: The container Postgresql::Server::Db[fm] will propagate my refresh event 2019-09-12T08:33:41.526 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_database WHERE datname = 'fm') count"' 2019-09-12T08:33:41.546 Debug: 2019-09-12 08:33:41 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[CREATE DATABASE "fm"]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:33:41.550 Debug: 2019-09-12 08:33:41 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "CREATE DATABASE \"fm\" WITH TEMPLATE = \"template0\" "' 2019-09-12T08:33:44.058 Notice: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[CREATE DATABASE "fm"]/command: command changed 'notrun' to 'CREATE DATABASE "fm" WITH TEMPLATE = "template0" ' 2019-09-12T08:33:44.062 Info: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[CREATE DATABASE "fm"]: Scheduling refresh of Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public] 2019-09-12T08:33:44.065 Debug: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[CREATE DATABASE "fm"]: The container Postgresql::Server::Database[fm] will propagate my refresh event 2019-09-12T08:33:44.069 Debug: 2019-09-12 08:33:44 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 FROM pg_database WHERE datname = 'fm' AND datistemplate = false) count"' 2019-09-12T08:33:44.083 Debug: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'fm']/unless: Found 1 row(s) executing 'unless' clause 2019-09-12T08:33:44.087 Debug: 2019-09-12 08:33:44 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "REVOKE CONNECT ON DATABASE \"fm\" FROM public"' 2019-09-12T08:33:44.115 Notice: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public]: Triggered 'refresh' from 1 events 2019-09-12T08:33:44.119 Debug: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database[fm]/Postgresql_psql[REVOKE CONNECT ON DATABASE "fm" FROM public]: The container Postgresql::Server::Database[fm] will propagate my refresh event 2019-09-12T08:33:44.123 Debug: 2019-09-12 08:33:44 +0000 Postgresql::Server::Database[fm]: The container Postgresql::Server::Db[fm] will propagate my refresh event 2019-09-12T08:33:44.127 Debug: 2019-09-12 08:33:44 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "SELECT COUNT(*) FROM (SELECT 1 WHERE has_database_privilege('admin-fm', 2019-09-12T08:33:44.130 'fm', 'CREATE')) count"' 2019-09-12T08:33:44.140 Debug: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database_grant[GRANT admin-fm - ALL - fm]/Postgresql::Server::Grant[database:GRANT admin-fm - ALL - fm]/Postgresql_psql[grant:database:GRANT admin-fm - ALL - fm]/unless: Found 0 row(s) executing 'unless' clause 2019-09-12T08:33:44.144 Debug: 2019-09-12 08:33:44 +0000 Executing with uid=postgres gid=postgres: '/usr/bin/psql -d postgres -p 5432 -t -c "GRANT ALL ON DATABASE \"fm\" TO 2019-09-12T08:33:44.149 \"admin-fm\""' 2019-09-12T08:33:44.166 Notice: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database_grant[GRANT admin-fm - ALL - fm]/Postgresql::Server::Grant[database:GRANT admin-fm - ALL - fm]/Postgresql_psql[grant:database:GRANT admin-fm - ALL - fm]/command: command changed 'notrun' to 'GRANT ALL ON DATABASE "fm" TO 2019-09-12T08:33:44.170 "admin-fm"' 2019-09-12T08:33:44.173 Debug: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Postgresql/Openstacklib::Db::Postgresql[fm]/Postgresql::Server::Db[fm]/Postgresql::Server::Database_grant[GRANT admin-fm - ALL - fm]/Postgresql::Server::Grant[database:GRANT admin-fm - ALL - fm]/Postgresql_psql[grant:database:GRANT admin-fm - ALL - fm]: The container Postgresql::Server::Grant[database:GRANT admin-fm - ALL - fm] will propagate my refresh event 2019-09-12T08:33:44.177 Debug: 2019-09-12 08:33:44 +0000 Postgresql::Server::Grant[database:GRANT admin-fm - ALL - fm]: The container Postgresql::Server::Database_grant[GRANT admin-fm - ALL - fm] will propagate my refresh event 2019-09-12T08:33:44.181 Debug: 2019-09-12 08:33:44 +0000 Postgresql::Server::Database_grant[GRANT admin-fm - ALL - fm]: The container Postgresql::Server::Db[fm] will propagate my refresh event 2019-09-12T08:33:44.184 Debug: 2019-09-12 08:33:44 +0000 Postgresql::Server::Db[fm]: The container Openstacklib::Db::Postgresql[fm] will propagate my refresh event 2019-09-12T08:33:44.188 Debug: 2019-09-12 08:33:44 +0000 Openstacklib::Db::Postgresql[fm]: The container Class[Fm::Db::Postgresql] will propagate my refresh event 2019-09-12T08:33:44.191 Debug: 2019-09-12 08:33:44 +0000 Class[Fm::Db::Postgresql]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:44.195 Info: 2019-09-12 08:33:44 +0000 Class[Fm::Db::Postgresql]: Scheduling refresh of Anchor[fm::db::end] 2019-09-12T08:33:44.200 Notice: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Deps/Anchor[fm::db::end]: Triggered 'refresh' from 1 events 2019-09-12T08:33:44.203 Info: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Deps/Anchor[fm::db::end]: Scheduling refresh of Anchor[fm::dbsync::begin] 2019-09-12T08:33:44.206 Debug: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Deps/Anchor[fm::db::end]: The container Class[Fm::Deps] will propagate my refresh event 2019-09-12T08:33:44.210 Notice: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Deps/Anchor[fm::dbsync::begin]: Triggered 'refresh' from 1 events 2019-09-12T08:33:44.214 Info: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Deps/Anchor[fm::dbsync::begin]: Scheduling refresh of Exec[fm-db-sync] 2019-09-12T08:33:44.217 Debug: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Deps/Anchor[fm::dbsync::begin]: The container Class[Fm::Deps] will propagate my refresh event 2019-09-12T08:33:44.220 Debug: 2019-09-12 08:33:44 +0000 /Stage[main]/Fm::Db::Sync/Exec[fm-db-sync]/returns: Exec try 1/10 2019-09-12T08:33:44.224 Debug: 2019-09-12 08:33:44 +0000 Exec[fm-db-sync](provider=posix): Executing 'fm-dbsync --config-file /etc/fm/fm.conf' 2019-09-12T08:33:44.227 Debug: 2019-09-12 08:33:44 +0000 Executing with uid=root: 'fm-dbsync --config-file /etc/fm/fm.conf' 2019-09-12T08:33:47.024 Notice: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Db::Sync/Exec[fm-db-sync]: Triggered 'refresh' from 2 events 2019-09-12T08:33:47.027 Info: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Db::Sync/Exec[fm-db-sync]: Scheduling refresh of Anchor[fm::dbsync::end] 2019-09-12T08:33:47.031 Debug: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Db::Sync/Exec[fm-db-sync]: The container Class[Fm::Db::Sync] will propagate my refresh event 2019-09-12T08:33:47.035 Debug: 2019-09-12 08:33:47 +0000 Class[Fm::Db::Sync]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:47.038 Notice: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Deps/Anchor[fm::dbsync::end]: Triggered 'refresh' from 1 events 2019-09-12T08:33:47.042 Info: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Deps/Anchor[fm::dbsync::end]: Scheduling refresh of Anchor[fm::service::begin] 2019-09-12T08:33:47.046 Debug: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Deps/Anchor[fm::dbsync::end]: The container Class[Fm::Deps] will propagate my refresh event 2019-09-12T08:33:47.050 Notice: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Deps/Anchor[fm::service::begin]: Triggered 'refresh' from 2 events 2019-09-12T08:33:47.053 Info: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Deps/Anchor[fm::service::begin]: Scheduling refresh of Service[fm-api] 2019-09-12T08:33:47.057 Debug: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Deps/Anchor[fm::service::begin]: The container Class[Fm::Deps] will propagate my refresh event 2019-09-12T08:33:47.061 Debug: 2019-09-12 08:33:47 +0000 Executing: '/usr/bin/systemctl is-active fm-api' 2019-09-12T08:33:47.065 Debug: 2019-09-12 08:33:47 +0000 Executing: '/usr/bin/systemctl is-enabled fm-api' 2019-09-12T08:33:47.068 Debug: 2019-09-12 08:33:47 +0000 Executing: '/usr/bin/systemctl is-active fm-api' 2019-09-12T08:33:47.073 Debug: 2019-09-12 08:33:47 +0000 Executing: '/usr/bin/systemctl restart fm-api' 2019-09-12T08:33:47.146 Notice: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Api/Service[fm-api]: Triggered 'refresh' from 1 events 2019-09-12T08:33:47.155 Info: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Api/Service[fm-api]: Scheduling refresh of Anchor[fm::service::end] 2019-09-12T08:33:47.159 Debug: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Api/Service[fm-api]: The container Class[Fm::Api] will propagate my refresh event 2019-09-12T08:33:47.164 Notice: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Deps/Anchor[fm::service::end]: Triggered 'refresh' from 1 events 2019-09-12T08:33:47.174 Debug: 2019-09-12 08:33:47 +0000 /Stage[main]/Fm::Deps/Anchor[fm::service::end]: The container Class[Fm::Deps] will propagate my refresh event 2019-09-12T08:33:47.184 Debug: 2019-09-12 08:33:47 +0000 Class[Fm::Deps]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:47.188 Debug: 2019-09-12 08:33:47 +0000 Class[Fm::Api]: The container Stage[main] will propagate my refresh event 2019-09-12T08:33:47.710 Debug: 2019-09-12 08:33:47 +0000 Finishing transaction 49041120 2019-09-12T08:33:47.717 Debug: 2019-09-12 08:33:47 +0000 Storing state 2019-09-12T08:33:47.726 Info: 2019-09-12 08:33:47 +0000 Creating state file /var/lib/puppet/state/state.yaml 2019-09-12T08:33:47.938 Debug: 2019-09-12 08:33:47 +0000 Stored state in 0.23 seconds 2019-09-12T08:33:47.942 Notice: 2019-09-12 08:33:47 +0000 Applied catalog in 282.27 seconds 2019-09-12T08:33:48.005 Debug: 2019-09-12 08:33:48 +0000 Applying settings catalog for sections reporting, metrics 2019-09-12T08:33:48.009 Debug: 2019-09-12 08:33:48 +0000 Finishing transaction 87919300 2019-09-12T08:33:48.013 Debug: 2019-09-12 08:33:48 +0000 Received report to process from localhost 2019-09-12T08:33:48.016 Debug: 2019-09-12 08:33:48 +0000 Evicting cache entry for environment 'production' 2019-09-12T08:33:48.020 Debug: 2019-09-12 08:33:48 +0000 Caching environment 'production' (ttl = 0 sec) 2019-09-12T08:33:48.033 Debug: 2019-09-12 08:33:48 +0000 Processing report from localhost with processor Puppet::Reports::Store -------------- next part -------------- 2019-09-13 04:55:55.041 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:55:55.042 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 04:55:57.158 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 04:55:57.833 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 04:55:57.978 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 04:55:58.005 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 04:55:58.006 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 04:55:58.006 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:55:58.487 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:55:59.041 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:55:59.357 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:55:59.614 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:55:59.743 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 04:55:59.780 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:55:59.813 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:55:59.853 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:55:59.890 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 04:55:59.924 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 04:55:59.956 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 04:55:59.993 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 04:56:00.103 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 04:56:00.164 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 04:56:00.164 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 04:56:00.164 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] socket_id : 0 0 0 0 0 0 2019-09-13 04:56:00.165 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] core_id : 0 1 2 3 4 5 2019-09-13 04:56:00.165 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] thread_id : 0 0 0 0 0 0 2019-09-13 04:56:00.180 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 04:56:00.194 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] Setting config target of host 'controller-0' to '5a3297ca-e57b-4282-b019-3fc09714a808'. 2019-09-13 04:56:00.229 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] _config_update_hosts config_uuid=5a3297ca-e57b-4282-b019-3fc09714a808 2019-09-13 04:56:00.230 80240 INFO sysinv.conductor.manager [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] applying runtime manifest config_uuid=5a3297ca-e57b-4282-b019-3fc09714a808, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 04:56:00.244 80240 INFO sysinv.puppet.puppet [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] Updating hiera for host: controller-0 with config_uuid: 5a3297ca-e57b-4282-b019-3fc09714a808 2019-09-13 04:56:02.095 80240 ERROR sysinv.puppet.puppet [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvO1ccj' 2019-09-13 04:56:02.095 80240 TRACE sysinv.puppet.puppet 2019-09-13 04:56:02.096 80240 ERROR sysinv.openstack.common.rpc.amqp [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] Exception during message handling 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvO1ccj' 2019-09-13 04:56:02.096 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 04:56:02.097 80240 ERROR sysinv.openstack.common.rpc.common [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvO1ccj' to caller 2019-09-13 04:56:02.098 80240 ERROR sysinv.openstack.common.rpc.common [req-aff40f6a-6a5a-49e0-b715-ca4b77fe4942 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvO1ccj'\n"] 2019-09-13 04:56:02.108 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 04:56:02.108 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 04:56:55.095 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:56:55.096 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 04:56:57.117 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 04:56:57.805 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 04:56:57.931 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 04:56:57.960 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 04:56:57.961 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 04:56:57.961 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:56:58.377 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:56:58.620 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:56:59.116 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:56:59.400 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:56:59.511 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 04:56:59.542 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:56:59.575 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:56:59.614 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:56:59.653 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 04:56:59.689 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 04:56:59.721 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 04:56:59.753 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 04:56:59.885 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 04:56:59.947 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 04:56:59.947 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 04:56:59.947 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] socket_id : 0 0 0 0 0 0 2019-09-13 04:56:59.948 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] core_id : 0 1 2 3 4 5 2019-09-13 04:56:59.948 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] thread_id : 0 0 0 0 0 0 2019-09-13 04:56:59.969 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 04:57:00.154 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] Setting config target of host 'controller-0' to '5170fa48-9f51-4176-94c5-c3f2a34d97c8'. 2019-09-13 04:57:00.215 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] _config_update_hosts config_uuid=5170fa48-9f51-4176-94c5-c3f2a34d97c8 2019-09-13 04:57:00.215 80240 INFO sysinv.conductor.manager [req-6add0fe4-4960-484d-af03-b0303601a32b None None] applying runtime manifest config_uuid=5170fa48-9f51-4176-94c5-c3f2a34d97c8, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 04:57:00.231 80240 INFO sysinv.puppet.puppet [req-6add0fe4-4960-484d-af03-b0303601a32b None None] Updating hiera for host: controller-0 with config_uuid: 5170fa48-9f51-4176-94c5-c3f2a34d97c8 2019-09-13 04:57:01.889 80240 ERROR sysinv.puppet.puppet [req-6add0fe4-4960-484d-af03-b0303601a32b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQVK7j5' 2019-09-13 04:57:01.889 80240 TRACE sysinv.puppet.puppet 2019-09-13 04:57:01.890 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6add0fe4-4960-484d-af03-b0303601a32b None None] Exception during message handling 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQVK7j5' 2019-09-13 04:57:01.890 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 04:57:01.891 80240 ERROR sysinv.openstack.common.rpc.common [req-6add0fe4-4960-484d-af03-b0303601a32b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQVK7j5' to caller 2019-09-13 04:57:01.892 80240 ERROR sysinv.openstack.common.rpc.common [req-6add0fe4-4960-484d-af03-b0303601a32b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQVK7j5'\n"] 2019-09-13 04:57:01.900 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 04:57:01.900 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 04:57:55.147 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:57:55.148 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 04:57:57.211 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 04:57:57.865 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 04:57:58.019 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 04:57:58.048 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 04:57:58.049 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 04:57:58.049 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:57:58.509 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:57:59.026 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:57:59.324 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:57:59.578 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:57:59.692 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 04:57:59.727 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:57:59.758 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:57:59.789 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:57:59.830 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 04:57:59.862 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 04:57:59.894 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 04:57:59.929 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 04:58:00.040 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 04:58:00.097 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 04:58:00.098 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 04:58:00.098 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] socket_id : 0 0 0 0 0 0 2019-09-13 04:58:00.099 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] core_id : 0 1 2 3 4 5 2019-09-13 04:58:00.100 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] thread_id : 0 0 0 0 0 0 2019-09-13 04:58:00.116 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 04:58:00.131 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] Setting config target of host 'controller-0' to '06601705-e544-434a-bda0-c309beaf25c0'. 2019-09-13 04:58:00.165 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] _config_update_hosts config_uuid=06601705-e544-434a-bda0-c309beaf25c0 2019-09-13 04:58:00.166 80240 INFO sysinv.conductor.manager [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] applying runtime manifest config_uuid=06601705-e544-434a-bda0-c309beaf25c0, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 04:58:00.180 80240 INFO sysinv.puppet.puppet [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] Updating hiera for host: controller-0 with config_uuid: 06601705-e544-434a-bda0-c309beaf25c0 2019-09-13 04:58:02.061 80240 ERROR sysinv.puppet.puppet [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml52ovvM' 2019-09-13 04:58:02.061 80240 TRACE sysinv.puppet.puppet 2019-09-13 04:58:02.062 80240 ERROR sysinv.openstack.common.rpc.amqp [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] Exception during message handling 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml52ovvM' 2019-09-13 04:58:02.062 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 04:58:02.064 80240 ERROR sysinv.openstack.common.rpc.common [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml52ovvM' to caller 2019-09-13 04:58:02.064 80240 ERROR sysinv.openstack.common.rpc.common [req-495a5973-225f-40d7-a0c6-7fe9c0d6d66f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml52ovvM'\n"] 2019-09-13 04:58:02.072 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 04:58:02.072 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 04:58:55.164 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:58:55.165 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 04:58:57.243 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 04:58:57.910 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 04:58:58.027 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 04:58:58.055 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 04:58:58.056 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 04:58:58.056 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:58:58.491 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:58:58.735 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:58:59.259 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:58:59.545 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:58:59.673 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 04:58:59.705 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:58:59.740 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:58:59.774 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:58:59.806 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 04:58:59.843 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 04:58:59.876 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 04:58:59.906 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 04:59:00.018 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 04:59:00.082 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 04:59:00.082 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] cpu_id : 0 1 2 3 4 5 2019-09-13 04:59:00.082 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] socket_id : 0 0 0 0 0 0 2019-09-13 04:59:00.083 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] core_id : 0 1 2 3 4 5 2019-09-13 04:59:00.083 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] thread_id : 0 0 0 0 0 0 2019-09-13 04:59:00.098 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 04:59:00.113 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] Setting config target of host 'controller-0' to '703d4ebf-f139-4f3e-afbc-5767cc9e6607'. 2019-09-13 04:59:00.141 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] _config_update_hosts config_uuid=703d4ebf-f139-4f3e-afbc-5767cc9e6607 2019-09-13 04:59:00.142 80240 INFO sysinv.conductor.manager [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] applying runtime manifest config_uuid=703d4ebf-f139-4f3e-afbc-5767cc9e6607, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 04:59:00.157 80240 INFO sysinv.puppet.puppet [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] Updating hiera for host: controller-0 with config_uuid: 703d4ebf-f139-4f3e-afbc-5767cc9e6607 2019-09-13 04:59:01.854 80240 ERROR sysinv.puppet.puppet [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrHCz_C' 2019-09-13 04:59:01.854 80240 TRACE sysinv.puppet.puppet 2019-09-13 04:59:01.855 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] Exception during message handling 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrHCz_C' 2019-09-13 04:59:01.855 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 04:59:01.857 80240 ERROR sysinv.openstack.common.rpc.common [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrHCz_C' to caller 2019-09-13 04:59:01.857 80240 ERROR sysinv.openstack.common.rpc.common [req-b963b396-fc68-4933-b28c-9ce9034fbadd None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrHCz_C'\n"] 2019-09-13 04:59:01.866 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 04:59:01.866 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 04:59:55.169 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:59:55.170 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 04:59:57.227 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 04:59:57.883 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 04:59:58.031 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 04:59:58.058 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 04:59:58.058 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 04:59:58.059 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 04:59:58.716 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:59:58.948 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 04:59:59.436 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:59:59.722 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 04:59:59.839 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 04:59:59.875 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:59:59.905 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:59:59.936 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 04:59:59.970 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:00:00.001 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:00:00.031 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:00:00.065 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:00:00.165 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:00:00.224 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:00:00.225 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:00:00.225 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:00:00.226 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:00:00.226 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:00:00.240 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:00:00.255 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] Setting config target of host 'controller-0' to '40ed057a-f2a0-4298-a566-d8673eb74b8b'. 2019-09-13 05:00:00.284 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] _config_update_hosts config_uuid=40ed057a-f2a0-4298-a566-d8673eb74b8b 2019-09-13 05:00:00.284 80240 INFO sysinv.conductor.manager [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] applying runtime manifest config_uuid=40ed057a-f2a0-4298-a566-d8673eb74b8b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:00:00.298 80240 INFO sysinv.puppet.puppet [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] Updating hiera for host: controller-0 with config_uuid: 40ed057a-f2a0-4298-a566-d8673eb74b8b 2019-09-13 05:00:01.971 80240 ERROR sysinv.puppet.puppet [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlOvOt0P' 2019-09-13 05:00:01.971 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:00:01.972 80240 ERROR sysinv.openstack.common.rpc.amqp [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] Exception during message handling 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlOvOt0P' 2019-09-13 05:00:01.972 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:00:01.973 80240 ERROR sysinv.openstack.common.rpc.common [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlOvOt0P' to caller 2019-09-13 05:00:01.974 80240 ERROR sysinv.openstack.common.rpc.common [req-47d2509b-e510-4e70-b919-2b616eaadfb0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlOvOt0P'\n"] 2019-09-13 05:00:01.983 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:00:01.983 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:00:55.199 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:00:55.200 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:00:57.215 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:00:57.887 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:00:58.005 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:00:58.030 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:00:58.031 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:00:58.031 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:00:58.642 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:00:58.908 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:00:59.192 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:00:59.508 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:00:59.637 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:00:59.675 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:00:59.709 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:00:59.746 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:00:59.780 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:00:59.822 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:00:59.853 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:00:59.884 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:00:59.997 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:01:00.059 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:01:00.059 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:01:00.060 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:01:00.060 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:01:00.060 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:01:00.075 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:01:00.090 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] Setting config target of host 'controller-0' to '5f1fb4cd-b8b6-459f-897a-619d60acb363'. 2019-09-13 05:01:00.119 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] _config_update_hosts config_uuid=5f1fb4cd-b8b6-459f-897a-619d60acb363 2019-09-13 05:01:00.119 80240 INFO sysinv.conductor.manager [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] applying runtime manifest config_uuid=5f1fb4cd-b8b6-459f-897a-619d60acb363, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:01:00.134 80240 INFO sysinv.puppet.puppet [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] Updating hiera for host: controller-0 with config_uuid: 5f1fb4cd-b8b6-459f-897a-619d60acb363 2019-09-13 05:01:02.009 80240 ERROR sysinv.puppet.puppet [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDAKSvQ' 2019-09-13 05:01:02.009 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:01:02.010 80240 ERROR sysinv.openstack.common.rpc.amqp [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] Exception during message handling 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDAKSvQ' 2019-09-13 05:01:02.010 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:01:02.011 80240 ERROR sysinv.openstack.common.rpc.common [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDAKSvQ' to caller 2019-09-13 05:01:02.012 80240 ERROR sysinv.openstack.common.rpc.common [req-fbae8f1c-14cb-42bf-855f-ea33446c5db3 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDAKSvQ'\n"] 2019-09-13 05:01:02.020 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:01:02.020 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:01:55.218 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:01:55.218 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:01:57.279 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:01:57.952 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:01:58.091 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:01:58.117 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:01:58.118 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:01:58.118 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:01:58.552 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:01:59.025 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:01:59.364 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:01:59.635 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:01:59.763 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:01:59.795 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:01:59.830 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:01:59.863 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:01:59.895 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:01:59.930 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:01:59.961 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:01:59.995 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:02:00.110 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:02:00.177 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:02:00.178 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:02:00.178 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:02:00.179 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:02:00.179 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:02:00.195 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:02:00.211 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] Setting config target of host 'controller-0' to '5ef33e67-2606-4582-b955-f41fe3d458e3'. 2019-09-13 05:02:00.292 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] _config_update_hosts config_uuid=5ef33e67-2606-4582-b955-f41fe3d458e3 2019-09-13 05:02:00.292 80240 INFO sysinv.conductor.manager [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] applying runtime manifest config_uuid=5ef33e67-2606-4582-b955-f41fe3d458e3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:02:00.308 80240 INFO sysinv.puppet.puppet [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] Updating hiera for host: controller-0 with config_uuid: 5ef33e67-2606-4582-b955-f41fe3d458e3 2019-09-13 05:02:01.988 80240 ERROR sysinv.puppet.puppet [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZ6ZZ8O' 2019-09-13 05:02:01.988 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:02:01.989 80240 ERROR sysinv.openstack.common.rpc.amqp [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] Exception during message handling 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZ6ZZ8O' 2019-09-13 05:02:01.989 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:02:01.991 80240 ERROR sysinv.openstack.common.rpc.common [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZ6ZZ8O' to caller 2019-09-13 05:02:01.991 80240 ERROR sysinv.openstack.common.rpc.common [req-af415a2f-12e6-4de6-a690-dfae028ddc34 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZ6ZZ8O'\n"] 2019-09-13 05:02:02.000 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:02:02.000 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:02:55.265 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:02:55.265 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:02:57.351 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:02:58.041 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:02:58.181 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:02:58.206 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:02:58.207 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:02:58.207 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:02:58.842 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:02:59.100 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:02:59.651 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:02:59.909 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:03:00.028 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:03:00.059 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:03:00.090 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:03:00.123 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:03:00.154 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:03:00.186 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:03:00.220 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:03:00.256 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:03:00.370 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:03:00.429 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:03:00.430 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:03:00.430 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:03:00.430 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] core_id : 0 1 2 3 4 5 2019-09-13 05:03:00.431 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:03:00.445 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:03:00.459 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] Setting config target of host 'controller-0' to '16b49113-a319-4cf1-841a-0a721002b1ee'. 2019-09-13 05:03:00.497 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] _config_update_hosts config_uuid=16b49113-a319-4cf1-841a-0a721002b1ee 2019-09-13 05:03:00.498 80240 INFO sysinv.conductor.manager [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] applying runtime manifest config_uuid=16b49113-a319-4cf1-841a-0a721002b1ee, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:03:00.512 80240 INFO sysinv.puppet.puppet [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] Updating hiera for host: controller-0 with config_uuid: 16b49113-a319-4cf1-841a-0a721002b1ee 2019-09-13 05:03:02.171 80240 ERROR sysinv.puppet.puppet [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml35bh92' 2019-09-13 05:03:02.171 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:03:02.172 80240 ERROR sysinv.openstack.common.rpc.amqp [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] Exception during message handling 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml35bh92' 2019-09-13 05:03:02.172 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:03:02.174 80240 ERROR sysinv.openstack.common.rpc.common [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml35bh92' to caller 2019-09-13 05:03:02.175 80240 ERROR sysinv.openstack.common.rpc.common [req-0674edd7-cbf3-435d-8cfa-62245b868f7d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml35bh92'\n"] 2019-09-13 05:03:02.184 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:03:02.184 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:03:55.318 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:03:55.319 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:03:57.442 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:03:58.108 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:03:58.249 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:03:58.276 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:03:58.276 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:03:58.277 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:03:58.937 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:03:59.309 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:03:59.860 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:04:00.117 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:04:00.232 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:04:00.264 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:04:00.299 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:04:00.330 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:04:00.363 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:04:00.400 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:04:00.446 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:04:00.480 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:04:00.597 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:04:00.656 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:04:00.657 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:04:00.657 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:04:00.657 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:04:00.657 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:04:00.676 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:04:00.691 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] Setting config target of host 'controller-0' to '733b6126-c4f1-446a-963f-9e028982c7f1'. 2019-09-13 05:04:00.725 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] _config_update_hosts config_uuid=733b6126-c4f1-446a-963f-9e028982c7f1 2019-09-13 05:04:00.726 80240 INFO sysinv.conductor.manager [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] applying runtime manifest config_uuid=733b6126-c4f1-446a-963f-9e028982c7f1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:04:00.741 80240 INFO sysinv.puppet.puppet [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] Updating hiera for host: controller-0 with config_uuid: 733b6126-c4f1-446a-963f-9e028982c7f1 2019-09-13 05:04:02.472 80240 ERROR sysinv.puppet.puppet [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLEoI41' 2019-09-13 05:04:02.472 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:04:02.473 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] Exception during message handling 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLEoI41' 2019-09-13 05:04:02.473 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:04:02.474 80240 ERROR sysinv.openstack.common.rpc.common [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLEoI41' to caller 2019-09-13 05:04:02.475 80240 ERROR sysinv.openstack.common.rpc.common [req-2f2d4edc-7366-430d-bd68-42cfae546917 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLEoI41'\n"] 2019-09-13 05:04:02.485 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:04:02.485 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:04:55.366 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:04:55.367 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:04:57.442 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:04:58.115 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:04:58.260 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:04:58.287 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:04:58.288 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:04:58.288 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:04:58.731 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:04:59.197 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:04:59.543 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:04:59.984 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:05:00.105 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:05:00.139 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:05:00.172 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:05:00.210 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:05:00.242 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:05:00.274 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:05:00.306 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:05:00.342 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:05:00.445 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:05:00.504 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:05:00.505 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:05:00.505 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:05:00.505 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] core_id : 0 1 2 3 4 5 2019-09-13 05:05:00.506 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:05:00.521 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:05:00.538 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] Setting config target of host 'controller-0' to '65435856-396c-48eb-ade7-232a9522f9cb'. 2019-09-13 05:05:00.579 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] _config_update_hosts config_uuid=65435856-396c-48eb-ade7-232a9522f9cb 2019-09-13 05:05:00.580 80240 INFO sysinv.conductor.manager [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] applying runtime manifest config_uuid=65435856-396c-48eb-ade7-232a9522f9cb, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:05:00.597 80240 INFO sysinv.puppet.puppet [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] Updating hiera for host: controller-0 with config_uuid: 65435856-396c-48eb-ade7-232a9522f9cb 2019-09-13 05:05:02.262 80240 ERROR sysinv.puppet.puppet [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3qKw22' 2019-09-13 05:05:02.262 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:05:02.263 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] Exception during message handling 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3qKw22' 2019-09-13 05:05:02.263 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:05:02.264 80240 ERROR sysinv.openstack.common.rpc.common [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3qKw22' to caller 2019-09-13 05:05:02.265 80240 ERROR sysinv.openstack.common.rpc.common [req-ca89b51f-0248-4c31-810b-85a38ed3178a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3qKw22'\n"] 2019-09-13 05:05:02.274 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:05:02.274 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:05:55.387 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:05:55.388 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:05:57.472 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:05:58.133 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:05:58.273 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:05:58.308 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:05:58.309 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:05:58.310 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:05:58.971 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:05:59.273 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:05:59.563 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:06:00.005 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:06:00.120 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:06:00.153 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:06:00.183 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:06:00.218 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:06:00.249 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:06:00.281 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:06:00.311 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:06:00.348 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:06:00.456 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:06:00.518 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:06:00.518 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:06:00.519 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:06:00.519 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:06:00.520 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:06:00.535 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:06:00.551 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] Setting config target of host 'controller-0' to '1ca1cf9a-5f3f-4c50-9946-aba88c296916'. 2019-09-13 05:06:00.594 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] _config_update_hosts config_uuid=1ca1cf9a-5f3f-4c50-9946-aba88c296916 2019-09-13 05:06:00.595 80240 INFO sysinv.conductor.manager [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] applying runtime manifest config_uuid=1ca1cf9a-5f3f-4c50-9946-aba88c296916, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:06:00.610 80240 INFO sysinv.puppet.puppet [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] Updating hiera for host: controller-0 with config_uuid: 1ca1cf9a-5f3f-4c50-9946-aba88c296916 2019-09-13 05:06:02.351 80240 ERROR sysinv.puppet.puppet [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZ9BkTa' 2019-09-13 05:06:02.351 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:06:02.352 80240 ERROR sysinv.openstack.common.rpc.amqp [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] Exception during message handling 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZ9BkTa' 2019-09-13 05:06:02.352 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:06:02.354 80240 ERROR sysinv.openstack.common.rpc.common [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZ9BkTa' to caller 2019-09-13 05:06:02.354 80240 ERROR sysinv.openstack.common.rpc.common [req-f3073b09-4428-4239-aea2-36c5893acc93 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZ9BkTa'\n"] 2019-09-13 05:06:02.363 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:06:02.363 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:06:55.441 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:06:55.442 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:06:57.563 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:06:58.211 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:06:58.355 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:06:58.381 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:06:58.382 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:06:58.382 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:06:59.068 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:06:59.411 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:06:59.691 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:07:00.112 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:07:00.226 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:07:00.258 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:07:00.289 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:07:00.323 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:07:00.355 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:07:00.387 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:07:00.421 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:07:00.452 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:07:00.555 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:07:00.619 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:07:00.619 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:07:00.620 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:07:00.620 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:07:00.620 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:07:00.635 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:07:00.649 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] Setting config target of host 'controller-0' to '05a8b622-1ba5-4c1b-9a57-0bd01b79fe2a'. 2019-09-13 05:07:00.686 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] _config_update_hosts config_uuid=05a8b622-1ba5-4c1b-9a57-0bd01b79fe2a 2019-09-13 05:07:00.687 80240 INFO sysinv.conductor.manager [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] applying runtime manifest config_uuid=05a8b622-1ba5-4c1b-9a57-0bd01b79fe2a, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:07:00.701 80240 INFO sysinv.puppet.puppet [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] Updating hiera for host: controller-0 with config_uuid: 05a8b622-1ba5-4c1b-9a57-0bd01b79fe2a 2019-09-13 05:07:02.327 80240 ERROR sysinv.puppet.puppet [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCAk_k6' 2019-09-13 05:07:02.327 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:07:02.328 80240 ERROR sysinv.openstack.common.rpc.amqp [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] Exception during message handling 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCAk_k6' 2019-09-13 05:07:02.328 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:07:02.330 80240 ERROR sysinv.openstack.common.rpc.common [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCAk_k6' to caller 2019-09-13 05:07:02.330 80240 ERROR sysinv.openstack.common.rpc.common [req-211256bc-681b-4eec-b6e2-0147e37e7960 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCAk_k6'\n"] 2019-09-13 05:07:02.339 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:07:02.339 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:07:55.468 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:07:55.469 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:07:57.561 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:07:58.219 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:07:58.378 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:07:58.408 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:07:58.408 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:07:58.409 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:07:58.883 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:07:59.408 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:07:59.764 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:08:00.021 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:08:00.312 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:08:00.343 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:08:00.374 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:08:00.408 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:08:00.439 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:08:00.470 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:08:00.505 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:08:00.536 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:08:00.639 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:08:00.696 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:08:00.696 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:08:00.697 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:08:00.697 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:08:00.697 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:08:00.712 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:08:00.726 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] Setting config target of host 'controller-0' to '70b7879d-272b-41d4-b41b-95689bbb047e'. 2019-09-13 05:08:00.765 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] _config_update_hosts config_uuid=70b7879d-272b-41d4-b41b-95689bbb047e 2019-09-13 05:08:00.766 80240 INFO sysinv.conductor.manager [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] applying runtime manifest config_uuid=70b7879d-272b-41d4-b41b-95689bbb047e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:08:00.780 80240 INFO sysinv.puppet.puppet [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] Updating hiera for host: controller-0 with config_uuid: 70b7879d-272b-41d4-b41b-95689bbb047e 2019-09-13 05:08:02.487 80240 ERROR sysinv.puppet.puppet [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVFrePu' 2019-09-13 05:08:02.487 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:08:02.488 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] Exception during message handling 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVFrePu' 2019-09-13 05:08:02.488 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:08:02.490 80240 ERROR sysinv.openstack.common.rpc.common [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVFrePu' to caller 2019-09-13 05:08:02.490 80240 ERROR sysinv.openstack.common.rpc.common [req-7cec4f2a-5ce0-4f9d-87c1-cf12c046ab65 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVFrePu'\n"] 2019-09-13 05:08:02.498 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:08:02.498 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:08:55.508 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:08:55.508 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:08:57.567 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:08:58.258 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:08:58.385 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:08:58.411 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:08:58.411 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:08:58.412 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:08:58.863 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:08:59.303 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:08:59.688 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:08:59.945 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:09:00.058 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:09:00.101 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:09:00.132 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:09:00.164 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:09:00.209 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:09:00.244 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:09:00.278 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:09:00.314 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:09:00.415 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:09:00.478 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:09:00.478 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:09:00.479 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:09:00.479 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:09:00.479 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:09:00.505 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:09:00.526 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] Setting config target of host 'controller-0' to '4c75be29-3a73-498b-87c3-78b45acd4bb1'. 2019-09-13 05:09:00.571 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] _config_update_hosts config_uuid=4c75be29-3a73-498b-87c3-78b45acd4bb1 2019-09-13 05:09:00.571 80240 INFO sysinv.conductor.manager [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] applying runtime manifest config_uuid=4c75be29-3a73-498b-87c3-78b45acd4bb1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:09:00.586 80240 INFO sysinv.puppet.puppet [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] Updating hiera for host: controller-0 with config_uuid: 4c75be29-3a73-498b-87c3-78b45acd4bb1 2019-09-13 05:09:02.305 80240 ERROR sysinv.puppet.puppet [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlXxXmnQ' 2019-09-13 05:09:02.305 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:09:02.307 80240 ERROR sysinv.openstack.common.rpc.amqp [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] Exception during message handling 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlXxXmnQ' 2019-09-13 05:09:02.307 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:09:02.309 80240 ERROR sysinv.openstack.common.rpc.common [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlXxXmnQ' to caller 2019-09-13 05:09:02.309 80240 ERROR sysinv.openstack.common.rpc.common [req-8e6349f3-2dbe-4366-8071-2608a75ec192 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlXxXmnQ'\n"] 2019-09-13 05:09:02.322 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:09:02.322 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:09:55.533 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:09:55.534 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:09:57.600 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:09:58.257 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:09:58.378 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:09:58.403 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:09:58.404 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:09:58.404 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:09:58.995 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:09:59.226 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:09:59.742 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:10:00.015 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:10:00.127 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:10:00.158 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:10:00.190 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:10:00.221 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:10:00.251 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:10:00.285 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:10:00.317 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:10:00.347 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:10:00.463 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:10:00.522 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:10:00.523 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:10:00.523 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:10:00.523 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] core_id : 0 1 2 3 4 5 2019-09-13 05:10:00.524 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:10:00.538 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:10:00.553 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] Setting config target of host 'controller-0' to '5f56ca6f-0a41-4068-9f65-f255fe67f635'. 2019-09-13 05:10:00.592 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] _config_update_hosts config_uuid=5f56ca6f-0a41-4068-9f65-f255fe67f635 2019-09-13 05:10:00.592 80240 INFO sysinv.conductor.manager [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] applying runtime manifest config_uuid=5f56ca6f-0a41-4068-9f65-f255fe67f635, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:10:00.606 80240 INFO sysinv.puppet.puppet [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] Updating hiera for host: controller-0 with config_uuid: 5f56ca6f-0a41-4068-9f65-f255fe67f635 2019-09-13 05:10:02.287 80240 ERROR sysinv.puppet.puppet [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlpTd9pv' 2019-09-13 05:10:02.287 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:10:02.288 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] Exception during message handling 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlpTd9pv' 2019-09-13 05:10:02.288 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:10:02.290 80240 ERROR sysinv.openstack.common.rpc.common [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlpTd9pv' to caller 2019-09-13 05:10:02.290 80240 ERROR sysinv.openstack.common.rpc.common [req-2e3f8bdb-77eb-42fb-8b4a-75911834f20e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlpTd9pv'\n"] 2019-09-13 05:10:02.299 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:10:02.299 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:10:55.585 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:10:55.585 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:10:57.634 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:10:58.307 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:10:58.427 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:10:58.453 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:10:58.453 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:10:58.454 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:10:59.084 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:10:59.336 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:10:59.862 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:11:00.123 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:11:00.244 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:11:00.275 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:11:00.310 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:11:00.342 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:11:00.373 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:11:00.407 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:11:00.438 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:11:00.469 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:11:00.574 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:11:00.642 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:11:00.643 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:11:00.643 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:11:00.644 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:11:00.644 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:11:00.664 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:11:00.681 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] Setting config target of host 'controller-0' to '536cf7fe-b91f-4d6d-b3af-005b32b608ef'. 2019-09-13 05:11:00.718 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] _config_update_hosts config_uuid=536cf7fe-b91f-4d6d-b3af-005b32b608ef 2019-09-13 05:11:00.718 80240 INFO sysinv.conductor.manager [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] applying runtime manifest config_uuid=536cf7fe-b91f-4d6d-b3af-005b32b608ef, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:11:00.733 80240 INFO sysinv.puppet.puppet [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] Updating hiera for host: controller-0 with config_uuid: 536cf7fe-b91f-4d6d-b3af-005b32b608ef 2019-09-13 05:11:02.479 80240 ERROR sysinv.puppet.puppet [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnRcSoK' 2019-09-13 05:11:02.479 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:11:02.480 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] Exception during message handling 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnRcSoK' 2019-09-13 05:11:02.480 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:11:02.482 80240 ERROR sysinv.openstack.common.rpc.common [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnRcSoK' to caller 2019-09-13 05:11:02.482 80240 ERROR sysinv.openstack.common.rpc.common [req-6567e5bd-3113-453e-b14f-ec67b2ec4185 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnRcSoK'\n"] 2019-09-13 05:11:02.492 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:11:02.492 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:11:55.609 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:11:55.610 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:11:57.665 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:11:58.331 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:11:58.455 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:11:58.483 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:11:58.484 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:11:58.484 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:11:58.917 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:11:59.362 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:11:59.710 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:12:00.149 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:12:00.261 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:12:00.298 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:12:00.329 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:12:00.360 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:12:00.395 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:12:00.432 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:12:00.464 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:12:00.499 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:12:00.603 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:12:00.673 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:12:00.673 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:12:00.674 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:12:00.674 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:12:00.675 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:12:00.691 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:12:00.707 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] Setting config target of host 'controller-0' to '3ac5c095-0612-4731-8b77-e27fb0060c18'. 2019-09-13 05:12:00.742 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] _config_update_hosts config_uuid=3ac5c095-0612-4731-8b77-e27fb0060c18 2019-09-13 05:12:00.742 80240 INFO sysinv.conductor.manager [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] applying runtime manifest config_uuid=3ac5c095-0612-4731-8b77-e27fb0060c18, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:12:00.757 80240 INFO sysinv.puppet.puppet [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] Updating hiera for host: controller-0 with config_uuid: 3ac5c095-0612-4731-8b77-e27fb0060c18 2019-09-13 05:12:02.436 80240 ERROR sysinv.puppet.puppet [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnpmsBM' 2019-09-13 05:12:02.436 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:12:02.437 80240 ERROR sysinv.openstack.common.rpc.amqp [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] Exception during message handling 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnpmsBM' 2019-09-13 05:12:02.437 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:12:02.439 80240 ERROR sysinv.openstack.common.rpc.common [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnpmsBM' to caller 2019-09-13 05:12:02.439 80240 ERROR sysinv.openstack.common.rpc.common [req-10ccea61-400f-4ad6-bbf7-0a32dd050b73 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnpmsBM'\n"] 2019-09-13 05:12:02.448 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:12:02.448 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:12:55.608 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:12:55.609 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:12:57.721 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:12:58.394 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:12:58.555 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:12:58.583 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:12:58.583 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:12:58.584 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:12:59.061 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:12:59.573 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:12:59.911 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:13:00.166 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:13:00.278 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:13:00.308 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:13:00.342 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:13:00.372 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:13:00.402 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:13:00.436 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:13:00.466 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:13:00.499 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:13:00.782 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:13:00.840 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:13:00.841 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:13:00.841 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:13:00.841 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:13:00.842 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:13:00.856 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:13:00.870 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] Setting config target of host 'controller-0' to '62948e48-179a-4d5a-bc48-8461f32a2086'. 2019-09-13 05:13:00.912 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] _config_update_hosts config_uuid=62948e48-179a-4d5a-bc48-8461f32a2086 2019-09-13 05:13:00.912 80240 INFO sysinv.conductor.manager [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] applying runtime manifest config_uuid=62948e48-179a-4d5a-bc48-8461f32a2086, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:13:00.927 80240 INFO sysinv.puppet.puppet [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] Updating hiera for host: controller-0 with config_uuid: 62948e48-179a-4d5a-bc48-8461f32a2086 2019-09-13 05:13:02.597 80240 ERROR sysinv.puppet.puppet [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlPyX61V' 2019-09-13 05:13:02.597 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:13:02.598 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] Exception during message handling 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlPyX61V' 2019-09-13 05:13:02.598 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:13:02.599 80240 ERROR sysinv.openstack.common.rpc.common [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlPyX61V' to caller 2019-09-13 05:13:02.600 80240 ERROR sysinv.openstack.common.rpc.common [req-1b44f646-c5ba-4565-8454-c3b038348ed0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlPyX61V'\n"] 2019-09-13 05:13:02.609 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:13:02.609 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:13:55.661 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:13:55.662 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:13:57.725 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:13:58.394 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:13:58.544 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:13:58.572 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:13:58.572 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:13:58.573 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:13:59.055 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:13:59.573 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:13:59.877 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:14:00.135 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:14:00.254 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:14:00.287 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:14:00.319 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:14:00.353 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:14:00.383 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:14:00.413 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:14:00.445 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:14:00.475 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:14:00.588 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:14:00.647 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:14:00.647 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:14:00.648 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:14:00.648 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:14:00.648 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:14:00.663 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:14:00.677 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] Setting config target of host 'controller-0' to '3522f824-bb5d-4b60-b6de-763951b1ac74'. 2019-09-13 05:14:00.740 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] _config_update_hosts config_uuid=3522f824-bb5d-4b60-b6de-763951b1ac74 2019-09-13 05:14:00.740 80240 INFO sysinv.conductor.manager [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] applying runtime manifest config_uuid=3522f824-bb5d-4b60-b6de-763951b1ac74, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:14:00.759 80240 INFO sysinv.puppet.puppet [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] Updating hiera for host: controller-0 with config_uuid: 3522f824-bb5d-4b60-b6de-763951b1ac74 2019-09-13 05:14:02.593 80240 ERROR sysinv.puppet.puppet [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNglJ3o' 2019-09-13 05:14:02.593 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:14:02.593 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] Exception during message handling 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNglJ3o' 2019-09-13 05:14:02.593 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:14:02.595 80240 ERROR sysinv.openstack.common.rpc.common [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNglJ3o' to caller 2019-09-13 05:14:02.595 80240 ERROR sysinv.openstack.common.rpc.common [req-ad51c7e2-d749-478a-a277-4cfe2d722ed5 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNglJ3o'\n"] 2019-09-13 05:14:02.604 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:14:02.604 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:14:55.713 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:14:55.714 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:14:57.706 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:14:58.364 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:14:58.485 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:14:58.514 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:14:58.514 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:14:58.515 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:14:58.943 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:14:59.173 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:14:59.655 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:14:59.936 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:15:00.048 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:15:00.079 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:15:00.114 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:15:00.145 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:15:00.177 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:15:00.218 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:15:00.249 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:15:00.280 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:15:00.384 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:15:00.453 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:15:00.454 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:15:00.454 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:15:00.454 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:15:00.455 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:15:00.473 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:15:00.487 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] Setting config target of host 'controller-0' to '54c9b066-e5e2-47a4-9f0f-553a78081328'. 2019-09-13 05:15:00.536 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] _config_update_hosts config_uuid=54c9b066-e5e2-47a4-9f0f-553a78081328 2019-09-13 05:15:00.537 80240 INFO sysinv.conductor.manager [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] applying runtime manifest config_uuid=54c9b066-e5e2-47a4-9f0f-553a78081328, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:15:00.551 80240 INFO sysinv.puppet.puppet [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] Updating hiera for host: controller-0 with config_uuid: 54c9b066-e5e2-47a4-9f0f-553a78081328 2019-09-13 05:15:02.251 80240 ERROR sysinv.puppet.puppet [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKb3J6B' 2019-09-13 05:15:02.251 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:15:02.252 80240 ERROR sysinv.openstack.common.rpc.amqp [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] Exception during message handling 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKb3J6B' 2019-09-13 05:15:02.252 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:15:02.254 80240 ERROR sysinv.openstack.common.rpc.common [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKb3J6B' to caller 2019-09-13 05:15:02.254 80240 ERROR sysinv.openstack.common.rpc.common [req-80830e79-55ac-4600-aea9-a43a268ca5a7 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKb3J6B'\n"] 2019-09-13 05:15:02.261 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:15:02.261 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:15:55.716 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:15:55.717 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:15:57.800 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:15:58.473 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:15:58.613 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:15:58.641 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:15:58.642 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:15:58.642 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:15:59.355 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:15:59.667 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:15:59.983 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:16:00.231 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:16:00.346 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:16:00.385 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:16:00.416 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:16:00.446 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:16:00.652 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:16:00.683 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:16:00.716 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:16:00.746 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:16:00.848 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:16:00.905 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:16:00.906 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:16:00.906 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:16:00.907 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:16:00.907 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:16:00.922 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:16:00.936 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] Setting config target of host 'controller-0' to '68707c68-0481-42de-a27f-068d2445e7a6'. 2019-09-13 05:16:00.975 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] _config_update_hosts config_uuid=68707c68-0481-42de-a27f-068d2445e7a6 2019-09-13 05:16:00.976 80240 INFO sysinv.conductor.manager [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] applying runtime manifest config_uuid=68707c68-0481-42de-a27f-068d2445e7a6, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:16:00.991 80240 INFO sysinv.puppet.puppet [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] Updating hiera for host: controller-0 with config_uuid: 68707c68-0481-42de-a27f-068d2445e7a6 2019-09-13 05:16:02.671 80240 ERROR sysinv.puppet.puppet [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCwPlhd' 2019-09-13 05:16:02.671 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:16:02.672 80240 ERROR sysinv.openstack.common.rpc.amqp [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] Exception during message handling 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCwPlhd' 2019-09-13 05:16:02.672 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:16:02.673 80240 ERROR sysinv.openstack.common.rpc.common [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCwPlhd' to caller 2019-09-13 05:16:02.674 80240 ERROR sysinv.openstack.common.rpc.common [req-18142dd6-9b04-44fd-98ab-19ce10f615f9 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCwPlhd'\n"] 2019-09-13 05:16:02.682 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:16:02.682 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:16:55.736 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:16:55.738 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:16:57.750 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:16:58.416 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:16:58.533 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:16:58.562 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:16:58.562 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:16:58.563 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:16:58.980 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:16:59.385 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:16:59.710 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:16:59.985 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:17:00.097 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:17:00.131 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:17:00.168 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:17:00.212 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:17:00.246 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:17:00.283 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:17:00.316 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:17:00.348 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:17:00.457 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:17:00.518 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:17:00.518 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:17:00.519 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:17:00.519 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] core_id : 0 1 2 3 4 5 2019-09-13 05:17:00.519 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:17:00.535 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:17:00.550 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] Setting config target of host 'controller-0' to '183be514-f0d2-4308-8811-1cee44bec2be'. 2019-09-13 05:17:00.593 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] _config_update_hosts config_uuid=183be514-f0d2-4308-8811-1cee44bec2be 2019-09-13 05:17:00.593 80240 INFO sysinv.conductor.manager [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] applying runtime manifest config_uuid=183be514-f0d2-4308-8811-1cee44bec2be, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:17:00.609 80240 INFO sysinv.puppet.puppet [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] Updating hiera for host: controller-0 with config_uuid: 183be514-f0d2-4308-8811-1cee44bec2be 2019-09-13 05:17:02.284 80240 ERROR sysinv.puppet.puppet [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5pbyDa' 2019-09-13 05:17:02.284 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:17:02.285 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] Exception during message handling 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5pbyDa' 2019-09-13 05:17:02.285 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:17:02.287 80240 ERROR sysinv.openstack.common.rpc.common [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5pbyDa' to caller 2019-09-13 05:17:02.287 80240 ERROR sysinv.openstack.common.rpc.common [req-e63847cb-4c89-4558-9eb9-554c190f3bda None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5pbyDa'\n"] 2019-09-13 05:17:02.295 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:17:02.295 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:17:55.781 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:17:55.782 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:17:57.866 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:17:58.534 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:17:58.673 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:17:58.698 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:17:58.698 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:17:58.699 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:17:59.371 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:17:59.659 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:18:00.142 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:18:00.387 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:18:00.503 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:18:00.533 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:18:00.563 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:18:00.597 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:18:00.627 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:18:00.657 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:18:00.691 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:18:00.722 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:18:00.832 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:18:00.892 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:18:00.892 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:18:00.893 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:18:00.893 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:18:00.893 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:18:00.908 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:18:00.923 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] Setting config target of host 'controller-0' to '6f078b81-8f6e-436f-a506-4b3b830e9b72'. 2019-09-13 05:18:00.966 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] _config_update_hosts config_uuid=6f078b81-8f6e-436f-a506-4b3b830e9b72 2019-09-13 05:18:00.966 80240 INFO sysinv.conductor.manager [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] applying runtime manifest config_uuid=6f078b81-8f6e-436f-a506-4b3b830e9b72, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:18:00.986 80240 INFO sysinv.puppet.puppet [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] Updating hiera for host: controller-0 with config_uuid: 6f078b81-8f6e-436f-a506-4b3b830e9b72 2019-09-13 05:18:02.662 80240 ERROR sysinv.puppet.puppet [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRoeF6H' 2019-09-13 05:18:02.662 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:18:02.663 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] Exception during message handling 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRoeF6H' 2019-09-13 05:18:02.663 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:18:02.665 80240 ERROR sysinv.openstack.common.rpc.common [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRoeF6H' to caller 2019-09-13 05:18:02.665 80240 ERROR sysinv.openstack.common.rpc.common [req-ff66f032-b95e-4a5c-a9c6-6d9239571f22 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRoeF6H'\n"] 2019-09-13 05:18:02.675 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:18:02.675 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:18:55.784 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:18:55.785 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:18:57.796 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:18:58.478 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:18:58.620 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:18:58.646 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:18:58.647 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:18:58.647 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:18:59.266 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:18:59.536 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:19:00.088 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:19:00.331 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:19:00.453 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:19:00.485 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:19:00.519 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:19:00.550 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:19:00.581 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:19:00.618 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:19:00.651 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:19:00.685 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:19:00.796 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:19:00.857 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:19:00.858 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:19:00.858 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:19:00.858 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] core_id : 0 1 2 3 4 5 2019-09-13 05:19:00.859 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:19:00.874 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:19:00.890 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] Setting config target of host 'controller-0' to '40c64ceb-cb7d-47b7-9096-9d9a097e42bf'. 2019-09-13 05:19:00.920 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] _config_update_hosts config_uuid=40c64ceb-cb7d-47b7-9096-9d9a097e42bf 2019-09-13 05:19:00.921 80240 INFO sysinv.conductor.manager [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] applying runtime manifest config_uuid=40c64ceb-cb7d-47b7-9096-9d9a097e42bf, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:19:00.936 80240 INFO sysinv.puppet.puppet [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] Updating hiera for host: controller-0 with config_uuid: 40c64ceb-cb7d-47b7-9096-9d9a097e42bf 2019-09-13 05:19:02.615 80240 ERROR sysinv.puppet.puppet [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml81Z7u1' 2019-09-13 05:19:02.615 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:19:02.615 80240 ERROR sysinv.openstack.common.rpc.amqp [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] Exception during message handling 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml81Z7u1' 2019-09-13 05:19:02.615 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:19:02.617 80240 ERROR sysinv.openstack.common.rpc.common [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml81Z7u1' to caller 2019-09-13 05:19:02.618 80240 ERROR sysinv.openstack.common.rpc.common [req-8e5c33e9-6c78-480d-a2c9-d0e706faca3e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml81Z7u1'\n"] 2019-09-13 05:19:02.626 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:19:02.626 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:19:55.792 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:19:55.792 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:19:57.838 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:19:58.502 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:19:58.646 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:19:58.673 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:19:58.674 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:19:58.675 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:19:59.168 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:19:59.688 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:20:00.080 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:20:00.321 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:20:00.605 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:20:00.636 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:20:00.668 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:20:00.703 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:20:00.735 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:20:00.766 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:20:00.801 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:20:00.833 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:20:00.943 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:20:01.005 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:20:01.006 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:20:01.006 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:20:01.006 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] core_id : 0 1 2 3 4 5 2019-09-13 05:20:01.007 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:20:01.023 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:20:01.039 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] Setting config target of host 'controller-0' to '50a73b19-f028-452e-a5c1-ccde110d7961'. 2019-09-13 05:20:01.072 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] _config_update_hosts config_uuid=50a73b19-f028-452e-a5c1-ccde110d7961 2019-09-13 05:20:01.072 80240 INFO sysinv.conductor.manager [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] applying runtime manifest config_uuid=50a73b19-f028-452e-a5c1-ccde110d7961, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:20:01.089 80240 INFO sysinv.puppet.puppet [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] Updating hiera for host: controller-0 with config_uuid: 50a73b19-f028-452e-a5c1-ccde110d7961 2019-09-13 05:20:02.781 80240 ERROR sysinv.puppet.puppet [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3nEsfK' 2019-09-13 05:20:02.781 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:20:02.783 80240 ERROR sysinv.openstack.common.rpc.amqp [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] Exception during message handling 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3nEsfK' 2019-09-13 05:20:02.783 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:20:02.785 80240 ERROR sysinv.openstack.common.rpc.common [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3nEsfK' to caller 2019-09-13 05:20:02.785 80240 ERROR sysinv.openstack.common.rpc.common [req-8b086b71-c8cc-4516-b712-1bbda8d7c49c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3nEsfK'\n"] 2019-09-13 05:20:02.795 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:20:02.795 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:20:55.844 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:20:55.845 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:20:57.867 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:20:58.512 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:20:58.637 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:20:58.662 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:20:58.663 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:20:58.663 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:20:59.109 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:20:59.534 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:20:59.923 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:21:00.215 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:21:00.331 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:21:00.363 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:21:00.397 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:21:00.427 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:21:00.458 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:21:00.682 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:21:00.713 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:21:00.746 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:21:00.846 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:21:00.907 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:21:00.908 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:21:00.908 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:21:00.908 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:21:00.909 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:21:00.923 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:21:00.938 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] Setting config target of host 'controller-0' to '3b8ae42b-c513-4445-b66c-8a1c1f4ea895'. 2019-09-13 05:21:00.982 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] _config_update_hosts config_uuid=3b8ae42b-c513-4445-b66c-8a1c1f4ea895 2019-09-13 05:21:00.982 80240 INFO sysinv.conductor.manager [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] applying runtime manifest config_uuid=3b8ae42b-c513-4445-b66c-8a1c1f4ea895, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:21:01.006 80240 INFO sysinv.puppet.puppet [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] Updating hiera for host: controller-0 with config_uuid: 3b8ae42b-c513-4445-b66c-8a1c1f4ea895 2019-09-13 05:21:02.707 80240 ERROR sysinv.puppet.puppet [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDR7pFk' 2019-09-13 05:21:02.707 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:21:02.708 80240 ERROR sysinv.openstack.common.rpc.amqp [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] Exception during message handling 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDR7pFk' 2019-09-13 05:21:02.708 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:21:02.709 80240 ERROR sysinv.openstack.common.rpc.common [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDR7pFk' to caller 2019-09-13 05:21:02.710 80240 ERROR sysinv.openstack.common.rpc.common [req-80634778-c72a-4dd3-8908-4d08a883b283 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDR7pFk'\n"] 2019-09-13 05:21:02.719 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:21:02.719 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:21:55.898 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:21:55.898 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:21:57.988 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:21:58.652 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:21:58.809 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:21:58.837 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:21:58.838 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:21:58.839 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:21:59.307 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:21:59.829 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:22:00.188 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:22:00.442 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:22:00.557 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:22:00.590 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:22:00.620 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:22:00.655 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:22:00.687 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:22:00.719 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:22:00.750 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:22:00.786 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:22:00.888 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:22:00.945 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:22:00.945 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:22:00.946 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:22:00.946 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] core_id : 0 1 2 3 4 5 2019-09-13 05:22:00.947 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:22:00.961 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:22:00.977 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] Setting config target of host 'controller-0' to '3bf8e2be-c736-45f1-b087-4e0a21778c82'. 2019-09-13 05:22:02.379 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] _config_update_hosts config_uuid=3bf8e2be-c736-45f1-b087-4e0a21778c82 2019-09-13 05:22:02.380 80240 INFO sysinv.conductor.manager [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] applying runtime manifest config_uuid=3bf8e2be-c736-45f1-b087-4e0a21778c82, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:22:02.395 80240 INFO sysinv.puppet.puppet [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] Updating hiera for host: controller-0 with config_uuid: 3bf8e2be-c736-45f1-b087-4e0a21778c82 2019-09-13 05:22:04.115 80240 ERROR sysinv.puppet.puppet [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJAZmId' 2019-09-13 05:22:04.115 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:22:04.117 80240 ERROR sysinv.openstack.common.rpc.amqp [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] Exception during message handling 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJAZmId' 2019-09-13 05:22:04.117 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:22:04.118 80240 ERROR sysinv.openstack.common.rpc.common [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJAZmId' to caller 2019-09-13 05:22:04.119 80240 ERROR sysinv.openstack.common.rpc.common [req-a15c2df0-6f0a-4d49-8e18-086ba12d0d8b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJAZmId'\n"] 2019-09-13 05:22:04.129 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:22:04.129 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:22:55.939 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:22:55.939 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:22:57.965 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:22:58.622 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:22:58.738 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:22:58.763 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:22:58.764 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:22:58.764 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:22:59.388 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:22:59.764 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:23:00.298 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:23:00.561 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:23:00.681 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:23:00.713 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:23:00.747 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:23:00.779 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:23:00.810 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:23:00.846 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:23:00.877 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:23:00.908 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:23:01.011 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:23:01.069 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:23:01.069 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:23:01.070 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:23:01.070 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:23:01.071 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:23:01.088 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:23:01.104 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] Setting config target of host 'controller-0' to '4bd20d6e-6f53-4e04-8a8c-29caea207197'. 2019-09-13 05:23:01.137 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] _config_update_hosts config_uuid=4bd20d6e-6f53-4e04-8a8c-29caea207197 2019-09-13 05:23:01.138 80240 INFO sysinv.conductor.manager [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] applying runtime manifest config_uuid=4bd20d6e-6f53-4e04-8a8c-29caea207197, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:23:01.152 80240 INFO sysinv.puppet.puppet [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] Updating hiera for host: controller-0 with config_uuid: 4bd20d6e-6f53-4e04-8a8c-29caea207197 2019-09-13 05:23:02.950 80240 ERROR sysinv.puppet.puppet [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleOe5Ep' 2019-09-13 05:23:02.950 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:23:02.951 80240 ERROR sysinv.openstack.common.rpc.amqp [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] Exception during message handling 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleOe5Ep' 2019-09-13 05:23:02.951 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:23:02.953 80240 ERROR sysinv.openstack.common.rpc.common [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleOe5Ep' to caller 2019-09-13 05:23:02.953 80240 ERROR sysinv.openstack.common.rpc.common [req-08bc5e56-8b0a-4187-a5a3-c3fd66fe7193 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleOe5Ep'\n"] 2019-09-13 05:23:02.962 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:23:02.962 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:23:55.972 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:23:55.972 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:23:58.040 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:23:58.712 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:23:58.851 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:23:58.879 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:23:58.880 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:23:58.880 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:23:59.575 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:23:59.866 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:24:00.180 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:24:00.621 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:24:00.736 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:24:00.773 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:24:00.805 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:24:00.839 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:24:00.886 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:24:00.921 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:24:00.954 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:24:00.989 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:24:01.100 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:24:01.163 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:24:01.163 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:24:01.164 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:24:01.164 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] core_id : 0 1 2 3 4 5 2019-09-13 05:24:01.164 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:24:01.179 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:24:01.194 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] Setting config target of host 'controller-0' to '308972d6-6653-49aa-8ed5-d66ca2c9aea1'. 2019-09-13 05:24:01.222 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] _config_update_hosts config_uuid=308972d6-6653-49aa-8ed5-d66ca2c9aea1 2019-09-13 05:24:01.222 80240 INFO sysinv.conductor.manager [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] applying runtime manifest config_uuid=308972d6-6653-49aa-8ed5-d66ca2c9aea1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:24:01.236 80240 INFO sysinv.puppet.puppet [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] Updating hiera for host: controller-0 with config_uuid: 308972d6-6653-49aa-8ed5-d66ca2c9aea1 2019-09-13 05:24:02.901 80240 ERROR sysinv.puppet.puppet [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlqyeQHv' 2019-09-13 05:24:02.901 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:24:02.902 80240 ERROR sysinv.openstack.common.rpc.amqp [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] Exception during message handling 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlqyeQHv' 2019-09-13 05:24:02.902 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:24:02.904 80240 ERROR sysinv.openstack.common.rpc.common [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlqyeQHv' to caller 2019-09-13 05:24:02.904 80240 ERROR sysinv.openstack.common.rpc.common [req-4823e5cd-2237-4853-bef2-fa223ec65f5a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlqyeQHv'\n"] 2019-09-13 05:24:02.913 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:24:02.913 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:24:55.977 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:24:55.978 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:24:58.018 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:24:58.687 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:24:58.810 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:24:58.840 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:24:58.840 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:24:58.841 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:24:59.288 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:24:59.748 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:25:00.079 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:25:00.351 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:25:00.471 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:25:00.504 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:25:00.541 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:25:00.574 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:25:00.608 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:25:00.645 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:25:00.678 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:25:00.711 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:25:00.829 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:25:00.885 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:25:00.886 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:25:00.886 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:25:00.887 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:25:00.887 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:25:00.905 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:25:00.920 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] Setting config target of host 'controller-0' to '5703b2c6-efe6-493e-8667-317385d04028'. 2019-09-13 05:25:00.957 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] _config_update_hosts config_uuid=5703b2c6-efe6-493e-8667-317385d04028 2019-09-13 05:25:00.957 80240 INFO sysinv.conductor.manager [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] applying runtime manifest config_uuid=5703b2c6-efe6-493e-8667-317385d04028, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:25:00.973 80240 INFO sysinv.puppet.puppet [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] Updating hiera for host: controller-0 with config_uuid: 5703b2c6-efe6-493e-8667-317385d04028 2019-09-13 05:25:02.814 80240 ERROR sysinv.puppet.puppet [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTWF3ji' 2019-09-13 05:25:02.814 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:25:02.815 80240 ERROR sysinv.openstack.common.rpc.amqp [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] Exception during message handling 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTWF3ji' 2019-09-13 05:25:02.815 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:25:02.817 80240 ERROR sysinv.openstack.common.rpc.common [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTWF3ji' to caller 2019-09-13 05:25:02.817 80240 ERROR sysinv.openstack.common.rpc.common [req-02a6ff86-71cc-4b9a-8373-8a1e6ef867c6 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTWF3ji'\n"] 2019-09-13 05:25:02.826 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:25:02.826 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:25:56.016 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:25:56.016 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:25:58.083 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:25:58.735 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:25:58.859 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:25:58.896 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:25:58.897 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:25:58.897 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:25:59.347 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:25:59.836 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:26:00.154 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:26:00.414 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:26:00.532 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:26:00.565 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:26:00.596 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:26:00.631 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:26:00.663 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:26:00.695 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:26:00.726 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:26:00.761 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:26:00.864 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:26:00.923 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:26:00.923 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:26:00.924 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:26:00.924 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:26:00.924 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:26:00.939 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:26:00.954 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] Setting config target of host 'controller-0' to '672be683-58dd-4eae-9de5-0899e4c01922'. 2019-09-13 05:26:01.100 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] _config_update_hosts config_uuid=672be683-58dd-4eae-9de5-0899e4c01922 2019-09-13 05:26:01.101 80240 INFO sysinv.conductor.manager [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] applying runtime manifest config_uuid=672be683-58dd-4eae-9de5-0899e4c01922, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:26:01.115 80240 INFO sysinv.puppet.puppet [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] Updating hiera for host: controller-0 with config_uuid: 672be683-58dd-4eae-9de5-0899e4c01922 2019-09-13 05:26:02.817 80240 ERROR sysinv.puppet.puppet [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQIzgfv' 2019-09-13 05:26:02.817 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:26:02.818 80240 ERROR sysinv.openstack.common.rpc.amqp [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] Exception during message handling 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQIzgfv' 2019-09-13 05:26:02.818 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:26:02.820 80240 ERROR sysinv.openstack.common.rpc.common [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQIzgfv' to caller 2019-09-13 05:26:02.820 80240 ERROR sysinv.openstack.common.rpc.common [req-cc7816cb-695b-445f-9e35-584d233762d1 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQIzgfv'\n"] 2019-09-13 05:26:02.827 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:26:02.827 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:26:56.022 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:26:56.022 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:26:58.045 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:26:58.702 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:26:58.840 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:26:58.865 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:26:58.866 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:26:58.866 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:26:59.530 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:26:59.874 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:27:00.389 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:27:00.648 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:27:00.759 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:27:00.789 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:27:00.822 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:27:00.852 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:27:00.882 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:27:00.916 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:27:00.947 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:27:00.979 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:27:01.084 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:27:01.142 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:27:01.143 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:27:01.143 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:27:01.144 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:27:01.144 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:27:01.175 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:27:01.192 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] Setting config target of host 'controller-0' to '76fbba72-0c74-4a69-9b96-2eadba7c3249'. 2019-09-13 05:27:01.226 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] _config_update_hosts config_uuid=76fbba72-0c74-4a69-9b96-2eadba7c3249 2019-09-13 05:27:01.227 80240 INFO sysinv.conductor.manager [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] applying runtime manifest config_uuid=76fbba72-0c74-4a69-9b96-2eadba7c3249, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:27:01.244 80240 INFO sysinv.puppet.puppet [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] Updating hiera for host: controller-0 with config_uuid: 76fbba72-0c74-4a69-9b96-2eadba7c3249 2019-09-13 05:27:02.951 80240 ERROR sysinv.puppet.puppet [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwGNKAo' 2019-09-13 05:27:02.951 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:27:02.952 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] Exception during message handling 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwGNKAo' 2019-09-13 05:27:02.952 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:27:02.954 80240 ERROR sysinv.openstack.common.rpc.common [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwGNKAo' to caller 2019-09-13 05:27:02.954 80240 ERROR sysinv.openstack.common.rpc.common [req-9630a84b-a2a6-43df-94f6-5f88af3ebb73 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwGNKAo'\n"] 2019-09-13 05:27:02.964 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:27:02.964 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:27:56.076 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:27:56.077 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:27:58.095 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:27:58.749 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:27:58.895 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:27:58.923 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:27:58.924 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:27:58.924 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:28:00.966 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:28:01.211 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:28:01.634 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:28:01.864 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:28:01.973 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:28:02.009 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:28:02.039 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:28:02.070 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:28:02.103 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:28:02.134 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:28:02.164 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:28:02.198 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:28:02.301 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:28:02.360 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:28:02.360 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:28:02.360 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:28:02.361 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:28:02.361 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:28:02.376 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:28:02.391 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] Setting config target of host 'controller-0' to '738d87ee-e352-427e-902d-9801d2d92fc3'. 2019-09-13 05:28:02.454 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] _config_update_hosts config_uuid=738d87ee-e352-427e-902d-9801d2d92fc3 2019-09-13 05:28:02.455 80240 INFO sysinv.conductor.manager [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] applying runtime manifest config_uuid=738d87ee-e352-427e-902d-9801d2d92fc3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:28:02.469 80240 INFO sysinv.puppet.puppet [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] Updating hiera for host: controller-0 with config_uuid: 738d87ee-e352-427e-902d-9801d2d92fc3 2019-09-13 05:28:04.143 80240 ERROR sysinv.puppet.puppet [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlHnvDD2' 2019-09-13 05:28:04.143 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:28:04.144 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] Exception during message handling 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlHnvDD2' 2019-09-13 05:28:04.144 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:28:04.146 80240 ERROR sysinv.openstack.common.rpc.common [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlHnvDD2' to caller 2019-09-13 05:28:04.146 80240 ERROR sysinv.openstack.common.rpc.common [req-e8f012da-b760-4923-82d1-6b7b308039c7 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlHnvDD2'\n"] 2019-09-13 05:28:04.154 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:28:04.154 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:28:56.119 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:28:56.120 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:28:58.245 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:28:58.922 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:28:59.070 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:28:59.097 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:28:59.097 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:28:59.098 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:28:59.866 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:29:02.597 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:29:04.004 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:29:04.245 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:29:04.368 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:29:04.405 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:29:04.443 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:29:04.475 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:29:04.512 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:29:04.545 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:29:04.577 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:29:04.611 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:29:04.712 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:29:04.773 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:29:04.774 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:29:04.774 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:29:04.774 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] core_id : 0 1 2 3 4 5 2019-09-13 05:29:04.775 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:29:04.789 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:29:04.804 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] Setting config target of host 'controller-0' to '623b8e05-b849-4fb2-b041-da339caa5678'. 2019-09-13 05:29:04.838 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] _config_update_hosts config_uuid=623b8e05-b849-4fb2-b041-da339caa5678 2019-09-13 05:29:04.838 80240 INFO sysinv.conductor.manager [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] applying runtime manifest config_uuid=623b8e05-b849-4fb2-b041-da339caa5678, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:29:04.853 80240 INFO sysinv.puppet.puppet [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] Updating hiera for host: controller-0 with config_uuid: 623b8e05-b849-4fb2-b041-da339caa5678 2019-09-13 05:29:06.503 80240 ERROR sysinv.puppet.puppet [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlr0yhpb' 2019-09-13 05:29:06.503 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:29:06.505 80240 ERROR sysinv.openstack.common.rpc.amqp [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] Exception during message handling 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlr0yhpb' 2019-09-13 05:29:06.505 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:29:06.506 80240 ERROR sysinv.openstack.common.rpc.common [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlr0yhpb' to caller 2019-09-13 05:29:06.507 80240 ERROR sysinv.openstack.common.rpc.common [req-721cefa5-8a1f-427e-914b-10dec0b7d7cd None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlr0yhpb'\n"] 2019-09-13 05:29:06.516 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:29:06.516 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:29:56.155 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:29:56.155 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:29:58.230 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:29:58.906 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:29:59.055 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:29:59.081 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:29:59.081 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:29:59.082 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:29:59.557 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:30:00.088 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:30:00.416 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:30:00.715 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:30:00.838 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:30:00.872 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:30:00.905 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:30:00.942 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:30:00.976 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:30:01.019 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:30:01.061 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:30:01.095 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:30:01.205 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:30:01.267 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:30:01.267 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:30:01.268 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:30:01.268 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] core_id : 0 1 2 3 4 5 2019-09-13 05:30:01.268 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:30:01.287 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:30:01.306 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] Setting config target of host 'controller-0' to '14eed19e-66fa-48ef-95cd-310b7521ddb5'. 2019-09-13 05:30:01.374 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] _config_update_hosts config_uuid=14eed19e-66fa-48ef-95cd-310b7521ddb5 2019-09-13 05:30:01.374 80240 INFO sysinv.conductor.manager [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] applying runtime manifest config_uuid=14eed19e-66fa-48ef-95cd-310b7521ddb5, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:30:01.400 80240 INFO sysinv.puppet.puppet [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] Updating hiera for host: controller-0 with config_uuid: 14eed19e-66fa-48ef-95cd-310b7521ddb5 2019-09-13 05:30:03.112 80240 ERROR sysinv.puppet.puppet [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcl1CDW' 2019-09-13 05:30:03.112 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:30:03.113 80240 ERROR sysinv.openstack.common.rpc.amqp [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] Exception during message handling 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcl1CDW' 2019-09-13 05:30:03.113 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:30:03.115 80240 ERROR sysinv.openstack.common.rpc.common [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcl1CDW' to caller 2019-09-13 05:30:03.115 80240 ERROR sysinv.openstack.common.rpc.common [req-38f35ecd-664a-4ca7-9260-27fbfc55263a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcl1CDW'\n"] 2019-09-13 05:30:03.126 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:30:03.126 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:30:56.206 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:30:56.207 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:30:58.289 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:30:58.940 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:30:59.089 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:30:59.116 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:30:59.117 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:30:59.117 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:30:59.826 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:31:00.117 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:31:00.378 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:31:00.782 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:31:00.902 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:31:00.937 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:31:00.975 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:31:01.007 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:31:01.038 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:31:01.073 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:31:01.104 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:31:01.134 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:31:01.249 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:31:01.308 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:31:01.309 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:31:01.309 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:31:01.310 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] core_id : 0 1 2 3 4 5 2019-09-13 05:31:01.310 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:31:01.328 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:31:01.343 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] Setting config target of host 'controller-0' to '7cf7d238-00bd-4cf4-bd80-11e22a3ca607'. 2019-09-13 05:31:01.372 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] _config_update_hosts config_uuid=7cf7d238-00bd-4cf4-bd80-11e22a3ca607 2019-09-13 05:31:01.372 80240 INFO sysinv.conductor.manager [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] applying runtime manifest config_uuid=7cf7d238-00bd-4cf4-bd80-11e22a3ca607, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:31:01.386 80240 INFO sysinv.puppet.puppet [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] Updating hiera for host: controller-0 with config_uuid: 7cf7d238-00bd-4cf4-bd80-11e22a3ca607 2019-09-13 05:31:03.036 80240 ERROR sysinv.puppet.puppet [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlA4NDZ0' 2019-09-13 05:31:03.036 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:31:03.037 80240 ERROR sysinv.openstack.common.rpc.amqp [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] Exception during message handling 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlA4NDZ0' 2019-09-13 05:31:03.037 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:31:03.038 80240 ERROR sysinv.openstack.common.rpc.common [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlA4NDZ0' to caller 2019-09-13 05:31:03.039 80240 ERROR sysinv.openstack.common.rpc.common [req-4c7019ca-c8fd-480f-b52e-0a14739655ef None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlA4NDZ0'\n"] 2019-09-13 05:31:03.048 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:31:03.048 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:31:56.259 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:31:56.260 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:31:58.436 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:31:59.138 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:31:59.346 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:31:59.381 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:31:59.381 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:31:59.382 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:32:00.000 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:32:00.571 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:32:00.909 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:32:01.169 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:32:01.291 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:32:01.328 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:32:01.367 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:32:01.418 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:32:01.458 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:32:01.513 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:32:01.731 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:32:01.765 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:32:01.888 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:32:01.958 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:32:01.958 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:32:01.959 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:32:01.959 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] core_id : 0 1 2 3 4 5 2019-09-13 05:32:01.959 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:32:01.976 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:32:01.994 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] Setting config target of host 'controller-0' to '72b1a3bf-9d32-4142-82d4-7ad7aeb81641'. 2019-09-13 05:32:02.054 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] _config_update_hosts config_uuid=72b1a3bf-9d32-4142-82d4-7ad7aeb81641 2019-09-13 05:32:02.054 80240 INFO sysinv.conductor.manager [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] applying runtime manifest config_uuid=72b1a3bf-9d32-4142-82d4-7ad7aeb81641, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:32:02.070 80240 INFO sysinv.puppet.puppet [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] Updating hiera for host: controller-0 with config_uuid: 72b1a3bf-9d32-4142-82d4-7ad7aeb81641 2019-09-13 05:32:03.872 80240 ERROR sysinv.puppet.puppet [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfFBmFP' 2019-09-13 05:32:03.872 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:32:03.873 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] Exception during message handling 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfFBmFP' 2019-09-13 05:32:03.873 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:32:03.875 80240 ERROR sysinv.openstack.common.rpc.common [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfFBmFP' to caller 2019-09-13 05:32:03.875 80240 ERROR sysinv.openstack.common.rpc.common [req-1669ee66-2808-407a-b113-2a454bf7fdda None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfFBmFP'\n"] 2019-09-13 05:32:03.904 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:32:03.904 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:32:32.853 82915 WARNING wsme.api [-] Client-side error: system_type field cannot be modified. 2019-09-13 05:32:34.102 82915 WARNING wsme.api [-] Client-side error: Aborting. Active load exits. 2019-09-13 05:32:34.194 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:32:34.194 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:32:34.194 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:32:34.194 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:32:34.194 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:32:34.194 82915 TRACE sysinv.common.exception 2019-09-13 05:32:34.195 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:32:34.195 82915 ERROR sysinv.common.exception [-] name: management 2019-09-13 05:32:34.196 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:32:34.302 82915 WARNING wsme.api [-] Client-side error: Network of type mgmt already exists. 2019-09-13 05:32:34.628 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:32:34.628 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:32:34.628 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:32:34.628 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:32:34.628 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:32:34.628 82914 TRACE sysinv.common.exception 2019-09-13 05:32:34.628 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:32:34.629 82914 ERROR sysinv.common.exception [-] name: pxeboot 2019-09-13 05:32:34.629 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:32:34.733 82914 WARNING wsme.api [-] Client-side error: Network of type pxeboot already exists. 2019-09-13 05:32:34.820 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:32:34.820 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:32:34.820 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:32:34.820 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:32:34.820 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:32:34.820 82914 TRACE sysinv.common.exception 2019-09-13 05:32:34.821 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:32:34.821 82914 ERROR sysinv.common.exception [-] name: oam 2019-09-13 05:32:34.822 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:32:34.914 82914 WARNING wsme.api [-] Client-side error: Network of type oam already exists. 2019-09-13 05:32:34.996 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:32:34.996 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:32:34.996 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:32:34.996 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:32:34.996 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:32:34.996 82914 TRACE sysinv.common.exception 2019-09-13 05:32:34.997 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:32:34.997 82914 ERROR sysinv.common.exception [-] name: multicast-subnet 2019-09-13 05:32:34.997 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:32:35.102 82914 WARNING wsme.api [-] Client-side error: Network of type multicast already exists. 2019-09-13 05:32:35.190 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:32:35.190 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:32:35.190 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:32:35.190 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:32:35.190 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:32:35.190 82914 TRACE sysinv.common.exception 2019-09-13 05:32:35.191 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:32:35.191 82914 ERROR sysinv.common.exception [-] name: cluster-host-subnet 2019-09-13 05:32:35.192 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:32:35.293 82914 WARNING wsme.api [-] Client-side error: Network of type cluster-host already exists. 2019-09-13 05:32:35.378 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:32:35.378 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:32:35.378 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:32:35.378 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:32:35.378 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:32:35.378 82914 TRACE sysinv.common.exception 2019-09-13 05:32:35.378 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:32:35.379 82914 ERROR sysinv.common.exception [-] name: cluster-pod-subnet 2019-09-13 05:32:35.379 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:32:35.474 82914 WARNING wsme.api [-] Client-side error: Network of type cluster-pod already exists. 2019-09-13 05:32:35.556 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:32:35.556 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:32:35.556 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:32:35.556 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:32:35.556 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:32:35.556 82915 TRACE sysinv.common.exception 2019-09-13 05:32:35.557 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:32:35.557 82915 ERROR sysinv.common.exception [-] name: cluster-service-subnet 2019-09-13 05:32:35.558 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:32:35.656 82915 WARNING wsme.api [-] Client-side error: Network of type cluster-service already exists. 2019-09-13 05:32:35.710 82915 WARNING sysinv.api.controllers.v1.dns [-] dns {'uuid': u'fd93a67f-67e6-40ee-aee9-ad8568fa75f8', 'nameservers': u'8.8.8.8,8.8.4.4', 'created_at': datetime.datetime(2019, 9, 12, 8, 31, 24, 893416, tzinfo=), 'updated_at': datetime.datetime(2019, 9, 12, 9, 57, 6, 211542, tzinfo=), 'action': None, 'isystem_uuid': u'2506facd-e7f1-4409-a84c-48d1e6140373', 'id': 1, 'forisystemid': 1} 2019-09-13 05:32:35.722 82915 INFO sysinv.api.controllers.v1.dns [-] No DNS config changes 2019-09-13 05:32:35.884 82914 INFO sysinv.api.controllers.v1.host [-] SYS_I host controller-0 ihost_post_start_2019-09-13-05-32-35 add 2019-09-13 05:32:35.929 82914 WARNING wsme.api [-] Client-side error: Host-add Rejected: Cannot specify a mgmt_ip when dynamic address allocation is configured 2019-09-13 05:32:56.313 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:32:56.314 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:32:58.366 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:32:59.024 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:32:59.175 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:32:59.202 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:32:59.203 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:32:59.203 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:32:59.689 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:33:00.062 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:33:00.586 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:33:00.834 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:33:00.957 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:33:00.998 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:33:01.029 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:33:01.067 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:33:01.102 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:33:01.136 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:33:01.169 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:33:01.204 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:33:01.322 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:33:01.382 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:33:01.382 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:33:01.382 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:33:01.383 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:33:01.383 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:33:01.398 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:33:01.414 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] Setting config target of host 'controller-0' to '013fe138-bc61-42f0-94b0-92c8561b5e56'. 2019-09-13 05:33:01.465 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] _config_update_hosts config_uuid=013fe138-bc61-42f0-94b0-92c8561b5e56 2019-09-13 05:33:01.465 80240 INFO sysinv.conductor.manager [req-2428a786-9126-42a2-9103-537477e57c13 None None] applying runtime manifest config_uuid=013fe138-bc61-42f0-94b0-92c8561b5e56, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:33:01.479 80240 INFO sysinv.puppet.puppet [req-2428a786-9126-42a2-9103-537477e57c13 None None] Updating hiera for host: controller-0 with config_uuid: 013fe138-bc61-42f0-94b0-92c8561b5e56 2019-09-13 05:33:03.382 80240 ERROR sysinv.puppet.puppet [req-2428a786-9126-42a2-9103-537477e57c13 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamludnEtE' 2019-09-13 05:33:03.382 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:33:03.383 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2428a786-9126-42a2-9103-537477e57c13 None None] Exception during message handling 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamludnEtE' 2019-09-13 05:33:03.383 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:33:03.385 80240 ERROR sysinv.openstack.common.rpc.common [req-2428a786-9126-42a2-9103-537477e57c13 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamludnEtE' to caller 2019-09-13 05:33:03.385 80240 ERROR sysinv.openstack.common.rpc.common [req-2428a786-9126-42a2-9103-537477e57c13 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamludnEtE'\n"] 2019-09-13 05:33:03.393 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:33:03.393 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:33:56.314 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:33:56.315 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:33:58.383 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:33:59.038 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:33:59.194 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:33:59.224 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:33:59.224 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:33:59.225 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:33:59.728 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:34:00.133 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:34:00.659 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:34:00.921 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:34:01.040 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:34:01.071 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:34:01.106 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:34:01.137 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:34:01.168 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:34:01.203 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:34:01.234 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:34:01.266 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:34:01.371 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:34:01.437 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:34:01.437 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:34:01.437 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:34:01.438 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:34:01.438 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:34:01.455 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:34:01.472 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] Setting config target of host 'controller-0' to '6028d909-f005-4865-88ba-cec83df62be1'. 2019-09-13 05:34:01.551 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] _config_update_hosts config_uuid=6028d909-f005-4865-88ba-cec83df62be1 2019-09-13 05:34:01.551 80240 INFO sysinv.conductor.manager [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] applying runtime manifest config_uuid=6028d909-f005-4865-88ba-cec83df62be1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:34:01.568 80240 INFO sysinv.puppet.puppet [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] Updating hiera for host: controller-0 with config_uuid: 6028d909-f005-4865-88ba-cec83df62be1 2019-09-13 05:34:03.336 80240 ERROR sysinv.puppet.puppet [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_X2a2Q' 2019-09-13 05:34:03.336 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:34:03.337 80240 ERROR sysinv.openstack.common.rpc.amqp [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] Exception during message handling 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_X2a2Q' 2019-09-13 05:34:03.337 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:34:03.339 80240 ERROR sysinv.openstack.common.rpc.common [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_X2a2Q' to caller 2019-09-13 05:34:03.339 80240 ERROR sysinv.openstack.common.rpc.common [req-08777336-c890-4e0d-a2e0-ff86fcdea1b4 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_X2a2Q'\n"] 2019-09-13 05:34:03.347 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:34:03.347 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:34:56.367 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:34:56.368 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:34:58.442 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:34:59.108 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:34:59.263 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:34:59.289 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:34:59.290 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:34:59.290 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:34:59.807 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:35:00.404 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:35:00.712 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:35:00.997 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:35:01.111 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:35:01.142 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:35:01.176 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:35:01.210 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:35:01.245 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:35:01.275 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:35:01.308 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:35:01.342 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:35:01.452 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:35:01.510 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:35:01.510 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:35:01.510 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:35:01.511 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:35:01.511 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:35:01.526 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:35:01.541 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] Setting config target of host 'controller-0' to '54391eb3-ab4c-4498-87aa-4f767154e330'. 2019-09-13 05:35:01.632 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] _config_update_hosts config_uuid=54391eb3-ab4c-4498-87aa-4f767154e330 2019-09-13 05:35:01.633 80240 INFO sysinv.conductor.manager [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] applying runtime manifest config_uuid=54391eb3-ab4c-4498-87aa-4f767154e330, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:35:01.836 80240 INFO sysinv.puppet.puppet [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] Updating hiera for host: controller-0 with config_uuid: 54391eb3-ab4c-4498-87aa-4f767154e330 2019-09-13 05:35:03.401 80240 ERROR sysinv.puppet.puppet [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrrJJcN' 2019-09-13 05:35:03.401 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:35:03.402 80240 ERROR sysinv.openstack.common.rpc.amqp [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] Exception during message handling 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrrJJcN' 2019-09-13 05:35:03.402 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:35:03.404 80240 ERROR sysinv.openstack.common.rpc.common [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrrJJcN' to caller 2019-09-13 05:35:03.405 80240 ERROR sysinv.openstack.common.rpc.common [req-d370276c-fab4-4d23-833a-f113e2fe0923 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrrJJcN'\n"] 2019-09-13 05:35:03.414 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:35:03.414 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:35:56.368 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:35:56.369 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:35:58.495 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:35:59.135 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:35:59.281 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:35:59.307 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:35:59.308 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:35:59.309 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:36:00.116 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:36:00.383 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:36:00.826 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:36:01.093 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:36:01.209 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:36:01.240 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:36:01.275 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:36:01.307 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:36:01.338 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:36:01.373 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:36:01.405 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:36:01.437 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:36:01.543 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:36:01.602 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:36:01.602 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:36:01.603 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:36:01.603 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] core_id : 0 1 2 3 4 5 2019-09-13 05:36:01.603 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:36:01.621 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:36:01.636 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] Setting config target of host 'controller-0' to '1686fd4b-b6d6-4532-a15b-822dc9e0dce3'. 2019-09-13 05:36:01.697 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] _config_update_hosts config_uuid=1686fd4b-b6d6-4532-a15b-822dc9e0dce3 2019-09-13 05:36:01.697 80240 INFO sysinv.conductor.manager [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] applying runtime manifest config_uuid=1686fd4b-b6d6-4532-a15b-822dc9e0dce3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:36:01.711 80240 INFO sysinv.puppet.puppet [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] Updating hiera for host: controller-0 with config_uuid: 1686fd4b-b6d6-4532-a15b-822dc9e0dce3 2019-09-13 05:36:03.378 80240 ERROR sysinv.puppet.puppet [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfvsLZM' 2019-09-13 05:36:03.378 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:36:03.379 80240 ERROR sysinv.openstack.common.rpc.amqp [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] Exception during message handling 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfvsLZM' 2019-09-13 05:36:03.379 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:36:03.381 80240 ERROR sysinv.openstack.common.rpc.common [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfvsLZM' to caller 2019-09-13 05:36:03.381 80240 ERROR sysinv.openstack.common.rpc.common [req-bbdab523-5ab8-47f6-8b5b-a6c03879336f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfvsLZM'\n"] 2019-09-13 05:36:03.389 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:36:03.389 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:36:56.419 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:36:56.420 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:36:58.527 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:36:59.202 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:36:59.346 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:36:59.373 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:36:59.374 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:36:59.375 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:36:59.877 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:37:00.451 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:37:00.792 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:37:01.054 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:37:01.180 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:37:01.214 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:37:01.253 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:37:01.288 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:37:01.323 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:37:01.360 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:37:01.395 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:37:01.435 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:37:01.729 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:37:01.793 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:37:01.793 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:37:01.793 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:37:01.794 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:37:01.794 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:37:01.810 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:37:01.826 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] Setting config target of host 'controller-0' to '22b48003-3970-41eb-97c6-fcf70448ede2'. 2019-09-13 05:37:01.887 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] _config_update_hosts config_uuid=22b48003-3970-41eb-97c6-fcf70448ede2 2019-09-13 05:37:01.888 80240 INFO sysinv.conductor.manager [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] applying runtime manifest config_uuid=22b48003-3970-41eb-97c6-fcf70448ede2, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:37:01.904 80240 INFO sysinv.puppet.puppet [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] Updating hiera for host: controller-0 with config_uuid: 22b48003-3970-41eb-97c6-fcf70448ede2 2019-09-13 05:37:03.651 80240 ERROR sysinv.puppet.puppet [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRFj7uj' 2019-09-13 05:37:03.651 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:37:03.652 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] Exception during message handling 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRFj7uj' 2019-09-13 05:37:03.652 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:37:03.653 80240 ERROR sysinv.openstack.common.rpc.common [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRFj7uj' to caller 2019-09-13 05:37:03.654 80240 ERROR sysinv.openstack.common.rpc.common [req-7a6c21ea-9d48-4060-8601-eeed9766d6e7 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRFj7uj'\n"] 2019-09-13 05:37:03.662 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:37:03.662 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:37:56.440 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:37:56.441 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:37:58.492 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:37:59.154 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:37:59.306 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:37:59.335 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:37:59.336 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:37:59.336 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:37:59.807 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:38:00.147 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:38:00.647 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:38:00.896 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:38:01.013 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:38:01.051 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:38:01.084 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:38:01.118 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:38:01.155 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:38:01.188 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:38:01.222 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:38:01.259 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:38:01.381 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:38:01.442 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:38:01.442 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:38:01.442 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:38:01.443 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] core_id : 0 1 2 3 4 5 2019-09-13 05:38:01.443 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:38:01.458 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:38:01.474 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] Setting config target of host 'controller-0' to '09418ee6-cccd-480d-8b75-df14298280cf'. 2019-09-13 05:38:01.566 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] _config_update_hosts config_uuid=09418ee6-cccd-480d-8b75-df14298280cf 2019-09-13 05:38:01.567 80240 INFO sysinv.conductor.manager [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] applying runtime manifest config_uuid=09418ee6-cccd-480d-8b75-df14298280cf, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:38:01.581 80240 INFO sysinv.puppet.puppet [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] Updating hiera for host: controller-0 with config_uuid: 09418ee6-cccd-480d-8b75-df14298280cf 2019-09-13 05:38:03.424 80240 ERROR sysinv.puppet.puppet [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaOhgXm' 2019-09-13 05:38:03.424 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:38:03.425 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] Exception during message handling 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaOhgXm' 2019-09-13 05:38:03.425 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:38:03.426 80240 ERROR sysinv.openstack.common.rpc.common [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaOhgXm' to caller 2019-09-13 05:38:03.427 80240 ERROR sysinv.openstack.common.rpc.common [req-ec75638d-198c-4abe-a343-ced86f7a24cf None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaOhgXm'\n"] 2019-09-13 05:38:03.436 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:38:03.436 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:38:56.453 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:38:56.454 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:38:58.476 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:38:59.133 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:38:59.253 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:38:59.279 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:38:59.280 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:38:59.280 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:38:59.712 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:39:00.046 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:39:00.536 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:39:00.780 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:39:00.895 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:39:00.930 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:39:00.967 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:39:00.999 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:39:01.029 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:39:01.060 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:39:01.095 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:39:01.127 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:39:01.257 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:39:01.321 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:39:01.322 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:39:01.322 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:39:01.322 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] core_id : 0 1 2 3 4 5 2019-09-13 05:39:01.323 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:39:01.339 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:39:01.354 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] Setting config target of host 'controller-0' to '1e19b094-eb2e-41db-99ad-20a51abfa3d9'. 2019-09-13 05:39:01.385 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] _config_update_hosts config_uuid=1e19b094-eb2e-41db-99ad-20a51abfa3d9 2019-09-13 05:39:01.386 80240 INFO sysinv.conductor.manager [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] applying runtime manifest config_uuid=1e19b094-eb2e-41db-99ad-20a51abfa3d9, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:39:01.400 80240 INFO sysinv.puppet.puppet [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] Updating hiera for host: controller-0 with config_uuid: 1e19b094-eb2e-41db-99ad-20a51abfa3d9 2019-09-13 05:39:03.085 80240 ERROR sysinv.puppet.puppet [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUAEwvO' 2019-09-13 05:39:03.085 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:39:03.086 80240 ERROR sysinv.openstack.common.rpc.amqp [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] Exception during message handling 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUAEwvO' 2019-09-13 05:39:03.086 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:39:03.087 80240 ERROR sysinv.openstack.common.rpc.common [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUAEwvO' to caller 2019-09-13 05:39:03.088 80240 ERROR sysinv.openstack.common.rpc.common [req-cf89a1c1-bea2-47d3-aa95-4636fa070f8d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUAEwvO'\n"] 2019-09-13 05:39:03.095 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:39:03.095 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:39:56.508 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:39:56.509 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:39:58.568 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:39:59.245 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:39:59.390 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:39:59.415 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:39:59.416 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:39:59.416 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:40:00.160 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:40:00.489 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:40:00.781 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:40:01.213 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:40:01.327 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:40:01.357 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:40:01.396 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:40:01.444 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:40:01.486 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:40:01.523 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:40:01.554 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:40:01.586 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:40:01.690 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:40:01.747 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:40:01.748 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:40:01.748 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:40:01.748 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] core_id : 0 1 2 3 4 5 2019-09-13 05:40:01.749 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:40:01.763 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:40:01.778 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] Setting config target of host 'controller-0' to '19e2830a-7a9e-44cc-ad42-bf5304b9a2a3'. 2019-09-13 05:40:01.840 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] _config_update_hosts config_uuid=19e2830a-7a9e-44cc-ad42-bf5304b9a2a3 2019-09-13 05:40:01.841 80240 INFO sysinv.conductor.manager [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] applying runtime manifest config_uuid=19e2830a-7a9e-44cc-ad42-bf5304b9a2a3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:40:01.856 80240 INFO sysinv.puppet.puppet [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] Updating hiera for host: controller-0 with config_uuid: 19e2830a-7a9e-44cc-ad42-bf5304b9a2a3 2019-09-13 05:40:03.503 80240 ERROR sysinv.puppet.puppet [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFuxJ4v' 2019-09-13 05:40:03.503 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:40:03.503 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] Exception during message handling 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFuxJ4v' 2019-09-13 05:40:03.503 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:40:03.505 80240 ERROR sysinv.openstack.common.rpc.common [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFuxJ4v' to caller 2019-09-13 05:40:03.505 80240 ERROR sysinv.openstack.common.rpc.common [req-7d6acc20-a846-4a7e-bc15-aabba458f40d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFuxJ4v'\n"] 2019-09-13 05:40:03.514 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:40:03.514 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:40:56.560 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:40:56.561 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:40:58.652 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:40:59.318 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:40:59.465 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:40:59.492 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:40:59.493 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:40:59.493 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:40:59.982 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:41:00.315 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:41:00.875 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:41:01.112 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:41:01.227 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:41:01.258 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:41:01.289 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:41:01.323 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:41:01.355 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:41:01.386 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:41:01.416 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:41:01.450 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:41:01.562 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:41:01.623 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:41:01.623 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:41:01.624 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:41:01.624 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:41:01.624 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:41:01.640 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:41:01.656 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] Setting config target of host 'controller-0' to '56c7b594-6527-4fc9-8dbf-0ee6db7b2869'. 2019-09-13 05:41:01.718 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] _config_update_hosts config_uuid=56c7b594-6527-4fc9-8dbf-0ee6db7b2869 2019-09-13 05:41:01.719 80240 INFO sysinv.conductor.manager [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] applying runtime manifest config_uuid=56c7b594-6527-4fc9-8dbf-0ee6db7b2869, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:41:01.735 80240 INFO sysinv.puppet.puppet [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] Updating hiera for host: controller-0 with config_uuid: 56c7b594-6527-4fc9-8dbf-0ee6db7b2869 2019-09-13 05:41:03.438 80240 ERROR sysinv.puppet.puppet [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljposov' 2019-09-13 05:41:03.438 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:41:03.440 80240 ERROR sysinv.openstack.common.rpc.amqp [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] Exception during message handling 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljposov' 2019-09-13 05:41:03.440 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:41:03.441 80240 ERROR sysinv.openstack.common.rpc.common [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljposov' to caller 2019-09-13 05:41:03.442 80240 ERROR sysinv.openstack.common.rpc.common [req-d4885301-b643-4318-b4b4-d41d8ad07a11 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljposov'\n"] 2019-09-13 05:41:03.451 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:41:03.451 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:41:56.613 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:41:56.613 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:41:58.649 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:41:59.300 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:41:59.424 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:41:59.452 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:41:59.452 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:41:59.453 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:41:59.916 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:42:00.437 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:42:00.755 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:42:01.180 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:42:01.292 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:42:01.324 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:42:01.358 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:42:01.388 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:42:01.418 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:42:01.451 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:42:01.482 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:42:01.515 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:42:01.627 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:42:01.700 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:42:01.701 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:42:01.701 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:42:01.702 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:42:01.702 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:42:01.718 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:42:01.734 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] Setting config target of host 'controller-0' to '6ae468f8-cdbb-4ed4-9c79-92e131d625d6'. 2019-09-13 05:42:01.814 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] _config_update_hosts config_uuid=6ae468f8-cdbb-4ed4-9c79-92e131d625d6 2019-09-13 05:42:01.814 80240 INFO sysinv.conductor.manager [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] applying runtime manifest config_uuid=6ae468f8-cdbb-4ed4-9c79-92e131d625d6, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:42:01.829 80240 INFO sysinv.puppet.puppet [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] Updating hiera for host: controller-0 with config_uuid: 6ae468f8-cdbb-4ed4-9c79-92e131d625d6 2019-09-13 05:42:03.496 80240 ERROR sysinv.puppet.puppet [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0GWapW' 2019-09-13 05:42:03.496 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:42:03.497 80240 ERROR sysinv.openstack.common.rpc.amqp [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] Exception during message handling 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0GWapW' 2019-09-13 05:42:03.497 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:42:03.499 80240 ERROR sysinv.openstack.common.rpc.common [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0GWapW' to caller 2019-09-13 05:42:03.499 80240 ERROR sysinv.openstack.common.rpc.common [req-077cf5bf-7be5-45c2-af6d-ceda6a7b85e3 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0GWapW'\n"] 2019-09-13 05:42:03.507 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:42:03.507 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:42:56.643 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:42:56.644 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:42:58.750 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:42:59.410 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:42:59.562 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:42:59.589 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:42:59.590 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:42:59.590 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:43:00.081 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:43:00.372 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:43:00.912 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:43:01.151 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:43:01.269 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:43:01.300 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:43:01.331 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:43:01.365 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:43:01.396 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:43:01.426 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:43:01.456 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:43:01.492 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:43:01.595 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:43:01.653 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:43:01.653 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:43:01.653 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:43:01.654 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] core_id : 0 1 2 3 4 5 2019-09-13 05:43:01.654 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:43:01.669 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:43:01.686 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] Setting config target of host 'controller-0' to '269d477b-635d-491f-8453-30c775ea2852'. 2019-09-13 05:43:01.744 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] _config_update_hosts config_uuid=269d477b-635d-491f-8453-30c775ea2852 2019-09-13 05:43:01.744 80240 INFO sysinv.conductor.manager [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] applying runtime manifest config_uuid=269d477b-635d-491f-8453-30c775ea2852, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:43:01.758 80240 INFO sysinv.puppet.puppet [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] Updating hiera for host: controller-0 with config_uuid: 269d477b-635d-491f-8453-30c775ea2852 2019-09-13 05:43:03.578 80240 ERROR sysinv.puppet.puppet [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlxn16K_' 2019-09-13 05:43:03.578 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:43:03.579 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] Exception during message handling 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlxn16K_' 2019-09-13 05:43:03.579 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:43:03.580 80240 ERROR sysinv.openstack.common.rpc.common [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlxn16K_' to caller 2019-09-13 05:43:03.581 80240 ERROR sysinv.openstack.common.rpc.common [req-2ceade7a-15b9-4a0b-9d09-11ae66c2372c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlxn16K_'\n"] 2019-09-13 05:43:03.588 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:43:03.588 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:43:56.695 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:43:56.695 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:43:58.777 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:43:59.448 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:43:59.579 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:43:59.606 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:43:59.607 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:43:59.607 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:44:00.078 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:44:00.556 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:44:00.878 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:44:01.132 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:44:01.248 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:44:01.279 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:44:01.309 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:44:01.343 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:44:01.373 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:44:01.410 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:44:01.443 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:44:01.481 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:44:01.598 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:44:01.657 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:44:01.658 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:44:01.658 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:44:01.659 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:44:01.659 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:44:01.674 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:44:01.690 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] Setting config target of host 'controller-0' to '53ebbf86-7acd-4653-90df-178a666a8b4b'. 2019-09-13 05:44:01.749 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] _config_update_hosts config_uuid=53ebbf86-7acd-4653-90df-178a666a8b4b 2019-09-13 05:44:01.750 80240 INFO sysinv.conductor.manager [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] applying runtime manifest config_uuid=53ebbf86-7acd-4653-90df-178a666a8b4b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:44:01.765 80240 INFO sysinv.puppet.puppet [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] Updating hiera for host: controller-0 with config_uuid: 53ebbf86-7acd-4653-90df-178a666a8b4b 2019-09-13 05:44:03.504 80240 ERROR sysinv.puppet.puppet [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml10lil5' 2019-09-13 05:44:03.504 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:44:03.505 80240 ERROR sysinv.openstack.common.rpc.amqp [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] Exception during message handling 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml10lil5' 2019-09-13 05:44:03.505 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:44:03.507 80240 ERROR sysinv.openstack.common.rpc.common [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml10lil5' to caller 2019-09-13 05:44:03.507 80240 ERROR sysinv.openstack.common.rpc.common [req-161daac5-07c0-4ec6-a7cb-ea440da63414 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml10lil5'\n"] 2019-09-13 05:44:03.516 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:44:03.516 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:44:56.721 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:44:56.722 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:44:58.880 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:44:59.546 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:44:59.714 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:44:59.745 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:44:59.746 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:44:59.746 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:45:00.603 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:45:00.970 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:45:01.423 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:45:01.703 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:45:01.840 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:45:01.875 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:45:01.908 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:45:01.944 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:45:01.980 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:45:02.012 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:45:02.045 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:45:02.087 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:45:02.215 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:45:02.301 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:45:02.302 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:45:02.302 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:45:02.302 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:45:02.303 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:45:02.322 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:45:02.345 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] Setting config target of host 'controller-0' to '5cd288fe-83b7-47c1-b9fa-c3d8aa011485'. 2019-09-13 05:45:02.415 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] _config_update_hosts config_uuid=5cd288fe-83b7-47c1-b9fa-c3d8aa011485 2019-09-13 05:45:02.416 80240 INFO sysinv.conductor.manager [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] applying runtime manifest config_uuid=5cd288fe-83b7-47c1-b9fa-c3d8aa011485, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:45:02.432 80240 INFO sysinv.puppet.puppet [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] Updating hiera for host: controller-0 with config_uuid: 5cd288fe-83b7-47c1-b9fa-c3d8aa011485 2019-09-13 05:45:04.271 80240 ERROR sysinv.puppet.puppet [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7Jv1iq' 2019-09-13 05:45:04.271 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:45:04.273 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] Exception during message handling 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7Jv1iq' 2019-09-13 05:45:04.273 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:45:04.275 80240 ERROR sysinv.openstack.common.rpc.common [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7Jv1iq' to caller 2019-09-13 05:45:04.276 80240 ERROR sysinv.openstack.common.rpc.common [req-7a19ef0f-1c00-446d-b982-b09bab6f40d9 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7Jv1iq'\n"] 2019-09-13 05:45:04.290 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:45:04.290 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:45:08.419 82915 WARNING wsme.api [-] Client-side error: system_type field cannot be modified. 2019-09-13 05:45:08.902 82914 WARNING wsme.api [-] Client-side error: Aborting. Active load exits. 2019-09-13 05:45:09.000 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:45:09.000 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:45:09.000 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:45:09.000 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:45:09.000 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:45:09.000 82915 TRACE sysinv.common.exception 2019-09-13 05:45:09.001 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:45:09.001 82915 ERROR sysinv.common.exception [-] name: management 2019-09-13 05:45:09.001 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:45:09.111 82915 WARNING wsme.api [-] Client-side error: Network of type mgmt already exists. 2019-09-13 05:45:09.214 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:45:09.214 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:45:09.214 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:45:09.214 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:45:09.214 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:45:09.214 82914 TRACE sysinv.common.exception 2019-09-13 05:45:09.215 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:45:09.215 82914 ERROR sysinv.common.exception [-] name: pxeboot 2019-09-13 05:45:09.216 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:45:09.316 82915 WARNING wsme.api [-] Client-side error: Network of type pxeboot already exists. 2019-09-13 05:45:09.399 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:45:09.399 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:45:09.399 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:45:09.399 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:45:09.399 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:45:09.399 82915 TRACE sysinv.common.exception 2019-09-13 05:45:09.400 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:45:09.400 82915 ERROR sysinv.common.exception [-] name: oam 2019-09-13 05:45:09.401 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:45:09.499 82915 WARNING wsme.api [-] Client-side error: Network of type oam already exists. 2019-09-13 05:45:09.585 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:45:09.585 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:45:09.585 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:45:09.585 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:45:09.585 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:45:09.585 82915 TRACE sysinv.common.exception 2019-09-13 05:45:09.585 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:45:09.585 82915 ERROR sysinv.common.exception [-] name: multicast-subnet 2019-09-13 05:45:09.586 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:45:09.929 82915 WARNING wsme.api [-] Client-side error: Network of type multicast already exists. 2019-09-13 05:45:10.030 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:45:10.030 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:45:10.030 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:45:10.030 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:45:10.030 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:45:10.030 82915 TRACE sysinv.common.exception 2019-09-13 05:45:10.031 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:45:10.032 82915 ERROR sysinv.common.exception [-] name: cluster-host-subnet 2019-09-13 05:45:10.032 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:45:10.128 82915 WARNING wsme.api [-] Client-side error: Network of type cluster-host already exists. 2019-09-13 05:45:10.219 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:45:10.219 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:45:10.219 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:45:10.219 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:45:10.219 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:45:10.219 82914 TRACE sysinv.common.exception 2019-09-13 05:45:10.220 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:45:10.220 82914 ERROR sysinv.common.exception [-] name: cluster-pod-subnet 2019-09-13 05:45:10.220 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:45:10.318 82914 WARNING wsme.api [-] Client-side error: Network of type cluster-pod already exists. 2019-09-13 05:45:10.398 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 05:45:10.398 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 05:45:10.398 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 05:45:10.398 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 05:45:10.398 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 05:45:10.398 82915 TRACE sysinv.common.exception 2019-09-13 05:45:10.399 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 05:45:10.399 82915 ERROR sysinv.common.exception [-] name: cluster-service-subnet 2019-09-13 05:45:10.399 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 05:45:10.498 82915 WARNING wsme.api [-] Client-side error: Network of type cluster-service already exists. 2019-09-13 05:45:10.552 82914 WARNING sysinv.api.controllers.v1.dns [-] dns {'uuid': u'fd93a67f-67e6-40ee-aee9-ad8568fa75f8', 'nameservers': u'8.8.8.8,8.8.4.4', 'created_at': datetime.datetime(2019, 9, 12, 8, 31, 24, 893416, tzinfo=), 'updated_at': datetime.datetime(2019, 9, 12, 9, 57, 6, 211542, tzinfo=), 'action': None, 'isystem_uuid': u'2506facd-e7f1-4409-a84c-48d1e6140373', 'id': 1, 'forisystemid': 1} 2019-09-13 05:45:10.565 82914 INFO sysinv.api.controllers.v1.dns [-] No DNS config changes 2019-09-13 05:45:10.717 82914 INFO sysinv.api.controllers.v1.host [-] SYS_I host controller-0 ihost_post_start_2019-09-13-05-45-10 add 2019-09-13 05:45:10.763 82914 WARNING wsme.api [-] Client-side error: Host-add Rejected: Cannot specify a mgmt_ip when dynamic address allocation is configured 2019-09-13 05:45:56.745 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:45:56.746 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:45:58.848 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:45:59.493 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:45:59.638 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:45:59.667 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:45:59.668 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:45:59.668 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:46:00.124 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:46:00.694 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:46:01.020 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:46:01.262 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:46:01.378 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:46:01.596 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:46:01.630 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:46:01.666 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:46:01.697 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:46:01.727 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:46:01.763 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:46:01.797 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:46:01.916 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:46:01.979 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:46:01.980 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:46:01.981 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:46:01.981 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:46:01.982 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:46:01.998 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:46:02.014 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] Setting config target of host 'controller-0' to '46aea7f1-15ba-4d71-80a4-a0a415cfce5e'. 2019-09-13 05:46:02.076 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] _config_update_hosts config_uuid=46aea7f1-15ba-4d71-80a4-a0a415cfce5e 2019-09-13 05:46:02.077 80240 INFO sysinv.conductor.manager [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] applying runtime manifest config_uuid=46aea7f1-15ba-4d71-80a4-a0a415cfce5e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:46:02.097 80240 INFO sysinv.puppet.puppet [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] Updating hiera for host: controller-0 with config_uuid: 46aea7f1-15ba-4d71-80a4-a0a415cfce5e 2019-09-13 05:46:03.833 80240 ERROR sysinv.puppet.puppet [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfklyLd' 2019-09-13 05:46:03.833 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:46:03.834 80240 ERROR sysinv.openstack.common.rpc.amqp [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] Exception during message handling 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfklyLd' 2019-09-13 05:46:03.834 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:46:03.836 80240 ERROR sysinv.openstack.common.rpc.common [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfklyLd' to caller 2019-09-13 05:46:03.836 80240 ERROR sysinv.openstack.common.rpc.common [req-a5238a6e-4795-49c4-8204-9071b36fb456 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfklyLd'\n"] 2019-09-13 05:46:03.845 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:46:03.845 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:46:56.746 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:46:56.747 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:46:58.796 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:46:59.489 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:46:59.651 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:46:59.693 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:46:59.694 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:46:59.694 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:47:00.179 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:47:00.783 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:47:01.109 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:47:01.354 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:47:01.464 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:47:01.498 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:47:01.529 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:47:01.560 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:47:01.595 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:47:01.630 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:47:01.661 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:47:01.695 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:47:01.795 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:47:01.855 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:47:01.856 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:47:01.856 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:47:01.856 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:47:01.857 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:47:01.871 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:47:01.886 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] Setting config target of host 'controller-0' to '4f676b2f-8eda-47ff-a755-595c2a46ae27'. 2019-09-13 05:47:01.939 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] _config_update_hosts config_uuid=4f676b2f-8eda-47ff-a755-595c2a46ae27 2019-09-13 05:47:01.940 80240 INFO sysinv.conductor.manager [req-53671873-2321-4958-ba5f-54785e3039a5 None None] applying runtime manifest config_uuid=4f676b2f-8eda-47ff-a755-595c2a46ae27, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:47:01.954 80240 INFO sysinv.puppet.puppet [req-53671873-2321-4958-ba5f-54785e3039a5 None None] Updating hiera for host: controller-0 with config_uuid: 4f676b2f-8eda-47ff-a755-595c2a46ae27 2019-09-13 05:47:03.662 80240 ERROR sysinv.puppet.puppet [req-53671873-2321-4958-ba5f-54785e3039a5 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_VZBXU' 2019-09-13 05:47:03.662 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:47:03.663 80240 ERROR sysinv.openstack.common.rpc.amqp [req-53671873-2321-4958-ba5f-54785e3039a5 None None] Exception during message handling 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_VZBXU' 2019-09-13 05:47:03.663 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:47:03.664 80240 ERROR sysinv.openstack.common.rpc.common [req-53671873-2321-4958-ba5f-54785e3039a5 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_VZBXU' to caller 2019-09-13 05:47:03.665 80240 ERROR sysinv.openstack.common.rpc.common [req-53671873-2321-4958-ba5f-54785e3039a5 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_VZBXU'\n"] 2019-09-13 05:47:03.674 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:47:03.674 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:47:56.774 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:47:56.775 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:47:58.867 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:47:59.525 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:47:59.688 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:47:59.714 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:47:59.715 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:47:59.715 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:48:00.487 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:48:00.804 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:48:01.076 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:48:01.330 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:48:01.448 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:48:01.484 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:48:01.516 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:48:01.551 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:48:01.588 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:48:01.622 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:48:01.655 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:48:01.875 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:48:01.979 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:48:02.038 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:48:02.039 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:48:02.039 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:48:02.040 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:48:02.040 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:48:02.056 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:48:02.076 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] Setting config target of host 'controller-0' to '2e8d44fd-ae2d-42c2-b8ca-1044e73ef864'. 2019-09-13 05:48:02.111 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] _config_update_hosts config_uuid=2e8d44fd-ae2d-42c2-b8ca-1044e73ef864 2019-09-13 05:48:02.111 80240 INFO sysinv.conductor.manager [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] applying runtime manifest config_uuid=2e8d44fd-ae2d-42c2-b8ca-1044e73ef864, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:48:02.127 80240 INFO sysinv.puppet.puppet [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] Updating hiera for host: controller-0 with config_uuid: 2e8d44fd-ae2d-42c2-b8ca-1044e73ef864 2019-09-13 05:48:03.846 80240 ERROR sysinv.puppet.puppet [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml02b35o' 2019-09-13 05:48:03.846 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:48:03.847 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] Exception during message handling 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml02b35o' 2019-09-13 05:48:03.847 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:48:03.849 80240 ERROR sysinv.openstack.common.rpc.common [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml02b35o' to caller 2019-09-13 05:48:03.849 80240 ERROR sysinv.openstack.common.rpc.common [req-1fc7d3f2-7af5-477b-a8ab-15babf3330d2 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml02b35o'\n"] 2019-09-13 05:48:03.857 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:48:03.857 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:48:56.781 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:48:56.782 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:48:58.816 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:48:59.460 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:48:59.593 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:48:59.624 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:48:59.625 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:48:59.625 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:49:00.098 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:49:00.572 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:49:00.888 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:49:01.138 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:49:01.257 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:49:01.288 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:49:01.319 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:49:01.352 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:49:01.383 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:49:01.414 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:49:01.444 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:49:01.479 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:49:01.605 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:49:01.669 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:49:01.669 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:49:01.670 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:49:01.670 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:49:01.670 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:49:01.685 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:49:01.700 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] Setting config target of host 'controller-0' to '086c2a52-413c-49eb-977d-1965c33022fc'. 2019-09-13 05:49:01.758 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] _config_update_hosts config_uuid=086c2a52-413c-49eb-977d-1965c33022fc 2019-09-13 05:49:01.758 80240 INFO sysinv.conductor.manager [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] applying runtime manifest config_uuid=086c2a52-413c-49eb-977d-1965c33022fc, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:49:01.773 80240 INFO sysinv.puppet.puppet [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] Updating hiera for host: controller-0 with config_uuid: 086c2a52-413c-49eb-977d-1965c33022fc 2019-09-13 05:49:03.564 80240 ERROR sysinv.puppet.puppet [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9vHMDm' 2019-09-13 05:49:03.564 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:49:03.565 80240 ERROR sysinv.openstack.common.rpc.amqp [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] Exception during message handling 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9vHMDm' 2019-09-13 05:49:03.565 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:49:03.567 80240 ERROR sysinv.openstack.common.rpc.common [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9vHMDm' to caller 2019-09-13 05:49:03.567 80240 ERROR sysinv.openstack.common.rpc.common [req-c0cc48c3-b08c-4c26-add2-caf6bf9baae1 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9vHMDm'\n"] 2019-09-13 05:49:03.577 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:49:03.577 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:49:56.783 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:49:56.783 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:49:58.786 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:49:59.442 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:49:59.561 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:49:59.587 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:49:59.588 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:49:59.588 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:50:00.277 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:50:00.671 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:50:01.159 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:50:01.421 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:50:01.543 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:50:01.580 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:50:01.610 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:50:01.640 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:50:01.678 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:50:01.712 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:50:01.741 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:50:01.775 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:50:01.883 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:50:01.945 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:50:01.945 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:50:01.946 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:50:01.946 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:50:01.946 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:50:01.962 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:50:01.979 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] Setting config target of host 'controller-0' to '68f6004a-302a-4c96-bbcb-9ff67f350067'. 2019-09-13 05:50:02.040 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] _config_update_hosts config_uuid=68f6004a-302a-4c96-bbcb-9ff67f350067 2019-09-13 05:50:02.040 80240 INFO sysinv.conductor.manager [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] applying runtime manifest config_uuid=68f6004a-302a-4c96-bbcb-9ff67f350067, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:50:02.055 80240 INFO sysinv.puppet.puppet [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] Updating hiera for host: controller-0 with config_uuid: 68f6004a-302a-4c96-bbcb-9ff67f350067 2019-09-13 05:50:03.951 80240 ERROR sysinv.puppet.puppet [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamli2E5MD' 2019-09-13 05:50:03.951 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:50:03.952 80240 ERROR sysinv.openstack.common.rpc.amqp [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] Exception during message handling 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamli2E5MD' 2019-09-13 05:50:03.952 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:50:03.954 80240 ERROR sysinv.openstack.common.rpc.common [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamli2E5MD' to caller 2019-09-13 05:50:03.954 80240 ERROR sysinv.openstack.common.rpc.common [req-cf91b46b-b1e7-4eff-8cf9-96c5f75bee07 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamli2E5MD'\n"] 2019-09-13 05:50:03.963 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:50:03.963 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:50:56.820 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:50:56.821 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:50:58.951 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:50:59.664 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:50:59.828 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:50:59.858 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:50:59.859 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:50:59.859 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:51:00.364 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:51:00.785 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:51:01.314 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:51:01.588 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:51:01.711 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:51:01.748 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:51:01.781 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:51:01.814 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:51:01.851 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:51:01.884 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:51:01.918 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:51:01.955 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:51:02.066 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:51:02.128 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:51:02.129 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:51:02.129 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:51:02.129 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:51:02.130 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:51:02.146 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:51:02.162 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] Setting config target of host 'controller-0' to '65bbbb7a-d465-48dc-99e1-a9882c98df71'. 2019-09-13 05:51:02.225 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] _config_update_hosts config_uuid=65bbbb7a-d465-48dc-99e1-a9882c98df71 2019-09-13 05:51:02.225 80240 INFO sysinv.conductor.manager [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] applying runtime manifest config_uuid=65bbbb7a-d465-48dc-99e1-a9882c98df71, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:51:02.240 80240 INFO sysinv.puppet.puppet [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] Updating hiera for host: controller-0 with config_uuid: 65bbbb7a-d465-48dc-99e1-a9882c98df71 2019-09-13 05:51:04.012 80240 ERROR sysinv.puppet.puppet [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJkyvGl' 2019-09-13 05:51:04.012 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:51:04.013 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] Exception during message handling 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJkyvGl' 2019-09-13 05:51:04.013 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:51:04.015 80240 ERROR sysinv.openstack.common.rpc.common [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJkyvGl' to caller 2019-09-13 05:51:04.015 80240 ERROR sysinv.openstack.common.rpc.common [req-ad638b31-0a4e-4b49-bbf3-04e98a1d2ac0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJkyvGl'\n"] 2019-09-13 05:51:04.025 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:51:04.025 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:51:56.877 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:51:56.881 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:51:59.041 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:51:59.688 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:51:59.831 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:51:59.859 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:51:59.860 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:51:59.860 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:52:00.536 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:52:00.917 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:52:01.210 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:52:01.697 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:52:01.828 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:52:01.860 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:52:01.895 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:52:01.927 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:52:01.958 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:52:01.996 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:52:02.029 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:52:02.061 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:52:02.173 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:52:02.234 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:52:02.235 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:52:02.235 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:52:02.235 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:52:02.236 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:52:02.256 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:52:02.272 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] Setting config target of host 'controller-0' to '3964d5e1-70d5-4a8b-8076-e791c0a7a4b1'. 2019-09-13 05:52:02.333 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] _config_update_hosts config_uuid=3964d5e1-70d5-4a8b-8076-e791c0a7a4b1 2019-09-13 05:52:02.334 80240 INFO sysinv.conductor.manager [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] applying runtime manifest config_uuid=3964d5e1-70d5-4a8b-8076-e791c0a7a4b1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:52:02.350 80240 INFO sysinv.puppet.puppet [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] Updating hiera for host: controller-0 with config_uuid: 3964d5e1-70d5-4a8b-8076-e791c0a7a4b1 2019-09-13 05:52:04.054 80240 ERROR sysinv.puppet.puppet [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkc0lFs' 2019-09-13 05:52:04.054 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:52:04.055 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] Exception during message handling 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkc0lFs' 2019-09-13 05:52:04.055 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:52:04.056 80240 ERROR sysinv.openstack.common.rpc.common [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkc0lFs' to caller 2019-09-13 05:52:04.057 80240 ERROR sysinv.openstack.common.rpc.common [req-b39f96db-d213-4678-9bf2-a283c3b6c5c8 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkc0lFs'\n"] 2019-09-13 05:52:04.066 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:52:04.066 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:52:56.882 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:52:56.883 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:52:58.971 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:52:59.635 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:52:59.777 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:52:59.803 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:52:59.804 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:52:59.804 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:53:00.278 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:53:00.801 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:53:01.153 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:53:01.403 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:53:01.521 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:53:01.756 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:53:01.790 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:53:01.821 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:53:01.851 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:53:01.886 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:53:01.918 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:53:01.949 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:53:02.058 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:53:02.115 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:53:02.115 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:53:02.116 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:53:02.116 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:53:02.116 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:53:02.135 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:53:02.150 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] Setting config target of host 'controller-0' to '16405718-0fe5-4229-9e63-df0e433828fe'. 2019-09-13 05:53:02.185 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] _config_update_hosts config_uuid=16405718-0fe5-4229-9e63-df0e433828fe 2019-09-13 05:53:02.186 80240 INFO sysinv.conductor.manager [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] applying runtime manifest config_uuid=16405718-0fe5-4229-9e63-df0e433828fe, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:53:02.201 80240 INFO sysinv.puppet.puppet [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] Updating hiera for host: controller-0 with config_uuid: 16405718-0fe5-4229-9e63-df0e433828fe 2019-09-13 05:53:03.915 80240 ERROR sysinv.puppet.puppet [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlodfkUz' 2019-09-13 05:53:03.915 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:53:03.916 80240 ERROR sysinv.openstack.common.rpc.amqp [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] Exception during message handling 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlodfkUz' 2019-09-13 05:53:03.916 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:53:03.917 80240 ERROR sysinv.openstack.common.rpc.common [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlodfkUz' to caller 2019-09-13 05:53:03.918 80240 ERROR sysinv.openstack.common.rpc.common [req-bb8041f9-fb89-4c98-8332-1298e32100b3 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlodfkUz'\n"] 2019-09-13 05:53:03.929 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:53:03.929 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:53:56.929 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:53:56.930 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:53:59.103 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:53:59.860 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:54:00.021 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:54:00.056 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:54:00.057 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:54:00.057 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:54:00.614 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:54:01.005 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:54:01.610 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:54:01.893 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:54:02.043 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:54:02.083 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:54:02.115 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:54:02.150 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:54:02.190 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:54:02.228 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:54:02.273 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:54:02.310 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:54:02.428 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:54:02.499 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:54:02.499 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:54:02.500 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:54:02.500 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:54:02.500 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:54:02.515 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:54:02.531 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] Setting config target of host 'controller-0' to '388263d0-668d-4250-bd9d-b44328594bf0'. 2019-09-13 05:54:02.581 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] _config_update_hosts config_uuid=388263d0-668d-4250-bd9d-b44328594bf0 2019-09-13 05:54:02.581 80240 INFO sysinv.conductor.manager [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] applying runtime manifest config_uuid=388263d0-668d-4250-bd9d-b44328594bf0, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:54:02.597 80240 INFO sysinv.puppet.puppet [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] Updating hiera for host: controller-0 with config_uuid: 388263d0-668d-4250-bd9d-b44328594bf0 2019-09-13 05:54:04.391 80240 ERROR sysinv.puppet.puppet [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldHYH8Z' 2019-09-13 05:54:04.391 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:54:04.392 80240 ERROR sysinv.openstack.common.rpc.amqp [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] Exception during message handling 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldHYH8Z' 2019-09-13 05:54:04.392 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:54:04.394 80240 ERROR sysinv.openstack.common.rpc.common [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldHYH8Z' to caller 2019-09-13 05:54:04.395 80240 ERROR sysinv.openstack.common.rpc.common [req-c33a10a3-9ae4-471f-bf14-abdc0fd2f981 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldHYH8Z'\n"] 2019-09-13 05:54:04.406 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:54:04.406 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:54:56.971 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:54:56.972 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:54:59.153 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:54:59.833 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:54:59.993 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:55:00.032 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:55:00.033 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:55:00.033 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:55:00.502 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:55:00.884 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:55:01.408 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:55:01.649 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:55:01.759 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:55:01.789 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:55:01.823 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:55:01.853 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:55:01.883 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:55:01.912 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:55:01.946 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:55:01.979 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:55:02.091 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:55:02.152 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:55:02.152 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:55:02.152 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:55:02.153 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:55:02.153 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:55:02.168 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:55:02.182 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] Setting config target of host 'controller-0' to '78feeb80-9e6d-43fe-a9f8-def80f8d18db'. 2019-09-13 05:55:02.236 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] _config_update_hosts config_uuid=78feeb80-9e6d-43fe-a9f8-def80f8d18db 2019-09-13 05:55:02.236 80240 INFO sysinv.conductor.manager [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] applying runtime manifest config_uuid=78feeb80-9e6d-43fe-a9f8-def80f8d18db, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:55:02.252 80240 INFO sysinv.puppet.puppet [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] Updating hiera for host: controller-0 with config_uuid: 78feeb80-9e6d-43fe-a9f8-def80f8d18db 2019-09-13 05:55:03.928 80240 ERROR sysinv.puppet.puppet [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlC6kPOI' 2019-09-13 05:55:03.928 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:55:03.929 80240 ERROR sysinv.openstack.common.rpc.amqp [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] Exception during message handling 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlC6kPOI' 2019-09-13 05:55:03.929 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:55:03.931 80240 ERROR sysinv.openstack.common.rpc.common [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlC6kPOI' to caller 2019-09-13 05:55:03.931 80240 ERROR sysinv.openstack.common.rpc.common [req-d20da9eb-70eb-4f0e-ab9a-545a19b529e1 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlC6kPOI'\n"] 2019-09-13 05:55:03.940 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:55:03.940 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:55:56.985 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:55:56.986 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:55:59.032 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:55:59.704 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:55:59.862 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:55:59.889 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:55:59.890 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:55:59.890 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:56:00.510 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:56:00.890 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:56:01.169 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:56:01.585 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:56:01.705 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:56:01.736 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:56:01.771 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:56:01.802 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:56:01.834 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:56:01.865 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:56:01.899 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:56:01.931 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:56:02.039 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:56:02.097 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:56:02.098 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:56:02.098 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:56:02.099 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:56:02.099 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:56:02.114 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:56:02.129 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] Setting config target of host 'controller-0' to '27097e08-ad43-4e3f-a0c0-bd118fb80b90'. 2019-09-13 05:56:02.166 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] _config_update_hosts config_uuid=27097e08-ad43-4e3f-a0c0-bd118fb80b90 2019-09-13 05:56:02.167 80240 INFO sysinv.conductor.manager [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] applying runtime manifest config_uuid=27097e08-ad43-4e3f-a0c0-bd118fb80b90, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:56:02.182 80240 INFO sysinv.puppet.puppet [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] Updating hiera for host: controller-0 with config_uuid: 27097e08-ad43-4e3f-a0c0-bd118fb80b90 2019-09-13 05:56:03.910 80240 ERROR sysinv.puppet.puppet [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3M2Cpw' 2019-09-13 05:56:03.910 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:56:03.911 80240 ERROR sysinv.openstack.common.rpc.amqp [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] Exception during message handling 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3M2Cpw' 2019-09-13 05:56:03.911 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:56:03.913 80240 ERROR sysinv.openstack.common.rpc.common [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3M2Cpw' to caller 2019-09-13 05:56:03.913 80240 ERROR sysinv.openstack.common.rpc.common [req-584fb5e9-9865-4f92-951e-d4c3a6407539 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3M2Cpw'\n"] 2019-09-13 05:56:03.923 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:56:03.923 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:56:56.994 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:56:56.995 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:56:59.072 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:56:59.740 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:56:59.885 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:56:59.911 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:56:59.912 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:56:59.913 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:57:00.386 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:57:00.929 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:57:01.240 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:57:01.497 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:57:01.619 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:57:01.653 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:57:01.688 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:57:01.720 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:57:01.752 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:57:01.788 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:57:01.823 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:57:01.853 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:57:01.956 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:57:02.015 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:57:02.015 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:57:02.016 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:57:02.016 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:57:02.017 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:57:02.032 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:57:02.048 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] Setting config target of host 'controller-0' to '3d002200-2cf7-4fd0-8b5c-84fd3941551b'. 2019-09-13 05:57:02.117 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] _config_update_hosts config_uuid=3d002200-2cf7-4fd0-8b5c-84fd3941551b 2019-09-13 05:57:02.118 80240 INFO sysinv.conductor.manager [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] applying runtime manifest config_uuid=3d002200-2cf7-4fd0-8b5c-84fd3941551b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:57:02.132 80240 INFO sysinv.puppet.puppet [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] Updating hiera for host: controller-0 with config_uuid: 3d002200-2cf7-4fd0-8b5c-84fd3941551b 2019-09-13 05:57:03.815 80240 ERROR sysinv.puppet.puppet [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlP8j5LM' 2019-09-13 05:57:03.815 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:57:03.816 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] Exception during message handling 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlP8j5LM' 2019-09-13 05:57:03.816 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:57:03.817 80240 ERROR sysinv.openstack.common.rpc.common [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlP8j5LM' to caller 2019-09-13 05:57:03.818 80240 ERROR sysinv.openstack.common.rpc.common [req-9bb7f0e4-23cc-4380-bfb7-fc8f8d15ee18 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlP8j5LM'\n"] 2019-09-13 05:57:03.827 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:57:03.827 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:57:57.047 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:57:57.048 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:57:59.164 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:57:59.813 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:57:59.959 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:57:59.985 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:57:59.986 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:57:59.986 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:58:00.738 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:58:01.045 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:58:01.299 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:58:01.728 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:58:01.849 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:58:01.883 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:58:01.919 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:58:01.951 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:58:01.984 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:58:02.019 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:58:02.051 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:58:02.082 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:58:02.191 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:58:02.252 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:58:02.253 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:58:02.253 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:58:02.254 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] core_id : 0 1 2 3 4 5 2019-09-13 05:58:02.254 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:58:02.273 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:58:02.290 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] Setting config target of host 'controller-0' to '19556dc9-c2ce-4dec-bf1e-5b1bb7cba4e4'. 2019-09-13 05:58:02.348 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] _config_update_hosts config_uuid=19556dc9-c2ce-4dec-bf1e-5b1bb7cba4e4 2019-09-13 05:58:02.348 80240 INFO sysinv.conductor.manager [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] applying runtime manifest config_uuid=19556dc9-c2ce-4dec-bf1e-5b1bb7cba4e4, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:58:02.364 80240 INFO sysinv.puppet.puppet [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] Updating hiera for host: controller-0 with config_uuid: 19556dc9-c2ce-4dec-bf1e-5b1bb7cba4e4 2019-09-13 05:58:04.050 80240 ERROR sysinv.puppet.puppet [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6woUX_' 2019-09-13 05:58:04.050 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:58:04.050 80240 ERROR sysinv.openstack.common.rpc.amqp [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] Exception during message handling 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6woUX_' 2019-09-13 05:58:04.050 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:58:04.052 80240 ERROR sysinv.openstack.common.rpc.common [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6woUX_' to caller 2019-09-13 05:58:04.052 80240 ERROR sysinv.openstack.common.rpc.common [req-d3404cfb-1598-4f8d-9a7a-ddf3098869d5 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6woUX_'\n"] 2019-09-13 05:58:04.061 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:58:04.061 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:58:57.098 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:58:57.099 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:58:59.205 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:58:59.887 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 05:59:00.043 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 05:59:00.070 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 05:59:00.071 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 05:59:00.071 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:59:00.517 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:59:00.903 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 05:59:01.406 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:59:01.663 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 05:59:01.783 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 05:59:01.814 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:59:01.850 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:59:01.882 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 05:59:01.914 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 05:59:01.946 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 05:59:01.982 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 05:59:02.014 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 05:59:02.125 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 05:59:02.184 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 05:59:02.184 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 05:59:02.185 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] socket_id : 0 0 0 0 0 0 2019-09-13 05:59:02.185 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] core_id : 0 1 2 3 4 5 2019-09-13 05:59:02.186 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] thread_id : 0 0 0 0 0 0 2019-09-13 05:59:02.201 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 05:59:02.216 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] Setting config target of host 'controller-0' to '32253527-cbb6-4c87-8ddd-718db9b614f2'. 2019-09-13 05:59:02.274 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] _config_update_hosts config_uuid=32253527-cbb6-4c87-8ddd-718db9b614f2 2019-09-13 05:59:02.274 80240 INFO sysinv.conductor.manager [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] applying runtime manifest config_uuid=32253527-cbb6-4c87-8ddd-718db9b614f2, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 05:59:02.289 80240 INFO sysinv.puppet.puppet [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] Updating hiera for host: controller-0 with config_uuid: 32253527-cbb6-4c87-8ddd-718db9b614f2 2019-09-13 05:59:03.960 80240 ERROR sysinv.puppet.puppet [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml2gVtVD' 2019-09-13 05:59:03.960 80240 TRACE sysinv.puppet.puppet 2019-09-13 05:59:03.961 80240 ERROR sysinv.openstack.common.rpc.amqp [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] Exception during message handling 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml2gVtVD' 2019-09-13 05:59:03.961 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 05:59:03.962 80240 ERROR sysinv.openstack.common.rpc.common [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml2gVtVD' to caller 2019-09-13 05:59:03.963 80240 ERROR sysinv.openstack.common.rpc.common [req-08e667ee-3400-485b-8ee9-bd928dc0047c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml2gVtVD'\n"] 2019-09-13 05:59:03.973 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 05:59:03.973 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 05:59:57.107 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 05:59:57.108 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 05:59:59.269 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 05:59:59.944 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:00:00.085 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:00:00.113 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:00:00.114 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:00:00.115 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:00:00.531 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:00:01.132 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:00:01.406 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:00:01.651 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:00:02.013 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:00:02.046 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:00:02.078 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:00:02.109 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:00:02.143 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:00:02.175 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:00:02.212 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:00:02.245 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:00:02.352 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:00:02.421 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:00:02.421 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:00:02.422 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:00:02.422 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] core_id : 0 1 2 3 4 5 2019-09-13 06:00:02.423 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:00:02.438 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:00:02.453 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] Setting config target of host 'controller-0' to '602ebf33-712b-4f3e-83c0-07023e7b5020'. 2019-09-13 06:00:02.482 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] _config_update_hosts config_uuid=602ebf33-712b-4f3e-83c0-07023e7b5020 2019-09-13 06:00:02.483 80240 INFO sysinv.conductor.manager [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] applying runtime manifest config_uuid=602ebf33-712b-4f3e-83c0-07023e7b5020, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:00:02.497 80240 INFO sysinv.puppet.puppet [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] Updating hiera for host: controller-0 with config_uuid: 602ebf33-712b-4f3e-83c0-07023e7b5020 2019-09-13 06:00:04.154 80240 ERROR sysinv.puppet.puppet [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEVq_KN' 2019-09-13 06:00:04.154 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:00:04.155 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] Exception during message handling 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEVq_KN' 2019-09-13 06:00:04.155 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:00:04.156 80240 ERROR sysinv.openstack.common.rpc.common [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEVq_KN' to caller 2019-09-13 06:00:04.157 80240 ERROR sysinv.openstack.common.rpc.common [req-b7634ae6-293e-42ba-ad65-3bdf1fb6114e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEVq_KN'\n"] 2019-09-13 06:00:04.165 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:00:04.165 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:00:57.148 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:00:57.149 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:00:59.296 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:00:59.999 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:01:00.177 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:01:00.211 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:01:00.211 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:01:00.212 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:01:00.782 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:01:01.436 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:01:01.720 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:01:01.989 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:01:02.174 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:01:02.215 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:01:02.253 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:01:02.288 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:01:02.323 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:01:02.368 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:01:02.410 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:01:02.457 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:01:02.569 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:01:02.637 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:01:02.637 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:01:02.637 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:01:02.638 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:01:02.638 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:01:02.655 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:01:02.671 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] Setting config target of host 'controller-0' to '6561cbd8-8f60-4371-bc51-e370ae45d4e2'. 2019-09-13 06:01:02.705 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] _config_update_hosts config_uuid=6561cbd8-8f60-4371-bc51-e370ae45d4e2 2019-09-13 06:01:02.706 80240 INFO sysinv.conductor.manager [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] applying runtime manifest config_uuid=6561cbd8-8f60-4371-bc51-e370ae45d4e2, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:01:02.721 80240 INFO sysinv.puppet.puppet [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] Updating hiera for host: controller-0 with config_uuid: 6561cbd8-8f60-4371-bc51-e370ae45d4e2 2019-09-13 06:01:04.591 80240 ERROR sysinv.puppet.puppet [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0hPMPo' 2019-09-13 06:01:04.591 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:01:04.592 80240 ERROR sysinv.openstack.common.rpc.amqp [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] Exception during message handling 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0hPMPo' 2019-09-13 06:01:04.592 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:01:04.594 80240 ERROR sysinv.openstack.common.rpc.common [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0hPMPo' to caller 2019-09-13 06:01:04.594 80240 ERROR sysinv.openstack.common.rpc.common [req-61dc18e9-4509-4ccb-98b4-3988c8684f68 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0hPMPo'\n"] 2019-09-13 06:01:04.612 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:01:04.612 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:01:42.459 82914 WARNING wsme.api [-] Client-side error: system_type field cannot be modified. 2019-09-13 06:01:42.885 82915 WARNING wsme.api [-] Client-side error: Aborting. Active load exits. 2019-09-13 06:01:42.986 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 06:01:42.986 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 06:01:42.986 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 06:01:42.986 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 06:01:42.986 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 06:01:42.986 82914 TRACE sysinv.common.exception 2019-09-13 06:01:42.987 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 06:01:42.987 82914 ERROR sysinv.common.exception [-] name: management 2019-09-13 06:01:42.988 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 06:01:43.101 82914 WARNING wsme.api [-] Client-side error: Network of type mgmt already exists. 2019-09-13 06:01:43.187 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 06:01:43.187 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 06:01:43.187 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 06:01:43.187 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 06:01:43.187 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 06:01:43.187 82914 TRACE sysinv.common.exception 2019-09-13 06:01:43.188 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 06:01:43.188 82914 ERROR sysinv.common.exception [-] name: pxeboot 2019-09-13 06:01:43.189 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 06:01:43.283 82915 WARNING wsme.api [-] Client-side error: Network of type pxeboot already exists. 2019-09-13 06:01:43.374 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 06:01:43.374 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 06:01:43.374 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 06:01:43.374 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 06:01:43.374 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 06:01:43.374 82915 TRACE sysinv.common.exception 2019-09-13 06:01:43.375 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 06:01:43.375 82915 ERROR sysinv.common.exception [-] name: oam 2019-09-13 06:01:43.376 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 06:01:43.472 82915 WARNING wsme.api [-] Client-side error: Network of type oam already exists. 2019-09-13 06:01:43.555 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 06:01:43.555 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 06:01:43.555 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 06:01:43.555 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 06:01:43.555 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 06:01:43.555 82915 TRACE sysinv.common.exception 2019-09-13 06:01:43.555 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 06:01:43.556 82915 ERROR sysinv.common.exception [-] name: multicast-subnet 2019-09-13 06:01:43.556 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 06:01:43.652 82915 WARNING wsme.api [-] Client-side error: Network of type multicast already exists. 2019-09-13 06:01:43.898 82914 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 06:01:43.898 82914 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 06:01:43.898 82914 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 06:01:43.898 82914 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 06:01:43.898 82914 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 06:01:43.898 82914 TRACE sysinv.common.exception 2019-09-13 06:01:43.899 82914 ERROR sysinv.common.exception [-] code: 409 2019-09-13 06:01:43.899 82914 ERROR sysinv.common.exception [-] name: cluster-host-subnet 2019-09-13 06:01:43.899 82914 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 06:01:43.990 82914 WARNING wsme.api [-] Client-side error: Network of type cluster-host already exists. 2019-09-13 06:01:44.075 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 06:01:44.075 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 06:01:44.075 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 06:01:44.075 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 06:01:44.075 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 06:01:44.075 82915 TRACE sysinv.common.exception 2019-09-13 06:01:44.076 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 06:01:44.076 82915 ERROR sysinv.common.exception [-] name: cluster-pod-subnet 2019-09-13 06:01:44.076 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 06:01:44.178 82914 WARNING wsme.api [-] Client-side error: Network of type cluster-pod already exists. 2019-09-13 06:01:44.259 82915 ERROR sysinv.common.exception [-] Exception in string format operation 2019-09-13 06:01:44.259 82915 TRACE sysinv.common.exception Traceback (most recent call last): 2019-09-13 06:01:44.259 82915 TRACE sysinv.common.exception File "/usr/lib64/python2.7/site-packages/sysinv/common/exception.py", line 98, in __init__ 2019-09-13 06:01:44.259 82915 TRACE sysinv.common.exception message = self.message % kwargs 2019-09-13 06:01:44.259 82915 TRACE sysinv.common.exception KeyError: u'uuid' 2019-09-13 06:01:44.259 82915 TRACE sysinv.common.exception 2019-09-13 06:01:44.259 82915 ERROR sysinv.common.exception [-] code: 409 2019-09-13 06:01:44.260 82915 ERROR sysinv.common.exception [-] name: cluster-service-subnet 2019-09-13 06:01:44.260 82915 WARNING wsme.api [-] Client-side error: Address pool %(uuid)s already exists 2019-09-13 06:01:44.359 82914 WARNING wsme.api [-] Client-side error: Network of type cluster-service already exists. 2019-09-13 06:01:44.413 82915 WARNING sysinv.api.controllers.v1.dns [-] dns {'uuid': u'fd93a67f-67e6-40ee-aee9-ad8568fa75f8', 'nameservers': u'8.8.8.8,8.8.4.4', 'created_at': datetime.datetime(2019, 9, 12, 8, 31, 24, 893416, tzinfo=), 'updated_at': datetime.datetime(2019, 9, 12, 9, 57, 6, 211542, tzinfo=), 'action': None, 'isystem_uuid': u'2506facd-e7f1-4409-a84c-48d1e6140373', 'id': 1, 'forisystemid': 1} 2019-09-13 06:01:44.425 82915 INFO sysinv.api.controllers.v1.dns [-] No DNS config changes 2019-09-13 06:01:44.566 82914 INFO sysinv.api.controllers.v1.host [-] SYS_I host controller-0 ihost_post_start_2019-09-13-06-01-44 add 2019-09-13 06:01:44.609 82914 WARNING wsme.api [-] Client-side error: Host-add Rejected: Cannot specify a mgmt_ip when dynamic address allocation is configured 2019-09-13 06:01:57.201 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:01:57.202 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:01:59.244 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:01:59.892 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:02:00.038 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:02:00.064 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:02:00.065 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:02:00.065 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:02:00.894 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:02:01.215 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:02:01.683 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:02:01.941 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:02:02.056 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:02:02.087 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:02:02.122 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:02:02.157 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:02:02.192 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:02:02.234 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:02:02.273 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:02:02.308 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:02:02.415 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:02:02.483 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:02:02.483 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:02:02.483 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:02:02.484 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:02:02.484 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:02:02.500 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:02:02.516 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] Setting config target of host 'controller-0' to '6199be1a-760a-4e66-a7f7-4d303664eeac'. 2019-09-13 06:02:02.637 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] _config_update_hosts config_uuid=6199be1a-760a-4e66-a7f7-4d303664eeac 2019-09-13 06:02:02.637 80240 INFO sysinv.conductor.manager [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] applying runtime manifest config_uuid=6199be1a-760a-4e66-a7f7-4d303664eeac, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:02:02.653 80240 INFO sysinv.puppet.puppet [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] Updating hiera for host: controller-0 with config_uuid: 6199be1a-760a-4e66-a7f7-4d303664eeac 2019-09-13 06:02:04.419 80240 ERROR sysinv.puppet.puppet [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwj45GR' 2019-09-13 06:02:04.419 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:02:04.420 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] Exception during message handling 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwj45GR' 2019-09-13 06:02:04.420 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:02:04.421 80240 ERROR sysinv.openstack.common.rpc.common [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwj45GR' to caller 2019-09-13 06:02:04.422 80240 ERROR sysinv.openstack.common.rpc.common [req-9bf9bed0-38fa-420f-a498-681ff438c041 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwj45GR'\n"] 2019-09-13 06:02:04.431 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:02:04.431 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:02:57.204 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:02:57.205 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:02:59.255 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:02:59.904 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:03:00.061 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:03:00.087 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:03:00.087 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:03:00.088 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:03:00.603 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:03:01.272 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:03:01.537 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:03:01.779 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:03:02.089 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:03:02.125 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:03:02.160 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:03:02.193 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:03:02.227 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:03:02.258 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:03:02.290 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:03:02.321 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:03:02.444 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:03:02.508 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:03:02.508 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:03:02.509 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:03:02.509 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] core_id : 0 1 2 3 4 5 2019-09-13 06:03:02.509 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:03:02.525 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:03:02.540 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] Setting config target of host 'controller-0' to '6bbf158e-202e-462d-9665-094d719e888d'. 2019-09-13 06:03:02.609 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] _config_update_hosts config_uuid=6bbf158e-202e-462d-9665-094d719e888d 2019-09-13 06:03:02.610 80240 INFO sysinv.conductor.manager [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] applying runtime manifest config_uuid=6bbf158e-202e-462d-9665-094d719e888d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:03:02.627 80240 INFO sysinv.puppet.puppet [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] Updating hiera for host: controller-0 with config_uuid: 6bbf158e-202e-462d-9665-094d719e888d 2019-09-13 06:03:04.450 80240 ERROR sysinv.puppet.puppet [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml1YLGvV' 2019-09-13 06:03:04.450 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:03:04.451 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] Exception during message handling 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml1YLGvV' 2019-09-13 06:03:04.451 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:03:04.453 80240 ERROR sysinv.openstack.common.rpc.common [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml1YLGvV' to caller 2019-09-13 06:03:04.453 80240 ERROR sysinv.openstack.common.rpc.common [req-e9cc8ecf-70cb-4299-a6f3-681feb8d44dd None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml1YLGvV'\n"] 2019-09-13 06:03:04.464 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:03:04.464 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:03:57.205 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:03:57.206 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:03:59.237 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:03:59.934 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:04:00.087 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:04:00.113 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:04:00.113 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:04:00.114 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:04:00.575 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:04:00.970 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:04:01.490 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:04:01.737 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:04:01.866 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:04:01.905 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:04:01.940 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:04:01.975 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:04:02.013 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:04:02.049 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:04:02.082 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:04:02.117 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:04:02.228 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:04:02.289 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:04:02.289 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:04:02.290 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:04:02.290 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:04:02.290 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:04:02.305 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:04:02.320 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] Setting config target of host 'controller-0' to '06f5c863-2018-4f0b-b600-4f19170505cf'. 2019-09-13 06:04:02.357 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] _config_update_hosts config_uuid=06f5c863-2018-4f0b-b600-4f19170505cf 2019-09-13 06:04:02.358 80240 INFO sysinv.conductor.manager [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] applying runtime manifest config_uuid=06f5c863-2018-4f0b-b600-4f19170505cf, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:04:02.374 80240 INFO sysinv.puppet.puppet [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] Updating hiera for host: controller-0 with config_uuid: 06f5c863-2018-4f0b-b600-4f19170505cf 2019-09-13 06:04:04.205 80240 ERROR sysinv.puppet.puppet [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUz2_2G' 2019-09-13 06:04:04.205 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:04:04.206 80240 ERROR sysinv.openstack.common.rpc.amqp [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] Exception during message handling 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUz2_2G' 2019-09-13 06:04:04.206 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:04:04.208 80240 ERROR sysinv.openstack.common.rpc.common [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUz2_2G' to caller 2019-09-13 06:04:04.208 80240 ERROR sysinv.openstack.common.rpc.common [req-548c632f-3155-4a97-bebe-b71b53c3b6a4 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUz2_2G'\n"] 2019-09-13 06:04:04.223 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:04:04.223 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:04:57.243 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:04:57.243 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:04:59.288 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:04:59.990 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:05:00.141 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:05:00.168 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:05:00.169 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:05:00.169 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:05:00.675 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:05:01.034 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:05:01.514 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:05:01.746 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:05:01.865 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:05:01.896 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:05:01.927 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:05:01.960 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:05:01.995 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:05:02.029 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:05:02.071 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:05:02.107 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:05:02.218 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:05:02.279 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:05:02.279 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:05:02.280 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:05:02.280 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:05:02.281 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:05:02.296 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:05:02.312 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] Setting config target of host 'controller-0' to '1a07e915-2ded-4d2e-b9fc-d52d8e8c9822'. 2019-09-13 06:05:02.370 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] _config_update_hosts config_uuid=1a07e915-2ded-4d2e-b9fc-d52d8e8c9822 2019-09-13 06:05:02.371 80240 INFO sysinv.conductor.manager [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] applying runtime manifest config_uuid=1a07e915-2ded-4d2e-b9fc-d52d8e8c9822, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:05:02.387 80240 INFO sysinv.puppet.puppet [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] Updating hiera for host: controller-0 with config_uuid: 1a07e915-2ded-4d2e-b9fc-d52d8e8c9822 2019-09-13 06:05:04.301 80240 ERROR sysinv.puppet.puppet [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTjldPv' 2019-09-13 06:05:04.301 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:05:04.302 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] Exception during message handling 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTjldPv' 2019-09-13 06:05:04.302 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:05:04.304 80240 ERROR sysinv.openstack.common.rpc.common [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTjldPv' to caller 2019-09-13 06:05:04.304 80240 ERROR sysinv.openstack.common.rpc.common [req-1f812d27-3a38-4cc1-a5dc-0d5de5e7a517 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTjldPv'\n"] 2019-09-13 06:05:04.313 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:05:04.313 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:05:57.293 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:05:57.293 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:05:59.371 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:06:00.037 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:06:00.183 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:06:00.209 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:06:00.209 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:06:00.210 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:06:00.713 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:06:01.305 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:06:01.590 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:06:01.845 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:06:01.972 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:06:02.005 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:06:02.039 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:06:02.070 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:06:02.101 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:06:02.135 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:06:02.165 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:06:02.195 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:06:02.307 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:06:02.367 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:06:02.367 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:06:02.368 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:06:02.368 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] core_id : 0 1 2 3 4 5 2019-09-13 06:06:02.369 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:06:02.384 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:06:02.400 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] Setting config target of host 'controller-0' to '4e304c66-8126-4f5e-9756-7a887bf01845'. 2019-09-13 06:06:02.463 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] _config_update_hosts config_uuid=4e304c66-8126-4f5e-9756-7a887bf01845 2019-09-13 06:06:02.464 80240 INFO sysinv.conductor.manager [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] applying runtime manifest config_uuid=4e304c66-8126-4f5e-9756-7a887bf01845, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:06:02.479 80240 INFO sysinv.puppet.puppet [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] Updating hiera for host: controller-0 with config_uuid: 4e304c66-8126-4f5e-9756-7a887bf01845 2019-09-13 06:06:04.184 80240 ERROR sysinv.puppet.puppet [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJDEMsy' 2019-09-13 06:06:04.184 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:06:04.185 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] Exception during message handling 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJDEMsy' 2019-09-13 06:06:04.185 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:06:04.188 80240 ERROR sysinv.openstack.common.rpc.common [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJDEMsy' to caller 2019-09-13 06:06:04.188 80240 ERROR sysinv.openstack.common.rpc.common [req-ad69c5a0-78d5-4aea-8f52-bbbf4ef539ad None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJDEMsy'\n"] 2019-09-13 06:06:04.206 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:06:04.206 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:06:57.340 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:06:57.340 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:06:59.366 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:07:00.026 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:07:00.181 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:07:00.209 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:07:00.210 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:07:00.210 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:07:01.031 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:07:01.327 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:07:01.767 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:07:02.007 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:07:02.130 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:07:02.161 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:07:02.195 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:07:02.228 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:07:02.266 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:07:02.303 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:07:02.337 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:07:02.371 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:07:02.490 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:07:02.546 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:07:02.546 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:07:02.547 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:07:02.547 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:07:02.547 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:07:02.562 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:07:02.577 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] Setting config target of host 'controller-0' to '0858412e-a027-4ecc-80b2-7d420e6bb2b5'. 2019-09-13 06:07:02.632 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] _config_update_hosts config_uuid=0858412e-a027-4ecc-80b2-7d420e6bb2b5 2019-09-13 06:07:02.633 80240 INFO sysinv.conductor.manager [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] applying runtime manifest config_uuid=0858412e-a027-4ecc-80b2-7d420e6bb2b5, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:07:02.648 80240 INFO sysinv.puppet.puppet [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] Updating hiera for host: controller-0 with config_uuid: 0858412e-a027-4ecc-80b2-7d420e6bb2b5 2019-09-13 06:07:04.356 80240 ERROR sysinv.puppet.puppet [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVAw8Q4' 2019-09-13 06:07:04.356 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:07:04.358 80240 ERROR sysinv.openstack.common.rpc.amqp [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] Exception during message handling 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVAw8Q4' 2019-09-13 06:07:04.358 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:07:04.359 80240 ERROR sysinv.openstack.common.rpc.common [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVAw8Q4' to caller 2019-09-13 06:07:04.360 80240 ERROR sysinv.openstack.common.rpc.common [req-89e7b195-147a-4a9d-a1fb-84f734d8a475 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVAw8Q4'\n"] 2019-09-13 06:07:04.370 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:07:04.370 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:07:57.395 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:07:57.396 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:07:59.555 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:08:00.233 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:08:00.387 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:08:00.415 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:08:00.416 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:08:00.416 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:08:00.954 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:08:01.523 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:08:01.803 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:08:02.051 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:08:02.160 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:08:02.190 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:08:02.233 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:08:02.265 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:08:02.295 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:08:02.326 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:08:02.360 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:08:02.391 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:08:02.497 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:08:02.553 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:08:02.554 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:08:02.554 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:08:02.554 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] core_id : 0 1 2 3 4 5 2019-09-13 06:08:02.555 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:08:02.569 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:08:02.585 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] Setting config target of host 'controller-0' to '2cfc184c-528f-4fb4-859d-76e27294813b'. 2019-09-13 06:08:02.690 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] _config_update_hosts config_uuid=2cfc184c-528f-4fb4-859d-76e27294813b 2019-09-13 06:08:02.690 80240 INFO sysinv.conductor.manager [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] applying runtime manifest config_uuid=2cfc184c-528f-4fb4-859d-76e27294813b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:08:02.706 80240 INFO sysinv.puppet.puppet [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] Updating hiera for host: controller-0 with config_uuid: 2cfc184c-528f-4fb4-859d-76e27294813b 2019-09-13 06:08:04.406 80240 ERROR sysinv.puppet.puppet [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsj2Q4f' 2019-09-13 06:08:04.406 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:08:04.406 80240 ERROR sysinv.openstack.common.rpc.amqp [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] Exception during message handling 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsj2Q4f' 2019-09-13 06:08:04.406 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:08:04.408 80240 ERROR sysinv.openstack.common.rpc.common [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsj2Q4f' to caller 2019-09-13 06:08:04.408 80240 ERROR sysinv.openstack.common.rpc.common [req-39a90218-baab-4279-ade8-7f78e6fdc32a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsj2Q4f'\n"] 2019-09-13 06:08:04.417 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:08:04.417 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:08:57.448 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:08:57.449 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:08:59.490 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:09:00.166 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:09:00.321 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:09:00.347 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:09:00.348 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:09:00.348 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:09:01.185 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:09:01.490 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:09:01.974 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:09:02.210 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:09:02.326 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:09:02.363 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:09:02.401 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:09:02.437 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:09:02.469 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:09:02.501 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:09:02.533 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:09:02.570 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:09:02.679 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:09:02.740 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:09:02.740 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:09:02.741 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:09:02.741 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:09:02.741 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:09:02.757 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:09:02.773 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] Setting config target of host 'controller-0' to '63b3841c-62c3-483b-a1a3-1d007ea80af5'. 2019-09-13 06:09:02.834 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] _config_update_hosts config_uuid=63b3841c-62c3-483b-a1a3-1d007ea80af5 2019-09-13 06:09:02.834 80240 INFO sysinv.conductor.manager [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] applying runtime manifest config_uuid=63b3841c-62c3-483b-a1a3-1d007ea80af5, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:09:02.850 80240 INFO sysinv.puppet.puppet [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] Updating hiera for host: controller-0 with config_uuid: 63b3841c-62c3-483b-a1a3-1d007ea80af5 2019-09-13 06:09:04.505 80240 ERROR sysinv.puppet.puppet [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlIviL80' 2019-09-13 06:09:04.505 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:09:04.506 80240 ERROR sysinv.openstack.common.rpc.amqp [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] Exception during message handling 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlIviL80' 2019-09-13 06:09:04.506 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:09:04.507 80240 ERROR sysinv.openstack.common.rpc.common [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlIviL80' to caller 2019-09-13 06:09:04.508 80240 ERROR sysinv.openstack.common.rpc.common [req-badd6d9b-d097-4000-8f31-ea422af6b857 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlIviL80'\n"] 2019-09-13 06:09:04.516 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:09:04.516 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:09:57.479 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:09:57.479 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:09:59.585 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:10:00.256 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:10:00.392 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:10:00.420 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:10:00.421 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:10:00.422 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:10:00.933 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:10:01.524 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:10:01.810 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:10:02.060 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:10:02.177 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:10:02.388 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:10:02.419 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:10:02.452 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:10:02.483 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:10:02.515 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:10:02.548 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:10:02.581 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:10:02.706 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:10:02.763 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:10:02.764 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:10:02.764 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:10:02.765 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:10:02.765 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:10:02.780 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:10:02.795 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] Setting config target of host 'controller-0' to '434ceba7-d7f2-4009-86cb-c92fd745bc84'. 2019-09-13 06:10:02.854 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] _config_update_hosts config_uuid=434ceba7-d7f2-4009-86cb-c92fd745bc84 2019-09-13 06:10:02.854 80240 INFO sysinv.conductor.manager [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] applying runtime manifest config_uuid=434ceba7-d7f2-4009-86cb-c92fd745bc84, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:10:02.872 80240 INFO sysinv.puppet.puppet [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] Updating hiera for host: controller-0 with config_uuid: 434ceba7-d7f2-4009-86cb-c92fd745bc84 2019-09-13 06:10:04.556 80240 ERROR sysinv.puppet.puppet [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlSinRGh' 2019-09-13 06:10:04.556 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:10:04.557 80240 ERROR sysinv.openstack.common.rpc.amqp [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] Exception during message handling 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlSinRGh' 2019-09-13 06:10:04.557 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:10:04.558 80240 ERROR sysinv.openstack.common.rpc.common [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlSinRGh' to caller 2019-09-13 06:10:04.559 80240 ERROR sysinv.openstack.common.rpc.common [req-33b4e668-3793-413e-afad-81d8affa0ef1 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlSinRGh'\n"] 2019-09-13 06:10:04.568 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:10:04.568 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:10:57.531 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:10:57.532 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:10:59.552 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:11:00.215 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:11:00.348 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:11:00.373 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:11:00.374 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:11:00.374 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:11:00.836 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:11:01.328 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:11:01.619 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:11:01.888 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:11:01.996 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:11:02.032 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:11:02.065 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:11:02.095 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:11:02.129 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:11:02.160 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:11:02.191 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:11:02.224 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:11:02.321 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:11:02.544 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:11:02.545 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:11:02.545 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:11:02.545 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] core_id : 0 1 2 3 4 5 2019-09-13 06:11:02.546 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:11:02.560 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:11:02.575 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] Setting config target of host 'controller-0' to '567b9a90-8312-43e0-a66a-d285ab454f27'. 2019-09-13 06:11:02.643 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] _config_update_hosts config_uuid=567b9a90-8312-43e0-a66a-d285ab454f27 2019-09-13 06:11:02.643 80240 INFO sysinv.conductor.manager [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] applying runtime manifest config_uuid=567b9a90-8312-43e0-a66a-d285ab454f27, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:11:02.660 80240 INFO sysinv.puppet.puppet [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] Updating hiera for host: controller-0 with config_uuid: 567b9a90-8312-43e0-a66a-d285ab454f27 2019-09-13 06:11:04.326 80240 ERROR sysinv.puppet.puppet [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloDjICV' 2019-09-13 06:11:04.326 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:11:04.327 80240 ERROR sysinv.openstack.common.rpc.amqp [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] Exception during message handling 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloDjICV' 2019-09-13 06:11:04.327 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:11:04.329 80240 ERROR sysinv.openstack.common.rpc.common [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloDjICV' to caller 2019-09-13 06:11:04.329 80240 ERROR sysinv.openstack.common.rpc.common [req-c9957e47-53ef-4075-99eb-9a51d3971cda None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloDjICV'\n"] 2019-09-13 06:11:04.337 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:11:04.337 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:11:57.565 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:11:57.566 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:11:59.647 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:12:00.332 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:12:00.471 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:12:00.504 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:12:00.504 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:12:00.505 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:12:01.051 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:12:01.593 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:12:01.864 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:12:02.109 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:12:02.229 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:12:02.260 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:12:02.295 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:12:02.328 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:12:02.360 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:12:02.397 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:12:02.429 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:12:02.461 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:12:02.564 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:12:02.621 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:12:02.622 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:12:02.622 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:12:02.622 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] core_id : 0 1 2 3 4 5 2019-09-13 06:12:02.623 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:12:02.642 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:12:02.657 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] Setting config target of host 'controller-0' to '49d401e3-3b3b-4110-9738-c62e653d066c'. 2019-09-13 06:12:02.698 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] _config_update_hosts config_uuid=49d401e3-3b3b-4110-9738-c62e653d066c 2019-09-13 06:12:02.698 80240 INFO sysinv.conductor.manager [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] applying runtime manifest config_uuid=49d401e3-3b3b-4110-9738-c62e653d066c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:12:02.712 80240 INFO sysinv.puppet.puppet [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] Updating hiera for host: controller-0 with config_uuid: 49d401e3-3b3b-4110-9738-c62e653d066c 2019-09-13 06:12:04.586 80240 ERROR sysinv.puppet.puppet [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcU9yof' 2019-09-13 06:12:04.586 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:12:04.587 80240 ERROR sysinv.openstack.common.rpc.amqp [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] Exception during message handling 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcU9yof' 2019-09-13 06:12:04.587 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:12:04.589 80240 ERROR sysinv.openstack.common.rpc.common [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcU9yof' to caller 2019-09-13 06:12:04.589 80240 ERROR sysinv.openstack.common.rpc.common [req-434b57a9-bf5e-4575-ace5-b4cba971436f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcU9yof'\n"] 2019-09-13 06:12:04.598 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:12:04.598 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:12:57.619 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:12:57.620 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:12:59.736 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:13:00.430 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:13:00.577 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:13:00.604 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:13:00.604 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:13:00.605 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:13:01.158 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:13:01.451 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:13:01.934 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:13:02.181 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:13:02.295 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:13:02.340 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:13:02.383 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:13:02.420 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:13:02.468 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:13:02.500 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:13:02.532 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:13:02.567 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:13:02.673 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:13:02.731 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:13:02.732 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:13:02.732 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:13:02.732 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] core_id : 0 1 2 3 4 5 2019-09-13 06:13:02.733 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:13:02.748 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:13:02.764 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] Setting config target of host 'controller-0' to '29c96436-426a-421d-9c70-2c860d757cab'. 2019-09-13 06:13:02.821 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] _config_update_hosts config_uuid=29c96436-426a-421d-9c70-2c860d757cab 2019-09-13 06:13:02.821 80240 INFO sysinv.conductor.manager [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] applying runtime manifest config_uuid=29c96436-426a-421d-9c70-2c860d757cab, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:13:02.836 80240 INFO sysinv.puppet.puppet [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] Updating hiera for host: controller-0 with config_uuid: 29c96436-426a-421d-9c70-2c860d757cab 2019-09-13 06:13:04.635 80240 ERROR sysinv.puppet.puppet [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlspE32z' 2019-09-13 06:13:04.635 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:13:04.636 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] Exception during message handling 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlspE32z' 2019-09-13 06:13:04.636 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:13:04.637 80240 ERROR sysinv.openstack.common.rpc.common [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlspE32z' to caller 2019-09-13 06:13:04.638 80240 ERROR sysinv.openstack.common.rpc.common [req-7ce5b404-afc3-4cb0-bf70-faeef695cc6a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlspE32z'\n"] 2019-09-13 06:13:04.646 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:13:04.646 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:13:57.641 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:13:57.642 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:13:59.689 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:14:00.358 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:14:00.498 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:14:00.526 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:14:00.527 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:14:00.527 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:14:01.057 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:14:01.586 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:14:01.844 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:14:02.085 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:14:02.195 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:14:02.227 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:14:02.264 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:14:02.295 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:14:02.326 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:14:02.358 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:14:02.393 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:14:02.424 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:14:02.527 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:14:02.584 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:14:02.585 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:14:02.585 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:14:02.586 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:14:02.586 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:14:02.601 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:14:02.617 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] Setting config target of host 'controller-0' to '6338d14a-6994-4e2f-9140-846eff1a4fc1'. 2019-09-13 06:14:02.654 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] _config_update_hosts config_uuid=6338d14a-6994-4e2f-9140-846eff1a4fc1 2019-09-13 06:14:02.655 80240 INFO sysinv.conductor.manager [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] applying runtime manifest config_uuid=6338d14a-6994-4e2f-9140-846eff1a4fc1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:14:02.669 80240 INFO sysinv.puppet.puppet [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] Updating hiera for host: controller-0 with config_uuid: 6338d14a-6994-4e2f-9140-846eff1a4fc1 2019-09-13 06:14:04.298 80240 ERROR sysinv.puppet.puppet [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloQXLjF' 2019-09-13 06:14:04.298 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:14:04.299 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] Exception during message handling 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloQXLjF' 2019-09-13 06:14:04.299 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:14:04.301 80240 ERROR sysinv.openstack.common.rpc.common [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloQXLjF' to caller 2019-09-13 06:14:04.301 80240 ERROR sysinv.openstack.common.rpc.common [req-ecb159de-fe14-4a22-b1ff-d1e6ceafe581 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloQXLjF'\n"] 2019-09-13 06:14:04.309 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:14:04.309 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:14:57.690 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:14:57.691 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:14:59.717 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:15:00.404 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:15:00.528 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:15:00.554 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:15:00.555 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:15:00.555 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:15:01.280 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:15:01.601 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:15:01.865 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:15:02.302 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:15:02.428 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:15:02.459 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:15:02.493 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:15:02.524 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:15:02.554 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:15:02.588 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:15:02.620 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:15:02.651 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:15:02.752 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:15:02.819 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:15:02.819 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:15:02.820 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:15:02.820 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:15:02.821 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:15:02.835 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:15:02.850 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] Setting config target of host 'controller-0' to '3647d767-a3a4-443c-bea8-78ad4660c358'. 2019-09-13 06:15:02.890 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] _config_update_hosts config_uuid=3647d767-a3a4-443c-bea8-78ad4660c358 2019-09-13 06:15:02.891 80240 INFO sysinv.conductor.manager [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] applying runtime manifest config_uuid=3647d767-a3a4-443c-bea8-78ad4660c358, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:15:02.905 80240 INFO sysinv.puppet.puppet [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] Updating hiera for host: controller-0 with config_uuid: 3647d767-a3a4-443c-bea8-78ad4660c358 2019-09-13 06:15:04.588 80240 ERROR sysinv.puppet.puppet [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfMwFLh' 2019-09-13 06:15:04.588 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:15:04.589 80240 ERROR sysinv.openstack.common.rpc.amqp [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] Exception during message handling 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfMwFLh' 2019-09-13 06:15:04.589 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:15:04.591 80240 ERROR sysinv.openstack.common.rpc.common [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfMwFLh' to caller 2019-09-13 06:15:04.591 80240 ERROR sysinv.openstack.common.rpc.common [req-463e9d54-4225-4d5d-9e87-77bd4e41f242 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfMwFLh'\n"] 2019-09-13 06:15:04.599 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:15:04.599 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:15:57.728 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:15:57.728 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:15:59.801 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:16:00.473 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:16:00.618 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:16:00.644 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:16:00.645 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:16:00.646 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:16:01.085 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:16:01.423 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:16:01.923 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:16:02.176 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:16:02.291 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:16:02.321 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:16:02.352 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:16:02.385 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:16:02.416 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:16:02.446 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:16:02.476 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:16:02.511 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:16:02.623 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:16:02.684 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:16:02.684 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:16:02.685 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:16:02.685 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:16:02.685 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:16:02.700 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:16:02.716 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] Setting config target of host 'controller-0' to '20e0703d-aa12-4eee-aff2-a4f7bef11c95'. 2019-09-13 06:16:02.778 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] _config_update_hosts config_uuid=20e0703d-aa12-4eee-aff2-a4f7bef11c95 2019-09-13 06:16:02.778 80240 INFO sysinv.conductor.manager [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] applying runtime manifest config_uuid=20e0703d-aa12-4eee-aff2-a4f7bef11c95, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:16:02.792 80240 INFO sysinv.puppet.puppet [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] Updating hiera for host: controller-0 with config_uuid: 20e0703d-aa12-4eee-aff2-a4f7bef11c95 2019-09-13 06:16:04.663 80240 ERROR sysinv.puppet.puppet [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTogjVI' 2019-09-13 06:16:04.663 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:16:04.664 80240 ERROR sysinv.openstack.common.rpc.amqp [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] Exception during message handling 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTogjVI' 2019-09-13 06:16:04.664 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:16:04.666 80240 ERROR sysinv.openstack.common.rpc.common [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTogjVI' to caller 2019-09-13 06:16:04.666 80240 ERROR sysinv.openstack.common.rpc.common [req-3ac5f2fc-5bec-4acb-ad71-9ccbedee2287 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTogjVI'\n"] 2019-09-13 06:16:04.674 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:16:04.674 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:16:57.739 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:16:57.739 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:16:59.806 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:17:00.476 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:17:00.600 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:17:00.627 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:17:00.627 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:17:00.628 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:17:01.050 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:17:01.325 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:17:01.815 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:17:02.064 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:17:02.179 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:17:02.210 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:17:02.239 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:17:02.272 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:17:02.303 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:17:02.333 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:17:02.364 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:17:02.399 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:17:02.502 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:17:02.560 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:17:02.560 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:17:02.560 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:17:02.561 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:17:02.561 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:17:02.576 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:17:02.590 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] Setting config target of host 'controller-0' to '6d807676-afdb-4786-8d5a-6860b22162ab'. 2019-09-13 06:17:02.654 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] _config_update_hosts config_uuid=6d807676-afdb-4786-8d5a-6860b22162ab 2019-09-13 06:17:02.654 80240 INFO sysinv.conductor.manager [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] applying runtime manifest config_uuid=6d807676-afdb-4786-8d5a-6860b22162ab, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:17:02.669 80240 INFO sysinv.puppet.puppet [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] Updating hiera for host: controller-0 with config_uuid: 6d807676-afdb-4786-8d5a-6860b22162ab 2019-09-13 06:17:04.366 80240 ERROR sysinv.puppet.puppet [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamllMnyKr' 2019-09-13 06:17:04.366 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:17:04.367 80240 ERROR sysinv.openstack.common.rpc.amqp [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] Exception during message handling 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamllMnyKr' 2019-09-13 06:17:04.367 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:17:04.369 80240 ERROR sysinv.openstack.common.rpc.common [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamllMnyKr' to caller 2019-09-13 06:17:04.369 80240 ERROR sysinv.openstack.common.rpc.common [req-22af57e4-a341-4dbb-a724-0207fe991f74 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamllMnyKr'\n"] 2019-09-13 06:17:04.377 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:17:04.377 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:17:57.792 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:17:57.793 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:17:59.834 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:18:00.514 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:18:00.645 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:18:00.672 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:18:00.672 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:18:00.673 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:18:01.167 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:18:01.486 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:18:01.950 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:18:02.191 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:18:02.303 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:18:02.339 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:18:02.371 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:18:02.404 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:18:02.439 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:18:02.471 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:18:02.502 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:18:02.537 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:18:02.638 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:18:02.701 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:18:02.702 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:18:02.702 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:18:02.702 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:18:02.703 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:18:02.718 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:18:02.733 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] Setting config target of host 'controller-0' to '7fa32aa5-fdb5-42d8-8564-350c04fca30b'. 2019-09-13 06:18:02.796 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] _config_update_hosts config_uuid=7fa32aa5-fdb5-42d8-8564-350c04fca30b 2019-09-13 06:18:02.796 80240 INFO sysinv.conductor.manager [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] applying runtime manifest config_uuid=7fa32aa5-fdb5-42d8-8564-350c04fca30b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:18:02.811 80240 INFO sysinv.puppet.puppet [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] Updating hiera for host: controller-0 with config_uuid: 7fa32aa5-fdb5-42d8-8564-350c04fca30b 2019-09-13 06:18:04.483 80240 ERROR sysinv.puppet.puppet [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4CgIei' 2019-09-13 06:18:04.483 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:18:04.484 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] Exception during message handling 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4CgIei' 2019-09-13 06:18:04.484 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:18:04.486 80240 ERROR sysinv.openstack.common.rpc.common [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4CgIei' to caller 2019-09-13 06:18:04.487 80240 ERROR sysinv.openstack.common.rpc.common [req-2010bdf9-eaee-46b4-b353-65698459beb0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4CgIei'\n"] 2019-09-13 06:18:04.496 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:18:04.496 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:18:57.827 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:18:57.827 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:18:59.827 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:19:00.498 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:19:00.619 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:19:00.648 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:19:00.649 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:19:00.649 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:19:01.373 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:19:01.692 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:19:01.946 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:19:02.191 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:19:02.488 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:19:02.520 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:19:02.552 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:19:02.588 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:19:02.621 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:19:02.653 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:19:02.691 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:19:02.726 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:19:02.834 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:19:02.893 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:19:02.894 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:19:02.894 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:19:02.894 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] core_id : 0 1 2 3 4 5 2019-09-13 06:19:02.895 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:19:02.910 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:19:02.926 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] Setting config target of host 'controller-0' to '76fdbbf0-4278-4038-ba88-7a79de975adf'. 2019-09-13 06:19:02.965 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] _config_update_hosts config_uuid=76fdbbf0-4278-4038-ba88-7a79de975adf 2019-09-13 06:19:02.965 80240 INFO sysinv.conductor.manager [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] applying runtime manifest config_uuid=76fdbbf0-4278-4038-ba88-7a79de975adf, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:19:02.980 80240 INFO sysinv.puppet.puppet [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] Updating hiera for host: controller-0 with config_uuid: 76fdbbf0-4278-4038-ba88-7a79de975adf 2019-09-13 06:19:04.625 80240 ERROR sysinv.puppet.puppet [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0cFgfS' 2019-09-13 06:19:04.625 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:19:04.626 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] Exception during message handling 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0cFgfS' 2019-09-13 06:19:04.626 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:19:04.628 80240 ERROR sysinv.openstack.common.rpc.common [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0cFgfS' to caller 2019-09-13 06:19:04.629 80240 ERROR sysinv.openstack.common.rpc.common [req-7260ad0e-9dfd-4cd0-926a-4d99cdeb9c2d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0cFgfS'\n"] 2019-09-13 06:19:04.642 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:19:04.642 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:19:57.834 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:19:57.834 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:19:59.838 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:20:00.529 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:20:00.654 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:20:00.680 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:20:00.681 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:20:00.681 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:20:01.138 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:20:01.655 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:20:01.945 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:20:02.215 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:20:02.335 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:20:02.374 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:20:02.405 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:20:02.436 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:20:02.469 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:20:02.500 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:20:02.530 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:20:02.564 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:20:02.672 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:20:02.738 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:20:02.738 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:20:02.738 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:20:02.739 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] core_id : 0 1 2 3 4 5 2019-09-13 06:20:02.739 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:20:02.755 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:20:02.772 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] Setting config target of host 'controller-0' to '6e6f15d3-01e4-4f1b-996e-8536062e6258'. 2019-09-13 06:20:02.859 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] _config_update_hosts config_uuid=6e6f15d3-01e4-4f1b-996e-8536062e6258 2019-09-13 06:20:02.859 80240 INFO sysinv.conductor.manager [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] applying runtime manifest config_uuid=6e6f15d3-01e4-4f1b-996e-8536062e6258, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:20:02.874 80240 INFO sysinv.puppet.puppet [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] Updating hiera for host: controller-0 with config_uuid: 6e6f15d3-01e4-4f1b-996e-8536062e6258 2019-09-13 06:20:04.568 80240 ERROR sysinv.puppet.puppet [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDIWFjT' 2019-09-13 06:20:04.568 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:20:04.569 80240 ERROR sysinv.openstack.common.rpc.amqp [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] Exception during message handling 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDIWFjT' 2019-09-13 06:20:04.569 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:20:04.571 80240 ERROR sysinv.openstack.common.rpc.common [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDIWFjT' to caller 2019-09-13 06:20:04.571 80240 ERROR sysinv.openstack.common.rpc.common [req-238f809d-e6f7-462e-bd67-04708d27ae8d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDIWFjT'\n"] 2019-09-13 06:20:04.580 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:20:04.580 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:20:57.888 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:20:57.888 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:20:59.984 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:21:00.650 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:21:00.807 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:21:00.834 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:21:00.835 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:21:00.835 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:21:01.542 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:21:01.870 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:21:02.126 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:21:02.362 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:21:02.479 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:21:02.511 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:21:02.719 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:21:02.752 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:21:02.790 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:21:02.828 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:21:02.860 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:21:02.894 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:21:02.996 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:21:03.057 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:21:03.058 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:21:03.058 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:21:03.059 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] core_id : 0 1 2 3 4 5 2019-09-13 06:21:03.059 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:21:03.074 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:21:03.088 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] Setting config target of host 'controller-0' to '40467c3d-c172-4002-984d-7ea280d5d28d'. 2019-09-13 06:21:03.154 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] _config_update_hosts config_uuid=40467c3d-c172-4002-984d-7ea280d5d28d 2019-09-13 06:21:03.155 80240 INFO sysinv.conductor.manager [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] applying runtime manifest config_uuid=40467c3d-c172-4002-984d-7ea280d5d28d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:21:03.169 80240 INFO sysinv.puppet.puppet [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] Updating hiera for host: controller-0 with config_uuid: 40467c3d-c172-4002-984d-7ea280d5d28d 2019-09-13 06:21:04.821 80240 ERROR sysinv.puppet.puppet [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaAKEts' 2019-09-13 06:21:04.821 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:21:04.822 80240 ERROR sysinv.openstack.common.rpc.amqp [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] Exception during message handling 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaAKEts' 2019-09-13 06:21:04.822 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:21:04.825 80240 ERROR sysinv.openstack.common.rpc.common [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaAKEts' to caller 2019-09-13 06:21:04.825 80240 ERROR sysinv.openstack.common.rpc.common [req-8437f886-f750-4c4a-adcb-89ff25447bcb None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaAKEts'\n"] 2019-09-13 06:21:04.834 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:21:04.834 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:21:57.941 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:21:57.941 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:22:00.019 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:22:00.676 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:22:00.838 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:22:00.867 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:22:00.868 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:22:00.868 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:22:01.374 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:22:01.689 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:22:02.229 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:22:02.477 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:22:02.588 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:22:02.621 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:22:02.660 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:22:02.691 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:22:02.721 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:22:02.751 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:22:02.784 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:22:02.814 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:22:02.916 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:22:02.973 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:22:02.973 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:22:02.973 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:22:02.974 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] core_id : 0 1 2 3 4 5 2019-09-13 06:22:02.974 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:22:02.989 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:22:03.003 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] Setting config target of host 'controller-0' to '261ef6c8-63f8-4d08-89e8-4f437effae3f'. 2019-09-13 06:22:03.044 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] _config_update_hosts config_uuid=261ef6c8-63f8-4d08-89e8-4f437effae3f 2019-09-13 06:22:03.044 80240 INFO sysinv.conductor.manager [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] applying runtime manifest config_uuid=261ef6c8-63f8-4d08-89e8-4f437effae3f, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:22:03.059 80240 INFO sysinv.puppet.puppet [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] Updating hiera for host: controller-0 with config_uuid: 261ef6c8-63f8-4d08-89e8-4f437effae3f 2019-09-13 06:22:04.722 80240 ERROR sysinv.puppet.puppet [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamln76rmy' 2019-09-13 06:22:04.722 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:22:04.723 80240 ERROR sysinv.openstack.common.rpc.amqp [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] Exception during message handling 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamln76rmy' 2019-09-13 06:22:04.723 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:22:04.725 80240 ERROR sysinv.openstack.common.rpc.common [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamln76rmy' to caller 2019-09-13 06:22:04.725 80240 ERROR sysinv.openstack.common.rpc.common [req-80a6d21c-6f79-41a8-9252-0f9b9868111d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamln76rmy'\n"] 2019-09-13 06:22:04.738 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:22:04.738 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:22:57.989 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:22:57.990 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:23:00.002 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:23:00.680 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:23:00.812 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:23:00.838 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:23:00.838 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:23:00.839 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:23:01.483 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:23:01.846 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:23:02.125 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:23:02.537 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:23:02.652 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:23:02.684 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:23:02.719 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:23:02.752 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:23:02.783 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:23:02.817 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:23:02.848 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:23:02.883 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:23:03.004 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:23:03.060 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:23:03.060 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:23:03.061 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:23:03.061 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] core_id : 0 1 2 3 4 5 2019-09-13 06:23:03.061 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:23:03.076 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:23:03.090 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] Setting config target of host 'controller-0' to '37a22b52-4b43-4f43-b027-834745d1acb0'. 2019-09-13 06:23:03.161 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] _config_update_hosts config_uuid=37a22b52-4b43-4f43-b027-834745d1acb0 2019-09-13 06:23:03.162 80240 INFO sysinv.conductor.manager [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] applying runtime manifest config_uuid=37a22b52-4b43-4f43-b027-834745d1acb0, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:23:03.176 80240 INFO sysinv.puppet.puppet [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] Updating hiera for host: controller-0 with config_uuid: 37a22b52-4b43-4f43-b027-834745d1acb0 2019-09-13 06:23:04.897 80240 ERROR sysinv.puppet.puppet [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMRKzVY' 2019-09-13 06:23:04.897 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:23:04.898 80240 ERROR sysinv.openstack.common.rpc.amqp [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] Exception during message handling 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMRKzVY' 2019-09-13 06:23:04.898 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:23:04.899 80240 ERROR sysinv.openstack.common.rpc.common [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMRKzVY' to caller 2019-09-13 06:23:04.900 80240 ERROR sysinv.openstack.common.rpc.common [req-bfbf6cfe-7384-44d9-b4f6-c5fdff44dd1b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMRKzVY'\n"] 2019-09-13 06:23:04.908 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:23:04.908 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:23:58.043 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:23:58.044 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:24:00.118 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:24:00.778 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:24:00.921 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:24:00.949 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:24:00.950 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:24:00.950 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:24:01.439 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:24:01.796 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:24:02.308 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:24:02.553 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:24:02.666 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:24:02.698 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:24:02.732 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:24:02.763 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:24:02.796 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:24:02.832 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:24:02.863 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:24:02.894 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:24:02.998 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:24:03.055 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:24:03.056 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:24:03.056 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:24:03.056 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:24:03.057 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:24:03.071 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:24:03.086 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] Setting config target of host 'controller-0' to '206e3c74-a304-4812-9bde-f1b983dbbd7e'. 2019-09-13 06:24:03.118 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] _config_update_hosts config_uuid=206e3c74-a304-4812-9bde-f1b983dbbd7e 2019-09-13 06:24:03.118 80240 INFO sysinv.conductor.manager [req-f0a1e15a-cb52-4292-a232-887891423514 None None] applying runtime manifest config_uuid=206e3c74-a304-4812-9bde-f1b983dbbd7e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:24:03.133 80240 INFO sysinv.puppet.puppet [req-f0a1e15a-cb52-4292-a232-887891423514 None None] Updating hiera for host: controller-0 with config_uuid: 206e3c74-a304-4812-9bde-f1b983dbbd7e 2019-09-13 06:24:04.841 80240 ERROR sysinv.puppet.puppet [req-f0a1e15a-cb52-4292-a232-887891423514 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMDQn_6' 2019-09-13 06:24:04.841 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:24:04.842 80240 ERROR sysinv.openstack.common.rpc.amqp [req-f0a1e15a-cb52-4292-a232-887891423514 None None] Exception during message handling 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMDQn_6' 2019-09-13 06:24:04.842 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:24:04.844 80240 ERROR sysinv.openstack.common.rpc.common [req-f0a1e15a-cb52-4292-a232-887891423514 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMDQn_6' to caller 2019-09-13 06:24:04.844 80240 ERROR sysinv.openstack.common.rpc.common [req-f0a1e15a-cb52-4292-a232-887891423514 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMDQn_6'\n"] 2019-09-13 06:24:04.853 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:24:04.853 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:24:58.096 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:24:58.096 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:25:00.189 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:25:00.848 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:25:00.997 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:25:01.027 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:25:01.027 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:25:01.028 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:25:01.548 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:25:02.094 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:25:02.390 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:25:02.638 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:25:02.753 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:25:02.785 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:25:02.820 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:25:02.852 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:25:02.883 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:25:02.915 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:25:02.949 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:25:02.982 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:25:03.083 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:25:03.144 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:25:03.144 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:25:03.144 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:25:03.145 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:25:03.145 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:25:03.160 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:25:03.175 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] Setting config target of host 'controller-0' to '23ba51bd-6c3c-496d-98b8-3200d0b100a4'. 2019-09-13 06:25:03.219 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] _config_update_hosts config_uuid=23ba51bd-6c3c-496d-98b8-3200d0b100a4 2019-09-13 06:25:03.219 80240 INFO sysinv.conductor.manager [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] applying runtime manifest config_uuid=23ba51bd-6c3c-496d-98b8-3200d0b100a4, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:25:03.234 80240 INFO sysinv.puppet.puppet [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] Updating hiera for host: controller-0 with config_uuid: 23ba51bd-6c3c-496d-98b8-3200d0b100a4 2019-09-13 06:25:05.021 80240 ERROR sysinv.puppet.puppet [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3vhqLl' 2019-09-13 06:25:05.021 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:25:05.022 80240 ERROR sysinv.openstack.common.rpc.amqp [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] Exception during message handling 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3vhqLl' 2019-09-13 06:25:05.022 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:25:05.024 80240 ERROR sysinv.openstack.common.rpc.common [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3vhqLl' to caller 2019-09-13 06:25:05.024 80240 ERROR sysinv.openstack.common.rpc.common [req-dd5674ae-360e-4b7b-8087-6837d9003db8 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml3vhqLl'\n"] 2019-09-13 06:25:05.033 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:25:05.033 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:25:58.145 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:25:58.145 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:26:00.192 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:26:00.855 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:26:00.974 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:26:01.002 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:26:01.003 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:26:01.003 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:26:01.454 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:26:02.023 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:26:02.310 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:26:02.557 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:26:02.669 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:26:02.701 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:26:02.736 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:26:02.767 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:26:02.801 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:26:02.838 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:26:02.869 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:26:02.900 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:26:03.003 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:26:03.061 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:26:03.061 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:26:03.062 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:26:03.062 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:26:03.063 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:26:03.081 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:26:03.097 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] Setting config target of host 'controller-0' to '1c8a1e9c-bb1f-4d28-8de7-fce67f1eec4e'. 2019-09-13 06:26:03.141 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] _config_update_hosts config_uuid=1c8a1e9c-bb1f-4d28-8de7-fce67f1eec4e 2019-09-13 06:26:03.142 80240 INFO sysinv.conductor.manager [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] applying runtime manifest config_uuid=1c8a1e9c-bb1f-4d28-8de7-fce67f1eec4e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:26:03.156 80240 INFO sysinv.puppet.puppet [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] Updating hiera for host: controller-0 with config_uuid: 1c8a1e9c-bb1f-4d28-8de7-fce67f1eec4e 2019-09-13 06:26:05.064 80240 ERROR sysinv.puppet.puppet [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9lo_K_' 2019-09-13 06:26:05.064 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:26:05.065 80240 ERROR sysinv.openstack.common.rpc.amqp [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] Exception during message handling 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9lo_K_' 2019-09-13 06:26:05.065 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:26:05.067 80240 ERROR sysinv.openstack.common.rpc.common [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9lo_K_' to caller 2019-09-13 06:26:05.067 80240 ERROR sysinv.openstack.common.rpc.common [req-a0d93363-b89f-4157-b5ce-c576aa6c4315 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9lo_K_'\n"] 2019-09-13 06:26:05.076 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:26:05.076 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:26:58.166 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:26:58.166 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:27:00.210 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:27:00.898 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:27:01.043 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:27:01.069 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:27:01.069 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:27:01.070 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:27:01.560 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:27:02.113 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:27:02.392 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:27:02.633 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:27:02.748 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:27:02.779 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:27:02.813 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:27:02.844 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:27:02.878 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:27:02.913 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:27:02.949 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:27:02.980 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:27:03.093 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:27:03.152 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:27:03.152 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:27:03.153 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:27:03.153 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:27:03.154 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:27:03.169 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:27:03.185 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] Setting config target of host 'controller-0' to '26c2faa1-d0f6-457e-9142-55b93a9d51f5'. 2019-09-13 06:27:03.232 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] _config_update_hosts config_uuid=26c2faa1-d0f6-457e-9142-55b93a9d51f5 2019-09-13 06:27:03.232 80240 INFO sysinv.conductor.manager [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] applying runtime manifest config_uuid=26c2faa1-d0f6-457e-9142-55b93a9d51f5, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:27:03.247 80240 INFO sysinv.puppet.puppet [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] Updating hiera for host: controller-0 with config_uuid: 26c2faa1-d0f6-457e-9142-55b93a9d51f5 2019-09-13 06:27:04.909 80240 ERROR sysinv.puppet.puppet [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrZEN2H' 2019-09-13 06:27:04.909 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:27:04.910 80240 ERROR sysinv.openstack.common.rpc.amqp [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] Exception during message handling 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrZEN2H' 2019-09-13 06:27:04.910 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:27:04.912 80240 ERROR sysinv.openstack.common.rpc.common [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrZEN2H' to caller 2019-09-13 06:27:04.912 80240 ERROR sysinv.openstack.common.rpc.common [req-8fff932d-de17-4003-8f8d-ce15606afe36 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrZEN2H'\n"] 2019-09-13 06:27:04.921 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:27:04.921 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:27:58.204 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:27:58.205 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:28:00.318 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:28:00.974 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:28:01.119 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:28:01.145 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:28:01.146 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:28:01.147 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:28:01.901 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:28:02.228 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:28:02.693 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:28:02.941 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:28:03.054 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:28:03.086 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:28:03.124 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:28:03.157 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:28:03.187 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:28:03.229 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:28:03.267 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:28:03.299 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:28:03.414 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:28:03.473 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:28:03.473 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:28:03.474 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:28:03.474 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:28:03.475 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:28:03.490 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:28:03.506 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] Setting config target of host 'controller-0' to '109e73ca-d696-490a-ac00-36c73d4d8e4d'. 2019-09-13 06:28:03.540 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] _config_update_hosts config_uuid=109e73ca-d696-490a-ac00-36c73d4d8e4d 2019-09-13 06:28:03.540 80240 INFO sysinv.conductor.manager [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] applying runtime manifest config_uuid=109e73ca-d696-490a-ac00-36c73d4d8e4d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:28:03.555 80240 INFO sysinv.puppet.puppet [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] Updating hiera for host: controller-0 with config_uuid: 109e73ca-d696-490a-ac00-36c73d4d8e4d 2019-09-13 06:28:05.262 80240 ERROR sysinv.puppet.puppet [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQ3NBKK' 2019-09-13 06:28:05.262 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:28:05.263 80240 ERROR sysinv.openstack.common.rpc.amqp [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] Exception during message handling 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQ3NBKK' 2019-09-13 06:28:05.263 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:28:05.264 80240 ERROR sysinv.openstack.common.rpc.common [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQ3NBKK' to caller 2019-09-13 06:28:05.265 80240 ERROR sysinv.openstack.common.rpc.common [req-f299f68c-5df9-4490-95ca-a68ba1b62ae0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQ3NBKK'\n"] 2019-09-13 06:28:05.273 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:28:05.273 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:28:58.209 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:28:58.209 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:29:00.268 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:29:00.928 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:29:01.083 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:29:01.112 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:29:01.112 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:29:01.113 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:29:01.579 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:29:02.150 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:29:02.456 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:29:02.696 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:29:02.980 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:29:03.016 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:29:03.048 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:29:03.081 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:29:03.112 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:29:03.147 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:29:03.185 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:29:03.217 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:29:03.322 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:29:03.380 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:29:03.380 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:29:03.380 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:29:03.381 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:29:03.381 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:29:03.396 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:29:03.413 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] Setting config target of host 'controller-0' to '693290c1-cea7-41b9-be3f-e4bdf17a453f'. 2019-09-13 06:29:03.459 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] _config_update_hosts config_uuid=693290c1-cea7-41b9-be3f-e4bdf17a453f 2019-09-13 06:29:03.460 80240 INFO sysinv.conductor.manager [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] applying runtime manifest config_uuid=693290c1-cea7-41b9-be3f-e4bdf17a453f, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:29:03.474 80240 INFO sysinv.puppet.puppet [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] Updating hiera for host: controller-0 with config_uuid: 693290c1-cea7-41b9-be3f-e4bdf17a453f 2019-09-13 06:29:05.156 80240 ERROR sysinv.puppet.puppet [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfYsEDI' 2019-09-13 06:29:05.156 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:29:05.157 80240 ERROR sysinv.openstack.common.rpc.amqp [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] Exception during message handling 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfYsEDI' 2019-09-13 06:29:05.157 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:29:05.159 80240 ERROR sysinv.openstack.common.rpc.common [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfYsEDI' to caller 2019-09-13 06:29:05.159 80240 ERROR sysinv.openstack.common.rpc.common [req-80943554-3012-46c9-bfe7-90a1f9f0b5e0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfYsEDI'\n"] 2019-09-13 06:29:05.168 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:29:05.168 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:29:58.226 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:29:58.226 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:30:00.241 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:30:00.908 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:30:01.032 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:30:01.057 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:30:01.058 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:30:01.058 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:30:01.510 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:30:02.060 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:30:02.369 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:30:02.623 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:30:02.732 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:30:02.768 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:30:02.798 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:30:02.828 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:30:02.862 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:30:02.892 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:30:02.924 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:30:02.959 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:30:03.058 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:30:03.117 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:30:03.118 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:30:03.118 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:30:03.119 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:30:03.119 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:30:03.133 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:30:03.148 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] Setting config target of host 'controller-0' to '15aeaf75-7aea-4fce-8101-762124528ac3'. 2019-09-13 06:30:03.179 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] _config_update_hosts config_uuid=15aeaf75-7aea-4fce-8101-762124528ac3 2019-09-13 06:30:03.179 80240 INFO sysinv.conductor.manager [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] applying runtime manifest config_uuid=15aeaf75-7aea-4fce-8101-762124528ac3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:30:03.194 80240 INFO sysinv.puppet.puppet [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] Updating hiera for host: controller-0 with config_uuid: 15aeaf75-7aea-4fce-8101-762124528ac3 2019-09-13 06:30:04.907 80240 ERROR sysinv.puppet.puppet [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaCsSRB' 2019-09-13 06:30:04.907 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:30:04.908 80240 ERROR sysinv.openstack.common.rpc.amqp [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] Exception during message handling 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaCsSRB' 2019-09-13 06:30:04.908 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:30:04.910 80240 ERROR sysinv.openstack.common.rpc.common [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaCsSRB' to caller 2019-09-13 06:30:04.911 80240 ERROR sysinv.openstack.common.rpc.common [req-115a50d5-ff6b-41a4-a937-79b76b07aaf1 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaCsSRB'\n"] 2019-09-13 06:30:04.920 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:30:04.920 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:30:58.277 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:30:58.277 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:31:00.316 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:31:00.995 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:31:01.120 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:31:01.144 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:31:01.145 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:31:01.145 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:31:01.593 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:31:02.097 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:31:02.422 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:31:02.695 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:31:02.808 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:31:02.841 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:31:02.878 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:31:02.910 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:31:02.942 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:31:02.974 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:31:03.186 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:31:03.218 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:31:03.322 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:31:03.384 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:31:03.384 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:31:03.384 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:31:03.385 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] core_id : 0 1 2 3 4 5 2019-09-13 06:31:03.385 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:31:03.400 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:31:03.428 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] Setting config target of host 'controller-0' to '6caeb6fc-8457-481e-815d-10075d417706'. 2019-09-13 06:31:03.483 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] _config_update_hosts config_uuid=6caeb6fc-8457-481e-815d-10075d417706 2019-09-13 06:31:03.484 80240 INFO sysinv.conductor.manager [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] applying runtime manifest config_uuid=6caeb6fc-8457-481e-815d-10075d417706, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:31:03.499 80240 INFO sysinv.puppet.puppet [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] Updating hiera for host: controller-0 with config_uuid: 6caeb6fc-8457-481e-815d-10075d417706 2019-09-13 06:31:05.300 80240 ERROR sysinv.puppet.puppet [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlF30eBj' 2019-09-13 06:31:05.300 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:31:05.301 80240 ERROR sysinv.openstack.common.rpc.amqp [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] Exception during message handling 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlF30eBj' 2019-09-13 06:31:05.301 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:31:05.302 80240 ERROR sysinv.openstack.common.rpc.common [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlF30eBj' to caller 2019-09-13 06:31:05.303 80240 ERROR sysinv.openstack.common.rpc.common [req-4ce1e8d7-d03a-4181-b3ec-275fe453b48d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlF30eBj'\n"] 2019-09-13 06:31:05.311 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:31:05.311 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:31:58.280 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:31:58.281 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:32:00.407 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:32:01.069 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:32:01.232 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:32:01.260 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:32:01.260 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:32:01.261 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:32:01.811 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:32:02.106 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:32:02.609 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:32:02.851 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:32:02.998 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:32:03.035 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:32:03.067 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:32:03.099 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:32:03.135 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:32:03.168 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:32:03.201 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:32:03.238 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:32:03.347 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:32:03.408 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:32:03.408 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:32:03.409 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:32:03.409 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] core_id : 0 1 2 3 4 5 2019-09-13 06:32:03.409 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:32:03.425 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:32:03.440 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] Setting config target of host 'controller-0' to '596648b3-d67c-40f0-bcd3-9ad26ed2912e'. 2019-09-13 06:32:03.475 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] _config_update_hosts config_uuid=596648b3-d67c-40f0-bcd3-9ad26ed2912e 2019-09-13 06:32:03.475 80240 INFO sysinv.conductor.manager [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] applying runtime manifest config_uuid=596648b3-d67c-40f0-bcd3-9ad26ed2912e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:32:03.490 80240 INFO sysinv.puppet.puppet [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] Updating hiera for host: controller-0 with config_uuid: 596648b3-d67c-40f0-bcd3-9ad26ed2912e 2019-09-13 06:32:05.340 80240 ERROR sysinv.puppet.puppet [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlYotQ0q' 2019-09-13 06:32:05.340 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:32:05.342 80240 ERROR sysinv.openstack.common.rpc.amqp [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] Exception during message handling 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlYotQ0q' 2019-09-13 06:32:05.342 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:32:05.344 80240 ERROR sysinv.openstack.common.rpc.common [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlYotQ0q' to caller 2019-09-13 06:32:05.345 80240 ERROR sysinv.openstack.common.rpc.common [req-53ab4f84-1496-4ff3-816d-1cbefa58149d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlYotQ0q'\n"] 2019-09-13 06:32:05.357 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:32:05.357 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:32:58.300 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:32:58.301 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:33:00.413 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:33:01.065 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:33:01.211 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:33:01.237 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:33:01.238 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:33:01.238 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:33:01.785 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:33:02.126 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:33:02.663 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:33:02.912 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:33:03.034 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:33:03.070 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:33:03.101 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:33:03.133 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:33:03.168 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:33:03.199 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:33:03.235 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:33:03.271 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:33:03.373 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:33:03.439 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:33:03.439 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:33:03.439 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:33:03.440 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] core_id : 0 1 2 3 4 5 2019-09-13 06:33:03.440 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:33:03.456 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:33:03.474 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] Setting config target of host 'controller-0' to '19272094-45d2-4fa2-9f19-7823d2fc773c'. 2019-09-13 06:33:03.517 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] _config_update_hosts config_uuid=19272094-45d2-4fa2-9f19-7823d2fc773c 2019-09-13 06:33:03.518 80240 INFO sysinv.conductor.manager [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] applying runtime manifest config_uuid=19272094-45d2-4fa2-9f19-7823d2fc773c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:33:03.532 80240 INFO sysinv.puppet.puppet [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] Updating hiera for host: controller-0 with config_uuid: 19272094-45d2-4fa2-9f19-7823d2fc773c 2019-09-13 06:33:05.190 80240 ERROR sysinv.puppet.puppet [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5MwYxS' 2019-09-13 06:33:05.190 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:33:05.191 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] Exception during message handling 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5MwYxS' 2019-09-13 06:33:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:33:05.193 80240 ERROR sysinv.openstack.common.rpc.common [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5MwYxS' to caller 2019-09-13 06:33:05.193 80240 ERROR sysinv.openstack.common.rpc.common [req-b2be1f48-7bb0-47bb-8b5b-56876e8d86cc None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5MwYxS'\n"] 2019-09-13 06:33:05.202 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:33:05.202 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:33:58.351 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:33:58.351 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:34:00.464 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:34:01.119 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:34:01.250 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:34:01.278 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:34:01.279 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:34:01.279 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:34:01.762 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:34:02.119 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:34:02.666 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:34:02.925 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:34:03.046 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:34:03.078 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:34:03.108 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:34:03.141 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:34:03.172 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:34:03.203 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:34:03.239 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:34:03.284 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:34:03.408 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:34:03.469 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:34:03.470 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:34:03.470 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:34:03.470 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:34:03.471 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:34:03.485 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:34:03.503 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] Setting config target of host 'controller-0' to '67253f37-85a9-4dcf-879c-907dc711cd5c'. 2019-09-13 06:34:03.536 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] _config_update_hosts config_uuid=67253f37-85a9-4dcf-879c-907dc711cd5c 2019-09-13 06:34:03.536 80240 INFO sysinv.conductor.manager [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] applying runtime manifest config_uuid=67253f37-85a9-4dcf-879c-907dc711cd5c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:34:03.551 80240 INFO sysinv.puppet.puppet [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] Updating hiera for host: controller-0 with config_uuid: 67253f37-85a9-4dcf-879c-907dc711cd5c 2019-09-13 06:34:05.280 80240 ERROR sysinv.puppet.puppet [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamle7T099' 2019-09-13 06:34:05.280 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:34:05.281 80240 ERROR sysinv.openstack.common.rpc.amqp [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] Exception during message handling 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamle7T099' 2019-09-13 06:34:05.281 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:34:05.283 80240 ERROR sysinv.openstack.common.rpc.common [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamle7T099' to caller 2019-09-13 06:34:05.283 80240 ERROR sysinv.openstack.common.rpc.common [req-8235bc57-498b-434f-acf9-1b8ff0477b21 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamle7T099'\n"] 2019-09-13 06:34:05.292 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:34:05.292 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:34:58.406 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:34:58.407 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:35:00.476 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:35:01.170 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:35:01.303 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:35:01.329 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:35:01.330 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:35:01.330 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:35:01.882 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:35:02.362 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:35:02.645 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:35:02.888 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:35:02.999 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:35:03.036 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:35:03.071 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:35:03.104 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:35:03.136 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:35:03.173 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:35:03.205 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:35:03.238 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:35:03.345 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:35:03.407 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:35:03.408 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:35:03.408 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:35:03.408 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:35:03.409 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:35:03.451 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:35:03.472 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] Setting config target of host 'controller-0' to '49be6ea2-cb08-4d47-aa3e-b45243e7630c'. 2019-09-13 06:35:03.542 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] _config_update_hosts config_uuid=49be6ea2-cb08-4d47-aa3e-b45243e7630c 2019-09-13 06:35:03.542 80240 INFO sysinv.conductor.manager [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] applying runtime manifest config_uuid=49be6ea2-cb08-4d47-aa3e-b45243e7630c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:35:03.561 80240 INFO sysinv.puppet.puppet [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] Updating hiera for host: controller-0 with config_uuid: 49be6ea2-cb08-4d47-aa3e-b45243e7630c 2019-09-13 06:35:05.239 80240 ERROR sysinv.puppet.puppet [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD_IeW8' 2019-09-13 06:35:05.239 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:35:05.241 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] Exception during message handling 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD_IeW8' 2019-09-13 06:35:05.241 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:35:05.243 80240 ERROR sysinv.openstack.common.rpc.common [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD_IeW8' to caller 2019-09-13 06:35:05.243 80240 ERROR sysinv.openstack.common.rpc.common [req-1f23f480-c5d4-4e18-a391-f45863b0f719 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD_IeW8'\n"] 2019-09-13 06:35:05.255 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:35:05.255 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:35:58.421 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:35:58.422 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:36:00.453 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:36:01.128 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:36:01.270 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:36:01.297 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:36:01.298 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:36:01.298 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:36:02.089 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:36:02.440 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:36:02.882 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:36:03.138 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:36:03.273 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:36:03.302 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:36:03.337 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:36:03.367 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:36:03.397 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:36:03.427 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:36:03.461 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:36:03.491 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:36:03.594 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:36:03.656 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:36:03.657 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:36:03.658 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:36:03.658 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:36:03.658 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:36:03.674 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:36:03.689 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] Setting config target of host 'controller-0' to '4a1028a0-a609-45ed-a067-99608bd35875'. 2019-09-13 06:36:03.726 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] _config_update_hosts config_uuid=4a1028a0-a609-45ed-a067-99608bd35875 2019-09-13 06:36:03.726 80240 INFO sysinv.conductor.manager [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] applying runtime manifest config_uuid=4a1028a0-a609-45ed-a067-99608bd35875, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:36:03.742 80240 INFO sysinv.puppet.puppet [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] Updating hiera for host: controller-0 with config_uuid: 4a1028a0-a609-45ed-a067-99608bd35875 2019-09-13 06:36:05.432 80240 ERROR sysinv.puppet.puppet [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5WQddT' 2019-09-13 06:36:05.432 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:36:05.434 80240 ERROR sysinv.openstack.common.rpc.amqp [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] Exception during message handling 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5WQddT' 2019-09-13 06:36:05.434 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:36:05.435 80240 ERROR sysinv.openstack.common.rpc.common [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5WQddT' to caller 2019-09-13 06:36:05.436 80240 ERROR sysinv.openstack.common.rpc.common [req-900451f0-87e7-457e-9a2d-08dda552d791 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5WQddT'\n"] 2019-09-13 06:36:05.445 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:36:05.445 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:36:58.435 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:36:58.436 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:37:00.510 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:37:01.176 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:37:01.310 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:37:01.335 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:37:01.336 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:37:01.337 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:37:01.784 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:37:02.395 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:37:02.715 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:37:02.948 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:37:03.227 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:37:03.259 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:37:03.290 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:37:03.323 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:37:03.354 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:37:03.385 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:37:03.421 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:37:03.456 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:37:03.564 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:37:03.623 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:37:03.623 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:37:03.623 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:37:03.624 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:37:03.624 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:37:03.639 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:37:03.653 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] Setting config target of host 'controller-0' to '5cffc4f9-3365-48b5-83d8-abe2f713e3a1'. 2019-09-13 06:37:03.692 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] _config_update_hosts config_uuid=5cffc4f9-3365-48b5-83d8-abe2f713e3a1 2019-09-13 06:37:03.692 80240 INFO sysinv.conductor.manager [req-7f8884db-ce09-4817-bcdf-818253601011 None None] applying runtime manifest config_uuid=5cffc4f9-3365-48b5-83d8-abe2f713e3a1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:37:03.707 80240 INFO sysinv.puppet.puppet [req-7f8884db-ce09-4817-bcdf-818253601011 None None] Updating hiera for host: controller-0 with config_uuid: 5cffc4f9-3365-48b5-83d8-abe2f713e3a1 2019-09-13 06:37:05.402 80240 ERROR sysinv.puppet.puppet [req-7f8884db-ce09-4817-bcdf-818253601011 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlu_Gcxj' 2019-09-13 06:37:05.402 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:37:05.403 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7f8884db-ce09-4817-bcdf-818253601011 None None] Exception during message handling 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlu_Gcxj' 2019-09-13 06:37:05.403 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:37:05.404 80240 ERROR sysinv.openstack.common.rpc.common [req-7f8884db-ce09-4817-bcdf-818253601011 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlu_Gcxj' to caller 2019-09-13 06:37:05.405 80240 ERROR sysinv.openstack.common.rpc.common [req-7f8884db-ce09-4817-bcdf-818253601011 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlu_Gcxj'\n"] 2019-09-13 06:37:05.413 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:37:05.413 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:37:58.469 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:37:58.470 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:38:00.559 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:38:01.218 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:38:01.365 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:38:01.391 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:38:01.392 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:38:01.392 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:38:01.856 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:38:02.171 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:38:02.699 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:38:02.942 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:38:03.061 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:38:03.092 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:38:03.124 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:38:03.158 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:38:03.191 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:38:03.223 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:38:03.259 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:38:03.295 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:38:03.401 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:38:03.458 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:38:03.459 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:38:03.459 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:38:03.459 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:38:03.460 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:38:03.474 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:38:03.489 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] Setting config target of host 'controller-0' to '60967502-db86-4e1b-b8c2-d97f8476c87a'. 2019-09-13 06:38:03.533 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] _config_update_hosts config_uuid=60967502-db86-4e1b-b8c2-d97f8476c87a 2019-09-13 06:38:03.534 80240 INFO sysinv.conductor.manager [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] applying runtime manifest config_uuid=60967502-db86-4e1b-b8c2-d97f8476c87a, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:38:03.548 80240 INFO sysinv.puppet.puppet [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] Updating hiera for host: controller-0 with config_uuid: 60967502-db86-4e1b-b8c2-d97f8476c87a 2019-09-13 06:38:05.189 80240 ERROR sysinv.puppet.puppet [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTHdUQk' 2019-09-13 06:38:05.189 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:38:05.191 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] Exception during message handling 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTHdUQk' 2019-09-13 06:38:05.191 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:38:05.193 80240 ERROR sysinv.openstack.common.rpc.common [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTHdUQk' to caller 2019-09-13 06:38:05.193 80240 ERROR sysinv.openstack.common.rpc.common [req-b4e7912a-a6fb-4b15-9a67-1c94b02ebcb1 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTHdUQk'\n"] 2019-09-13 06:38:05.209 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:38:05.209 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:38:58.516 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:38:58.516 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:39:00.546 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:39:01.258 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:39:01.379 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:39:01.406 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:39:01.407 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:39:01.407 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:39:02.141 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:39:02.459 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:39:02.896 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:39:03.145 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:39:03.258 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:39:03.298 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:39:03.330 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:39:03.361 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:39:03.396 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:39:03.426 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:39:03.457 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:39:03.491 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:39:03.596 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:39:03.658 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:39:03.659 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:39:03.659 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:39:03.660 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] core_id : 0 1 2 3 4 5 2019-09-13 06:39:03.660 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:39:03.675 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:39:03.690 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] Setting config target of host 'controller-0' to '45fb461a-7beb-4f68-87d1-1e62ac730afa'. 2019-09-13 06:39:03.770 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] _config_update_hosts config_uuid=45fb461a-7beb-4f68-87d1-1e62ac730afa 2019-09-13 06:39:03.770 80240 INFO sysinv.conductor.manager [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] applying runtime manifest config_uuid=45fb461a-7beb-4f68-87d1-1e62ac730afa, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:39:03.786 80240 INFO sysinv.puppet.puppet [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] Updating hiera for host: controller-0 with config_uuid: 45fb461a-7beb-4f68-87d1-1e62ac730afa 2019-09-13 06:39:05.560 80240 ERROR sysinv.puppet.puppet [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlOMQUlx' 2019-09-13 06:39:05.560 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:39:05.561 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] Exception during message handling 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlOMQUlx' 2019-09-13 06:39:05.561 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:39:05.562 80240 ERROR sysinv.openstack.common.rpc.common [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlOMQUlx' to caller 2019-09-13 06:39:05.563 80240 ERROR sysinv.openstack.common.rpc.common [req-e50f44f6-4220-46b3-83b1-9b2cd0e7bbad None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlOMQUlx'\n"] 2019-09-13 06:39:05.577 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:39:05.577 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:39:58.565 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:39:58.566 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:40:00.617 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:40:01.302 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:40:01.431 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:40:01.457 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:40:01.458 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:40:01.458 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:40:02.055 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:40:02.588 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:40:02.853 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:40:03.088 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:40:03.198 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:40:03.231 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:40:03.269 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:40:03.301 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:40:03.334 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:40:03.370 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:40:03.403 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:40:03.435 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:40:03.538 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:40:03.596 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:40:03.597 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:40:03.597 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:40:03.597 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:40:03.598 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:40:03.613 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:40:03.629 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] Setting config target of host 'controller-0' to '69b36248-8924-4ee5-b658-0937a3a80fc1'. 2019-09-13 06:40:03.671 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] _config_update_hosts config_uuid=69b36248-8924-4ee5-b658-0937a3a80fc1 2019-09-13 06:40:03.671 80240 INFO sysinv.conductor.manager [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] applying runtime manifest config_uuid=69b36248-8924-4ee5-b658-0937a3a80fc1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:40:03.690 80240 INFO sysinv.puppet.puppet [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] Updating hiera for host: controller-0 with config_uuid: 69b36248-8924-4ee5-b658-0937a3a80fc1 2019-09-13 06:40:05.379 80240 ERROR sysinv.puppet.puppet [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamllhpzSo' 2019-09-13 06:40:05.379 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:40:05.380 80240 ERROR sysinv.openstack.common.rpc.amqp [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] Exception during message handling 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamllhpzSo' 2019-09-13 06:40:05.380 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:40:05.382 80240 ERROR sysinv.openstack.common.rpc.common [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamllhpzSo' to caller 2019-09-13 06:40:05.382 80240 ERROR sysinv.openstack.common.rpc.common [req-66d3d5a3-9446-4dcf-be30-54d73f847736 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamllhpzSo'\n"] 2019-09-13 06:40:05.390 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:40:05.390 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:40:58.613 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:40:58.614 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:41:00.678 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:41:01.363 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:41:01.516 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:41:01.543 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:41:01.544 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:41:01.544 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:41:02.391 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:41:02.725 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:41:03.171 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:41:03.413 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:41:03.535 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:41:03.568 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:41:03.604 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:41:03.637 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:41:03.668 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:41:03.704 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:41:03.737 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:41:03.771 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:41:03.878 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:41:03.939 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:41:03.939 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:41:03.939 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:41:03.940 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:41:03.941 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:41:03.956 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:41:03.972 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] Setting config target of host 'controller-0' to '6dac1248-9e56-45ee-9668-69a66c0e05b3'. 2019-09-13 06:41:04.006 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] _config_update_hosts config_uuid=6dac1248-9e56-45ee-9668-69a66c0e05b3 2019-09-13 06:41:04.006 80240 INFO sysinv.conductor.manager [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] applying runtime manifest config_uuid=6dac1248-9e56-45ee-9668-69a66c0e05b3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:41:04.022 80240 INFO sysinv.puppet.puppet [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] Updating hiera for host: controller-0 with config_uuid: 6dac1248-9e56-45ee-9668-69a66c0e05b3 2019-09-13 06:41:05.709 80240 ERROR sysinv.puppet.puppet [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlugdi1k' 2019-09-13 06:41:05.709 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:41:05.710 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] Exception during message handling 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlugdi1k' 2019-09-13 06:41:05.710 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:41:05.712 80240 ERROR sysinv.openstack.common.rpc.common [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlugdi1k' to caller 2019-09-13 06:41:05.712 80240 ERROR sysinv.openstack.common.rpc.common [req-2cfb3800-a9df-4a58-844e-4530f7d48604 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlugdi1k'\n"] 2019-09-13 06:41:05.721 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:41:05.721 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:41:58.615 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:41:58.615 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:42:00.701 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:42:01.375 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:42:01.499 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:42:01.525 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:42:01.525 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:42:01.526 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:42:02.030 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:42:02.563 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:42:02.885 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:42:03.125 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:42:03.244 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:42:03.275 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:42:03.309 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:42:03.340 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:42:03.372 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:42:03.402 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:42:03.611 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:42:03.650 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:42:03.754 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:42:03.814 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:42:03.814 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:42:03.814 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:42:03.815 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:42:03.815 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:42:03.829 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:42:03.844 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] Setting config target of host 'controller-0' to '49cbf10f-0b66-49e1-a018-160845bd16c3'. 2019-09-13 06:42:03.878 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] _config_update_hosts config_uuid=49cbf10f-0b66-49e1-a018-160845bd16c3 2019-09-13 06:42:03.878 80240 INFO sysinv.conductor.manager [req-9131380e-f86d-4a49-9fcd-494503864050 None None] applying runtime manifest config_uuid=49cbf10f-0b66-49e1-a018-160845bd16c3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:42:03.892 80240 INFO sysinv.puppet.puppet [req-9131380e-f86d-4a49-9fcd-494503864050 None None] Updating hiera for host: controller-0 with config_uuid: 49cbf10f-0b66-49e1-a018-160845bd16c3 2019-09-13 06:42:05.563 80240 ERROR sysinv.puppet.puppet [req-9131380e-f86d-4a49-9fcd-494503864050 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4qhKFV' 2019-09-13 06:42:05.563 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:42:05.564 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9131380e-f86d-4a49-9fcd-494503864050 None None] Exception during message handling 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4qhKFV' 2019-09-13 06:42:05.564 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:42:05.565 80240 ERROR sysinv.openstack.common.rpc.common [req-9131380e-f86d-4a49-9fcd-494503864050 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4qhKFV' to caller 2019-09-13 06:42:05.566 80240 ERROR sysinv.openstack.common.rpc.common [req-9131380e-f86d-4a49-9fcd-494503864050 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4qhKFV'\n"] 2019-09-13 06:42:05.573 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:42:05.573 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:42:58.616 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:42:58.616 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:43:00.688 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:43:01.376 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:43:01.542 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:43:01.567 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:43:01.568 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:43:01.568 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:43:02.055 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:43:02.661 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:43:02.940 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:43:03.175 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:43:03.287 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:43:03.318 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:43:03.352 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:43:03.382 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:43:03.413 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:43:03.450 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:43:03.481 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:43:03.513 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:43:03.622 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:43:03.680 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:43:03.681 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:43:03.681 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:43:03.681 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:43:03.682 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:43:03.700 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:43:03.715 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] Setting config target of host 'controller-0' to '0dff3b1d-f45d-4b36-9f9d-6893f036906e'. 2019-09-13 06:43:03.745 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] _config_update_hosts config_uuid=0dff3b1d-f45d-4b36-9f9d-6893f036906e 2019-09-13 06:43:03.746 80240 INFO sysinv.conductor.manager [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] applying runtime manifest config_uuid=0dff3b1d-f45d-4b36-9f9d-6893f036906e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:43:03.760 80240 INFO sysinv.puppet.puppet [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] Updating hiera for host: controller-0 with config_uuid: 0dff3b1d-f45d-4b36-9f9d-6893f036906e 2019-09-13 06:43:05.440 80240 ERROR sysinv.puppet.puppet [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljZ2Gww' 2019-09-13 06:43:05.440 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:43:05.441 80240 ERROR sysinv.openstack.common.rpc.amqp [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] Exception during message handling 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljZ2Gww' 2019-09-13 06:43:05.441 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:43:05.443 80240 ERROR sysinv.openstack.common.rpc.common [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljZ2Gww' to caller 2019-09-13 06:43:05.443 80240 ERROR sysinv.openstack.common.rpc.common [req-05d7431c-5883-4b55-b085-5cf7648d5d89 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljZ2Gww'\n"] 2019-09-13 06:43:05.452 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:43:05.452 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:43:58.669 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:43:58.669 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:44:00.849 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:44:01.516 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:44:01.663 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:44:01.690 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:44:01.690 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:44:01.691 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:44:02.487 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:44:02.831 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:44:03.089 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:44:03.505 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:44:03.626 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:44:03.659 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:44:03.695 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:44:03.727 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:44:03.759 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:44:03.793 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:44:03.824 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:44:03.857 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:44:03.970 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:44:04.041 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:44:04.041 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:44:04.041 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:44:04.042 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] core_id : 0 1 2 3 4 5 2019-09-13 06:44:04.042 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:44:04.063 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:44:04.080 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] Setting config target of host 'controller-0' to '0cd16e6c-ae34-463c-94dc-a2e7739cdae2'. 2019-09-13 06:44:04.125 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] _config_update_hosts config_uuid=0cd16e6c-ae34-463c-94dc-a2e7739cdae2 2019-09-13 06:44:04.125 80240 INFO sysinv.conductor.manager [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] applying runtime manifest config_uuid=0cd16e6c-ae34-463c-94dc-a2e7739cdae2, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:44:04.141 80240 INFO sysinv.puppet.puppet [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] Updating hiera for host: controller-0 with config_uuid: 0cd16e6c-ae34-463c-94dc-a2e7739cdae2 2019-09-13 06:44:05.870 80240 ERROR sysinv.puppet.puppet [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMCK5Ym' 2019-09-13 06:44:05.870 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:44:05.871 80240 ERROR sysinv.openstack.common.rpc.amqp [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] Exception during message handling 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMCK5Ym' 2019-09-13 06:44:05.871 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:44:05.873 80240 ERROR sysinv.openstack.common.rpc.common [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMCK5Ym' to caller 2019-09-13 06:44:05.873 80240 ERROR sysinv.openstack.common.rpc.common [req-82312b44-8b96-4610-96f4-16c3c8e97f3e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMCK5Ym'\n"] 2019-09-13 06:44:05.884 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:44:05.884 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:44:58.718 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:44:58.718 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:45:00.875 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:45:01.570 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:45:01.726 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:45:01.754 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:45:01.754 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:45:01.755 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:45:02.296 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:45:02.687 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:45:03.207 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:45:03.439 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:45:03.550 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:45:03.581 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:45:03.610 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:45:03.642 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:45:03.674 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:45:03.705 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:45:03.736 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:45:03.770 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:45:03.875 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:45:03.934 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:45:03.935 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:45:03.935 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:45:03.935 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:45:03.936 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:45:03.950 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:45:03.965 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] Setting config target of host 'controller-0' to '64dd87ea-4ccf-4d17-8ba4-38dcad9e31f1'. 2019-09-13 06:45:04.000 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] _config_update_hosts config_uuid=64dd87ea-4ccf-4d17-8ba4-38dcad9e31f1 2019-09-13 06:45:04.001 80240 INFO sysinv.conductor.manager [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] applying runtime manifest config_uuid=64dd87ea-4ccf-4d17-8ba4-38dcad9e31f1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:45:04.015 80240 INFO sysinv.puppet.puppet [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] Updating hiera for host: controller-0 with config_uuid: 64dd87ea-4ccf-4d17-8ba4-38dcad9e31f1 2019-09-13 06:45:05.817 80240 ERROR sysinv.puppet.puppet [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlG4MAWn' 2019-09-13 06:45:05.817 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:45:05.818 80240 ERROR sysinv.openstack.common.rpc.amqp [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] Exception during message handling 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlG4MAWn' 2019-09-13 06:45:05.818 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:45:05.819 80240 ERROR sysinv.openstack.common.rpc.common [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlG4MAWn' to caller 2019-09-13 06:45:05.820 80240 ERROR sysinv.openstack.common.rpc.common [req-55302c38-6b27-49e0-b2ab-26ea7884ab18 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlG4MAWn'\n"] 2019-09-13 06:45:05.830 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:45:05.830 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:45:58.771 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:45:58.772 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:46:00.867 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:46:01.576 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:46:01.733 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:46:01.759 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:46:01.760 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:46:01.760 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:46:02.264 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:46:02.636 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:46:03.139 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:46:03.386 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:46:03.500 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:46:03.532 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:46:03.562 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:46:03.597 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:46:03.628 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:46:03.659 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:46:03.692 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:46:03.727 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:46:03.833 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:46:04.073 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:46:04.073 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:46:04.074 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:46:04.074 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:46:04.074 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:46:04.090 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:46:04.107 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] Setting config target of host 'controller-0' to '7a5f844e-6dba-48c9-8a97-4bb62dbf5680'. 2019-09-13 06:46:04.144 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] _config_update_hosts config_uuid=7a5f844e-6dba-48c9-8a97-4bb62dbf5680 2019-09-13 06:46:04.144 80240 INFO sysinv.conductor.manager [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] applying runtime manifest config_uuid=7a5f844e-6dba-48c9-8a97-4bb62dbf5680, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:46:04.159 80240 INFO sysinv.puppet.puppet [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] Updating hiera for host: controller-0 with config_uuid: 7a5f844e-6dba-48c9-8a97-4bb62dbf5680 2019-09-13 06:46:05.848 80240 ERROR sysinv.puppet.puppet [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLzQxsT' 2019-09-13 06:46:05.848 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:46:05.848 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] Exception during message handling 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLzQxsT' 2019-09-13 06:46:05.848 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:46:05.851 80240 ERROR sysinv.openstack.common.rpc.common [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLzQxsT' to caller 2019-09-13 06:46:05.851 80240 ERROR sysinv.openstack.common.rpc.common [req-9546a6e1-0291-4dcd-bebf-5f227bbf3b67 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLzQxsT'\n"] 2019-09-13 06:46:05.860 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:46:05.860 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:46:58.801 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:46:58.802 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:47:00.878 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:47:01.551 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:47:01.678 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:47:01.704 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:47:01.705 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:47:01.705 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:47:02.184 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:47:02.496 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:47:02.979 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:47:03.232 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:47:03.343 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:47:03.373 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:47:03.404 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:47:03.445 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:47:03.478 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:47:03.513 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:47:03.546 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:47:03.581 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:47:03.688 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:47:03.746 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:47:03.747 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:47:03.747 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:47:03.748 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:47:03.748 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:47:03.763 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:47:03.778 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] Setting config target of host 'controller-0' to '70474d00-674b-45b1-9a11-c1bad040e502'. 2019-09-13 06:47:03.810 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] _config_update_hosts config_uuid=70474d00-674b-45b1-9a11-c1bad040e502 2019-09-13 06:47:03.811 80240 INFO sysinv.conductor.manager [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] applying runtime manifest config_uuid=70474d00-674b-45b1-9a11-c1bad040e502, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:47:03.825 80240 INFO sysinv.puppet.puppet [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] Updating hiera for host: controller-0 with config_uuid: 70474d00-674b-45b1-9a11-c1bad040e502 2019-09-13 06:47:05.470 80240 ERROR sysinv.puppet.puppet [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkD_pUC' 2019-09-13 06:47:05.470 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:47:05.471 80240 ERROR sysinv.openstack.common.rpc.amqp [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] Exception during message handling 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkD_pUC' 2019-09-13 06:47:05.471 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:47:05.473 80240 ERROR sysinv.openstack.common.rpc.common [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkD_pUC' to caller 2019-09-13 06:47:05.473 80240 ERROR sysinv.openstack.common.rpc.common [req-694c0ca3-6d5e-4c69-83ed-497c69658979 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkD_pUC'\n"] 2019-09-13 06:47:05.481 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:47:05.481 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:47:58.855 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:47:58.856 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:48:00.971 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:48:01.637 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:48:01.779 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:48:01.816 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:48:01.817 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:48:01.818 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:48:02.538 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:48:02.880 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:48:03.325 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:48:03.560 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:48:03.684 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:48:03.716 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:48:03.746 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:48:03.780 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:48:03.811 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:48:03.842 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:48:03.872 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:48:03.907 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:48:04.014 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:48:04.076 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:48:04.077 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:48:04.077 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:48:04.077 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] core_id : 0 1 2 3 4 5 2019-09-13 06:48:04.078 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:48:04.093 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:48:04.109 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] Setting config target of host 'controller-0' to '31f44a23-5448-410a-9fb8-0ecc73eb996d'. 2019-09-13 06:48:04.153 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] _config_update_hosts config_uuid=31f44a23-5448-410a-9fb8-0ecc73eb996d 2019-09-13 06:48:04.153 80240 INFO sysinv.conductor.manager [req-32be1191-650e-4641-9f1c-cfdda775344b None None] applying runtime manifest config_uuid=31f44a23-5448-410a-9fb8-0ecc73eb996d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:48:04.168 80240 INFO sysinv.puppet.puppet [req-32be1191-650e-4641-9f1c-cfdda775344b None None] Updating hiera for host: controller-0 with config_uuid: 31f44a23-5448-410a-9fb8-0ecc73eb996d 2019-09-13 06:48:05.846 80240 ERROR sysinv.puppet.puppet [req-32be1191-650e-4641-9f1c-cfdda775344b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrff4dK' 2019-09-13 06:48:05.846 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:48:05.847 80240 ERROR sysinv.openstack.common.rpc.amqp [req-32be1191-650e-4641-9f1c-cfdda775344b None None] Exception during message handling 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrff4dK' 2019-09-13 06:48:05.847 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:48:05.849 80240 ERROR sysinv.openstack.common.rpc.common [req-32be1191-650e-4641-9f1c-cfdda775344b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrff4dK' to caller 2019-09-13 06:48:05.849 80240 ERROR sysinv.openstack.common.rpc.common [req-32be1191-650e-4641-9f1c-cfdda775344b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrff4dK'\n"] 2019-09-13 06:48:05.858 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:48:05.858 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:48:58.870 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:48:58.871 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:49:00.997 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:49:01.699 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:49:01.821 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:49:01.848 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:49:01.849 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:49:01.849 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:49:02.295 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:49:02.944 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:49:03.240 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:49:03.489 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:49:03.609 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:49:03.642 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:49:03.677 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:49:03.710 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:49:03.742 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:49:03.777 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:49:03.810 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:49:03.852 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:49:03.959 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:49:04.018 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:49:04.018 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:49:04.018 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:49:04.019 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:49:04.019 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:49:04.034 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:49:04.049 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] Setting config target of host 'controller-0' to '3b975fcd-4d24-4cd1-850e-76c8eb4ea1df'. 2019-09-13 06:49:04.083 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] _config_update_hosts config_uuid=3b975fcd-4d24-4cd1-850e-76c8eb4ea1df 2019-09-13 06:49:04.083 80240 INFO sysinv.conductor.manager [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] applying runtime manifest config_uuid=3b975fcd-4d24-4cd1-850e-76c8eb4ea1df, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:49:04.097 80240 INFO sysinv.puppet.puppet [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] Updating hiera for host: controller-0 with config_uuid: 3b975fcd-4d24-4cd1-850e-76c8eb4ea1df 2019-09-13 06:49:05.783 80240 ERROR sysinv.puppet.puppet [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlt7uh0E' 2019-09-13 06:49:05.783 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:49:05.784 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] Exception during message handling 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlt7uh0E' 2019-09-13 06:49:05.784 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:49:05.786 80240 ERROR sysinv.openstack.common.rpc.common [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlt7uh0E' to caller 2019-09-13 06:49:05.786 80240 ERROR sysinv.openstack.common.rpc.common [req-7ea208c9-6b29-4002-922a-c2e1dd8a5c59 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlt7uh0E'\n"] 2019-09-13 06:49:05.794 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:49:05.794 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:49:58.914 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:49:58.915 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:50:01.046 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:50:01.724 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:50:01.849 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:50:01.875 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:50:01.875 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:50:01.876 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:50:02.593 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:50:02.971 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:50:03.219 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:50:03.625 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:50:03.736 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:50:03.767 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:50:03.799 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:50:03.829 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:50:03.860 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:50:03.893 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:50:03.924 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:50:03.955 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:50:04.075 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:50:04.134 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:50:04.134 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:50:04.135 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:50:04.135 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:50:04.135 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:50:04.151 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:50:04.166 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] Setting config target of host 'controller-0' to '73c319d3-8530-4849-89ce-8aaca50c0d5d'. 2019-09-13 06:50:04.202 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] _config_update_hosts config_uuid=73c319d3-8530-4849-89ce-8aaca50c0d5d 2019-09-13 06:50:04.202 80240 INFO sysinv.conductor.manager [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] applying runtime manifest config_uuid=73c319d3-8530-4849-89ce-8aaca50c0d5d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:50:04.217 80240 INFO sysinv.puppet.puppet [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] Updating hiera for host: controller-0 with config_uuid: 73c319d3-8530-4849-89ce-8aaca50c0d5d 2019-09-13 06:50:05.893 80240 ERROR sysinv.puppet.puppet [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlY7f1ij' 2019-09-13 06:50:05.893 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:50:05.894 80240 ERROR sysinv.openstack.common.rpc.amqp [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] Exception during message handling 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlY7f1ij' 2019-09-13 06:50:05.894 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:50:05.895 80240 ERROR sysinv.openstack.common.rpc.common [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlY7f1ij' to caller 2019-09-13 06:50:05.896 80240 ERROR sysinv.openstack.common.rpc.common [req-75b8653e-9675-4acb-9b2f-37b264e0b024 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlY7f1ij'\n"] 2019-09-13 06:50:05.904 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:50:05.904 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:50:58.957 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:50:58.958 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:51:01.024 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:51:01.688 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:51:01.826 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:51:01.860 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:51:01.861 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:51:01.861 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:51:02.334 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:51:02.882 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:51:03.178 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:51:03.421 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:51:03.714 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:51:03.745 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:51:03.777 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:51:03.810 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:51:03.842 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:51:03.886 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:51:03.923 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:51:03.957 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:51:04.065 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:51:04.124 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:51:04.124 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:51:04.124 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:51:04.125 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:51:04.125 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:51:04.140 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:51:04.156 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] Setting config target of host 'controller-0' to '7f3fe088-96b6-43be-9ce8-a18fc340ffd9'. 2019-09-13 06:51:04.203 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] _config_update_hosts config_uuid=7f3fe088-96b6-43be-9ce8-a18fc340ffd9 2019-09-13 06:51:04.204 80240 INFO sysinv.conductor.manager [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] applying runtime manifest config_uuid=7f3fe088-96b6-43be-9ce8-a18fc340ffd9, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:51:04.219 80240 INFO sysinv.puppet.puppet [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] Updating hiera for host: controller-0 with config_uuid: 7f3fe088-96b6-43be-9ce8-a18fc340ffd9 2019-09-13 06:51:05.955 80240 ERROR sysinv.puppet.puppet [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRpTarT' 2019-09-13 06:51:05.955 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:51:05.956 80240 ERROR sysinv.openstack.common.rpc.amqp [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] Exception during message handling 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRpTarT' 2019-09-13 06:51:05.956 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:51:05.957 80240 ERROR sysinv.openstack.common.rpc.common [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRpTarT' to caller 2019-09-13 06:51:05.958 80240 ERROR sysinv.openstack.common.rpc.common [req-846934be-ebd8-43e0-88a2-da58b69b0f93 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlRpTarT'\n"] 2019-09-13 06:51:05.966 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:51:05.966 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:51:59.012 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:51:59.013 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:52:01.169 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:52:01.829 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:52:01.973 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:52:01.999 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:52:01.999 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:52:02.000 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:52:02.510 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:52:03.090 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:52:03.370 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:52:03.607 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:52:03.718 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:52:03.752 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:52:03.788 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:52:03.821 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:52:03.852 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:52:03.888 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:52:03.922 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:52:03.954 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:52:04.091 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:52:04.146 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:52:04.147 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:52:04.147 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:52:04.147 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] core_id : 0 1 2 3 4 5 2019-09-13 06:52:04.148 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:52:04.162 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:52:04.177 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] Setting config target of host 'controller-0' to '7593ecb3-7623-40d6-a833-e09cd152ba08'. 2019-09-13 06:52:04.263 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] _config_update_hosts config_uuid=7593ecb3-7623-40d6-a833-e09cd152ba08 2019-09-13 06:52:04.263 80240 INFO sysinv.conductor.manager [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] applying runtime manifest config_uuid=7593ecb3-7623-40d6-a833-e09cd152ba08, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:52:04.278 80240 INFO sysinv.puppet.puppet [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] Updating hiera for host: controller-0 with config_uuid: 7593ecb3-7623-40d6-a833-e09cd152ba08 2019-09-13 06:52:05.964 80240 ERROR sysinv.puppet.puppet [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKoD6fy' 2019-09-13 06:52:05.964 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:52:05.965 80240 ERROR sysinv.openstack.common.rpc.amqp [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] Exception during message handling 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKoD6fy' 2019-09-13 06:52:05.965 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:52:05.968 80240 ERROR sysinv.openstack.common.rpc.common [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKoD6fy' to caller 2019-09-13 06:52:05.968 80240 ERROR sysinv.openstack.common.rpc.common [req-a8e506a8-a4b5-4b44-abcd-d7948abb6d1d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKoD6fy'\n"] 2019-09-13 06:52:05.978 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:52:05.978 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:52:59.045 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:52:59.046 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:53:01.160 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:53:01.830 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:53:01.997 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:53:02.024 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:53:02.025 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:53:02.025 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:53:02.831 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:53:03.152 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:53:03.592 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:53:03.830 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:53:03.944 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:53:03.978 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:53:04.012 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:53:04.042 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:53:04.074 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:53:04.109 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:53:04.140 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:53:04.172 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:53:04.282 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:53:04.340 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:53:04.340 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:53:04.341 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:53:04.341 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:53:04.341 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:53:04.356 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:53:04.371 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] Setting config target of host 'controller-0' to '78b5e750-3642-4603-8110-2e9dcd7cc3ad'. 2019-09-13 06:53:04.404 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] _config_update_hosts config_uuid=78b5e750-3642-4603-8110-2e9dcd7cc3ad 2019-09-13 06:53:04.405 80240 INFO sysinv.conductor.manager [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] applying runtime manifest config_uuid=78b5e750-3642-4603-8110-2e9dcd7cc3ad, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:53:04.420 80240 INFO sysinv.puppet.puppet [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] Updating hiera for host: controller-0 with config_uuid: 78b5e750-3642-4603-8110-2e9dcd7cc3ad 2019-09-13 06:53:06.093 80240 ERROR sysinv.puppet.puppet [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlzMivUK' 2019-09-13 06:53:06.093 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:53:06.094 80240 ERROR sysinv.openstack.common.rpc.amqp [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] Exception during message handling 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlzMivUK' 2019-09-13 06:53:06.094 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:53:06.096 80240 ERROR sysinv.openstack.common.rpc.common [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlzMivUK' to caller 2019-09-13 06:53:06.096 80240 ERROR sysinv.openstack.common.rpc.common [req-577d75fe-ab40-4a47-b731-3e20a65cdfd1 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlzMivUK'\n"] 2019-09-13 06:53:06.104 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:53:06.104 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:53:59.045 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:53:59.045 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:54:01.185 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:54:01.877 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:54:02.005 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:54:02.030 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:54:02.030 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:54:02.031 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:54:02.496 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:54:03.040 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:54:03.338 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:54:03.583 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:54:03.707 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:54:03.737 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:54:03.771 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:54:03.802 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:54:03.832 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:54:03.862 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:54:04.062 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:54:04.092 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:54:04.195 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:54:04.255 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:54:04.255 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:54:04.256 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:54:04.256 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:54:04.257 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:54:04.272 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:54:04.287 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] Setting config target of host 'controller-0' to '06c27dd8-9837-436c-93b2-54367827d373'. 2019-09-13 06:54:04.319 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] _config_update_hosts config_uuid=06c27dd8-9837-436c-93b2-54367827d373 2019-09-13 06:54:04.319 80240 INFO sysinv.conductor.manager [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] applying runtime manifest config_uuid=06c27dd8-9837-436c-93b2-54367827d373, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:54:04.334 80240 INFO sysinv.puppet.puppet [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] Updating hiera for host: controller-0 with config_uuid: 06c27dd8-9837-436c-93b2-54367827d373 2019-09-13 06:54:06.126 80240 ERROR sysinv.puppet.puppet [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlffcwCT' 2019-09-13 06:54:06.126 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:54:06.127 80240 ERROR sysinv.openstack.common.rpc.amqp [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] Exception during message handling 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlffcwCT' 2019-09-13 06:54:06.127 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:54:06.129 80240 ERROR sysinv.openstack.common.rpc.common [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlffcwCT' to caller 2019-09-13 06:54:06.129 80240 ERROR sysinv.openstack.common.rpc.common [req-0e8d2389-bcbd-4af0-8222-cb1960a1b816 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlffcwCT'\n"] 2019-09-13 06:54:06.141 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:54:06.141 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:54:59.099 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:54:59.100 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:55:01.250 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:55:01.941 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:55:02.071 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:55:02.097 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:55:02.098 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:55:02.098 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:55:02.592 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:55:02.946 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:55:03.389 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:55:03.625 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:55:03.736 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:55:03.766 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:55:03.796 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:55:03.830 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:55:03.864 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:55:03.896 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:55:03.928 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:55:03.964 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:55:04.070 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:55:04.129 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:55:04.129 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:55:04.130 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:55:04.130 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:55:04.130 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:55:04.146 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:55:04.161 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] Setting config target of host 'controller-0' to '34e9e1b4-eb2b-4150-88bd-e2520fd12371'. 2019-09-13 06:55:04.202 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] _config_update_hosts config_uuid=34e9e1b4-eb2b-4150-88bd-e2520fd12371 2019-09-13 06:55:04.203 80240 INFO sysinv.conductor.manager [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] applying runtime manifest config_uuid=34e9e1b4-eb2b-4150-88bd-e2520fd12371, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:55:04.217 80240 INFO sysinv.puppet.puppet [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] Updating hiera for host: controller-0 with config_uuid: 34e9e1b4-eb2b-4150-88bd-e2520fd12371 2019-09-13 06:55:05.878 80240 ERROR sysinv.puppet.puppet [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlSeizdQ' 2019-09-13 06:55:05.878 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:55:05.879 80240 ERROR sysinv.openstack.common.rpc.amqp [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] Exception during message handling 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlSeizdQ' 2019-09-13 06:55:05.879 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:55:05.881 80240 ERROR sysinv.openstack.common.rpc.common [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlSeizdQ' to caller 2019-09-13 06:55:05.881 80240 ERROR sysinv.openstack.common.rpc.common [req-331a7d14-47cf-40ac-a0ad-45ac7fc6c0d8 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlSeizdQ'\n"] 2019-09-13 06:55:05.889 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:55:05.889 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:55:59.152 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:55:59.152 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:56:01.308 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:56:01.972 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:56:02.116 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:56:02.142 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:56:02.143 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:56:02.143 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:56:02.688 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:56:03.259 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:56:03.521 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:56:03.764 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:56:03.875 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:56:03.906 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:56:03.941 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:56:03.972 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:56:04.009 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:56:04.043 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:56:04.074 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:56:04.105 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:56:04.211 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:56:04.270 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:56:04.271 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:56:04.271 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:56:04.271 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:56:04.272 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:56:04.291 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:56:04.306 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] Setting config target of host 'controller-0' to '529004c9-73c4-494b-9de8-6f133495f90a'. 2019-09-13 06:56:04.337 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] _config_update_hosts config_uuid=529004c9-73c4-494b-9de8-6f133495f90a 2019-09-13 06:56:04.337 80240 INFO sysinv.conductor.manager [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] applying runtime manifest config_uuid=529004c9-73c4-494b-9de8-6f133495f90a, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:56:04.351 80240 INFO sysinv.puppet.puppet [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] Updating hiera for host: controller-0 with config_uuid: 529004c9-73c4-494b-9de8-6f133495f90a 2019-09-13 06:56:06.015 80240 ERROR sysinv.puppet.puppet [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7VOY0l' 2019-09-13 06:56:06.015 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:56:06.015 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] Exception during message handling 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7VOY0l' 2019-09-13 06:56:06.015 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:56:06.017 80240 ERROR sysinv.openstack.common.rpc.common [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7VOY0l' to caller 2019-09-13 06:56:06.018 80240 ERROR sysinv.openstack.common.rpc.common [req-e280690d-21e2-4a5e-a28d-be9946fba924 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7VOY0l'\n"] 2019-09-13 06:56:06.027 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:56:06.027 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:56:59.204 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:56:59.205 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:57:01.344 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:57:02.025 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:57:02.172 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:57:02.198 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:57:02.199 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:57:02.199 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:57:02.927 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:57:03.249 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:57:03.514 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:57:03.928 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:57:04.044 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:57:04.075 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:57:04.109 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:57:04.139 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:57:04.170 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:57:04.204 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:57:04.251 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:57:04.281 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:57:04.384 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:57:04.440 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:57:04.440 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:57:04.441 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:57:04.441 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] core_id : 0 1 2 3 4 5 2019-09-13 06:57:04.441 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:57:04.456 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:57:04.471 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] Setting config target of host 'controller-0' to '60624fb2-21d3-43e6-9cd0-9a6a0872a632'. 2019-09-13 06:57:04.524 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] _config_update_hosts config_uuid=60624fb2-21d3-43e6-9cd0-9a6a0872a632 2019-09-13 06:57:04.525 80240 INFO sysinv.conductor.manager [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] applying runtime manifest config_uuid=60624fb2-21d3-43e6-9cd0-9a6a0872a632, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:57:04.539 80240 INFO sysinv.puppet.puppet [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] Updating hiera for host: controller-0 with config_uuid: 60624fb2-21d3-43e6-9cd0-9a6a0872a632 2019-09-13 06:57:06.180 80240 ERROR sysinv.puppet.puppet [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlIOl9p7' 2019-09-13 06:57:06.180 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:57:06.181 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] Exception during message handling 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlIOl9p7' 2019-09-13 06:57:06.181 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:57:06.183 80240 ERROR sysinv.openstack.common.rpc.common [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlIOl9p7' to caller 2019-09-13 06:57:06.183 80240 ERROR sysinv.openstack.common.rpc.common [req-9f43e757-e74d-400e-85f2-f14b5b27cebd None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlIOl9p7'\n"] 2019-09-13 06:57:06.192 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:57:06.192 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:57:59.258 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:57:59.258 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:58:01.380 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:58:02.050 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:58:02.196 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:58:02.223 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:58:02.224 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:58:02.224 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:58:02.723 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:58:03.331 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:58:03.619 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:58:03.859 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:58:03.972 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:58:04.004 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:58:04.038 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:58:04.236 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:58:04.268 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:58:04.299 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:58:04.330 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:58:04.363 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:58:04.471 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:58:04.534 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:58:04.534 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:58:04.535 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:58:04.535 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:58:04.536 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:58:04.551 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:58:04.566 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] Setting config target of host 'controller-0' to '3b782101-d2c6-41f0-8619-2b1f808d032a'. 2019-09-13 06:58:04.662 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] _config_update_hosts config_uuid=3b782101-d2c6-41f0-8619-2b1f808d032a 2019-09-13 06:58:04.663 80240 INFO sysinv.conductor.manager [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] applying runtime manifest config_uuid=3b782101-d2c6-41f0-8619-2b1f808d032a, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:58:04.678 80240 INFO sysinv.puppet.puppet [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] Updating hiera for host: controller-0 with config_uuid: 3b782101-d2c6-41f0-8619-2b1f808d032a 2019-09-13 06:58:06.306 80240 ERROR sysinv.puppet.puppet [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlYeuhi1' 2019-09-13 06:58:06.306 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:58:06.307 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] Exception during message handling 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlYeuhi1' 2019-09-13 06:58:06.307 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:58:06.308 80240 ERROR sysinv.openstack.common.rpc.common [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlYeuhi1' to caller 2019-09-13 06:58:06.309 80240 ERROR sysinv.openstack.common.rpc.common [req-2592bd03-8a20-4a3b-8100-ac96abce62b1 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlYeuhi1'\n"] 2019-09-13 06:58:06.318 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:58:06.318 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:58:59.310 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:58:59.311 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 06:59:01.399 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 06:59:02.058 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 06:59:02.179 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 06:59:02.205 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 06:59:02.205 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 06:59:02.206 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:59:02.644 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:59:03.161 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 06:59:03.472 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:59:03.723 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 06:59:03.835 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 06:59:03.866 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:59:03.897 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:59:03.930 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 06:59:03.961 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 06:59:03.993 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 06:59:04.025 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 06:59:04.061 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 06:59:04.166 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 06:59:04.238 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 06:59:04.239 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 06:59:04.239 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] socket_id : 0 0 0 0 0 0 2019-09-13 06:59:04.239 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] core_id : 0 1 2 3 4 5 2019-09-13 06:59:04.240 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] thread_id : 0 0 0 0 0 0 2019-09-13 06:59:04.255 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 06:59:04.270 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] Setting config target of host 'controller-0' to '58079653-8388-4991-a827-22c214ceadd3'. 2019-09-13 06:59:04.315 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] _config_update_hosts config_uuid=58079653-8388-4991-a827-22c214ceadd3 2019-09-13 06:59:04.316 80240 INFO sysinv.conductor.manager [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] applying runtime manifest config_uuid=58079653-8388-4991-a827-22c214ceadd3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 06:59:04.330 80240 INFO sysinv.puppet.puppet [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] Updating hiera for host: controller-0 with config_uuid: 58079653-8388-4991-a827-22c214ceadd3 2019-09-13 06:59:06.025 80240 ERROR sysinv.puppet.puppet [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDaEPNe' 2019-09-13 06:59:06.025 80240 TRACE sysinv.puppet.puppet 2019-09-13 06:59:06.026 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] Exception during message handling 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDaEPNe' 2019-09-13 06:59:06.026 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 06:59:06.028 80240 ERROR sysinv.openstack.common.rpc.common [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDaEPNe' to caller 2019-09-13 06:59:06.029 80240 ERROR sysinv.openstack.common.rpc.common [req-1a24914f-bb4d-4728-9d9b-3b413be4f723 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDaEPNe'\n"] 2019-09-13 06:59:06.038 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 06:59:06.038 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 06:59:59.365 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 06:59:59.367 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:00:01.470 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:00:02.140 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:00:02.284 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:00:02.310 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:00:02.311 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:00:02.311 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:00:03.124 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:00:03.386 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:00:03.813 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:00:04.045 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:00:04.157 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:00:04.189 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:00:04.225 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:00:04.257 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:00:04.288 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:00:04.323 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:00:04.355 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:00:04.387 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:00:04.502 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:00:04.556 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:00:04.557 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:00:04.557 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:00:04.557 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] core_id : 0 1 2 3 4 5 2019-09-13 07:00:04.558 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:00:04.572 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:00:04.586 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] Setting config target of host 'controller-0' to '0e94abea-fe0e-4a16-b917-65400b04ded3'. 2019-09-13 07:00:04.630 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] _config_update_hosts config_uuid=0e94abea-fe0e-4a16-b917-65400b04ded3 2019-09-13 07:00:04.630 80240 INFO sysinv.conductor.manager [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] applying runtime manifest config_uuid=0e94abea-fe0e-4a16-b917-65400b04ded3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:00:04.645 80240 INFO sysinv.puppet.puppet [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] Updating hiera for host: controller-0 with config_uuid: 0e94abea-fe0e-4a16-b917-65400b04ded3 2019-09-13 07:00:06.284 80240 ERROR sysinv.puppet.puppet [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNcVuBQ' 2019-09-13 07:00:06.284 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:00:06.285 80240 ERROR sysinv.openstack.common.rpc.amqp [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] Exception during message handling 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNcVuBQ' 2019-09-13 07:00:06.285 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:00:06.287 80240 ERROR sysinv.openstack.common.rpc.common [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNcVuBQ' to caller 2019-09-13 07:00:06.287 80240 ERROR sysinv.openstack.common.rpc.common [req-0e7f072b-df31-4e60-a84c-bb379821b90e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNcVuBQ'\n"] 2019-09-13 07:00:06.295 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:00:06.295 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:00:59.372 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:00:59.373 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:01:01.458 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:01:02.118 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:01:02.256 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:01:02.282 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:01:02.282 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:01:02.283 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:01:02.815 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:01:03.425 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:01:03.715 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:01:03.960 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:01:04.257 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:01:04.288 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:01:04.320 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:01:04.353 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:01:04.384 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:01:04.414 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:01:04.450 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:01:04.481 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:01:04.585 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:01:04.644 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:01:04.645 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:01:04.645 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:01:04.645 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:01:04.646 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:01:04.661 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:01:04.676 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] Setting config target of host 'controller-0' to '53aff670-2035-4c3c-a071-55608e409136'. 2019-09-13 07:01:04.716 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] _config_update_hosts config_uuid=53aff670-2035-4c3c-a071-55608e409136 2019-09-13 07:01:04.716 80240 INFO sysinv.conductor.manager [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] applying runtime manifest config_uuid=53aff670-2035-4c3c-a071-55608e409136, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:01:04.731 80240 INFO sysinv.puppet.puppet [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] Updating hiera for host: controller-0 with config_uuid: 53aff670-2035-4c3c-a071-55608e409136 2019-09-13 07:01:06.423 80240 ERROR sysinv.puppet.puppet [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlN_MqlZ' 2019-09-13 07:01:06.423 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:01:06.424 80240 ERROR sysinv.openstack.common.rpc.amqp [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] Exception during message handling 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlN_MqlZ' 2019-09-13 07:01:06.424 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:01:06.427 80240 ERROR sysinv.openstack.common.rpc.common [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlN_MqlZ' to caller 2019-09-13 07:01:06.427 80240 ERROR sysinv.openstack.common.rpc.common [req-5a24fe82-6140-4a2a-84ee-e82870366256 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlN_MqlZ'\n"] 2019-09-13 07:01:06.436 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:01:06.436 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:01:59.377 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:01:59.378 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:02:01.490 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:02:02.154 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:02:02.278 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:02:02.303 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:02:02.304 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:02:02.304 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:02:02.759 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:02:03.256 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:02:03.552 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:02:03.805 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:02:03.912 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:02:03.946 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:02:03.977 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:02:04.017 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:02:04.056 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:02:04.090 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:02:04.125 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:02:04.161 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:02:04.262 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:02:04.322 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:02:04.323 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:02:04.323 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:02:04.323 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:02:04.324 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:02:04.342 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:02:04.358 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] Setting config target of host 'controller-0' to '54ef6c35-bbc5-4fd4-bfc1-e5a9dca734d4'. 2019-09-13 07:02:04.394 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] _config_update_hosts config_uuid=54ef6c35-bbc5-4fd4-bfc1-e5a9dca734d4 2019-09-13 07:02:04.395 80240 INFO sysinv.conductor.manager [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] applying runtime manifest config_uuid=54ef6c35-bbc5-4fd4-bfc1-e5a9dca734d4, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:02:04.410 80240 INFO sysinv.puppet.puppet [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] Updating hiera for host: controller-0 with config_uuid: 54ef6c35-bbc5-4fd4-bfc1-e5a9dca734d4 2019-09-13 07:02:06.268 80240 ERROR sysinv.puppet.puppet [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0emMtp' 2019-09-13 07:02:06.268 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:02:06.269 80240 ERROR sysinv.openstack.common.rpc.amqp [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] Exception during message handling 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0emMtp' 2019-09-13 07:02:06.269 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:02:06.270 80240 ERROR sysinv.openstack.common.rpc.common [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0emMtp' to caller 2019-09-13 07:02:06.271 80240 ERROR sysinv.openstack.common.rpc.common [req-dd87be15-53b2-485a-8147-5a7157bdeaa0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml0emMtp'\n"] 2019-09-13 07:02:06.279 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:02:06.279 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:02:59.417 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:02:59.417 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:03:01.595 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:03:02.299 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:03:02.440 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:03:02.468 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:03:02.468 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:03:02.469 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:03:03.084 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:03:03.617 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:03:03.889 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:03:04.134 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:03:04.261 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:03:04.294 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:03:04.331 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:03:04.363 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:03:04.395 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:03:04.431 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:03:04.463 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:03:04.495 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:03:04.600 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:03:04.656 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:03:04.657 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:03:04.657 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:03:04.657 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:03:04.658 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:03:04.676 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:03:04.692 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] Setting config target of host 'controller-0' to '6a3d5f70-3a39-4d01-8234-0eb38e0bc2a7'. 2019-09-13 07:03:04.729 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] _config_update_hosts config_uuid=6a3d5f70-3a39-4d01-8234-0eb38e0bc2a7 2019-09-13 07:03:04.729 80240 INFO sysinv.conductor.manager [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] applying runtime manifest config_uuid=6a3d5f70-3a39-4d01-8234-0eb38e0bc2a7, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:03:04.744 80240 INFO sysinv.puppet.puppet [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] Updating hiera for host: controller-0 with config_uuid: 6a3d5f70-3a39-4d01-8234-0eb38e0bc2a7 2019-09-13 07:03:06.427 80240 ERROR sysinv.puppet.puppet [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6_JRZG' 2019-09-13 07:03:06.427 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:03:06.427 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] Exception during message handling 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6_JRZG' 2019-09-13 07:03:06.427 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:03:06.430 80240 ERROR sysinv.openstack.common.rpc.common [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6_JRZG' to caller 2019-09-13 07:03:06.430 80240 ERROR sysinv.openstack.common.rpc.common [req-6de35310-11f7-4ab6-af49-77c6c5f99bd5 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6_JRZG'\n"] 2019-09-13 07:03:06.439 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:03:06.439 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:03:59.455 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:03:59.455 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:04:01.617 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:04:02.322 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:04:02.471 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:04:02.498 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:04:02.499 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:04:02.499 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:04:03.250 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:04:03.573 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:04:03.847 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:04:04.266 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:04:04.376 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:04:04.408 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:04:04.449 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:04:04.508 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:04:04.540 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:04:04.573 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:04:04.603 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:04:04.633 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:04:04.739 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:04:04.798 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:04:04.799 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:04:04.799 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:04:04.799 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:04:04.800 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:04:04.819 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:04:04.835 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] Setting config target of host 'controller-0' to '28bd9e8f-a0c7-43c9-9e38-fbd636e2ebc2'. 2019-09-13 07:04:04.872 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] _config_update_hosts config_uuid=28bd9e8f-a0c7-43c9-9e38-fbd636e2ebc2 2019-09-13 07:04:04.872 80240 INFO sysinv.conductor.manager [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] applying runtime manifest config_uuid=28bd9e8f-a0c7-43c9-9e38-fbd636e2ebc2, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:04:04.887 80240 INFO sysinv.puppet.puppet [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] Updating hiera for host: controller-0 with config_uuid: 28bd9e8f-a0c7-43c9-9e38-fbd636e2ebc2 2019-09-13 07:04:06.575 80240 ERROR sysinv.puppet.puppet [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD0YJK9' 2019-09-13 07:04:06.575 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:04:06.577 80240 ERROR sysinv.openstack.common.rpc.amqp [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] Exception during message handling 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD0YJK9' 2019-09-13 07:04:06.577 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:04:06.579 80240 ERROR sysinv.openstack.common.rpc.common [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD0YJK9' to caller 2019-09-13 07:04:06.579 80240 ERROR sysinv.openstack.common.rpc.common [req-604a9ef4-02fd-4e21-bb75-1d3786a998c2 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD0YJK9'\n"] 2019-09-13 07:04:06.587 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:04:06.587 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:04:59.495 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:04:59.496 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:05:01.641 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:05:02.321 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:05:02.466 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:05:02.493 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:05:02.494 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:05:02.494 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:05:02.993 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:05:03.523 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:05:03.823 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:05:04.068 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:05:04.180 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:05:04.211 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:05:04.250 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:05:04.284 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:05:04.314 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:05:04.347 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:05:04.378 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:05:04.409 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:05:04.511 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:05:04.570 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:05:04.571 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:05:04.572 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:05:04.572 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:05:04.572 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:05:04.588 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:05:04.603 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] Setting config target of host 'controller-0' to '0ba380df-ac74-4506-9ce3-2b72ad098288'. 2019-09-13 07:05:04.655 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] _config_update_hosts config_uuid=0ba380df-ac74-4506-9ce3-2b72ad098288 2019-09-13 07:05:04.655 80240 INFO sysinv.conductor.manager [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] applying runtime manifest config_uuid=0ba380df-ac74-4506-9ce3-2b72ad098288, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:05:04.671 80240 INFO sysinv.puppet.puppet [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] Updating hiera for host: controller-0 with config_uuid: 0ba380df-ac74-4506-9ce3-2b72ad098288 2019-09-13 07:05:06.360 80240 ERROR sysinv.puppet.puppet [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfS_p06' 2019-09-13 07:05:06.360 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:05:06.361 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] Exception during message handling 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfS_p06' 2019-09-13 07:05:06.361 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:05:06.362 80240 ERROR sysinv.openstack.common.rpc.common [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfS_p06' to caller 2019-09-13 07:05:06.363 80240 ERROR sysinv.openstack.common.rpc.common [req-ef230a1e-1192-4885-a76d-fc5b75260170 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlfS_p06'\n"] 2019-09-13 07:05:06.372 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:05:06.372 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:05:59.540 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:05:59.540 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:06:01.694 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:06:02.377 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:06:02.539 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:06:02.566 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:06:02.567 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:06:02.567 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:06:03.436 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:06:03.708 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:06:03.975 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:06:04.387 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:06:04.509 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:06:04.541 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:06:04.574 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:06:04.608 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:06:04.639 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:06:04.670 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:06:04.704 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:06:04.736 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:06:04.853 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:06:04.920 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:06:04.921 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:06:04.921 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:06:04.921 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] core_id : 0 1 2 3 4 5 2019-09-13 07:06:04.922 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:06:04.937 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:06:04.953 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] Setting config target of host 'controller-0' to '6fa7655b-84f9-4cfb-be5e-87e57de060b7'. 2019-09-13 07:06:04.982 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] _config_update_hosts config_uuid=6fa7655b-84f9-4cfb-be5e-87e57de060b7 2019-09-13 07:06:04.983 80240 INFO sysinv.conductor.manager [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] applying runtime manifest config_uuid=6fa7655b-84f9-4cfb-be5e-87e57de060b7, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:06:05.002 80240 INFO sysinv.puppet.puppet [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] Updating hiera for host: controller-0 with config_uuid: 6fa7655b-84f9-4cfb-be5e-87e57de060b7 2019-09-13 07:06:06.638 80240 ERROR sysinv.puppet.puppet [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlgRd43k' 2019-09-13 07:06:06.638 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:06:06.639 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] Exception during message handling 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlgRd43k' 2019-09-13 07:06:06.639 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:06:06.641 80240 ERROR sysinv.openstack.common.rpc.common [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlgRd43k' to caller 2019-09-13 07:06:06.641 80240 ERROR sysinv.openstack.common.rpc.common [req-b9ddb00d-0745-45c5-baf5-ca9c7f6c960e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlgRd43k'\n"] 2019-09-13 07:06:06.650 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:06:06.650 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:06:59.592 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:06:59.593 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:07:01.724 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:07:02.398 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:07:02.546 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:07:02.573 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:07:02.574 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:07:02.574 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:07:03.118 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:07:03.684 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:07:03.991 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:07:04.414 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:07:04.534 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:07:04.571 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:07:04.605 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:07:04.646 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:07:04.684 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:07:04.720 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:07:04.782 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:07:04.815 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:07:04.930 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:07:04.995 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:07:04.996 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:07:04.996 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:07:04.997 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] core_id : 0 1 2 3 4 5 2019-09-13 07:07:04.997 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:07:05.018 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:07:05.042 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] Setting config target of host 'controller-0' to '3f38fd71-27ca-45ab-81f1-918fad45c350'. 2019-09-13 07:07:05.076 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] _config_update_hosts config_uuid=3f38fd71-27ca-45ab-81f1-918fad45c350 2019-09-13 07:07:05.077 80240 INFO sysinv.conductor.manager [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] applying runtime manifest config_uuid=3f38fd71-27ca-45ab-81f1-918fad45c350, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:07:05.093 80240 INFO sysinv.puppet.puppet [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] Updating hiera for host: controller-0 with config_uuid: 3f38fd71-27ca-45ab-81f1-918fad45c350 2019-09-13 07:07:06.732 80240 ERROR sysinv.puppet.puppet [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcGQoBm' 2019-09-13 07:07:06.732 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:07:06.733 80240 ERROR sysinv.openstack.common.rpc.amqp [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] Exception during message handling 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcGQoBm' 2019-09-13 07:07:06.733 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:07:06.735 80240 ERROR sysinv.openstack.common.rpc.common [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcGQoBm' to caller 2019-09-13 07:07:06.735 80240 ERROR sysinv.openstack.common.rpc.common [req-0bea2b83-73c1-4d89-bc90-7ee8ea2cc3fe None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcGQoBm'\n"] 2019-09-13 07:07:06.744 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:07:06.744 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:07:59.595 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:07:59.595 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:08:01.760 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:08:02.432 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:08:02.561 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:08:02.592 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:08:02.592 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:08:02.593 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:08:03.101 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:08:03.590 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:08:03.962 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:08:04.194 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:08:04.301 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:08:04.336 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:08:04.367 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:08:04.398 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:08:04.432 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:08:04.463 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:08:04.493 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:08:04.527 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:08:04.627 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:08:04.688 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:08:04.688 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:08:04.689 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:08:04.689 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] core_id : 0 1 2 3 4 5 2019-09-13 07:08:04.689 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:08:04.704 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:08:04.719 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] Setting config target of host 'controller-0' to '6579f345-521f-4295-901a-df73332a69f3'. 2019-09-13 07:08:04.869 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] _config_update_hosts config_uuid=6579f345-521f-4295-901a-df73332a69f3 2019-09-13 07:08:04.870 80240 INFO sysinv.conductor.manager [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] applying runtime manifest config_uuid=6579f345-521f-4295-901a-df73332a69f3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:08:04.884 80240 INFO sysinv.puppet.puppet [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] Updating hiera for host: controller-0 with config_uuid: 6579f345-521f-4295-901a-df73332a69f3 2019-09-13 07:08:06.571 80240 ERROR sysinv.puppet.puppet [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlBqf7xs' 2019-09-13 07:08:06.571 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:08:06.572 80240 ERROR sysinv.openstack.common.rpc.amqp [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] Exception during message handling 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlBqf7xs' 2019-09-13 07:08:06.572 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:08:06.574 80240 ERROR sysinv.openstack.common.rpc.common [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlBqf7xs' to caller 2019-09-13 07:08:06.574 80240 ERROR sysinv.openstack.common.rpc.common [req-4609ca74-1ed2-4c21-aab0-a12cfda9f63b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlBqf7xs'\n"] 2019-09-13 07:08:06.582 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:08:06.582 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:08:59.615 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:08:59.615 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:09:01.775 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:09:02.435 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:09:02.577 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:09:02.604 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:09:02.605 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:09:02.605 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:09:03.361 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:09:03.683 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:09:03.946 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:09:04.364 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:09:04.475 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:09:04.506 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:09:04.541 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:09:04.573 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:09:04.604 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:09:04.639 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:09:04.671 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:09:04.703 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:09:04.812 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:09:04.869 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:09:04.870 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:09:04.870 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:09:04.870 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:09:04.871 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:09:04.885 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:09:04.899 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] Setting config target of host 'controller-0' to '77f0e02b-cb0b-4c48-b571-777a3502896c'. 2019-09-13 07:09:06.541 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] _config_update_hosts config_uuid=77f0e02b-cb0b-4c48-b571-777a3502896c 2019-09-13 07:09:06.542 80240 INFO sysinv.conductor.manager [req-374e562c-f765-4b98-b207-45fc327834e4 None None] applying runtime manifest config_uuid=77f0e02b-cb0b-4c48-b571-777a3502896c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:09:06.556 80240 INFO sysinv.puppet.puppet [req-374e562c-f765-4b98-b207-45fc327834e4 None None] Updating hiera for host: controller-0 with config_uuid: 77f0e02b-cb0b-4c48-b571-777a3502896c 2019-09-13 07:09:08.217 80240 ERROR sysinv.puppet.puppet [req-374e562c-f765-4b98-b207-45fc327834e4 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZZ3500' 2019-09-13 07:09:08.217 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:09:08.218 80240 ERROR sysinv.openstack.common.rpc.amqp [req-374e562c-f765-4b98-b207-45fc327834e4 None None] Exception during message handling 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZZ3500' 2019-09-13 07:09:08.218 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:09:08.220 80240 ERROR sysinv.openstack.common.rpc.common [req-374e562c-f765-4b98-b207-45fc327834e4 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZZ3500' to caller 2019-09-13 07:09:08.220 80240 ERROR sysinv.openstack.common.rpc.common [req-374e562c-f765-4b98-b207-45fc327834e4 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlZZ3500'\n"] 2019-09-13 07:09:08.232 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:09:08.232 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:09:59.636 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:09:59.636 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:10:01.726 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:10:02.393 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:10:02.517 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:10:02.544 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:10:02.545 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:10:02.545 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:10:03.073 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:10:03.518 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:10:03.859 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:10:04.108 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:10:04.228 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:10:04.435 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:10:04.471 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:10:04.503 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:10:04.535 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:10:04.569 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:10:04.600 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:10:04.632 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:10:04.739 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:10:04.796 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:10:04.797 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:10:04.797 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:10:04.797 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:10:04.798 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:10:04.816 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:10:04.832 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] Setting config target of host 'controller-0' to '73f3f052-e9a6-4a77-9dcd-ac0e1f3f60b6'. 2019-09-13 07:10:04.912 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] _config_update_hosts config_uuid=73f3f052-e9a6-4a77-9dcd-ac0e1f3f60b6 2019-09-13 07:10:04.913 80240 INFO sysinv.conductor.manager [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] applying runtime manifest config_uuid=73f3f052-e9a6-4a77-9dcd-ac0e1f3f60b6, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:10:04.928 80240 INFO sysinv.puppet.puppet [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] Updating hiera for host: controller-0 with config_uuid: 73f3f052-e9a6-4a77-9dcd-ac0e1f3f60b6 2019-09-13 07:10:06.573 80240 ERROR sysinv.puppet.puppet [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlBT7x29' 2019-09-13 07:10:06.573 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:10:06.574 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] Exception during message handling 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlBT7x29' 2019-09-13 07:10:06.574 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:10:06.576 80240 ERROR sysinv.openstack.common.rpc.common [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlBT7x29' to caller 2019-09-13 07:10:06.576 80240 ERROR sysinv.openstack.common.rpc.common [req-e751bbd7-08d1-449f-a312-aa2f4bc94665 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlBT7x29'\n"] 2019-09-13 07:10:06.586 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:10:06.586 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:10:59.645 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:10:59.645 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:11:01.701 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:11:02.393 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:11:02.512 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:11:02.540 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:11:02.540 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:11:02.541 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:11:02.990 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:11:03.416 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:11:03.807 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:11:04.063 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:11:04.179 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:11:04.210 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:11:04.250 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:11:04.284 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:11:04.315 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:11:04.345 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:11:04.375 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:11:04.410 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:11:04.512 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:11:04.575 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:11:04.575 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:11:04.576 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:11:04.576 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:11:04.576 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:11:04.591 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:11:04.605 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] Setting config target of host 'controller-0' to '224c8113-d5bb-4c0c-8642-9060110c0579'. 2019-09-13 07:11:04.639 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] _config_update_hosts config_uuid=224c8113-d5bb-4c0c-8642-9060110c0579 2019-09-13 07:11:04.640 80240 INFO sysinv.conductor.manager [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] applying runtime manifest config_uuid=224c8113-d5bb-4c0c-8642-9060110c0579, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:11:04.657 80240 INFO sysinv.puppet.puppet [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] Updating hiera for host: controller-0 with config_uuid: 224c8113-d5bb-4c0c-8642-9060110c0579 2019-09-13 07:11:06.321 80240 ERROR sysinv.puppet.puppet [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMWbK04' 2019-09-13 07:11:06.321 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:11:06.322 80240 ERROR sysinv.openstack.common.rpc.amqp [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] Exception during message handling 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMWbK04' 2019-09-13 07:11:06.322 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:11:06.324 80240 ERROR sysinv.openstack.common.rpc.common [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMWbK04' to caller 2019-09-13 07:11:06.324 80240 ERROR sysinv.openstack.common.rpc.common [req-559ed4a3-1cf2-4c2d-86d2-2726a23d5d94 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMWbK04'\n"] 2019-09-13 07:11:06.333 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:11:06.333 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:11:59.650 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:11:59.651 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:12:01.772 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:12:02.432 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:12:02.578 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:12:02.606 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:12:02.607 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:12:02.608 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:12:03.293 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:12:03.576 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:12:04.074 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:12:04.332 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:12:04.444 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:12:04.483 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:12:04.526 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:12:04.560 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:12:04.593 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:12:04.629 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:12:04.663 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:12:04.696 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:12:04.811 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:12:04.872 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:12:04.873 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:12:04.873 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:12:04.873 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:12:04.874 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:12:04.890 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:12:04.906 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] Setting config target of host 'controller-0' to '31c1a9b0-e7a4-4384-a114-e58ad383d8dc'. 2019-09-13 07:12:04.961 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] _config_update_hosts config_uuid=31c1a9b0-e7a4-4384-a114-e58ad383d8dc 2019-09-13 07:12:04.961 80240 INFO sysinv.conductor.manager [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] applying runtime manifest config_uuid=31c1a9b0-e7a4-4384-a114-e58ad383d8dc, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:12:04.977 80240 INFO sysinv.puppet.puppet [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] Updating hiera for host: controller-0 with config_uuid: 31c1a9b0-e7a4-4384-a114-e58ad383d8dc 2019-09-13 07:12:06.635 80240 ERROR sysinv.puppet.puppet [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlksQjzW' 2019-09-13 07:12:06.635 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:12:06.636 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] Exception during message handling 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlksQjzW' 2019-09-13 07:12:06.636 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:12:06.638 80240 ERROR sysinv.openstack.common.rpc.common [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlksQjzW' to caller 2019-09-13 07:12:06.638 80240 ERROR sysinv.openstack.common.rpc.common [req-6690659e-8ad5-4d52-b490-27fe88bba989 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlksQjzW'\n"] 2019-09-13 07:12:06.648 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:12:06.648 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:12:59.700 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:12:59.700 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:13:01.806 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:13:02.485 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:13:02.608 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:13:02.635 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:13:02.636 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:13:02.636 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:13:03.277 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:13:03.559 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:13:04.017 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:13:04.271 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:13:04.381 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:13:04.412 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:13:04.446 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:13:04.478 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:13:04.508 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:13:04.543 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:13:04.573 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:13:04.604 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:13:04.712 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:13:04.776 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:13:04.777 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:13:04.777 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:13:04.778 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] core_id : 0 1 2 3 4 5 2019-09-13 07:13:04.778 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:13:04.798 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:13:04.813 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] Setting config target of host 'controller-0' to '3bcb6813-0516-4872-88ff-9bf86ba4f452'. 2019-09-13 07:13:04.859 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] _config_update_hosts config_uuid=3bcb6813-0516-4872-88ff-9bf86ba4f452 2019-09-13 07:13:04.859 80240 INFO sysinv.conductor.manager [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] applying runtime manifest config_uuid=3bcb6813-0516-4872-88ff-9bf86ba4f452, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:13:04.874 80240 INFO sysinv.puppet.puppet [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] Updating hiera for host: controller-0 with config_uuid: 3bcb6813-0516-4872-88ff-9bf86ba4f452 2019-09-13 07:13:06.582 80240 ERROR sysinv.puppet.puppet [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFZtKyt' 2019-09-13 07:13:06.582 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:13:06.583 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] Exception during message handling 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFZtKyt' 2019-09-13 07:13:06.583 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:13:06.585 80240 ERROR sysinv.openstack.common.rpc.common [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFZtKyt' to caller 2019-09-13 07:13:06.585 80240 ERROR sysinv.openstack.common.rpc.common [req-2d77d46f-01a3-49ee-9764-42bed6cfa50e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFZtKyt'\n"] 2019-09-13 07:13:06.594 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:13:06.594 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:13:59.702 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:13:59.702 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:14:01.823 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:14:02.486 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:14:02.626 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:14:02.655 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:14:02.655 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:14:02.656 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:14:03.148 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:14:03.715 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:14:04.083 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:14:04.511 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:14:04.629 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:14:04.665 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:14:04.697 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:14:04.728 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:14:04.763 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:14:04.794 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:14:04.825 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:14:04.861 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:14:04.965 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:14:05.028 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:14:05.028 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:14:05.029 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:14:05.029 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] core_id : 0 1 2 3 4 5 2019-09-13 07:14:05.029 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:14:05.044 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:14:05.059 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] Setting config target of host 'controller-0' to '4cae80b4-db36-4458-8267-b74857b40ea4'. 2019-09-13 07:14:05.110 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] _config_update_hosts config_uuid=4cae80b4-db36-4458-8267-b74857b40ea4 2019-09-13 07:14:05.110 80240 INFO sysinv.conductor.manager [req-916cc277-1010-4342-899f-aaae27e7387d None None] applying runtime manifest config_uuid=4cae80b4-db36-4458-8267-b74857b40ea4, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:14:05.126 80240 INFO sysinv.puppet.puppet [req-916cc277-1010-4342-899f-aaae27e7387d None None] Updating hiera for host: controller-0 with config_uuid: 4cae80b4-db36-4458-8267-b74857b40ea4 2019-09-13 07:14:06.846 80240 ERROR sysinv.puppet.puppet [req-916cc277-1010-4342-899f-aaae27e7387d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcC4UcP' 2019-09-13 07:14:06.846 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:14:06.847 80240 ERROR sysinv.openstack.common.rpc.amqp [req-916cc277-1010-4342-899f-aaae27e7387d None None] Exception during message handling 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcC4UcP' 2019-09-13 07:14:06.847 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:14:06.849 80240 ERROR sysinv.openstack.common.rpc.common [req-916cc277-1010-4342-899f-aaae27e7387d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcC4UcP' to caller 2019-09-13 07:14:06.849 80240 ERROR sysinv.openstack.common.rpc.common [req-916cc277-1010-4342-899f-aaae27e7387d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcC4UcP'\n"] 2019-09-13 07:14:06.859 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:14:06.859 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:14:59.756 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:14:59.757 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:15:01.958 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:15:02.628 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:15:02.778 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:15:02.806 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:15:02.807 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:15:02.807 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:15:03.355 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:15:03.873 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:15:04.181 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:15:04.458 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:15:04.583 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:15:04.615 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:15:04.646 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:15:04.682 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:15:04.715 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:15:04.748 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:15:04.780 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:15:04.818 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:15:04.934 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:15:05.006 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:15:05.006 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:15:05.007 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:15:05.007 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:15:05.008 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:15:05.024 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:15:05.040 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] Setting config target of host 'controller-0' to '6001333b-3457-4976-892b-7e14fbbb7b00'. 2019-09-13 07:15:05.078 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] _config_update_hosts config_uuid=6001333b-3457-4976-892b-7e14fbbb7b00 2019-09-13 07:15:05.078 80240 INFO sysinv.conductor.manager [req-c799416b-63fd-4e43-9b48-d40634552913 None None] applying runtime manifest config_uuid=6001333b-3457-4976-892b-7e14fbbb7b00, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:15:05.094 80240 INFO sysinv.puppet.puppet [req-c799416b-63fd-4e43-9b48-d40634552913 None None] Updating hiera for host: controller-0 with config_uuid: 6001333b-3457-4976-892b-7e14fbbb7b00 2019-09-13 07:15:06.764 80240 ERROR sysinv.puppet.puppet [req-c799416b-63fd-4e43-9b48-d40634552913 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlv8S7ny' 2019-09-13 07:15:06.764 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:15:06.765 80240 ERROR sysinv.openstack.common.rpc.amqp [req-c799416b-63fd-4e43-9b48-d40634552913 None None] Exception during message handling 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlv8S7ny' 2019-09-13 07:15:06.765 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:15:06.767 80240 ERROR sysinv.openstack.common.rpc.common [req-c799416b-63fd-4e43-9b48-d40634552913 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlv8S7ny' to caller 2019-09-13 07:15:06.767 80240 ERROR sysinv.openstack.common.rpc.common [req-c799416b-63fd-4e43-9b48-d40634552913 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlv8S7ny'\n"] 2019-09-13 07:15:06.777 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:15:06.777 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:15:59.755 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:15:59.755 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:16:01.889 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:16:02.569 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:16:02.723 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:16:02.750 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:16:02.750 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:16:02.751 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:16:03.455 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:16:03.764 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:16:04.021 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:16:04.432 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:16:04.550 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:16:04.583 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:16:04.616 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:16:04.652 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:16:04.684 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:16:04.716 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:16:04.751 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:16:04.784 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:16:04.890 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:16:04.949 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:16:04.949 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:16:04.949 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:16:04.950 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] core_id : 0 1 2 3 4 5 2019-09-13 07:16:04.950 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:16:04.964 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:16:04.979 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] Setting config target of host 'controller-0' to '3dba6779-c78e-424b-98f4-2680485e1e39'. 2019-09-13 07:16:05.019 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] _config_update_hosts config_uuid=3dba6779-c78e-424b-98f4-2680485e1e39 2019-09-13 07:16:05.020 80240 INFO sysinv.conductor.manager [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] applying runtime manifest config_uuid=3dba6779-c78e-424b-98f4-2680485e1e39, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:16:05.038 80240 INFO sysinv.puppet.puppet [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] Updating hiera for host: controller-0 with config_uuid: 3dba6779-c78e-424b-98f4-2680485e1e39 2019-09-13 07:16:06.650 80240 ERROR sysinv.puppet.puppet [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml33Gpao' 2019-09-13 07:16:06.650 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:16:06.651 80240 ERROR sysinv.openstack.common.rpc.amqp [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] Exception during message handling 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml33Gpao' 2019-09-13 07:16:06.651 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:16:06.653 80240 ERROR sysinv.openstack.common.rpc.common [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml33Gpao' to caller 2019-09-13 07:16:06.654 80240 ERROR sysinv.openstack.common.rpc.common [req-0e24cc8b-162c-404c-b35d-0a5d44a7cd6c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml33Gpao'\n"] 2019-09-13 07:16:06.663 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:16:06.663 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:16:59.808 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:16:59.808 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:17:01.872 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:17:02.557 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:17:02.694 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:17:02.720 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:17:02.720 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:17:02.721 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:17:03.195 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:17:03.674 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:17:03.996 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:17:04.249 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:17:04.546 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:17:04.577 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:17:04.608 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:17:04.642 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:17:04.673 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:17:04.705 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:17:04.740 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:17:04.772 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:17:04.881 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:17:04.938 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:17:04.939 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:17:04.939 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:17:04.939 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] core_id : 0 1 2 3 4 5 2019-09-13 07:17:04.940 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:17:04.954 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:17:04.970 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] Setting config target of host 'controller-0' to '5a58963e-402f-41bd-9839-da5be88d2f3b'. 2019-09-13 07:17:05.013 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] _config_update_hosts config_uuid=5a58963e-402f-41bd-9839-da5be88d2f3b 2019-09-13 07:17:05.014 80240 INFO sysinv.conductor.manager [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] applying runtime manifest config_uuid=5a58963e-402f-41bd-9839-da5be88d2f3b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:17:05.028 80240 INFO sysinv.puppet.puppet [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] Updating hiera for host: controller-0 with config_uuid: 5a58963e-402f-41bd-9839-da5be88d2f3b 2019-09-13 07:17:06.789 80240 ERROR sysinv.puppet.puppet [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvcmxBk' 2019-09-13 07:17:06.789 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:17:06.790 80240 ERROR sysinv.openstack.common.rpc.amqp [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] Exception during message handling 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvcmxBk' 2019-09-13 07:17:06.790 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:17:06.792 80240 ERROR sysinv.openstack.common.rpc.common [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvcmxBk' to caller 2019-09-13 07:17:06.792 80240 ERROR sysinv.openstack.common.rpc.common [req-05c7ed6c-ecb9-435d-8c52-22c076c4f57a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvcmxBk'\n"] 2019-09-13 07:17:06.803 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:17:06.803 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:17:59.863 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:17:59.864 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:18:01.965 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:18:02.646 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:18:02.781 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:18:02.807 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:18:02.808 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:18:02.808 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:18:03.328 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:18:03.817 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:18:04.165 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:18:04.425 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:18:04.550 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:18:04.581 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:18:04.612 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:18:04.646 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:18:04.676 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:18:04.708 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:18:04.742 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:18:04.773 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:18:04.877 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:18:04.936 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:18:04.936 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:18:04.936 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:18:04.937 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:18:04.937 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:18:04.951 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:18:04.966 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] Setting config target of host 'controller-0' to '1bf49d45-22f9-4faf-bb25-4db8a75c66cd'. 2019-09-13 07:18:05.026 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] _config_update_hosts config_uuid=1bf49d45-22f9-4faf-bb25-4db8a75c66cd 2019-09-13 07:18:05.026 80240 INFO sysinv.conductor.manager [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] applying runtime manifest config_uuid=1bf49d45-22f9-4faf-bb25-4db8a75c66cd, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:18:05.045 80240 INFO sysinv.puppet.puppet [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] Updating hiera for host: controller-0 with config_uuid: 1bf49d45-22f9-4faf-bb25-4db8a75c66cd 2019-09-13 07:18:06.907 80240 ERROR sysinv.puppet.puppet [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlR3tA82' 2019-09-13 07:18:06.907 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:18:06.908 80240 ERROR sysinv.openstack.common.rpc.amqp [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] Exception during message handling 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlR3tA82' 2019-09-13 07:18:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:18:06.910 80240 ERROR sysinv.openstack.common.rpc.common [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlR3tA82' to caller 2019-09-13 07:18:06.910 80240 ERROR sysinv.openstack.common.rpc.common [req-5898bfe8-f39f-4b7f-9989-7e822bb5bc89 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlR3tA82'\n"] 2019-09-13 07:18:06.920 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:18:06.920 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:18:59.915 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:18:59.916 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:19:02.019 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:19:02.681 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:19:02.830 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:19:02.860 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:19:02.860 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:19:02.861 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:19:03.370 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:19:03.606 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:19:04.171 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:19:04.429 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:19:04.544 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:19:04.579 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:19:04.612 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:19:04.642 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:19:04.677 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:19:04.708 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:19:04.739 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:19:04.941 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:19:05.046 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:19:05.104 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:19:05.104 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:19:05.104 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:19:05.105 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] core_id : 0 1 2 3 4 5 2019-09-13 07:19:05.105 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:19:05.120 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:19:05.135 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] Setting config target of host 'controller-0' to '07f2cb82-cee2-4099-9696-8195b94303a3'. 2019-09-13 07:19:05.167 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] _config_update_hosts config_uuid=07f2cb82-cee2-4099-9696-8195b94303a3 2019-09-13 07:19:05.168 80240 INFO sysinv.conductor.manager [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] applying runtime manifest config_uuid=07f2cb82-cee2-4099-9696-8195b94303a3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:19:05.182 80240 INFO sysinv.puppet.puppet [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] Updating hiera for host: controller-0 with config_uuid: 07f2cb82-cee2-4099-9696-8195b94303a3 2019-09-13 07:19:06.837 80240 ERROR sysinv.puppet.puppet [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlF6olFI' 2019-09-13 07:19:06.837 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:19:06.838 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] Exception during message handling 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlF6olFI' 2019-09-13 07:19:06.838 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:19:06.840 80240 ERROR sysinv.openstack.common.rpc.common [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlF6olFI' to caller 2019-09-13 07:19:06.840 80240 ERROR sysinv.openstack.common.rpc.common [req-e96660fc-7425-44dc-b3bd-06f76d4da94a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlF6olFI'\n"] 2019-09-13 07:19:06.848 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:19:06.848 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:19:59.969 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:19:59.970 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:20:02.096 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:20:02.758 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:20:02.903 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:20:02.934 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:20:02.934 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:20:02.935 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:20:03.432 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:20:03.950 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:20:04.259 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:20:04.511 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:20:04.629 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:20:04.659 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:20:04.690 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:20:04.723 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:20:04.755 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:20:04.785 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:20:04.816 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:20:04.850 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:20:04.953 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:20:05.011 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:20:05.012 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:20:05.012 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:20:05.012 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] core_id : 0 1 2 3 4 5 2019-09-13 07:20:05.013 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:20:05.027 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:20:05.043 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] Setting config target of host 'controller-0' to '462c3217-f521-4984-8a2e-b29ab9347fce'. 2019-09-13 07:20:05.093 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] _config_update_hosts config_uuid=462c3217-f521-4984-8a2e-b29ab9347fce 2019-09-13 07:20:05.093 80240 INFO sysinv.conductor.manager [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] applying runtime manifest config_uuid=462c3217-f521-4984-8a2e-b29ab9347fce, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:20:05.108 80240 INFO sysinv.puppet.puppet [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] Updating hiera for host: controller-0 with config_uuid: 462c3217-f521-4984-8a2e-b29ab9347fce 2019-09-13 07:20:06.743 80240 ERROR sysinv.puppet.puppet [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleQ4IQ8' 2019-09-13 07:20:06.743 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:20:06.744 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] Exception during message handling 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleQ4IQ8' 2019-09-13 07:20:06.744 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:20:06.746 80240 ERROR sysinv.openstack.common.rpc.common [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleQ4IQ8' to caller 2019-09-13 07:20:06.746 80240 ERROR sysinv.openstack.common.rpc.common [req-b32262a5-0e38-4004-8812-fb4bf9a1183c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleQ4IQ8'\n"] 2019-09-13 07:20:06.754 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:20:06.754 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:21:00.019 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:21:00.019 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:21:02.123 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:21:02.805 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:21:02.951 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:21:02.977 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:21:02.978 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:21:02.978 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:21:03.700 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:21:04.001 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:21:04.500 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:21:04.758 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:21:04.879 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:21:04.911 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:21:04.942 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:21:04.977 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:21:05.007 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:21:05.037 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:21:05.070 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:21:05.104 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:21:05.225 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:21:05.285 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:21:05.285 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:21:05.286 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:21:05.286 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:21:05.286 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:21:05.301 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:21:05.316 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] Setting config target of host 'controller-0' to '2ca31f87-d7af-43a3-9bf7-c01de071cf49'. 2019-09-13 07:21:05.350 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] _config_update_hosts config_uuid=2ca31f87-d7af-43a3-9bf7-c01de071cf49 2019-09-13 07:21:05.351 80240 INFO sysinv.conductor.manager [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] applying runtime manifest config_uuid=2ca31f87-d7af-43a3-9bf7-c01de071cf49, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:21:05.369 80240 INFO sysinv.puppet.puppet [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] Updating hiera for host: controller-0 with config_uuid: 2ca31f87-d7af-43a3-9bf7-c01de071cf49 2019-09-13 07:21:06.988 80240 ERROR sysinv.puppet.puppet [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlc4fka_' 2019-09-13 07:21:06.988 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:21:06.989 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] Exception during message handling 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlc4fka_' 2019-09-13 07:21:06.989 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:21:06.991 80240 ERROR sysinv.openstack.common.rpc.common [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlc4fka_' to caller 2019-09-13 07:21:06.992 80240 ERROR sysinv.openstack.common.rpc.common [req-ea492d0c-6e06-495d-af72-98ded680cef9 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlc4fka_'\n"] 2019-09-13 07:21:07.000 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:21:07.000 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:22:00.028 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:22:00.028 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:22:02.152 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:22:02.846 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:22:03.000 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:22:03.027 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:22:03.028 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:22:03.028 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:22:03.822 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:22:04.171 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:22:04.454 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:22:04.860 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:22:04.973 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:22:05.006 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:22:05.041 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:22:05.072 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:22:05.103 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:22:05.138 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:22:05.169 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:22:05.200 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:22:05.304 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:22:05.360 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:22:05.361 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:22:05.361 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:22:05.364 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] core_id : 0 1 2 3 4 5 2019-09-13 07:22:05.364 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:22:05.384 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:22:05.400 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] Setting config target of host 'controller-0' to '3d9b5849-fff5-4e91-980e-6494d2439bab'. 2019-09-13 07:22:05.435 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] _config_update_hosts config_uuid=3d9b5849-fff5-4e91-980e-6494d2439bab 2019-09-13 07:22:05.436 80240 INFO sysinv.conductor.manager [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] applying runtime manifest config_uuid=3d9b5849-fff5-4e91-980e-6494d2439bab, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:22:05.450 80240 INFO sysinv.puppet.puppet [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] Updating hiera for host: controller-0 with config_uuid: 3d9b5849-fff5-4e91-980e-6494d2439bab 2019-09-13 07:22:07.122 80240 ERROR sysinv.puppet.puppet [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVlbaX_' 2019-09-13 07:22:07.122 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:22:07.123 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] Exception during message handling 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVlbaX_' 2019-09-13 07:22:07.123 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:22:07.125 80240 ERROR sysinv.openstack.common.rpc.common [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVlbaX_' to caller 2019-09-13 07:22:07.126 80240 ERROR sysinv.openstack.common.rpc.common [req-1719b699-08ec-42c7-b21b-fd7ab3ba0b9b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVlbaX_'\n"] 2019-09-13 07:22:07.136 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:22:07.136 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:23:00.048 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:23:00.049 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:23:02.149 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:23:02.827 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:23:02.948 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:23:02.975 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:23:02.975 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:23:02.976 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:23:03.421 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:23:03.854 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:23:04.208 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:23:04.484 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:23:04.593 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:23:04.623 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:23:04.656 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:23:04.685 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:23:04.716 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:23:04.750 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:23:04.781 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:23:04.813 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:23:04.915 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:23:04.971 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:23:04.972 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:23:04.972 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:23:04.972 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] core_id : 0 1 2 3 4 5 2019-09-13 07:23:04.973 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:23:04.991 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:23:05.012 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] Setting config target of host 'controller-0' to '1a41c1db-1ebe-497f-9fe9-c67007bb2acb'. 2019-09-13 07:23:05.045 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] _config_update_hosts config_uuid=1a41c1db-1ebe-497f-9fe9-c67007bb2acb 2019-09-13 07:23:05.045 80240 INFO sysinv.conductor.manager [req-d3b486df-7a09-4967-9130-c047c373256b None None] applying runtime manifest config_uuid=1a41c1db-1ebe-497f-9fe9-c67007bb2acb, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:23:05.059 80240 INFO sysinv.puppet.puppet [req-d3b486df-7a09-4967-9130-c047c373256b None None] Updating hiera for host: controller-0 with config_uuid: 1a41c1db-1ebe-497f-9fe9-c67007bb2acb 2019-09-13 07:23:06.907 80240 ERROR sysinv.puppet.puppet [req-d3b486df-7a09-4967-9130-c047c373256b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD7bRW9' 2019-09-13 07:23:06.907 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:23:06.908 80240 ERROR sysinv.openstack.common.rpc.amqp [req-d3b486df-7a09-4967-9130-c047c373256b None None] Exception during message handling 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD7bRW9' 2019-09-13 07:23:06.908 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:23:06.910 80240 ERROR sysinv.openstack.common.rpc.common [req-d3b486df-7a09-4967-9130-c047c373256b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD7bRW9' to caller 2019-09-13 07:23:06.910 80240 ERROR sysinv.openstack.common.rpc.common [req-d3b486df-7a09-4967-9130-c047c373256b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlD7bRW9'\n"] 2019-09-13 07:23:06.918 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:23:06.918 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:24:00.100 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:24:00.100 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:24:02.235 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:24:02.933 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:24:03.088 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:24:03.115 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:24:03.116 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:24:03.117 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:24:03.606 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:24:03.872 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:24:04.414 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:24:04.686 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:24:04.797 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:24:04.827 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:24:04.861 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:24:04.893 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:24:04.924 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:24:04.958 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:24:04.989 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:24:05.019 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:24:05.119 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:24:05.174 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:24:05.175 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:24:05.175 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:24:05.175 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] core_id : 0 1 2 3 4 5 2019-09-13 07:24:05.176 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:24:05.193 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:24:05.208 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] Setting config target of host 'controller-0' to '01d8dd98-71e1-4ccc-8681-40731a392c17'. 2019-09-13 07:24:05.271 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] _config_update_hosts config_uuid=01d8dd98-71e1-4ccc-8681-40731a392c17 2019-09-13 07:24:05.272 80240 INFO sysinv.conductor.manager [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] applying runtime manifest config_uuid=01d8dd98-71e1-4ccc-8681-40731a392c17, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:24:05.286 80240 INFO sysinv.puppet.puppet [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] Updating hiera for host: controller-0 with config_uuid: 01d8dd98-71e1-4ccc-8681-40731a392c17 2019-09-13 07:24:06.921 80240 ERROR sysinv.puppet.puppet [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCB9yvF' 2019-09-13 07:24:06.921 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:24:06.922 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] Exception during message handling 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCB9yvF' 2019-09-13 07:24:06.922 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:24:06.924 80240 ERROR sysinv.openstack.common.rpc.common [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCB9yvF' to caller 2019-09-13 07:24:06.924 80240 ERROR sysinv.openstack.common.rpc.common [req-6039f603-06e7-418f-ae68-a34cbbba2d0d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCB9yvF'\n"] 2019-09-13 07:24:06.933 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:24:06.933 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:25:00.127 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:25:00.132 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:25:02.238 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:25:02.920 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:25:03.082 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:25:03.108 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:25:03.108 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:25:03.109 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:25:03.810 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:25:04.155 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:25:04.614 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:25:04.862 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:25:04.974 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:25:05.005 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:25:05.040 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:25:05.071 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:25:05.103 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:25:05.134 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:25:05.168 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:25:05.198 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:25:05.310 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:25:05.374 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:25:05.374 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:25:05.375 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:25:05.375 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] core_id : 0 1 2 3 4 5 2019-09-13 07:25:05.376 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:25:05.392 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:25:05.408 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] Setting config target of host 'controller-0' to '05ae1783-68c9-4c2f-bb3c-70716dbb944a'. 2019-09-13 07:25:05.443 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] _config_update_hosts config_uuid=05ae1783-68c9-4c2f-bb3c-70716dbb944a 2019-09-13 07:25:05.444 80240 INFO sysinv.conductor.manager [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] applying runtime manifest config_uuid=05ae1783-68c9-4c2f-bb3c-70716dbb944a, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:25:05.458 80240 INFO sysinv.puppet.puppet [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] Updating hiera for host: controller-0 with config_uuid: 05ae1783-68c9-4c2f-bb3c-70716dbb944a 2019-09-13 07:25:07.163 80240 ERROR sysinv.puppet.puppet [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNNF23S' 2019-09-13 07:25:07.163 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:25:07.165 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] Exception during message handling 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNNF23S' 2019-09-13 07:25:07.165 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:25:07.167 80240 ERROR sysinv.openstack.common.rpc.common [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNNF23S' to caller 2019-09-13 07:25:07.167 80240 ERROR sysinv.openstack.common.rpc.common [req-6df5319f-77b8-451e-8421-741cef9c2c4d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNNF23S'\n"] 2019-09-13 07:25:07.177 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:25:07.177 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:26:00.173 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:26:00.174 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:26:02.344 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:26:03.042 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:26:03.179 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:26:03.205 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:26:03.206 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:26:03.206 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:26:03.965 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:26:04.334 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:26:04.599 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:26:05.034 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:26:05.155 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:26:05.192 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:26:05.232 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:26:05.275 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:26:05.307 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:26:05.339 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:26:05.374 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:26:05.412 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:26:05.531 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:26:05.592 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:26:05.592 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:26:05.593 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:26:05.593 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] core_id : 0 1 2 3 4 5 2019-09-13 07:26:05.593 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:26:05.609 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:26:05.624 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] Setting config target of host 'controller-0' to '378edc64-0025-4d94-ac86-c0e25dbae33f'. 2019-09-13 07:26:05.658 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] _config_update_hosts config_uuid=378edc64-0025-4d94-ac86-c0e25dbae33f 2019-09-13 07:26:05.659 80240 INFO sysinv.conductor.manager [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] applying runtime manifest config_uuid=378edc64-0025-4d94-ac86-c0e25dbae33f, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:26:05.679 80240 INFO sysinv.puppet.puppet [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] Updating hiera for host: controller-0 with config_uuid: 378edc64-0025-4d94-ac86-c0e25dbae33f 2019-09-13 07:26:07.498 80240 ERROR sysinv.puppet.puppet [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDo8TM3' 2019-09-13 07:26:07.498 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:26:07.500 80240 ERROR sysinv.openstack.common.rpc.amqp [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] Exception during message handling 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDo8TM3' 2019-09-13 07:26:07.500 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:26:07.506 80240 ERROR sysinv.openstack.common.rpc.common [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDo8TM3' to caller 2019-09-13 07:26:07.506 80240 ERROR sysinv.openstack.common.rpc.common [req-279c936d-1228-4298-9e86-11ee7dfeaa6d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDo8TM3'\n"] 2019-09-13 07:26:07.519 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:26:07.519 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:27:00.218 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:27:00.220 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:27:02.343 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:27:03.021 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:27:03.167 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:27:03.192 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:27:03.193 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:27:03.193 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:27:03.656 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:27:04.160 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:27:04.489 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:27:04.754 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:27:04.877 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:27:04.919 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:27:04.952 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:27:04.986 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:27:05.022 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:27:05.056 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:27:05.089 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:27:05.306 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:27:05.416 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:27:05.474 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:27:05.474 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:27:05.475 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:27:05.475 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] core_id : 0 1 2 3 4 5 2019-09-13 07:27:05.475 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:27:05.490 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:27:05.509 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] Setting config target of host 'controller-0' to '671ea163-ab95-40be-a462-ca5855179e7b'. 2019-09-13 07:27:05.550 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] _config_update_hosts config_uuid=671ea163-ab95-40be-a462-ca5855179e7b 2019-09-13 07:27:05.551 80240 INFO sysinv.conductor.manager [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] applying runtime manifest config_uuid=671ea163-ab95-40be-a462-ca5855179e7b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:27:05.566 80240 INFO sysinv.puppet.puppet [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] Updating hiera for host: controller-0 with config_uuid: 671ea163-ab95-40be-a462-ca5855179e7b 2019-09-13 07:27:07.352 80240 ERROR sysinv.puppet.puppet [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcfdWt2' 2019-09-13 07:27:07.352 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:27:07.352 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] Exception during message handling 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcfdWt2' 2019-09-13 07:27:07.352 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:27:07.354 80240 ERROR sysinv.openstack.common.rpc.common [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcfdWt2' to caller 2019-09-13 07:27:07.355 80240 ERROR sysinv.openstack.common.rpc.common [req-e0ab626c-8a38-49f9-962c-c3018cbbbf0e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcfdWt2'\n"] 2019-09-13 07:27:07.363 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:27:07.363 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:28:00.242 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:28:00.243 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:28:02.402 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:28:03.070 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:28:03.215 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:28:03.247 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:28:03.248 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:28:03.248 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:28:03.719 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:28:04.232 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:28:04.546 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:28:04.798 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:28:04.914 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:28:04.948 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:28:04.979 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:28:05.015 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:28:05.046 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:28:05.078 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:28:05.110 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:28:05.146 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:28:05.253 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:28:05.312 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:28:05.312 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:28:05.313 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:28:05.313 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:28:05.314 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:28:05.329 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:28:05.344 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] Setting config target of host 'controller-0' to '5ddb950a-bf4f-417e-b961-0e347830c6e9'. 2019-09-13 07:28:05.384 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] _config_update_hosts config_uuid=5ddb950a-bf4f-417e-b961-0e347830c6e9 2019-09-13 07:28:05.385 80240 INFO sysinv.conductor.manager [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] applying runtime manifest config_uuid=5ddb950a-bf4f-417e-b961-0e347830c6e9, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:28:05.399 80240 INFO sysinv.puppet.puppet [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] Updating hiera for host: controller-0 with config_uuid: 5ddb950a-bf4f-417e-b961-0e347830c6e9 2019-09-13 07:28:07.061 80240 ERROR sysinv.puppet.puppet [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamltJ0Ufy' 2019-09-13 07:28:07.061 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:28:07.062 80240 ERROR sysinv.openstack.common.rpc.amqp [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] Exception during message handling 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamltJ0Ufy' 2019-09-13 07:28:07.062 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:28:07.064 80240 ERROR sysinv.openstack.common.rpc.common [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamltJ0Ufy' to caller 2019-09-13 07:28:07.065 80240 ERROR sysinv.openstack.common.rpc.common [req-d588e784-bd47-4d61-90b4-5a89f50a1fa8 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamltJ0Ufy'\n"] 2019-09-13 07:28:07.075 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:28:07.075 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:29:00.250 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:29:00.251 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:29:02.390 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:29:03.088 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:29:03.226 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:29:03.252 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:29:03.253 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:29:03.253 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:29:03.943 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:29:04.242 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:29:04.734 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:29:04.992 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:29:05.116 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:29:05.147 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:29:05.179 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:29:05.215 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:29:05.246 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:29:05.276 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:29:05.307 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:29:05.341 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:29:05.455 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:29:05.516 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:29:05.517 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:29:05.517 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:29:05.518 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] core_id : 0 1 2 3 4 5 2019-09-13 07:29:05.518 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:29:05.533 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:29:05.548 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] Setting config target of host 'controller-0' to '27b3a874-7a7b-4174-986c-cc515b4334fb'. 2019-09-13 07:29:05.587 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] _config_update_hosts config_uuid=27b3a874-7a7b-4174-986c-cc515b4334fb 2019-09-13 07:29:05.587 80240 INFO sysinv.conductor.manager [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] applying runtime manifest config_uuid=27b3a874-7a7b-4174-986c-cc515b4334fb, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:29:05.602 80240 INFO sysinv.puppet.puppet [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] Updating hiera for host: controller-0 with config_uuid: 27b3a874-7a7b-4174-986c-cc515b4334fb 2019-09-13 07:29:07.251 80240 ERROR sysinv.puppet.puppet [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlWxqkUg' 2019-09-13 07:29:07.251 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:29:07.252 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] Exception during message handling 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlWxqkUg' 2019-09-13 07:29:07.252 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:29:07.254 80240 ERROR sysinv.openstack.common.rpc.common [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlWxqkUg' to caller 2019-09-13 07:29:07.254 80240 ERROR sysinv.openstack.common.rpc.common [req-ead4eb2b-08b1-480e-9494-bd0f019baa5f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlWxqkUg'\n"] 2019-09-13 07:29:07.263 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:29:07.263 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:30:00.301 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:30:00.302 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:30:02.398 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:30:03.064 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:30:03.188 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:30:03.216 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:30:03.216 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:30:03.217 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:30:03.697 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:30:04.166 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:30:04.520 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:30:04.787 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:30:04.904 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:30:05.136 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:30:05.172 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:30:05.208 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:30:05.241 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:30:05.274 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:30:05.311 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:30:05.342 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:30:05.453 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:30:05.516 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:30:05.517 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:30:05.517 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:30:05.517 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:30:05.518 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:30:05.533 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:30:05.552 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] Setting config target of host 'controller-0' to '6483ccc8-b62a-423d-8465-4bf5a17a4c60'. 2019-09-13 07:30:05.702 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] _config_update_hosts config_uuid=6483ccc8-b62a-423d-8465-4bf5a17a4c60 2019-09-13 07:30:05.702 80240 INFO sysinv.conductor.manager [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] applying runtime manifest config_uuid=6483ccc8-b62a-423d-8465-4bf5a17a4c60, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:30:05.717 80240 INFO sysinv.puppet.puppet [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] Updating hiera for host: controller-0 with config_uuid: 6483ccc8-b62a-423d-8465-4bf5a17a4c60 2019-09-13 07:30:07.369 80240 ERROR sysinv.puppet.puppet [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9E1U9n' 2019-09-13 07:30:07.369 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:30:07.370 80240 ERROR sysinv.openstack.common.rpc.amqp [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] Exception during message handling 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9E1U9n' 2019-09-13 07:30:07.370 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:30:07.372 80240 ERROR sysinv.openstack.common.rpc.common [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9E1U9n' to caller 2019-09-13 07:30:07.372 80240 ERROR sysinv.openstack.common.rpc.common [req-655a05e7-8fa9-471a-b9d8-42d67be80a68 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9E1U9n'\n"] 2019-09-13 07:30:07.380 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:30:07.380 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:31:00.342 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:31:00.343 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:31:02.466 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:31:03.129 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:31:03.266 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:31:03.296 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:31:03.297 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:31:03.297 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:31:03.772 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:31:04.291 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:31:04.644 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:31:04.895 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:31:05.006 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:31:05.037 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:31:05.067 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:31:05.101 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:31:05.131 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:31:05.162 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:31:05.197 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:31:05.227 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:31:05.348 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:31:05.405 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:31:05.405 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:31:05.406 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:31:05.406 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:31:05.406 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:31:05.421 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:31:05.436 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] Setting config target of host 'controller-0' to '752ce218-5908-4fdc-b3f5-97e559db87c9'. 2019-09-13 07:31:05.475 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] _config_update_hosts config_uuid=752ce218-5908-4fdc-b3f5-97e559db87c9 2019-09-13 07:31:05.475 80240 INFO sysinv.conductor.manager [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] applying runtime manifest config_uuid=752ce218-5908-4fdc-b3f5-97e559db87c9, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:31:05.494 80240 INFO sysinv.puppet.puppet [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] Updating hiera for host: controller-0 with config_uuid: 752ce218-5908-4fdc-b3f5-97e559db87c9 2019-09-13 07:31:07.243 80240 ERROR sysinv.puppet.puppet [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvFCjJT' 2019-09-13 07:31:07.243 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:31:07.244 80240 ERROR sysinv.openstack.common.rpc.amqp [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] Exception during message handling 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvFCjJT' 2019-09-13 07:31:07.244 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:31:07.246 80240 ERROR sysinv.openstack.common.rpc.common [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvFCjJT' to caller 2019-09-13 07:31:07.246 80240 ERROR sysinv.openstack.common.rpc.common [req-4c0d8319-275b-406f-9238-ea258f7229b8 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvFCjJT'\n"] 2019-09-13 07:31:07.255 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:31:07.255 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:32:00.395 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:32:00.396 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:32:02.509 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:32:03.181 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:32:03.323 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:32:03.350 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:32:03.351 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:32:03.352 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:32:04.049 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:32:04.329 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:32:04.809 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:32:05.060 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:32:05.176 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:32:05.208 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:32:05.239 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:32:05.274 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:32:05.305 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:32:05.336 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:32:05.371 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:32:05.402 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:32:05.508 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:32:05.568 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:32:05.568 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:32:05.568 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:32:05.569 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] core_id : 0 1 2 3 4 5 2019-09-13 07:32:05.569 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:32:05.584 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:32:05.598 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] Setting config target of host 'controller-0' to '73c5ed44-6491-42c5-9d9d-06b44bbb7922'. 2019-09-13 07:32:05.631 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] _config_update_hosts config_uuid=73c5ed44-6491-42c5-9d9d-06b44bbb7922 2019-09-13 07:32:05.631 80240 INFO sysinv.conductor.manager [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] applying runtime manifest config_uuid=73c5ed44-6491-42c5-9d9d-06b44bbb7922, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:32:05.649 80240 INFO sysinv.puppet.puppet [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] Updating hiera for host: controller-0 with config_uuid: 73c5ed44-6491-42c5-9d9d-06b44bbb7922 2019-09-13 07:32:07.337 80240 ERROR sysinv.puppet.puppet [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNbRh0X' 2019-09-13 07:32:07.337 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:32:07.338 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] Exception during message handling 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNbRh0X' 2019-09-13 07:32:07.338 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:32:07.340 80240 ERROR sysinv.openstack.common.rpc.common [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNbRh0X' to caller 2019-09-13 07:32:07.340 80240 ERROR sysinv.openstack.common.rpc.common [req-ea64c1b1-276e-42b6-bbce-3fc63dc8c0be None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNbRh0X'\n"] 2019-09-13 07:32:07.350 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:32:07.350 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:33:00.426 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:33:00.427 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:33:02.523 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:33:03.190 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:33:03.308 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:33:03.333 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:33:03.334 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:33:03.334 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:33:04.035 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:33:04.329 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:33:04.813 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:33:05.072 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:33:05.209 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:33:05.241 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:33:05.277 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:33:05.309 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:33:05.342 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:33:05.378 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:33:05.410 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:33:05.442 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:33:05.545 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:33:05.600 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:33:05.601 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:33:05.601 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:33:05.601 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] core_id : 0 1 2 3 4 5 2019-09-13 07:33:05.602 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:33:05.616 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:33:05.631 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] Setting config target of host 'controller-0' to '7156b4d1-b564-4972-8ebc-04a2771cf6b7'. 2019-09-13 07:33:05.687 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] _config_update_hosts config_uuid=7156b4d1-b564-4972-8ebc-04a2771cf6b7 2019-09-13 07:33:05.688 80240 INFO sysinv.conductor.manager [req-6597a979-34e4-4ae0-9494-23541423da8f None None] applying runtime manifest config_uuid=7156b4d1-b564-4972-8ebc-04a2771cf6b7, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:33:05.703 80240 INFO sysinv.puppet.puppet [req-6597a979-34e4-4ae0-9494-23541423da8f None None] Updating hiera for host: controller-0 with config_uuid: 7156b4d1-b564-4972-8ebc-04a2771cf6b7 2019-09-13 07:33:07.485 80240 ERROR sysinv.puppet.puppet [req-6597a979-34e4-4ae0-9494-23541423da8f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJ3N1DF' 2019-09-13 07:33:07.485 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:33:07.485 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6597a979-34e4-4ae0-9494-23541423da8f None None] Exception during message handling 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJ3N1DF' 2019-09-13 07:33:07.485 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:33:07.487 80240 ERROR sysinv.openstack.common.rpc.common [req-6597a979-34e4-4ae0-9494-23541423da8f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJ3N1DF' to caller 2019-09-13 07:33:07.488 80240 ERROR sysinv.openstack.common.rpc.common [req-6597a979-34e4-4ae0-9494-23541423da8f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJ3N1DF'\n"] 2019-09-13 07:33:07.499 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:33:07.499 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:34:00.432 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:34:00.433 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:34:02.540 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:34:03.216 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:34:03.341 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:34:03.367 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:34:03.367 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:34:03.368 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:34:03.803 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:34:04.332 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:34:04.650 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:34:04.891 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:34:05.183 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:34:05.219 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:34:05.250 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:34:05.284 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:34:05.315 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:34:05.346 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:34:05.381 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:34:05.411 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:34:05.513 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:34:05.573 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:34:05.574 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:34:05.574 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:34:05.574 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:34:05.575 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:34:05.590 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:34:05.606 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] Setting config target of host 'controller-0' to '2e33a6ad-f38e-484e-bd56-098711fb7294'. 2019-09-13 07:34:05.665 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] _config_update_hosts config_uuid=2e33a6ad-f38e-484e-bd56-098711fb7294 2019-09-13 07:34:05.665 80240 INFO sysinv.conductor.manager [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] applying runtime manifest config_uuid=2e33a6ad-f38e-484e-bd56-098711fb7294, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:34:05.680 80240 INFO sysinv.puppet.puppet [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] Updating hiera for host: controller-0 with config_uuid: 2e33a6ad-f38e-484e-bd56-098711fb7294 2019-09-13 07:34:07.307 80240 ERROR sysinv.puppet.puppet [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKiv4_C' 2019-09-13 07:34:07.307 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:34:07.309 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] Exception during message handling 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKiv4_C' 2019-09-13 07:34:07.309 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:34:07.311 80240 ERROR sysinv.openstack.common.rpc.common [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKiv4_C' to caller 2019-09-13 07:34:07.311 80240 ERROR sysinv.openstack.common.rpc.common [req-2db86265-e597-47c5-acbc-6bd1378c6021 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKiv4_C'\n"] 2019-09-13 07:34:07.320 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:34:07.320 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:35:00.484 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:35:00.484 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:35:02.497 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:35:03.157 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:35:03.275 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:35:03.299 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:35:03.300 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:35:03.300 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:35:03.765 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:35:04.192 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:35:04.520 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:35:04.795 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:35:04.908 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:35:04.938 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:35:04.971 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:35:05.003 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:35:05.047 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:35:05.081 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:35:05.111 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:35:05.142 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:35:05.245 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:35:05.301 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:35:05.302 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:35:05.302 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:35:05.302 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:35:05.302 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:35:05.321 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:35:05.336 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] Setting config target of host 'controller-0' to '68a22300-bc10-4b63-a2d7-f526ef3903c4'. 2019-09-13 07:35:05.368 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] _config_update_hosts config_uuid=68a22300-bc10-4b63-a2d7-f526ef3903c4 2019-09-13 07:35:05.369 80240 INFO sysinv.conductor.manager [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] applying runtime manifest config_uuid=68a22300-bc10-4b63-a2d7-f526ef3903c4, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:35:05.383 80240 INFO sysinv.puppet.puppet [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] Updating hiera for host: controller-0 with config_uuid: 68a22300-bc10-4b63-a2d7-f526ef3903c4 2019-09-13 07:35:07.097 80240 ERROR sysinv.puppet.puppet [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljzerGw' 2019-09-13 07:35:07.097 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:35:07.098 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] Exception during message handling 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljzerGw' 2019-09-13 07:35:07.098 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:35:07.100 80240 ERROR sysinv.openstack.common.rpc.common [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljzerGw' to caller 2019-09-13 07:35:07.100 80240 ERROR sysinv.openstack.common.rpc.common [req-b0b4b9ea-3c5e-465c-8c73-744612f0b3a7 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljzerGw'\n"] 2019-09-13 07:35:07.110 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:35:07.110 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:36:00.492 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:36:00.493 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:36:02.626 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:36:03.300 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:36:03.451 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:36:03.480 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:36:03.481 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:36:03.481 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:36:04.273 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:36:04.598 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:36:05.059 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:36:05.307 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:36:05.421 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:36:05.456 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:36:05.488 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:36:05.520 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:36:05.556 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:36:05.589 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:36:05.620 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:36:05.660 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:36:05.767 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:36:05.825 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:36:05.826 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:36:05.826 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:36:05.827 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:36:05.827 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:36:05.842 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:36:05.856 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] Setting config target of host 'controller-0' to '067f3742-9fc6-4345-aaae-7a18c2887ffa'. 2019-09-13 07:36:05.896 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] _config_update_hosts config_uuid=067f3742-9fc6-4345-aaae-7a18c2887ffa 2019-09-13 07:36:05.896 80240 INFO sysinv.conductor.manager [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] applying runtime manifest config_uuid=067f3742-9fc6-4345-aaae-7a18c2887ffa, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:36:05.911 80240 INFO sysinv.puppet.puppet [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] Updating hiera for host: controller-0 with config_uuid: 067f3742-9fc6-4345-aaae-7a18c2887ffa 2019-09-13 07:36:07.616 80240 ERROR sysinv.puppet.puppet [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlqx0mWJ' 2019-09-13 07:36:07.616 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:36:07.617 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] Exception during message handling 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlqx0mWJ' 2019-09-13 07:36:07.617 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:36:07.618 80240 ERROR sysinv.openstack.common.rpc.common [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlqx0mWJ' to caller 2019-09-13 07:36:07.619 80240 ERROR sysinv.openstack.common.rpc.common [req-7898b822-a18d-4b09-973f-2aa3179035d2 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlqx0mWJ'\n"] 2019-09-13 07:36:07.627 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:36:07.627 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:37:00.543 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:37:00.544 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:37:02.630 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:37:03.308 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:37:03.451 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:37:03.478 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:37:03.479 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:37:03.479 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:37:04.175 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:37:04.515 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:37:04.975 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:37:05.225 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:37:05.338 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:37:05.374 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:37:05.405 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:37:05.453 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:37:05.493 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:37:05.526 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:37:05.557 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:37:05.591 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:37:05.693 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:37:05.751 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:37:05.751 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:37:05.751 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:37:05.752 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:37:05.752 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:37:05.767 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:37:05.782 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] Setting config target of host 'controller-0' to '14fc28a3-6727-47ff-82f1-262f415e8ec1'. 2019-09-13 07:37:05.821 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] _config_update_hosts config_uuid=14fc28a3-6727-47ff-82f1-262f415e8ec1 2019-09-13 07:37:05.822 80240 INFO sysinv.conductor.manager [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] applying runtime manifest config_uuid=14fc28a3-6727-47ff-82f1-262f415e8ec1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:37:05.836 80240 INFO sysinv.puppet.puppet [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] Updating hiera for host: controller-0 with config_uuid: 14fc28a3-6727-47ff-82f1-262f415e8ec1 2019-09-13 07:37:07.496 80240 ERROR sysinv.puppet.puppet [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwygusE' 2019-09-13 07:37:07.496 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:37:07.497 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] Exception during message handling 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwygusE' 2019-09-13 07:37:07.497 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:37:07.499 80240 ERROR sysinv.openstack.common.rpc.common [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwygusE' to caller 2019-09-13 07:37:07.499 80240 ERROR sysinv.openstack.common.rpc.common [req-b09260e0-7212-4a6e-9bd6-ddbf283d89b7 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwygusE'\n"] 2019-09-13 07:37:07.509 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:37:07.509 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:38:00.597 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:38:00.597 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:38:02.716 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:38:03.378 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:38:03.498 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:38:03.523 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:38:03.524 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:38:03.524 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:38:04.132 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:38:04.432 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:38:04.746 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:38:05.006 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:38:05.290 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:38:05.322 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:38:05.354 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:38:05.389 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:38:05.421 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:38:05.454 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:38:05.490 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:38:05.523 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:38:05.626 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:38:05.687 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:38:05.687 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:38:05.687 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:38:05.688 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:38:05.688 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:38:05.705 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:38:05.721 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] Setting config target of host 'controller-0' to '4283f5e9-de9d-4193-aa06-a4f362c05304'. 2019-09-13 07:38:05.769 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] _config_update_hosts config_uuid=4283f5e9-de9d-4193-aa06-a4f362c05304 2019-09-13 07:38:05.770 80240 INFO sysinv.conductor.manager [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] applying runtime manifest config_uuid=4283f5e9-de9d-4193-aa06-a4f362c05304, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:38:05.785 80240 INFO sysinv.puppet.puppet [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] Updating hiera for host: controller-0 with config_uuid: 4283f5e9-de9d-4193-aa06-a4f362c05304 2019-09-13 07:38:07.547 80240 ERROR sysinv.puppet.puppet [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsuonTa' 2019-09-13 07:38:07.547 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:38:07.548 80240 ERROR sysinv.openstack.common.rpc.amqp [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] Exception during message handling 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsuonTa' 2019-09-13 07:38:07.548 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:38:07.550 80240 ERROR sysinv.openstack.common.rpc.common [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsuonTa' to caller 2019-09-13 07:38:07.551 80240 ERROR sysinv.openstack.common.rpc.common [req-8266a4b7-fc5c-41f9-9d0b-e81b8c828a81 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsuonTa'\n"] 2019-09-13 07:38:07.560 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:38:07.560 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:39:00.614 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:39:00.615 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:39:02.776 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:39:03.441 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:39:03.590 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:39:03.617 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:39:03.617 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:39:03.618 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:39:04.075 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:39:04.593 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:39:04.914 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:39:05.178 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:39:05.291 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:39:05.325 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:39:05.356 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:39:05.386 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:39:05.420 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:39:05.450 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:39:05.481 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:39:05.521 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:39:05.628 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:39:05.689 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:39:05.689 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:39:05.689 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:39:05.690 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:39:05.690 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:39:05.705 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:39:05.720 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] Setting config target of host 'controller-0' to '55ccaa26-60a3-4a43-8dbf-7bd74d7e452b'. 2019-09-13 07:39:05.748 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] _config_update_hosts config_uuid=55ccaa26-60a3-4a43-8dbf-7bd74d7e452b 2019-09-13 07:39:05.749 80240 INFO sysinv.conductor.manager [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] applying runtime manifest config_uuid=55ccaa26-60a3-4a43-8dbf-7bd74d7e452b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:39:05.764 80240 INFO sysinv.puppet.puppet [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] Updating hiera for host: controller-0 with config_uuid: 55ccaa26-60a3-4a43-8dbf-7bd74d7e452b 2019-09-13 07:39:07.613 80240 ERROR sysinv.puppet.puppet [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlHOTK22' 2019-09-13 07:39:07.613 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:39:07.614 80240 ERROR sysinv.openstack.common.rpc.amqp [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] Exception during message handling 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlHOTK22' 2019-09-13 07:39:07.614 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:39:07.616 80240 ERROR sysinv.openstack.common.rpc.common [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlHOTK22' to caller 2019-09-13 07:39:07.616 80240 ERROR sysinv.openstack.common.rpc.common [req-a0fec656-f3e5-48f5-a353-9fefbd702977 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlHOTK22'\n"] 2019-09-13 07:39:07.624 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:39:07.624 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:40:00.624 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:40:00.625 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:40:02.746 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:40:03.424 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:40:03.573 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:40:03.600 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:40:03.601 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:40:03.601 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:40:04.132 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:40:04.425 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:40:04.981 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:40:05.265 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:40:05.384 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:40:05.416 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:40:05.450 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:40:05.481 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:40:05.511 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:40:05.545 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:40:05.577 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:40:05.608 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:40:05.744 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:40:05.802 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:40:05.803 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:40:05.803 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:40:05.804 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:40:05.804 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:40:05.819 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:40:05.834 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] Setting config target of host 'controller-0' to '4f6fdfbd-a546-4a71-a64e-6cce2b14e08d'. 2019-09-13 07:40:05.879 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] _config_update_hosts config_uuid=4f6fdfbd-a546-4a71-a64e-6cce2b14e08d 2019-09-13 07:40:05.879 80240 INFO sysinv.conductor.manager [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] applying runtime manifest config_uuid=4f6fdfbd-a546-4a71-a64e-6cce2b14e08d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:40:05.894 80240 INFO sysinv.puppet.puppet [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] Updating hiera for host: controller-0 with config_uuid: 4f6fdfbd-a546-4a71-a64e-6cce2b14e08d 2019-09-13 07:40:07.608 80240 ERROR sysinv.puppet.puppet [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlID16zU' 2019-09-13 07:40:07.608 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:40:07.609 80240 ERROR sysinv.openstack.common.rpc.amqp [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] Exception during message handling 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlID16zU' 2019-09-13 07:40:07.609 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:40:07.615 80240 ERROR sysinv.openstack.common.rpc.common [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlID16zU' to caller 2019-09-13 07:40:07.616 80240 ERROR sysinv.openstack.common.rpc.common [req-193e2355-6db8-4909-8169-df20937a1bc6 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlID16zU'\n"] 2019-09-13 07:40:07.627 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:40:07.627 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:41:00.675 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:41:00.676 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:41:02.840 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:41:03.530 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:41:03.668 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:41:03.694 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:41:03.695 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:41:03.695 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:41:04.404 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:41:04.746 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:41:05.017 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:41:05.291 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:41:05.407 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:41:05.451 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:41:05.496 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:41:05.529 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:41:05.749 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:41:05.782 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:41:05.817 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:41:05.849 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:41:05.955 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:41:06.012 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:41:06.013 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:41:06.013 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:41:06.013 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] core_id : 0 1 2 3 4 5 2019-09-13 07:41:06.014 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:41:06.028 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:41:06.043 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] Setting config target of host 'controller-0' to '50a0a083-4f7b-43c1-a66f-82dbf180b373'. 2019-09-13 07:41:06.079 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] _config_update_hosts config_uuid=50a0a083-4f7b-43c1-a66f-82dbf180b373 2019-09-13 07:41:06.079 80240 INFO sysinv.conductor.manager [req-974d1da9-90f7-4125-8373-23233a464c3f None None] applying runtime manifest config_uuid=50a0a083-4f7b-43c1-a66f-82dbf180b373, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:41:06.094 80240 INFO sysinv.puppet.puppet [req-974d1da9-90f7-4125-8373-23233a464c3f None None] Updating hiera for host: controller-0 with config_uuid: 50a0a083-4f7b-43c1-a66f-82dbf180b373 2019-09-13 07:41:07.855 80240 ERROR sysinv.puppet.puppet [req-974d1da9-90f7-4125-8373-23233a464c3f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsBfUhg' 2019-09-13 07:41:07.855 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:41:07.856 80240 ERROR sysinv.openstack.common.rpc.amqp [req-974d1da9-90f7-4125-8373-23233a464c3f None None] Exception during message handling 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsBfUhg' 2019-09-13 07:41:07.856 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:41:07.861 80240 ERROR sysinv.openstack.common.rpc.common [req-974d1da9-90f7-4125-8373-23233a464c3f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsBfUhg' to caller 2019-09-13 07:41:07.861 80240 ERROR sysinv.openstack.common.rpc.common [req-974d1da9-90f7-4125-8373-23233a464c3f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlsBfUhg'\n"] 2019-09-13 07:41:07.873 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:41:07.873 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:42:00.700 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:42:00.701 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:42:02.802 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:42:03.476 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:42:03.603 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:42:03.631 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:42:03.631 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:42:03.632 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:42:04.080 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:42:04.543 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:42:04.856 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:42:05.128 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:42:05.257 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:42:05.290 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:42:05.321 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:42:05.355 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:42:05.386 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:42:05.417 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:42:05.451 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:42:05.483 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:42:05.592 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:42:05.649 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:42:05.650 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:42:05.650 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:42:05.650 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] core_id : 0 1 2 3 4 5 2019-09-13 07:42:05.651 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:42:05.665 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:42:05.680 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] Setting config target of host 'controller-0' to '2e84f70b-dc2f-416f-9598-493ee38eb068'. 2019-09-13 07:42:05.719 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] _config_update_hosts config_uuid=2e84f70b-dc2f-416f-9598-493ee38eb068 2019-09-13 07:42:05.719 80240 INFO sysinv.conductor.manager [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] applying runtime manifest config_uuid=2e84f70b-dc2f-416f-9598-493ee38eb068, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:42:05.738 80240 INFO sysinv.puppet.puppet [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] Updating hiera for host: controller-0 with config_uuid: 2e84f70b-dc2f-416f-9598-493ee38eb068 2019-09-13 07:42:07.670 80240 ERROR sysinv.puppet.puppet [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlxAbOuR' 2019-09-13 07:42:07.670 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:42:07.672 80240 ERROR sysinv.openstack.common.rpc.amqp [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] Exception during message handling 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlxAbOuR' 2019-09-13 07:42:07.672 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:42:07.678 80240 ERROR sysinv.openstack.common.rpc.common [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlxAbOuR' to caller 2019-09-13 07:42:07.678 80240 ERROR sysinv.openstack.common.rpc.common [req-386ba1ec-1595-4dcf-9732-a80e7782424d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlxAbOuR'\n"] 2019-09-13 07:42:07.690 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:42:07.690 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:43:00.748 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:43:00.749 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:43:02.840 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:43:03.531 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:43:03.650 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:43:03.679 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:43:03.680 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:43:03.680 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:43:04.165 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:43:04.420 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:43:04.939 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:43:05.200 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:43:05.312 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:43:05.342 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:43:05.373 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:43:05.407 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:43:05.441 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:43:05.479 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:43:05.512 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:43:05.547 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:43:05.652 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:43:05.885 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:43:05.886 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:43:05.886 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:43:05.886 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:43:05.887 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:43:05.902 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:43:05.917 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] Setting config target of host 'controller-0' to '1fcbd405-ea19-4419-be0a-4baf34b4c77d'. 2019-09-13 07:43:05.955 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] _config_update_hosts config_uuid=1fcbd405-ea19-4419-be0a-4baf34b4c77d 2019-09-13 07:43:05.956 80240 INFO sysinv.conductor.manager [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] applying runtime manifest config_uuid=1fcbd405-ea19-4419-be0a-4baf34b4c77d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:43:05.971 80240 INFO sysinv.puppet.puppet [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] Updating hiera for host: controller-0 with config_uuid: 1fcbd405-ea19-4419-be0a-4baf34b4c77d 2019-09-13 07:43:07.615 80240 ERROR sysinv.puppet.puppet [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml1ScJFx' 2019-09-13 07:43:07.615 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:43:07.616 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] Exception during message handling 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml1ScJFx' 2019-09-13 07:43:07.616 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:43:07.622 80240 ERROR sysinv.openstack.common.rpc.common [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml1ScJFx' to caller 2019-09-13 07:43:07.623 80240 ERROR sysinv.openstack.common.rpc.common [req-ae7cab58-2134-474f-9b34-c42abf1532b6 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml1ScJFx'\n"] 2019-09-13 07:43:07.632 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:43:07.632 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:44:00.761 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:44:00.762 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:44:02.826 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:44:03.525 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:44:03.655 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:44:03.679 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:44:03.680 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:44:03.680 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:44:04.154 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:44:04.396 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:44:04.870 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:44:05.189 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:44:05.309 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:44:05.340 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:44:05.373 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:44:05.404 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:44:05.434 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:44:05.467 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:44:05.505 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:44:05.535 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:44:05.648 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:44:05.717 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:44:05.718 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:44:05.718 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:44:05.718 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:44:05.719 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:44:05.734 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:44:05.749 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] Setting config target of host 'controller-0' to '6aa1690c-fbe4-44e1-9de6-c441ad3ae4a3'. 2019-09-13 07:44:05.799 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] _config_update_hosts config_uuid=6aa1690c-fbe4-44e1-9de6-c441ad3ae4a3 2019-09-13 07:44:05.799 80240 INFO sysinv.conductor.manager [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] applying runtime manifest config_uuid=6aa1690c-fbe4-44e1-9de6-c441ad3ae4a3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:44:05.815 80240 INFO sysinv.puppet.puppet [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] Updating hiera for host: controller-0 with config_uuid: 6aa1690c-fbe4-44e1-9de6-c441ad3ae4a3 2019-09-13 07:44:07.525 80240 ERROR sysinv.puppet.puppet [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLdTbDZ' 2019-09-13 07:44:07.525 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:44:07.526 80240 ERROR sysinv.openstack.common.rpc.amqp [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] Exception during message handling 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLdTbDZ' 2019-09-13 07:44:07.526 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:44:07.528 80240 ERROR sysinv.openstack.common.rpc.common [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLdTbDZ' to caller 2019-09-13 07:44:07.528 80240 ERROR sysinv.openstack.common.rpc.common [req-5f7e91f5-d3b5-47d2-a38a-11f99feecea0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLdTbDZ'\n"] 2019-09-13 07:44:07.539 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:44:07.539 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:45:00.764 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:45:00.765 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:45:02.827 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:45:03.514 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:45:03.637 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:45:03.662 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:45:03.663 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:45:03.663 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:45:04.283 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:45:04.523 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:45:04.768 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:45:05.089 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:45:05.403 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:45:05.435 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:45:05.469 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:45:05.500 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:45:05.532 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:45:05.566 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:45:05.597 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:45:05.629 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:45:05.740 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:45:05.796 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:45:05.796 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:45:05.796 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:45:05.797 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:45:05.797 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:45:05.815 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:45:05.838 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] Setting config target of host 'controller-0' to '1e5b1a45-4168-49a7-9955-42a740ca0efe'. 2019-09-13 07:45:05.873 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] _config_update_hosts config_uuid=1e5b1a45-4168-49a7-9955-42a740ca0efe 2019-09-13 07:45:05.873 80240 INFO sysinv.conductor.manager [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] applying runtime manifest config_uuid=1e5b1a45-4168-49a7-9955-42a740ca0efe, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:45:05.888 80240 INFO sysinv.puppet.puppet [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] Updating hiera for host: controller-0 with config_uuid: 1e5b1a45-4168-49a7-9955-42a740ca0efe 2019-09-13 07:45:07.533 80240 ERROR sysinv.puppet.puppet [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlhAioRr' 2019-09-13 07:45:07.533 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:45:07.534 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] Exception during message handling 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlhAioRr' 2019-09-13 07:45:07.534 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:45:07.536 80240 ERROR sysinv.openstack.common.rpc.common [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlhAioRr' to caller 2019-09-13 07:45:07.536 80240 ERROR sysinv.openstack.common.rpc.common [req-6f6f5219-e76c-4689-900d-acdd4b7795a9 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlhAioRr'\n"] 2019-09-13 07:45:07.544 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:45:07.544 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:46:00.799 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:46:00.800 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:46:02.849 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:46:03.508 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:46:03.636 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:46:03.667 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:46:03.668 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:46:03.668 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:46:04.165 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:46:04.580 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:46:04.835 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:46:05.140 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:46:05.286 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:46:05.319 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:46:05.352 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:46:05.386 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:46:05.421 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:46:05.451 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:46:05.482 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:46:05.516 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:46:05.617 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:46:05.678 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:46:05.679 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:46:05.679 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:46:05.679 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] core_id : 0 1 2 3 4 5 2019-09-13 07:46:05.680 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:46:05.694 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:46:05.709 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] Setting config target of host 'controller-0' to '6e065a21-aa81-42af-9ffc-c330f819045a'. 2019-09-13 07:46:05.740 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] _config_update_hosts config_uuid=6e065a21-aa81-42af-9ffc-c330f819045a 2019-09-13 07:46:05.741 80240 INFO sysinv.conductor.manager [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] applying runtime manifest config_uuid=6e065a21-aa81-42af-9ffc-c330f819045a, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:46:05.756 80240 INFO sysinv.puppet.puppet [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] Updating hiera for host: controller-0 with config_uuid: 6e065a21-aa81-42af-9ffc-c330f819045a 2019-09-13 07:46:07.454 80240 ERROR sysinv.puppet.puppet [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliKYoYp' 2019-09-13 07:46:07.454 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:46:07.455 80240 ERROR sysinv.openstack.common.rpc.amqp [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] Exception during message handling 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliKYoYp' 2019-09-13 07:46:07.455 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:46:07.457 80240 ERROR sysinv.openstack.common.rpc.common [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliKYoYp' to caller 2019-09-13 07:46:07.458 80240 ERROR sysinv.openstack.common.rpc.common [req-8d872ec2-7eb2-458f-b736-3f4a305082ef None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliKYoYp'\n"] 2019-09-13 07:46:07.466 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:46:07.466 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:47:00.799 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:47:00.800 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:47:02.914 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:47:03.590 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:47:03.708 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:47:03.734 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:47:03.735 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:47:03.735 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:47:04.221 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:47:04.652 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:47:04.932 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:47:05.404 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:47:05.527 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:47:05.562 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:47:05.593 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:47:05.624 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:47:05.661 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:47:05.692 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:47:05.723 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:47:05.759 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:47:05.866 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:47:05.937 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:47:05.937 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:47:05.938 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:47:05.938 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:47:05.938 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:47:05.953 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:47:05.967 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] Setting config target of host 'controller-0' to '14ece7fc-db10-46cf-92a6-d74f77d69929'. 2019-09-13 07:47:06.001 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] _config_update_hosts config_uuid=14ece7fc-db10-46cf-92a6-d74f77d69929 2019-09-13 07:47:06.002 80240 INFO sysinv.conductor.manager [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] applying runtime manifest config_uuid=14ece7fc-db10-46cf-92a6-d74f77d69929, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:47:06.016 80240 INFO sysinv.puppet.puppet [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] Updating hiera for host: controller-0 with config_uuid: 14ece7fc-db10-46cf-92a6-d74f77d69929 2019-09-13 07:47:07.723 80240 ERROR sysinv.puppet.puppet [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLKC82B' 2019-09-13 07:47:07.723 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:47:07.724 80240 ERROR sysinv.openstack.common.rpc.amqp [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] Exception during message handling 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLKC82B' 2019-09-13 07:47:07.724 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:47:07.726 80240 ERROR sysinv.openstack.common.rpc.common [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLKC82B' to caller 2019-09-13 07:47:07.727 80240 ERROR sysinv.openstack.common.rpc.common [req-0409fbe4-61ff-46f6-abef-fc4d81d43f78 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLKC82B'\n"] 2019-09-13 07:47:07.737 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:47:07.737 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:48:00.853 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:48:00.854 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:48:02.910 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:48:03.589 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:48:03.715 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:48:03.741 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:48:03.742 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:48:03.742 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:48:04.181 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:48:04.640 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:48:04.929 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:48:05.240 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:48:05.365 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:48:05.398 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:48:05.598 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:48:05.629 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:48:05.662 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:48:05.696 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:48:05.728 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:48:05.763 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:48:05.870 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:48:05.930 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:48:05.931 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:48:05.931 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:48:05.931 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:48:05.932 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:48:05.946 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:48:05.962 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] Setting config target of host 'controller-0' to '7e2b17e8-7468-45a5-a423-c070cd844f0c'. 2019-09-13 07:48:06.002 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] _config_update_hosts config_uuid=7e2b17e8-7468-45a5-a423-c070cd844f0c 2019-09-13 07:48:06.002 80240 INFO sysinv.conductor.manager [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] applying runtime manifest config_uuid=7e2b17e8-7468-45a5-a423-c070cd844f0c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:48:06.018 80240 INFO sysinv.puppet.puppet [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] Updating hiera for host: controller-0 with config_uuid: 7e2b17e8-7468-45a5-a423-c070cd844f0c 2019-09-13 07:48:07.728 80240 ERROR sysinv.puppet.puppet [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkgxphj' 2019-09-13 07:48:07.728 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:48:07.729 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] Exception during message handling 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkgxphj' 2019-09-13 07:48:07.729 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:48:07.731 80240 ERROR sysinv.openstack.common.rpc.common [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkgxphj' to caller 2019-09-13 07:48:07.731 80240 ERROR sysinv.openstack.common.rpc.common [req-b59dc0c2-4282-493d-809b-108e6673af80 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlkgxphj'\n"] 2019-09-13 07:48:07.743 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:48:07.743 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:49:00.900 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:49:00.901 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:49:03.006 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:49:03.722 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:49:03.874 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:49:03.900 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:49:03.900 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:49:03.901 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:49:04.368 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:49:04.914 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:49:05.230 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:49:05.478 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:49:05.596 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:49:05.633 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:49:05.664 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:49:05.696 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:49:05.729 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:49:05.759 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:49:05.789 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:49:05.824 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:49:05.943 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:49:06.005 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:49:06.005 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:49:06.005 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:49:06.006 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:49:06.006 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:49:06.021 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:49:06.036 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] Setting config target of host 'controller-0' to '0090b071-393a-4e47-aa4b-437ddc5bb81b'. 2019-09-13 07:49:06.069 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] _config_update_hosts config_uuid=0090b071-393a-4e47-aa4b-437ddc5bb81b 2019-09-13 07:49:06.070 80240 INFO sysinv.conductor.manager [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] applying runtime manifest config_uuid=0090b071-393a-4e47-aa4b-437ddc5bb81b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:49:06.084 80240 INFO sysinv.puppet.puppet [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] Updating hiera for host: controller-0 with config_uuid: 0090b071-393a-4e47-aa4b-437ddc5bb81b 2019-09-13 07:49:07.797 80240 ERROR sysinv.puppet.puppet [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliDXNhJ' 2019-09-13 07:49:07.797 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:49:07.799 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] Exception during message handling 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliDXNhJ' 2019-09-13 07:49:07.799 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:49:07.802 80240 ERROR sysinv.openstack.common.rpc.common [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliDXNhJ' to caller 2019-09-13 07:49:07.803 80240 ERROR sysinv.openstack.common.rpc.common [req-e9c27362-6180-4034-ba81-6a82f61674b8 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliDXNhJ'\n"] 2019-09-13 07:49:07.813 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:49:07.813 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:50:00.948 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:50:00.948 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:50:03.038 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:50:03.737 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:50:03.855 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:50:03.881 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:50:03.882 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:50:03.882 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:50:04.582 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:50:04.889 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:50:05.387 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:50:05.655 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:50:05.775 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:50:05.810 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:50:05.840 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:50:05.870 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:50:05.903 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:50:05.935 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:50:05.966 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:50:06.006 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:50:06.129 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:50:06.200 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:50:06.200 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:50:06.201 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:50:06.201 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] core_id : 0 1 2 3 4 5 2019-09-13 07:50:06.201 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:50:06.217 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:50:06.233 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] Setting config target of host 'controller-0' to '1f971291-29fc-4044-86b1-d23de418e55d'. 2019-09-13 07:50:06.262 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] _config_update_hosts config_uuid=1f971291-29fc-4044-86b1-d23de418e55d 2019-09-13 07:50:06.262 80240 INFO sysinv.conductor.manager [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] applying runtime manifest config_uuid=1f971291-29fc-4044-86b1-d23de418e55d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:50:06.277 80240 INFO sysinv.puppet.puppet [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] Updating hiera for host: controller-0 with config_uuid: 1f971291-29fc-4044-86b1-d23de418e55d 2019-09-13 07:50:08.025 80240 ERROR sysinv.puppet.puppet [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_4al_S' 2019-09-13 07:50:08.025 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:50:08.026 80240 ERROR sysinv.openstack.common.rpc.amqp [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] Exception during message handling 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_4al_S' 2019-09-13 07:50:08.026 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:50:08.028 80240 ERROR sysinv.openstack.common.rpc.common [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_4al_S' to caller 2019-09-13 07:50:08.029 80240 ERROR sysinv.openstack.common.rpc.common [req-c5f79107-7184-4c72-b2fc-6249d30e33fe None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml_4al_S'\n"] 2019-09-13 07:50:08.042 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:50:08.042 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:51:01.001 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:51:01.002 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:51:03.168 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:51:03.825 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:51:03.952 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:51:03.976 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:51:03.977 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:51:03.977 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:51:04.398 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:51:04.926 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:51:05.249 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:51:05.498 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:51:05.610 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:51:05.817 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:51:05.855 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:51:05.890 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:51:05.922 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:51:05.953 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:51:05.989 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:51:06.022 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:51:06.126 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:51:06.184 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:51:06.185 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:51:06.185 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:51:06.186 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:51:06.186 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:51:06.200 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:51:06.215 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] Setting config target of host 'controller-0' to '70db02ba-af5e-4baa-82c2-817c57c786b0'. 2019-09-13 07:51:06.266 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] _config_update_hosts config_uuid=70db02ba-af5e-4baa-82c2-817c57c786b0 2019-09-13 07:51:06.267 80240 INFO sysinv.conductor.manager [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] applying runtime manifest config_uuid=70db02ba-af5e-4baa-82c2-817c57c786b0, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:51:06.285 80240 INFO sysinv.puppet.puppet [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] Updating hiera for host: controller-0 with config_uuid: 70db02ba-af5e-4baa-82c2-817c57c786b0 2019-09-13 07:51:07.924 80240 ERROR sysinv.puppet.puppet [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLSMcQJ' 2019-09-13 07:51:07.924 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:51:07.925 80240 ERROR sysinv.openstack.common.rpc.amqp [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] Exception during message handling 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLSMcQJ' 2019-09-13 07:51:07.925 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:51:07.927 80240 ERROR sysinv.openstack.common.rpc.common [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLSMcQJ' to caller 2019-09-13 07:51:07.927 80240 ERROR sysinv.openstack.common.rpc.common [req-cd18b226-5624-4d40-8d62-e65bb54c6fe2 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlLSMcQJ'\n"] 2019-09-13 07:51:07.936 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:51:07.936 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:52:01.053 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:52:01.054 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:52:03.183 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:52:03.856 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:52:04.003 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:52:04.031 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:52:04.031 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:52:04.032 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:52:04.498 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:52:05.047 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:52:05.365 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:52:05.616 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:52:05.729 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:52:05.761 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:52:05.792 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:52:05.825 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:52:05.855 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:52:05.885 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:52:05.915 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:52:05.948 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:52:06.081 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:52:06.158 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:52:06.158 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:52:06.158 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:52:06.159 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] core_id : 0 1 2 3 4 5 2019-09-13 07:52:06.159 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:52:06.174 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:52:06.190 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] Setting config target of host 'controller-0' to '3368816e-3d30-45cf-8b79-f4b5a8c972ad'. 2019-09-13 07:52:06.232 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] _config_update_hosts config_uuid=3368816e-3d30-45cf-8b79-f4b5a8c972ad 2019-09-13 07:52:06.232 80240 INFO sysinv.conductor.manager [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] applying runtime manifest config_uuid=3368816e-3d30-45cf-8b79-f4b5a8c972ad, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:52:06.247 80240 INFO sysinv.puppet.puppet [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] Updating hiera for host: controller-0 with config_uuid: 3368816e-3d30-45cf-8b79-f4b5a8c972ad 2019-09-13 07:52:07.912 80240 ERROR sysinv.puppet.puppet [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7pCeBg' 2019-09-13 07:52:07.912 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:52:07.913 80240 ERROR sysinv.openstack.common.rpc.amqp [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] Exception during message handling 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7pCeBg' 2019-09-13 07:52:07.913 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:52:07.915 80240 ERROR sysinv.openstack.common.rpc.common [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7pCeBg' to caller 2019-09-13 07:52:07.916 80240 ERROR sysinv.openstack.common.rpc.common [req-cb562646-8217-4527-b93a-e94b1af36f1c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7pCeBg'\n"] 2019-09-13 07:52:07.924 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:52:07.924 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:53:01.107 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:53:01.108 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:53:03.160 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:53:03.821 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:53:03.950 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:53:03.976 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:53:03.977 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:53:03.977 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:53:04.601 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:53:04.859 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:53:05.374 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:53:05.652 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:53:05.768 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:53:05.802 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:53:05.837 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:53:05.868 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:53:05.898 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:53:05.928 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:53:05.963 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:53:05.994 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:53:06.098 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:53:06.154 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:53:06.155 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:53:06.155 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:53:06.156 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:53:06.156 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:53:06.171 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:53:06.185 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] Setting config target of host 'controller-0' to '630d39dc-ae80-4a5c-b892-c4da387dcd07'. 2019-09-13 07:53:06.219 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] _config_update_hosts config_uuid=630d39dc-ae80-4a5c-b892-c4da387dcd07 2019-09-13 07:53:06.220 80240 INFO sysinv.conductor.manager [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] applying runtime manifest config_uuid=630d39dc-ae80-4a5c-b892-c4da387dcd07, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:53:06.236 80240 INFO sysinv.puppet.puppet [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] Updating hiera for host: controller-0 with config_uuid: 630d39dc-ae80-4a5c-b892-c4da387dcd07 2019-09-13 07:53:07.939 80240 ERROR sysinv.puppet.puppet [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNJiNkf' 2019-09-13 07:53:07.939 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:53:07.939 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] Exception during message handling 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNJiNkf' 2019-09-13 07:53:07.939 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:53:07.941 80240 ERROR sysinv.openstack.common.rpc.common [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNJiNkf' to caller 2019-09-13 07:53:07.941 80240 ERROR sysinv.openstack.common.rpc.common [req-b39dcb8b-48e8-4183-859c-010bda250791 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlNJiNkf'\n"] 2019-09-13 07:53:07.949 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:53:07.949 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:54:01.113 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:54:01.114 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:54:03.239 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:54:03.930 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:54:04.066 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:54:04.094 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:54:04.094 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:54:04.095 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:54:04.779 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:54:05.060 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:54:05.527 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:54:05.782 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:54:05.896 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:54:05.928 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:54:05.963 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:54:05.996 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:54:06.027 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:54:06.063 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:54:06.095 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:54:06.125 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:54:06.228 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:54:06.285 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:54:06.285 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:54:06.286 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:54:06.286 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:54:06.287 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:54:06.301 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:54:06.316 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] Setting config target of host 'controller-0' to '769e99fc-4b23-4fb8-bd73-eba9aeb17205'. 2019-09-13 07:54:06.353 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] _config_update_hosts config_uuid=769e99fc-4b23-4fb8-bd73-eba9aeb17205 2019-09-13 07:54:06.354 80240 INFO sysinv.conductor.manager [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] applying runtime manifest config_uuid=769e99fc-4b23-4fb8-bd73-eba9aeb17205, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:54:06.368 80240 INFO sysinv.puppet.puppet [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] Updating hiera for host: controller-0 with config_uuid: 769e99fc-4b23-4fb8-bd73-eba9aeb17205 2019-09-13 07:54:08.030 80240 ERROR sysinv.puppet.puppet [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldfrbgt' 2019-09-13 07:54:08.030 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:54:08.031 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] Exception during message handling 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldfrbgt' 2019-09-13 07:54:08.031 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:54:08.033 80240 ERROR sysinv.openstack.common.rpc.common [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldfrbgt' to caller 2019-09-13 07:54:08.033 80240 ERROR sysinv.openstack.common.rpc.common [req-2a7b54d2-5d0b-4c9a-8a4f-9346542f2a90 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldfrbgt'\n"] 2019-09-13 07:54:08.041 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:54:08.041 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:55:01.164 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:55:01.165 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:55:03.248 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:55:03.915 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:55:04.062 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:55:04.087 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:55:04.088 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:55:04.088 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:55:04.572 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:55:05.102 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:55:05.421 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:55:05.681 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:55:05.966 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:55:05.997 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:55:06.028 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:55:06.061 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:55:06.092 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:55:06.122 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:55:06.158 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:55:06.189 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:55:06.295 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:55:06.354 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:55:06.355 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:55:06.355 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:55:06.356 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] core_id : 0 1 2 3 4 5 2019-09-13 07:55:06.356 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:55:06.372 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:55:06.387 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] Setting config target of host 'controller-0' to '0db5c6bb-c2bf-4836-af14-2d340d69e6d6'. 2019-09-13 07:55:06.421 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] _config_update_hosts config_uuid=0db5c6bb-c2bf-4836-af14-2d340d69e6d6 2019-09-13 07:55:06.422 80240 INFO sysinv.conductor.manager [req-1210e512-288b-44f4-8367-426c3d5248be None None] applying runtime manifest config_uuid=0db5c6bb-c2bf-4836-af14-2d340d69e6d6, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:55:06.437 80240 INFO sysinv.puppet.puppet [req-1210e512-288b-44f4-8367-426c3d5248be None None] Updating hiera for host: controller-0 with config_uuid: 0db5c6bb-c2bf-4836-af14-2d340d69e6d6 2019-09-13 07:55:08.164 80240 ERROR sysinv.puppet.puppet [req-1210e512-288b-44f4-8367-426c3d5248be None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldX8p70' 2019-09-13 07:55:08.164 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:55:08.165 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1210e512-288b-44f4-8367-426c3d5248be None None] Exception during message handling 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldX8p70' 2019-09-13 07:55:08.165 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:55:08.167 80240 ERROR sysinv.openstack.common.rpc.common [req-1210e512-288b-44f4-8367-426c3d5248be None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldX8p70' to caller 2019-09-13 07:55:08.168 80240 ERROR sysinv.openstack.common.rpc.common [req-1210e512-288b-44f4-8367-426c3d5248be None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamldX8p70'\n"] 2019-09-13 07:55:08.175 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:55:08.175 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:56:01.176 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:56:01.177 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:56:03.265 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:56:03.941 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:56:04.069 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:56:04.097 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:56:04.097 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:56:04.098 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:56:04.555 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:56:04.984 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:56:05.333 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:56:05.590 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:56:05.713 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:56:05.923 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:56:05.956 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:56:05.991 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:56:06.022 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:56:06.054 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:56:06.092 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:56:06.124 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:56:06.232 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:56:06.292 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:56:06.293 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:56:06.293 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:56:06.293 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] core_id : 0 1 2 3 4 5 2019-09-13 07:56:06.294 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:56:06.308 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:56:06.323 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] Setting config target of host 'controller-0' to '0ac99ba2-3839-4466-96c3-20e7bd4951f8'. 2019-09-13 07:56:06.360 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] _config_update_hosts config_uuid=0ac99ba2-3839-4466-96c3-20e7bd4951f8 2019-09-13 07:56:06.361 80240 INFO sysinv.conductor.manager [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] applying runtime manifest config_uuid=0ac99ba2-3839-4466-96c3-20e7bd4951f8, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:56:06.379 80240 INFO sysinv.puppet.puppet [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] Updating hiera for host: controller-0 with config_uuid: 0ac99ba2-3839-4466-96c3-20e7bd4951f8 2019-09-13 07:56:08.109 80240 ERROR sysinv.puppet.puppet [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQJwiMF' 2019-09-13 07:56:08.109 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:56:08.110 80240 ERROR sysinv.openstack.common.rpc.amqp [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] Exception during message handling 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQJwiMF' 2019-09-13 07:56:08.110 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:56:08.112 80240 ERROR sysinv.openstack.common.rpc.common [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQJwiMF' to caller 2019-09-13 07:56:08.112 80240 ERROR sysinv.openstack.common.rpc.common [req-3ee02828-b924-4337-b5e5-aa038add52ed None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQJwiMF'\n"] 2019-09-13 07:56:08.120 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:56:08.120 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:57:01.208 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:57:01.208 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:57:03.314 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:57:03.984 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:57:04.134 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:57:04.162 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:57:04.162 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:57:04.163 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:57:04.611 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:57:05.213 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:57:05.576 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:57:05.825 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:57:05.939 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:57:05.975 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:57:06.006 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:57:06.037 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:57:06.072 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:57:06.104 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:57:06.135 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:57:06.170 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:57:06.276 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:57:06.337 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:57:06.338 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:57:06.338 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:57:06.338 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:57:06.339 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:57:06.353 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:57:06.368 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] Setting config target of host 'controller-0' to '10f3a1c3-faa8-4938-aa52-0fa333d3b2a2'. 2019-09-13 07:57:06.402 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] _config_update_hosts config_uuid=10f3a1c3-faa8-4938-aa52-0fa333d3b2a2 2019-09-13 07:57:06.403 80240 INFO sysinv.conductor.manager [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] applying runtime manifest config_uuid=10f3a1c3-faa8-4938-aa52-0fa333d3b2a2, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:57:06.417 80240 INFO sysinv.puppet.puppet [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] Updating hiera for host: controller-0 with config_uuid: 10f3a1c3-faa8-4938-aa52-0fa333d3b2a2 2019-09-13 07:57:08.070 80240 ERROR sysinv.puppet.puppet [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlK7enMO' 2019-09-13 07:57:08.070 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:57:08.071 80240 ERROR sysinv.openstack.common.rpc.amqp [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] Exception during message handling 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlK7enMO' 2019-09-13 07:57:08.071 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:57:08.073 80240 ERROR sysinv.openstack.common.rpc.common [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlK7enMO' to caller 2019-09-13 07:57:08.073 80240 ERROR sysinv.openstack.common.rpc.common [req-4c92dbbb-8923-4962-810c-d986d5a563c4 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlK7enMO'\n"] 2019-09-13 07:57:08.082 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:57:08.082 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:58:01.222 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:58:01.223 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:58:03.351 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:58:04.049 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:58:04.176 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:58:04.202 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:58:04.203 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:58:04.204 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:58:04.819 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:58:05.076 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:58:05.413 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:58:05.903 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:58:06.018 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:58:06.049 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:58:06.083 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:58:06.117 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:58:06.149 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:58:06.184 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:58:06.216 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:58:06.247 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:58:06.354 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:58:06.418 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:58:06.418 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:58:06.419 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:58:06.419 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:58:06.420 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:58:06.439 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:58:06.455 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] Setting config target of host 'controller-0' to '10df7e01-4731-4283-852c-cf8c43d79053'. 2019-09-13 07:58:06.488 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] _config_update_hosts config_uuid=10df7e01-4731-4283-852c-cf8c43d79053 2019-09-13 07:58:06.489 80240 INFO sysinv.conductor.manager [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] applying runtime manifest config_uuid=10df7e01-4731-4283-852c-cf8c43d79053, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:58:06.506 80240 INFO sysinv.puppet.puppet [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] Updating hiera for host: controller-0 with config_uuid: 10df7e01-4731-4283-852c-cf8c43d79053 2019-09-13 07:58:08.173 80240 ERROR sysinv.puppet.puppet [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlojDCRf' 2019-09-13 07:58:08.173 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:58:08.174 80240 ERROR sysinv.openstack.common.rpc.amqp [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] Exception during message handling 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlojDCRf' 2019-09-13 07:58:08.174 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:58:08.176 80240 ERROR sysinv.openstack.common.rpc.common [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlojDCRf' to caller 2019-09-13 07:58:08.176 80240 ERROR sysinv.openstack.common.rpc.common [req-28a9d759-dd50-4a7a-8647-cce5e43b1d83 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlojDCRf'\n"] 2019-09-13 07:58:08.184 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:58:08.184 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 07:59:01.274 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:59:01.275 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 07:59:03.434 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 07:59:04.121 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 07:59:04.268 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 07:59:04.296 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 07:59:04.297 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 07:59:04.297 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 07:59:04.766 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:59:05.305 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 07:59:05.640 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:59:05.885 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 07:59:05.999 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 07:59:06.029 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:59:06.059 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:59:06.091 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 07:59:06.291 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 07:59:06.322 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 07:59:06.355 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 07:59:06.386 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 07:59:06.489 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 07:59:06.546 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 07:59:06.546 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 07:59:06.546 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] socket_id : 0 0 0 0 0 0 2019-09-13 07:59:06.547 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] core_id : 0 1 2 3 4 5 2019-09-13 07:59:06.547 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] thread_id : 0 0 0 0 0 0 2019-09-13 07:59:06.565 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 07:59:06.580 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] Setting config target of host 'controller-0' to '49eff0b5-5756-477f-ac5b-99da81904c1c'. 2019-09-13 07:59:06.623 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] _config_update_hosts config_uuid=49eff0b5-5756-477f-ac5b-99da81904c1c 2019-09-13 07:59:06.623 80240 INFO sysinv.conductor.manager [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] applying runtime manifest config_uuid=49eff0b5-5756-477f-ac5b-99da81904c1c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 07:59:06.639 80240 INFO sysinv.puppet.puppet [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] Updating hiera for host: controller-0 with config_uuid: 49eff0b5-5756-477f-ac5b-99da81904c1c 2019-09-13 07:59:08.294 80240 ERROR sysinv.puppet.puppet [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4VblaC' 2019-09-13 07:59:08.294 80240 TRACE sysinv.puppet.puppet 2019-09-13 07:59:08.295 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] Exception during message handling 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4VblaC' 2019-09-13 07:59:08.295 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 07:59:08.296 80240 ERROR sysinv.openstack.common.rpc.common [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4VblaC' to caller 2019-09-13 07:59:08.297 80240 ERROR sysinv.openstack.common.rpc.common [req-1caf7bac-e2e0-4473-b1ad-f6a49e9e8d02 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml4VblaC'\n"] 2019-09-13 07:59:08.304 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 07:59:08.304 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:00:01.285 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:00:01.286 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:00:03.394 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:00:04.065 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:00:04.185 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:00:04.214 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:00:04.214 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:00:04.215 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:00:04.673 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:00:05.086 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:00:05.408 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:00:05.695 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:00:05.808 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:00:05.839 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:00:05.874 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:00:05.905 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:00:05.936 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:00:05.972 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:00:06.006 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:00:06.039 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:00:06.146 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:00:06.204 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:00:06.205 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:00:06.205 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:00:06.205 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] core_id : 0 1 2 3 4 5 2019-09-13 08:00:06.206 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:00:06.224 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:00:06.239 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] Setting config target of host 'controller-0' to '64934e36-b0d1-4aa4-a654-f46f9d91ffaa'. 2019-09-13 08:00:06.274 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] _config_update_hosts config_uuid=64934e36-b0d1-4aa4-a654-f46f9d91ffaa 2019-09-13 08:00:06.274 80240 INFO sysinv.conductor.manager [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] applying runtime manifest config_uuid=64934e36-b0d1-4aa4-a654-f46f9d91ffaa, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:00:06.289 80240 INFO sysinv.puppet.puppet [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] Updating hiera for host: controller-0 with config_uuid: 64934e36-b0d1-4aa4-a654-f46f9d91ffaa 2019-09-13 08:00:08.032 80240 ERROR sysinv.puppet.puppet [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKlMErO' 2019-09-13 08:00:08.032 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:00:08.033 80240 ERROR sysinv.openstack.common.rpc.amqp [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] Exception during message handling 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKlMErO' 2019-09-13 08:00:08.033 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:00:08.035 80240 ERROR sysinv.openstack.common.rpc.common [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKlMErO' to caller 2019-09-13 08:00:08.035 80240 ERROR sysinv.openstack.common.rpc.common [req-a579f61d-97c8-4bc8-a2a8-76d269981abd None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlKlMErO'\n"] 2019-09-13 08:00:08.042 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:00:08.042 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:01:01.337 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:01:01.338 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:01:03.379 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:01:04.065 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:01:04.189 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:01:04.215 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:01:04.216 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:01:04.216 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:01:04.896 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:01:05.143 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:01:05.471 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:01:05.940 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:01:06.054 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:01:06.086 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:01:06.120 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:01:06.153 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:01:06.185 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:01:06.222 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:01:06.253 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:01:06.286 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:01:06.397 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:01:06.455 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:01:06.456 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:01:06.456 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:01:06.457 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:01:06.457 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:01:06.473 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:01:06.488 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] Setting config target of host 'controller-0' to '586a5849-92e0-44f8-91d1-853e9882c25b'. 2019-09-13 08:01:06.521 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] _config_update_hosts config_uuid=586a5849-92e0-44f8-91d1-853e9882c25b 2019-09-13 08:01:06.521 80240 INFO sysinv.conductor.manager [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] applying runtime manifest config_uuid=586a5849-92e0-44f8-91d1-853e9882c25b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:01:06.536 80240 INFO sysinv.puppet.puppet [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] Updating hiera for host: controller-0 with config_uuid: 586a5849-92e0-44f8-91d1-853e9882c25b 2019-09-13 08:01:08.273 80240 ERROR sysinv.puppet.puppet [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnZsNvP' 2019-09-13 08:01:08.273 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:01:08.274 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] Exception during message handling 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnZsNvP' 2019-09-13 08:01:08.274 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:01:08.276 80240 ERROR sysinv.openstack.common.rpc.common [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnZsNvP' to caller 2019-09-13 08:01:08.276 80240 ERROR sysinv.openstack.common.rpc.common [req-9cb7b81f-19a5-4fe0-8db3-bfb490183fb2 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlnZsNvP'\n"] 2019-09-13 08:01:08.296 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:01:08.296 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:02:01.383 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:02:01.383 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:02:03.446 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:02:04.107 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:02:04.230 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:02:04.257 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:02:04.258 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:02:04.258 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:02:04.742 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:02:05.187 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:02:05.532 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:02:05.818 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:02:05.934 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:02:05.965 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:02:05.999 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:02:06.030 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:02:06.060 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:02:06.096 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:02:06.127 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:02:06.157 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:02:06.267 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:02:06.324 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:02:06.325 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:02:06.325 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:02:06.326 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:02:06.326 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:02:06.345 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:02:06.360 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] Setting config target of host 'controller-0' to '446f33dd-45d2-499d-8d87-a2b82cf45131'. 2019-09-13 08:02:06.395 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] _config_update_hosts config_uuid=446f33dd-45d2-499d-8d87-a2b82cf45131 2019-09-13 08:02:06.395 80240 INFO sysinv.conductor.manager [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] applying runtime manifest config_uuid=446f33dd-45d2-499d-8d87-a2b82cf45131, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:02:06.410 80240 INFO sysinv.puppet.puppet [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] Updating hiera for host: controller-0 with config_uuid: 446f33dd-45d2-499d-8d87-a2b82cf45131 2019-09-13 08:02:08.296 80240 ERROR sysinv.puppet.puppet [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUGKuqD' 2019-09-13 08:02:08.296 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:02:08.297 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] Exception during message handling 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUGKuqD' 2019-09-13 08:02:08.297 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:02:08.299 80240 ERROR sysinv.openstack.common.rpc.common [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUGKuqD' to caller 2019-09-13 08:02:08.299 80240 ERROR sysinv.openstack.common.rpc.common [req-7e49d544-c88c-4c62-9693-08ad18310c24 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlUGKuqD'\n"] 2019-09-13 08:02:08.308 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:02:08.308 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:03:01.425 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:03:01.426 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:03:03.488 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:03:04.153 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:03:04.272 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:03:04.298 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:03:04.299 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:03:04.299 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:03:04.807 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:03:05.280 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:03:05.603 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:03:05.870 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:03:05.981 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:03:06.012 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:03:06.046 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:03:06.076 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:03:06.106 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:03:06.139 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:03:06.169 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:03:06.200 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:03:06.303 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:03:06.362 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:03:06.363 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:03:06.363 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:03:06.363 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:03:06.364 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:03:06.378 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:03:06.394 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] Setting config target of host 'controller-0' to '4234d89b-e505-40bc-9ab2-4772adc9a558'. 2019-09-13 08:03:06.440 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] _config_update_hosts config_uuid=4234d89b-e505-40bc-9ab2-4772adc9a558 2019-09-13 08:03:06.440 80240 INFO sysinv.conductor.manager [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] applying runtime manifest config_uuid=4234d89b-e505-40bc-9ab2-4772adc9a558, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:03:06.455 80240 INFO sysinv.puppet.puppet [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] Updating hiera for host: controller-0 with config_uuid: 4234d89b-e505-40bc-9ab2-4772adc9a558 2019-09-13 08:03:08.281 80240 ERROR sysinv.puppet.puppet [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcDWtMb' 2019-09-13 08:03:08.281 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:03:08.282 80240 ERROR sysinv.openstack.common.rpc.amqp [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] Exception during message handling 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcDWtMb' 2019-09-13 08:03:08.282 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:03:08.284 80240 ERROR sysinv.openstack.common.rpc.common [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcDWtMb' to caller 2019-09-13 08:03:08.284 80240 ERROR sysinv.openstack.common.rpc.common [req-eff68ded-b297-462a-b734-2bc12efe5129 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcDWtMb'\n"] 2019-09-13 08:03:08.292 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:03:08.292 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:04:01.461 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:04:01.461 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:04:03.663 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:04:04.328 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:04:04.471 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:04:04.503 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:04:04.503 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:04:04.504 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:04:04.991 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:04:05.241 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:04:05.794 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:04:06.078 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:04:06.195 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:04:06.228 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:04:06.432 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:04:06.462 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:04:06.496 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:04:06.533 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:04:06.564 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:04:06.600 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:04:06.706 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:04:06.769 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:04:06.770 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:04:06.770 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:04:06.770 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] core_id : 0 1 2 3 4 5 2019-09-13 08:04:06.771 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:04:06.786 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:04:06.802 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] Setting config target of host 'controller-0' to '2b3d6b9e-0916-4269-b7d5-01ef1b2e14f0'. 2019-09-13 08:04:06.840 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] _config_update_hosts config_uuid=2b3d6b9e-0916-4269-b7d5-01ef1b2e14f0 2019-09-13 08:04:06.840 80240 INFO sysinv.conductor.manager [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] applying runtime manifest config_uuid=2b3d6b9e-0916-4269-b7d5-01ef1b2e14f0, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:04:06.856 80240 INFO sysinv.puppet.puppet [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] Updating hiera for host: controller-0 with config_uuid: 2b3d6b9e-0916-4269-b7d5-01ef1b2e14f0 2019-09-13 08:04:08.498 80240 ERROR sysinv.puppet.puppet [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQaTsPP' 2019-09-13 08:04:08.498 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:04:08.499 80240 ERROR sysinv.openstack.common.rpc.amqp [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] Exception during message handling 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQaTsPP' 2019-09-13 08:04:08.499 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:04:08.500 80240 ERROR sysinv.openstack.common.rpc.common [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQaTsPP' to caller 2019-09-13 08:04:08.501 80240 ERROR sysinv.openstack.common.rpc.common [req-63aa8cab-e90d-411c-b777-48e5bc1e501f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQaTsPP'\n"] 2019-09-13 08:04:08.512 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:04:08.512 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:05:01.500 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:05:01.501 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:05:03.636 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:05:04.325 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:05:04.479 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:05:04.505 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:05:04.505 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:05:04.506 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:05:05.026 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:05:05.576 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:05:05.916 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:05:06.169 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:05:06.303 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:05:06.513 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:05:06.548 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:05:06.580 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:05:06.614 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:05:06.668 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:05:06.719 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:05:06.751 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:05:06.856 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:05:06.915 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:05:06.915 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:05:06.916 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:05:06.916 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:05:06.916 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:05:06.935 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:05:06.951 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] Setting config target of host 'controller-0' to '38eeddfe-a26e-450d-b1d1-29ece9acd349'. 2019-09-13 08:05:06.981 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] _config_update_hosts config_uuid=38eeddfe-a26e-450d-b1d1-29ece9acd349 2019-09-13 08:05:06.981 80240 INFO sysinv.conductor.manager [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] applying runtime manifest config_uuid=38eeddfe-a26e-450d-b1d1-29ece9acd349, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:05:06.995 80240 INFO sysinv.puppet.puppet [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] Updating hiera for host: controller-0 with config_uuid: 38eeddfe-a26e-450d-b1d1-29ece9acd349 2019-09-13 08:05:08.655 80240 ERROR sysinv.puppet.puppet [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFTPlbJ' 2019-09-13 08:05:08.655 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:05:08.657 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] Exception during message handling 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFTPlbJ' 2019-09-13 08:05:08.657 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:05:08.659 80240 ERROR sysinv.openstack.common.rpc.common [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFTPlbJ' to caller 2019-09-13 08:05:08.659 80240 ERROR sysinv.openstack.common.rpc.common [req-6da6c9bf-79dc-4a65-9c30-d2d1f9219b57 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFTPlbJ'\n"] 2019-09-13 08:05:08.676 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:05:08.676 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:06:01.527 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:06:01.528 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:06:03.656 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:06:04.341 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:06:04.499 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:06:04.532 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:06:04.533 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:06:04.533 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:06:05.092 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:06:05.624 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:06:05.937 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:06:06.194 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:06:06.307 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:06:06.338 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:06:06.368 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:06:06.401 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:06:06.433 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:06:06.476 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:06:06.511 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:06:06.547 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:06:06.653 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:06:06.713 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:06:06.713 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:06:06.714 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:06:06.715 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] core_id : 0 1 2 3 4 5 2019-09-13 08:06:06.715 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:06:06.730 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:06:06.752 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] Setting config target of host 'controller-0' to '230a1466-8c83-494e-871c-8e054967329e'. 2019-09-13 08:06:06.791 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] _config_update_hosts config_uuid=230a1466-8c83-494e-871c-8e054967329e 2019-09-13 08:06:06.792 80240 INFO sysinv.conductor.manager [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] applying runtime manifest config_uuid=230a1466-8c83-494e-871c-8e054967329e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:06:06.807 80240 INFO sysinv.puppet.puppet [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] Updating hiera for host: controller-0 with config_uuid: 230a1466-8c83-494e-871c-8e054967329e 2019-09-13 08:06:08.525 80240 ERROR sysinv.puppet.puppet [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQfAenv' 2019-09-13 08:06:08.525 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:06:08.526 80240 ERROR sysinv.openstack.common.rpc.amqp [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] Exception during message handling 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQfAenv' 2019-09-13 08:06:08.526 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:06:08.528 80240 ERROR sysinv.openstack.common.rpc.common [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQfAenv' to caller 2019-09-13 08:06:08.528 80240 ERROR sysinv.openstack.common.rpc.common [req-dfe0f345-c951-4db0-91ab-63fdc9a2b82f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQfAenv'\n"] 2019-09-13 08:06:08.538 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:06:08.538 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:07:01.562 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:07:01.563 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:07:03.659 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:07:04.349 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:07:04.470 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:07:04.502 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:07:04.503 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:07:04.503 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:07:05.130 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:07:05.376 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:07:05.856 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:07:06.147 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:07:06.275 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:07:06.311 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:07:06.343 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:07:06.375 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:07:06.407 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:07:06.442 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:07:06.474 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:07:06.505 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:07:06.616 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:07:06.690 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:07:06.691 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:07:06.691 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:07:06.691 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:07:06.692 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:07:06.707 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:07:06.722 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] Setting config target of host 'controller-0' to '4cc47022-f2cc-4b0b-a3a3-bc83fbbc552b'. 2019-09-13 08:07:06.758 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] _config_update_hosts config_uuid=4cc47022-f2cc-4b0b-a3a3-bc83fbbc552b 2019-09-13 08:07:06.758 80240 INFO sysinv.conductor.manager [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] applying runtime manifest config_uuid=4cc47022-f2cc-4b0b-a3a3-bc83fbbc552b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:07:06.774 80240 INFO sysinv.puppet.puppet [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] Updating hiera for host: controller-0 with config_uuid: 4cc47022-f2cc-4b0b-a3a3-bc83fbbc552b 2019-09-13 08:07:08.464 80240 ERROR sysinv.puppet.puppet [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlr9QslQ' 2019-09-13 08:07:08.464 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:07:08.465 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] Exception during message handling 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlr9QslQ' 2019-09-13 08:07:08.465 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:07:08.466 80240 ERROR sysinv.openstack.common.rpc.common [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlr9QslQ' to caller 2019-09-13 08:07:08.467 80240 ERROR sysinv.openstack.common.rpc.common [req-b83d746b-f883-453a-93ba-6bff0e25d073 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlr9QslQ'\n"] 2019-09-13 08:07:08.475 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:07:08.475 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:08:01.589 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:08:01.590 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:08:03.725 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:08:04.394 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:08:04.531 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:08:04.559 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:08:04.560 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:08:04.560 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:08:05.243 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:08:05.490 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:08:05.819 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:08:06.240 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:08:06.350 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:08:06.381 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:08:06.415 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:08:06.450 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:08:06.483 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:08:06.519 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:08:06.551 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:08:06.583 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:08:06.689 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:08:06.745 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:08:06.746 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:08:06.746 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:08:06.747 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] core_id : 0 1 2 3 4 5 2019-09-13 08:08:06.747 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:08:06.765 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:08:06.779 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] Setting config target of host 'controller-0' to '4c243b2b-4e30-46df-8826-cd6f7157c76e'. 2019-09-13 08:08:06.809 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] _config_update_hosts config_uuid=4c243b2b-4e30-46df-8826-cd6f7157c76e 2019-09-13 08:08:06.809 80240 INFO sysinv.conductor.manager [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] applying runtime manifest config_uuid=4c243b2b-4e30-46df-8826-cd6f7157c76e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:08:06.823 80240 INFO sysinv.puppet.puppet [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] Updating hiera for host: controller-0 with config_uuid: 4c243b2b-4e30-46df-8826-cd6f7157c76e 2019-09-13 08:08:08.500 80240 ERROR sysinv.puppet.puppet [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlj3m6wx' 2019-09-13 08:08:08.500 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:08:08.501 80240 ERROR sysinv.openstack.common.rpc.amqp [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] Exception during message handling 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlj3m6wx' 2019-09-13 08:08:08.501 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:08:08.502 80240 ERROR sysinv.openstack.common.rpc.common [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlj3m6wx' to caller 2019-09-13 08:08:08.503 80240 ERROR sysinv.openstack.common.rpc.common [req-37745e4b-7f45-4124-8f2c-01bc5f73793a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlj3m6wx'\n"] 2019-09-13 08:08:08.511 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:08:08.511 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:09:01.636 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:09:01.637 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:09:03.789 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:09:04.460 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:09:04.603 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:09:04.630 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:09:04.631 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:09:04.631 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:09:05.109 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:09:05.644 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:09:05.971 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:09:06.408 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:09:06.530 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:09:06.561 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:09:06.591 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:09:06.625 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:09:06.660 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:09:06.692 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:09:06.734 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:09:06.768 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:09:06.876 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:09:06.934 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:09:06.934 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:09:06.935 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:09:06.935 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:09:06.936 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:09:06.950 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:09:06.966 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] Setting config target of host 'controller-0' to '7cb69606-fffd-42e3-83ea-17b7a2d4ed03'. 2019-09-13 08:09:07.002 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] _config_update_hosts config_uuid=7cb69606-fffd-42e3-83ea-17b7a2d4ed03 2019-09-13 08:09:07.003 80240 INFO sysinv.conductor.manager [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] applying runtime manifest config_uuid=7cb69606-fffd-42e3-83ea-17b7a2d4ed03, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:09:07.017 80240 INFO sysinv.puppet.puppet [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] Updating hiera for host: controller-0 with config_uuid: 7cb69606-fffd-42e3-83ea-17b7a2d4ed03 2019-09-13 08:09:08.698 80240 ERROR sysinv.puppet.puppet [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlK8jVjF' 2019-09-13 08:09:08.698 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:09:08.699 80240 ERROR sysinv.openstack.common.rpc.amqp [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] Exception during message handling 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlK8jVjF' 2019-09-13 08:09:08.699 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:09:08.701 80240 ERROR sysinv.openstack.common.rpc.common [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlK8jVjF' to caller 2019-09-13 08:09:08.701 80240 ERROR sysinv.openstack.common.rpc.common [req-52ebcdb0-5ba3-4d10-8451-b70c9b538bb5 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlK8jVjF'\n"] 2019-09-13 08:09:08.710 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:09:08.710 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:10:01.687 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:10:01.687 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:10:03.831 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:10:04.511 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:10:04.642 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:10:04.670 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:10:04.671 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:10:04.671 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:10:05.130 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:10:05.581 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:10:05.937 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:10:06.193 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:10:06.317 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:10:06.348 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:10:06.378 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:10:06.416 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:10:06.460 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:10:06.496 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:10:06.528 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:10:06.564 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:10:06.672 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:10:06.730 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:10:06.731 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:10:06.731 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:10:06.732 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] core_id : 0 1 2 3 4 5 2019-09-13 08:10:06.732 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:10:06.751 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:10:06.767 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] Setting config target of host 'controller-0' to '50a21650-887f-4510-9236-0cc356916b42'. 2019-09-13 08:10:06.794 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] _config_update_hosts config_uuid=50a21650-887f-4510-9236-0cc356916b42 2019-09-13 08:10:06.795 80240 INFO sysinv.conductor.manager [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] applying runtime manifest config_uuid=50a21650-887f-4510-9236-0cc356916b42, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:10:06.810 80240 INFO sysinv.puppet.puppet [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] Updating hiera for host: controller-0 with config_uuid: 50a21650-887f-4510-9236-0cc356916b42 2019-09-13 08:10:08.665 80240 ERROR sysinv.puppet.puppet [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlstYtrI' 2019-09-13 08:10:08.665 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:10:08.666 80240 ERROR sysinv.openstack.common.rpc.amqp [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] Exception during message handling 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlstYtrI' 2019-09-13 08:10:08.666 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:10:08.667 80240 ERROR sysinv.openstack.common.rpc.common [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlstYtrI' to caller 2019-09-13 08:10:08.668 80240 ERROR sysinv.openstack.common.rpc.common [req-900f63b0-dc5e-41b8-bef9-748311aabc7b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlstYtrI'\n"] 2019-09-13 08:10:08.677 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:10:08.677 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:11:01.701 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:11:01.702 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:11:03.802 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:11:04.467 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:11:04.593 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:11:04.618 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:11:04.619 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:11:04.620 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:11:05.120 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:11:05.564 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:11:05.893 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:11:06.161 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:11:06.294 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:11:06.327 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:11:06.364 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:11:06.398 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:11:06.434 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:11:06.472 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:11:06.506 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:11:06.538 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:11:06.650 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:11:06.709 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:11:06.709 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:11:06.710 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:11:06.710 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] core_id : 0 1 2 3 4 5 2019-09-13 08:11:06.710 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:11:06.730 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:11:06.926 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] Setting config target of host 'controller-0' to '64ee6912-1c4c-4bf0-a2b3-bb2864f20553'. 2019-09-13 08:11:06.955 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] _config_update_hosts config_uuid=64ee6912-1c4c-4bf0-a2b3-bb2864f20553 2019-09-13 08:11:06.955 80240 INFO sysinv.conductor.manager [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] applying runtime manifest config_uuid=64ee6912-1c4c-4bf0-a2b3-bb2864f20553, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:11:06.970 80240 INFO sysinv.puppet.puppet [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] Updating hiera for host: controller-0 with config_uuid: 64ee6912-1c4c-4bf0-a2b3-bb2864f20553 2019-09-13 08:11:08.615 80240 ERROR sysinv.puppet.puppet [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlia4S3l' 2019-09-13 08:11:08.615 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:11:08.616 80240 ERROR sysinv.openstack.common.rpc.amqp [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] Exception during message handling 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlia4S3l' 2019-09-13 08:11:08.616 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:11:08.617 80240 ERROR sysinv.openstack.common.rpc.common [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlia4S3l' to caller 2019-09-13 08:11:08.618 80240 ERROR sysinv.openstack.common.rpc.common [req-327948a7-86d5-4ceb-9fed-d61894691dfb None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlia4S3l'\n"] 2019-09-13 08:11:08.626 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:11:08.626 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:12:01.705 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:12:01.706 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:12:03.822 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:12:04.501 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:12:04.646 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:12:04.673 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:12:04.673 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:12:04.674 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:12:05.165 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:12:05.696 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:12:06.010 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:12:06.262 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:12:06.378 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:12:06.410 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:12:06.443 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:12:06.482 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:12:06.515 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:12:06.547 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:12:06.579 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:12:06.615 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:12:06.720 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:12:06.778 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:12:06.778 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:12:06.779 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:12:06.779 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:12:06.780 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:12:06.795 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:12:06.810 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] Setting config target of host 'controller-0' to '586e26d5-485d-4dae-bc5f-80a10966ac61'. 2019-09-13 08:12:06.881 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] _config_update_hosts config_uuid=586e26d5-485d-4dae-bc5f-80a10966ac61 2019-09-13 08:12:06.881 80240 INFO sysinv.conductor.manager [req-5c259403-9dca-4549-ad21-c025729aa630 None None] applying runtime manifest config_uuid=586e26d5-485d-4dae-bc5f-80a10966ac61, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:12:06.896 80240 INFO sysinv.puppet.puppet [req-5c259403-9dca-4549-ad21-c025729aa630 None None] Updating hiera for host: controller-0 with config_uuid: 586e26d5-485d-4dae-bc5f-80a10966ac61 2019-09-13 08:12:08.565 80240 ERROR sysinv.puppet.puppet [req-5c259403-9dca-4549-ad21-c025729aa630 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml49QGnj' 2019-09-13 08:12:08.565 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:12:08.566 80240 ERROR sysinv.openstack.common.rpc.amqp [req-5c259403-9dca-4549-ad21-c025729aa630 None None] Exception during message handling 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml49QGnj' 2019-09-13 08:12:08.566 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:12:08.568 80240 ERROR sysinv.openstack.common.rpc.common [req-5c259403-9dca-4549-ad21-c025729aa630 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml49QGnj' to caller 2019-09-13 08:12:08.568 80240 ERROR sysinv.openstack.common.rpc.common [req-5c259403-9dca-4549-ad21-c025729aa630 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml49QGnj'\n"] 2019-09-13 08:12:08.576 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:12:08.576 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:13:01.749 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:13:01.750 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:13:03.795 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:13:04.465 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:13:04.582 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:13:04.607 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:13:04.607 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:13:04.608 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:13:05.237 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:13:05.504 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:13:05.987 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:13:06.255 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:13:06.370 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:13:06.401 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:13:06.436 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:13:06.467 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:13:06.497 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:13:06.531 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:13:06.561 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:13:06.592 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:13:06.713 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:13:06.772 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:13:06.773 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:13:06.773 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:13:06.774 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] core_id : 0 1 2 3 4 5 2019-09-13 08:13:06.774 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:13:06.789 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:13:06.804 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] Setting config target of host 'controller-0' to '3f18c0c5-5361-48ad-819f-995eca8c111c'. 2019-09-13 08:13:06.844 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] _config_update_hosts config_uuid=3f18c0c5-5361-48ad-819f-995eca8c111c 2019-09-13 08:13:06.844 80240 INFO sysinv.conductor.manager [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] applying runtime manifest config_uuid=3f18c0c5-5361-48ad-819f-995eca8c111c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:13:06.858 80240 INFO sysinv.puppet.puppet [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] Updating hiera for host: controller-0 with config_uuid: 3f18c0c5-5361-48ad-819f-995eca8c111c 2019-09-13 08:13:08.507 80240 ERROR sysinv.puppet.puppet [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlhkUJkR' 2019-09-13 08:13:08.507 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:13:08.508 80240 ERROR sysinv.openstack.common.rpc.amqp [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] Exception during message handling 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlhkUJkR' 2019-09-13 08:13:08.508 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:13:08.510 80240 ERROR sysinv.openstack.common.rpc.common [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlhkUJkR' to caller 2019-09-13 08:13:08.510 80240 ERROR sysinv.openstack.common.rpc.common [req-fd84bcdf-1dc8-4950-b9f7-17099898866f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlhkUJkR'\n"] 2019-09-13 08:13:08.519 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:13:08.519 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:14:01.804 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:14:01.805 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:14:03.926 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:14:04.593 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:14:04.731 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:14:04.757 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:14:04.757 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:14:04.758 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:14:05.460 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:14:05.776 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:14:06.255 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:14:06.500 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:14:06.611 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:14:06.643 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:14:06.677 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:14:06.722 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:14:06.756 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:14:06.790 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:14:06.821 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:14:06.854 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:14:06.967 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:14:07.027 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:14:07.027 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:14:07.028 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:14:07.028 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:14:07.028 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:14:07.043 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:14:07.058 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] Setting config target of host 'controller-0' to '418d39dc-f28c-48a3-9ae7-6ae6380ed63d'. 2019-09-13 08:14:07.096 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] _config_update_hosts config_uuid=418d39dc-f28c-48a3-9ae7-6ae6380ed63d 2019-09-13 08:14:07.096 80240 INFO sysinv.conductor.manager [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] applying runtime manifest config_uuid=418d39dc-f28c-48a3-9ae7-6ae6380ed63d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:14:07.111 80240 INFO sysinv.puppet.puppet [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] Updating hiera for host: controller-0 with config_uuid: 418d39dc-f28c-48a3-9ae7-6ae6380ed63d 2019-09-13 08:14:08.785 80240 ERROR sysinv.puppet.puppet [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlGlXdyt' 2019-09-13 08:14:08.785 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:14:08.786 80240 ERROR sysinv.openstack.common.rpc.amqp [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] Exception during message handling 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlGlXdyt' 2019-09-13 08:14:08.786 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:14:08.788 80240 ERROR sysinv.openstack.common.rpc.common [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlGlXdyt' to caller 2019-09-13 08:14:08.788 80240 ERROR sysinv.openstack.common.rpc.common [req-ef4f0ac4-a7ab-43f8-9be2-9bd6147e5ed0 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlGlXdyt'\n"] 2019-09-13 08:14:08.795 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:14:08.795 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:15:01.811 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:15:01.812 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:15:03.945 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:15:04.608 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:15:04.765 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:15:04.791 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:15:04.791 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:15:04.792 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:15:05.266 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:15:05.810 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:15:06.145 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:15:06.406 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:15:06.707 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:15:06.739 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:15:06.772 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:15:06.806 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:15:06.837 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:15:06.868 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:15:06.903 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:15:06.934 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:15:07.040 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:15:07.108 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:15:07.109 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:15:07.109 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:15:07.110 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:15:07.110 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:15:07.126 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:15:07.142 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] Setting config target of host 'controller-0' to '320df6c1-790c-4821-b15a-9147c62815c9'. 2019-09-13 08:15:07.182 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] _config_update_hosts config_uuid=320df6c1-790c-4821-b15a-9147c62815c9 2019-09-13 08:15:07.183 80240 INFO sysinv.conductor.manager [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] applying runtime manifest config_uuid=320df6c1-790c-4821-b15a-9147c62815c9, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:15:07.199 80240 INFO sysinv.puppet.puppet [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] Updating hiera for host: controller-0 with config_uuid: 320df6c1-790c-4821-b15a-9147c62815c9 2019-09-13 08:15:08.919 80240 ERROR sysinv.puppet.puppet [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlguR98d' 2019-09-13 08:15:08.919 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:15:08.921 80240 ERROR sysinv.openstack.common.rpc.amqp [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] Exception during message handling 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlguR98d' 2019-09-13 08:15:08.921 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:15:08.922 80240 ERROR sysinv.openstack.common.rpc.common [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlguR98d' to caller 2019-09-13 08:15:08.923 80240 ERROR sysinv.openstack.common.rpc.common [req-c2cc57fc-f230-4684-8e96-a4aade08afc5 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlguR98d'\n"] 2019-09-13 08:15:08.931 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:15:08.931 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:16:01.864 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:16:01.864 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:16:03.919 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:16:04.578 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:16:04.702 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:16:04.730 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:16:04.730 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:16:04.731 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:16:05.285 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:16:05.735 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:16:06.085 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:16:06.348 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:16:06.468 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:16:06.504 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:16:06.536 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:16:06.572 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:16:06.605 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:16:06.638 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:16:06.675 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:16:06.707 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:16:06.817 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:16:06.877 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:16:06.877 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:16:06.878 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:16:06.878 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:16:06.878 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:16:06.893 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:16:06.909 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] Setting config target of host 'controller-0' to '4d0c14c6-b397-4c98-afc6-4044f39d5e6f'. 2019-09-13 08:16:06.945 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] _config_update_hosts config_uuid=4d0c14c6-b397-4c98-afc6-4044f39d5e6f 2019-09-13 08:16:06.945 80240 INFO sysinv.conductor.manager [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] applying runtime manifest config_uuid=4d0c14c6-b397-4c98-afc6-4044f39d5e6f, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:16:06.965 80240 INFO sysinv.puppet.puppet [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] Updating hiera for host: controller-0 with config_uuid: 4d0c14c6-b397-4c98-afc6-4044f39d5e6f 2019-09-13 08:16:08.634 80240 ERROR sysinv.puppet.puppet [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlln1vtR' 2019-09-13 08:16:08.634 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:16:08.635 80240 ERROR sysinv.openstack.common.rpc.amqp [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] Exception during message handling 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlln1vtR' 2019-09-13 08:16:08.635 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:16:08.636 80240 ERROR sysinv.openstack.common.rpc.common [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlln1vtR' to caller 2019-09-13 08:16:08.637 80240 ERROR sysinv.openstack.common.rpc.common [req-a4fb5ac7-b7ca-4265-832f-6817c63fa170 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlln1vtR'\n"] 2019-09-13 08:16:08.645 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:16:08.645 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:17:01.915 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:17:01.916 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:17:04.025 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:17:04.729 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:17:04.870 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:17:04.898 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:17:04.898 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:17:04.899 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:17:05.648 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:17:05.961 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:17:06.430 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:17:06.672 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:17:06.791 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:17:06.823 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:17:06.854 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:17:06.890 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:17:06.921 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:17:06.953 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:17:06.987 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:17:07.019 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:17:07.126 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:17:07.184 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:17:07.184 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:17:07.185 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:17:07.185 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:17:07.185 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:17:07.201 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:17:07.217 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] Setting config target of host 'controller-0' to '52002b67-b6fe-45b0-8aef-0c036db161bd'. 2019-09-13 08:17:07.254 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] _config_update_hosts config_uuid=52002b67-b6fe-45b0-8aef-0c036db161bd 2019-09-13 08:17:07.254 80240 INFO sysinv.conductor.manager [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] applying runtime manifest config_uuid=52002b67-b6fe-45b0-8aef-0c036db161bd, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:17:07.273 80240 INFO sysinv.puppet.puppet [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] Updating hiera for host: controller-0 with config_uuid: 52002b67-b6fe-45b0-8aef-0c036db161bd 2019-09-13 08:17:08.933 80240 ERROR sysinv.puppet.puppet [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliiPh8E' 2019-09-13 08:17:08.933 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:17:08.934 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] Exception during message handling 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliiPh8E' 2019-09-13 08:17:08.934 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:17:08.936 80240 ERROR sysinv.openstack.common.rpc.common [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliiPh8E' to caller 2019-09-13 08:17:08.936 80240 ERROR sysinv.openstack.common.rpc.common [req-6a6616a6-41e0-4679-ab07-ca20c17fdab5 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamliiPh8E'\n"] 2019-09-13 08:17:08.944 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:17:08.944 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:18:01.922 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:18:01.923 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:18:04.018 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:18:04.712 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:18:04.863 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:18:04.890 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:18:04.890 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:18:04.891 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:18:05.677 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:18:06.020 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:18:06.290 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:18:06.702 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:18:06.817 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:18:06.848 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:18:06.883 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:18:06.915 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:18:06.946 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:18:06.978 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:18:07.014 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:18:07.046 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:18:07.157 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:18:07.216 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:18:07.216 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:18:07.217 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:18:07.217 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:18:07.217 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:18:07.232 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:18:07.248 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] Setting config target of host 'controller-0' to '1e3dd754-2818-47bb-a43f-0c718bd2bed1'. 2019-09-13 08:18:07.284 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] _config_update_hosts config_uuid=1e3dd754-2818-47bb-a43f-0c718bd2bed1 2019-09-13 08:18:07.284 80240 INFO sysinv.conductor.manager [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] applying runtime manifest config_uuid=1e3dd754-2818-47bb-a43f-0c718bd2bed1, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:18:07.299 80240 INFO sysinv.puppet.puppet [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] Updating hiera for host: controller-0 with config_uuid: 1e3dd754-2818-47bb-a43f-0c718bd2bed1 2019-09-13 08:18:08.952 80240 ERROR sysinv.puppet.puppet [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlmNHolx' 2019-09-13 08:18:08.952 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:18:08.953 80240 ERROR sysinv.openstack.common.rpc.amqp [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] Exception during message handling 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlmNHolx' 2019-09-13 08:18:08.953 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:18:08.955 80240 ERROR sysinv.openstack.common.rpc.common [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlmNHolx' to caller 2019-09-13 08:18:08.955 80240 ERROR sysinv.openstack.common.rpc.common [req-51242548-1fff-46ed-8f1d-cfcadc628837 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlmNHolx'\n"] 2019-09-13 08:18:08.964 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:18:08.964 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:19:01.924 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:19:01.924 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:19:04.049 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:19:04.753 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:19:04.910 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:19:04.938 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:19:04.939 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:19:04.939 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:19:05.414 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:19:05.963 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:19:06.283 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:19:06.529 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:19:06.639 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:19:06.671 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:19:06.707 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:19:06.740 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:19:06.772 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:19:06.807 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:19:06.839 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:19:06.881 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:19:07.000 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:19:07.057 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:19:07.058 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:19:07.058 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:19:07.058 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:19:07.059 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:19:07.073 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:19:07.088 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] Setting config target of host 'controller-0' to '19ed358e-2518-424c-8570-9505975cdf61'. 2019-09-13 08:19:07.125 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] _config_update_hosts config_uuid=19ed358e-2518-424c-8570-9505975cdf61 2019-09-13 08:19:07.126 80240 INFO sysinv.conductor.manager [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] applying runtime manifest config_uuid=19ed358e-2518-424c-8570-9505975cdf61, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:19:07.140 80240 INFO sysinv.puppet.puppet [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] Updating hiera for host: controller-0 with config_uuid: 19ed358e-2518-424c-8570-9505975cdf61 2019-09-13 08:19:09.004 80240 ERROR sysinv.puppet.puppet [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml8D_wGo' 2019-09-13 08:19:09.004 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:19:09.005 80240 ERROR sysinv.openstack.common.rpc.amqp [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] Exception during message handling 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml8D_wGo' 2019-09-13 08:19:09.005 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:19:09.007 80240 ERROR sysinv.openstack.common.rpc.common [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml8D_wGo' to caller 2019-09-13 08:19:09.007 80240 ERROR sysinv.openstack.common.rpc.common [req-c6bceaa5-690d-43e0-9d96-788b160f1d90 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml8D_wGo'\n"] 2019-09-13 08:19:09.018 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:19:09.018 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:20:01.973 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:20:01.974 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:20:04.095 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:20:04.773 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:20:04.903 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:20:04.933 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:20:04.934 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:20:04.934 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:20:05.468 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:20:05.724 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:20:06.307 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:20:06.565 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:20:06.682 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:20:06.714 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:20:06.745 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:20:06.778 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:20:06.973 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:20:07.009 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:20:07.044 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:20:07.075 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:20:07.180 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:20:07.239 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:20:07.239 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:20:07.240 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:20:07.240 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] core_id : 0 1 2 3 4 5 2019-09-13 08:20:07.241 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:20:07.259 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:20:07.274 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] Setting config target of host 'controller-0' to '3277aadb-096f-47cb-98aa-5dcbdb174078'. 2019-09-13 08:20:07.310 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] _config_update_hosts config_uuid=3277aadb-096f-47cb-98aa-5dcbdb174078 2019-09-13 08:20:07.310 80240 INFO sysinv.conductor.manager [req-b994e509-5d31-4928-9148-e7e77a21516e None None] applying runtime manifest config_uuid=3277aadb-096f-47cb-98aa-5dcbdb174078, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:20:07.325 80240 INFO sysinv.puppet.puppet [req-b994e509-5d31-4928-9148-e7e77a21516e None None] Updating hiera for host: controller-0 with config_uuid: 3277aadb-096f-47cb-98aa-5dcbdb174078 2019-09-13 08:20:08.985 80240 ERROR sysinv.puppet.puppet [req-b994e509-5d31-4928-9148-e7e77a21516e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlpsA1u9' 2019-09-13 08:20:08.985 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:20:08.986 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b994e509-5d31-4928-9148-e7e77a21516e None None] Exception during message handling 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlpsA1u9' 2019-09-13 08:20:08.986 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:20:08.987 80240 ERROR sysinv.openstack.common.rpc.common [req-b994e509-5d31-4928-9148-e7e77a21516e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlpsA1u9' to caller 2019-09-13 08:20:08.987 80240 ERROR sysinv.openstack.common.rpc.common [req-b994e509-5d31-4928-9148-e7e77a21516e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlpsA1u9'\n"] 2019-09-13 08:20:08.996 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:20:08.996 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:21:02.028 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:21:02.028 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:21:04.130 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:21:04.787 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:21:04.912 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:21:04.941 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:21:04.942 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:21:04.942 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:21:05.447 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:21:05.868 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:21:06.167 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:21:06.444 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:21:06.562 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:21:06.593 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:21:06.628 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:21:06.659 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:21:06.690 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:21:06.725 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:21:06.756 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:21:06.787 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:21:06.891 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:21:06.947 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:21:06.947 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:21:06.948 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:21:06.948 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:21:06.948 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:21:06.966 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:21:06.981 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] Setting config target of host 'controller-0' to '654b2f38-d1f4-4738-abd7-2f0dd3d21c0f'. 2019-09-13 08:21:07.016 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] _config_update_hosts config_uuid=654b2f38-d1f4-4738-abd7-2f0dd3d21c0f 2019-09-13 08:21:07.016 80240 INFO sysinv.conductor.manager [req-bf7e1640-36d8-4906-9804-f57879586249 None None] applying runtime manifest config_uuid=654b2f38-d1f4-4738-abd7-2f0dd3d21c0f, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:21:07.030 80240 INFO sysinv.puppet.puppet [req-bf7e1640-36d8-4906-9804-f57879586249 None None] Updating hiera for host: controller-0 with config_uuid: 654b2f38-d1f4-4738-abd7-2f0dd3d21c0f 2019-09-13 08:21:08.699 80240 ERROR sysinv.puppet.puppet [req-bf7e1640-36d8-4906-9804-f57879586249 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlH2ecjb' 2019-09-13 08:21:08.699 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:21:08.700 80240 ERROR sysinv.openstack.common.rpc.amqp [req-bf7e1640-36d8-4906-9804-f57879586249 None None] Exception during message handling 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlH2ecjb' 2019-09-13 08:21:08.700 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:21:08.702 80240 ERROR sysinv.openstack.common.rpc.common [req-bf7e1640-36d8-4906-9804-f57879586249 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlH2ecjb' to caller 2019-09-13 08:21:08.703 80240 ERROR sysinv.openstack.common.rpc.common [req-bf7e1640-36d8-4906-9804-f57879586249 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlH2ecjb'\n"] 2019-09-13 08:21:08.711 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:21:08.711 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:22:02.079 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:22:02.080 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:22:04.179 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:22:04.861 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:22:04.998 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:22:05.024 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:22:05.025 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:22:05.025 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:22:05.753 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:22:05.992 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:22:06.325 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:22:06.812 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:22:06.928 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:22:06.960 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:22:07.003 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:22:07.038 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:22:07.073 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:22:07.110 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:22:07.143 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:22:07.176 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:22:07.288 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:22:07.348 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:22:07.348 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:22:07.348 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:22:07.349 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:22:07.349 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:22:07.368 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:22:07.385 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] Setting config target of host 'controller-0' to '2b6e93f4-5154-4476-9de0-d59ee3d23c7d'. 2019-09-13 08:22:07.417 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] _config_update_hosts config_uuid=2b6e93f4-5154-4476-9de0-d59ee3d23c7d 2019-09-13 08:22:07.418 80240 INFO sysinv.conductor.manager [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] applying runtime manifest config_uuid=2b6e93f4-5154-4476-9de0-d59ee3d23c7d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:22:07.438 80240 INFO sysinv.puppet.puppet [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] Updating hiera for host: controller-0 with config_uuid: 2b6e93f4-5154-4476-9de0-d59ee3d23c7d 2019-09-13 08:22:09.132 80240 ERROR sysinv.puppet.puppet [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwePP9m' 2019-09-13 08:22:09.132 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:22:09.133 80240 ERROR sysinv.openstack.common.rpc.amqp [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] Exception during message handling 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwePP9m' 2019-09-13 08:22:09.133 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:22:09.135 80240 ERROR sysinv.openstack.common.rpc.common [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwePP9m' to caller 2019-09-13 08:22:09.135 80240 ERROR sysinv.openstack.common.rpc.common [req-647bbd2c-8cfb-47b8-b8b3-a9edb92b5176 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlwePP9m'\n"] 2019-09-13 08:22:09.144 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:22:09.144 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:23:02.132 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:23:02.132 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:23:04.220 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:23:04.884 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:23:05.008 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:23:05.035 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:23:05.036 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:23:05.036 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:23:05.469 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:23:05.914 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:23:06.234 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:23:06.541 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:23:06.655 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:23:06.688 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:23:06.721 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:23:06.754 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:23:06.786 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:23:06.822 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:23:06.855 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:23:06.889 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:23:06.995 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:23:07.053 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:23:07.053 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:23:07.054 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:23:07.054 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] core_id : 0 1 2 3 4 5 2019-09-13 08:23:07.054 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:23:07.068 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:23:07.086 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] Setting config target of host 'controller-0' to '53433900-849a-4d71-a699-c8b8d92cfa84'. 2019-09-13 08:23:07.118 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] _config_update_hosts config_uuid=53433900-849a-4d71-a699-c8b8d92cfa84 2019-09-13 08:23:07.119 80240 INFO sysinv.conductor.manager [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] applying runtime manifest config_uuid=53433900-849a-4d71-a699-c8b8d92cfa84, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:23:07.133 80240 INFO sysinv.puppet.puppet [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] Updating hiera for host: controller-0 with config_uuid: 53433900-849a-4d71-a699-c8b8d92cfa84 2019-09-13 08:23:08.783 80240 ERROR sysinv.puppet.puppet [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlf_c9J7' 2019-09-13 08:23:08.783 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:23:08.784 80240 ERROR sysinv.openstack.common.rpc.amqp [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] Exception during message handling 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlf_c9J7' 2019-09-13 08:23:08.784 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:23:08.785 80240 ERROR sysinv.openstack.common.rpc.common [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlf_c9J7' to caller 2019-09-13 08:23:08.786 80240 ERROR sysinv.openstack.common.rpc.common [req-202a88b8-67ca-4c89-99ba-f35005c2827b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlf_c9J7'\n"] 2019-09-13 08:23:08.794 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:23:08.794 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:24:02.177 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:24:02.178 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:24:04.314 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:24:04.983 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:24:05.118 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:24:05.144 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:24:05.145 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:24:05.145 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:24:05.813 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:24:06.065 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:24:06.599 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:24:06.869 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:24:06.982 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:24:07.015 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:24:07.052 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:24:07.088 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:24:07.120 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:24:07.155 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:24:07.187 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:24:07.220 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:24:07.324 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:24:07.380 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:24:07.380 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:24:07.381 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:24:07.381 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:24:07.381 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:24:07.396 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:24:07.411 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] Setting config target of host 'controller-0' to '7b565beb-4362-4aa1-8d8d-e28b95e1bf0c'. 2019-09-13 08:24:07.448 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] _config_update_hosts config_uuid=7b565beb-4362-4aa1-8d8d-e28b95e1bf0c 2019-09-13 08:24:07.449 80240 INFO sysinv.conductor.manager [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] applying runtime manifest config_uuid=7b565beb-4362-4aa1-8d8d-e28b95e1bf0c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:24:07.463 80240 INFO sysinv.puppet.puppet [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] Updating hiera for host: controller-0 with config_uuid: 7b565beb-4362-4aa1-8d8d-e28b95e1bf0c 2019-09-13 08:24:09.154 80240 ERROR sysinv.puppet.puppet [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMYPIXU' 2019-09-13 08:24:09.154 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:24:09.155 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] Exception during message handling 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMYPIXU' 2019-09-13 08:24:09.155 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:24:09.156 80240 ERROR sysinv.openstack.common.rpc.common [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMYPIXU' to caller 2019-09-13 08:24:09.157 80240 ERROR sysinv.openstack.common.rpc.common [req-9f3a7656-f118-4a1f-a431-741b021e88f8 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlMYPIXU'\n"] 2019-09-13 08:24:09.164 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:24:09.164 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:25:02.218 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:25:02.218 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:25:04.304 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:25:04.982 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:25:05.105 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:25:05.132 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:25:05.132 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:25:05.133 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:25:05.813 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:25:06.137 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:25:06.626 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:25:06.874 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:25:06.989 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:25:07.019 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:25:07.052 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:25:07.083 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:25:07.114 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:25:07.144 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:25:07.178 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:25:07.208 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:25:07.338 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:25:07.398 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:25:07.399 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:25:07.399 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:25:07.399 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:25:07.400 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:25:07.415 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:25:07.430 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] Setting config target of host 'controller-0' to '31230155-229f-4235-ad34-fe19b17f6870'. 2019-09-13 08:25:07.467 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] _config_update_hosts config_uuid=31230155-229f-4235-ad34-fe19b17f6870 2019-09-13 08:25:07.467 80240 INFO sysinv.conductor.manager [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] applying runtime manifest config_uuid=31230155-229f-4235-ad34-fe19b17f6870, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:25:07.482 80240 INFO sysinv.puppet.puppet [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] Updating hiera for host: controller-0 with config_uuid: 31230155-229f-4235-ad34-fe19b17f6870 2019-09-13 08:25:09.207 80240 ERROR sysinv.puppet.puppet [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlGvLdda' 2019-09-13 08:25:09.207 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:25:09.208 80240 ERROR sysinv.openstack.common.rpc.amqp [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] Exception during message handling 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlGvLdda' 2019-09-13 08:25:09.208 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:25:09.210 80240 ERROR sysinv.openstack.common.rpc.common [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlGvLdda' to caller 2019-09-13 08:25:09.210 80240 ERROR sysinv.openstack.common.rpc.common [req-f653ea75-35ba-476a-905f-812f6aeb65c3 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlGvLdda'\n"] 2019-09-13 08:25:09.221 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:25:09.221 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:26:02.272 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:26:02.273 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:26:04.328 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:26:04.999 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:26:05.122 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:26:05.147 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:26:05.148 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:26:05.148 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:26:05.835 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:26:06.122 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:26:06.587 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:26:06.844 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:26:06.955 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:26:06.985 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:26:07.015 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:26:07.054 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:26:07.087 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:26:07.118 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:26:07.152 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:26:07.184 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:26:07.287 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:26:07.343 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:26:07.344 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:26:07.344 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:26:07.345 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] core_id : 0 1 2 3 4 5 2019-09-13 08:26:07.345 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:26:07.360 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:26:07.374 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] Setting config target of host 'controller-0' to '5924e67b-e20a-4664-a504-1f3a64e3f21f'. 2019-09-13 08:26:07.414 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] _config_update_hosts config_uuid=5924e67b-e20a-4664-a504-1f3a64e3f21f 2019-09-13 08:26:07.415 80240 INFO sysinv.conductor.manager [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] applying runtime manifest config_uuid=5924e67b-e20a-4664-a504-1f3a64e3f21f, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:26:07.433 80240 INFO sysinv.puppet.puppet [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] Updating hiera for host: controller-0 with config_uuid: 5924e67b-e20a-4664-a504-1f3a64e3f21f 2019-09-13 08:26:09.090 80240 ERROR sysinv.puppet.puppet [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaEE40p' 2019-09-13 08:26:09.090 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:26:09.091 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] Exception during message handling 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaEE40p' 2019-09-13 08:26:09.091 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:26:09.092 80240 ERROR sysinv.openstack.common.rpc.common [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaEE40p' to caller 2019-09-13 08:26:09.093 80240 ERROR sysinv.openstack.common.rpc.common [req-6aaf1184-2afc-4e44-be4f-ffa0fa44127c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlaEE40p'\n"] 2019-09-13 08:26:09.101 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:26:09.101 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:27:02.324 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:27:02.325 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:27:04.416 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:27:05.114 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:27:05.261 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:27:05.289 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:27:05.290 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:27:05.290 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:27:06.002 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:27:06.341 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:27:06.781 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:27:07.023 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:27:07.133 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:27:07.163 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:27:07.196 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:27:07.229 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:27:07.263 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:27:07.294 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:27:07.329 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:27:07.363 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:27:07.469 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:27:07.528 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:27:07.528 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:27:07.529 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:27:07.529 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] core_id : 0 1 2 3 4 5 2019-09-13 08:27:07.529 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:27:07.545 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:27:07.560 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] Setting config target of host 'controller-0' to '08582306-bec0-459c-b832-d10c9b431905'. 2019-09-13 08:27:07.595 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] _config_update_hosts config_uuid=08582306-bec0-459c-b832-d10c9b431905 2019-09-13 08:27:07.596 80240 INFO sysinv.conductor.manager [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] applying runtime manifest config_uuid=08582306-bec0-459c-b832-d10c9b431905, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:27:07.612 80240 INFO sysinv.puppet.puppet [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] Updating hiera for host: controller-0 with config_uuid: 08582306-bec0-459c-b832-d10c9b431905 2019-09-13 08:27:09.293 80240 ERROR sysinv.puppet.puppet [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlb5okXB' 2019-09-13 08:27:09.293 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:27:09.294 80240 ERROR sysinv.openstack.common.rpc.amqp [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] Exception during message handling 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlb5okXB' 2019-09-13 08:27:09.294 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:27:09.296 80240 ERROR sysinv.openstack.common.rpc.common [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlb5okXB' to caller 2019-09-13 08:27:09.296 80240 ERROR sysinv.openstack.common.rpc.common [req-c31069f4-77be-4010-b815-d85b46d50f7e None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlb5okXB'\n"] 2019-09-13 08:27:09.306 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:27:09.306 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:28:02.340 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:28:02.341 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:28:04.415 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:28:05.081 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:28:05.210 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:28:05.237 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:28:05.237 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:28:05.238 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:28:05.677 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:28:06.190 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:28:06.516 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:28:06.766 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:28:07.066 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:28:07.100 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:28:07.137 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:28:07.172 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:28:07.204 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:28:07.238 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:28:07.274 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:28:07.307 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:28:07.411 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:28:07.474 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:28:07.475 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:28:07.475 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:28:07.475 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] core_id : 0 1 2 3 4 5 2019-09-13 08:28:07.476 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:28:07.491 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:28:07.520 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] Setting config target of host 'controller-0' to '2453dd82-57ca-4e42-8e05-35461e197305'. 2019-09-13 08:28:07.556 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] _config_update_hosts config_uuid=2453dd82-57ca-4e42-8e05-35461e197305 2019-09-13 08:28:07.557 80240 INFO sysinv.conductor.manager [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] applying runtime manifest config_uuid=2453dd82-57ca-4e42-8e05-35461e197305, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:28:07.572 80240 INFO sysinv.puppet.puppet [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] Updating hiera for host: controller-0 with config_uuid: 2453dd82-57ca-4e42-8e05-35461e197305 2019-09-13 08:28:09.286 80240 ERROR sysinv.puppet.puppet [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6dOBKi' 2019-09-13 08:28:09.286 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:28:09.287 80240 ERROR sysinv.openstack.common.rpc.amqp [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] Exception during message handling 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6dOBKi' 2019-09-13 08:28:09.287 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:28:09.289 80240 ERROR sysinv.openstack.common.rpc.common [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6dOBKi' to caller 2019-09-13 08:28:09.290 80240 ERROR sysinv.openstack.common.rpc.common [req-3f87f4c3-4ea7-44bf-91e5-c94c6ccd184a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6dOBKi'\n"] 2019-09-13 08:28:09.297 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:28:09.297 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:29:02.374 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:29:02.375 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:29:04.475 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:29:05.132 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:29:05.266 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:29:05.301 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:29:05.302 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:29:05.302 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:29:05.755 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:29:06.256 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:29:06.560 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:29:06.805 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:29:06.917 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:29:06.948 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:29:06.983 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:29:07.019 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:29:07.050 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:29:07.086 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:29:07.119 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:29:07.150 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:29:07.254 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:29:07.310 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:29:07.310 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:29:07.311 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:29:07.311 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] core_id : 0 1 2 3 4 5 2019-09-13 08:29:07.311 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:29:07.325 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:29:07.340 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] Setting config target of host 'controller-0' to '078dfece-5fbe-47be-9718-2721700824ee'. 2019-09-13 08:29:07.386 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] _config_update_hosts config_uuid=078dfece-5fbe-47be-9718-2721700824ee 2019-09-13 08:29:07.386 80240 INFO sysinv.conductor.manager [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] applying runtime manifest config_uuid=078dfece-5fbe-47be-9718-2721700824ee, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:29:07.401 80240 INFO sysinv.puppet.puppet [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] Updating hiera for host: controller-0 with config_uuid: 078dfece-5fbe-47be-9718-2721700824ee 2019-09-13 08:29:09.056 80240 ERROR sysinv.puppet.puppet [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloItqGn' 2019-09-13 08:29:09.056 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:29:09.057 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] Exception during message handling 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloItqGn' 2019-09-13 08:29:09.057 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:29:09.058 80240 ERROR sysinv.openstack.common.rpc.common [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloItqGn' to caller 2019-09-13 08:29:09.059 80240 ERROR sysinv.openstack.common.rpc.common [req-9bd919f3-33aa-49cb-ab1e-ac65333dd4fd None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloItqGn'\n"] 2019-09-13 08:29:09.066 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:29:09.066 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:30:02.411 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:30:02.411 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:30:04.569 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:30:05.256 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:30:05.403 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:30:05.430 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:30:05.430 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:30:05.431 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:30:06.141 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:30:06.494 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:30:06.776 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:30:07.204 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:30:07.323 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:30:07.356 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:30:07.392 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:30:07.425 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:30:07.457 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:30:07.490 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:30:07.531 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:30:07.561 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:30:07.668 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:30:07.728 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:30:07.729 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:30:07.729 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:30:07.729 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:30:07.730 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:30:07.745 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:30:07.760 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] Setting config target of host 'controller-0' to '7ad36522-364c-499e-8df6-e4351658d999'. 2019-09-13 08:30:07.799 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] _config_update_hosts config_uuid=7ad36522-364c-499e-8df6-e4351658d999 2019-09-13 08:30:07.800 80240 INFO sysinv.conductor.manager [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] applying runtime manifest config_uuid=7ad36522-364c-499e-8df6-e4351658d999, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:30:07.816 80240 INFO sysinv.puppet.puppet [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] Updating hiera for host: controller-0 with config_uuid: 7ad36522-364c-499e-8df6-e4351658d999 2019-09-13 08:30:09.471 80240 ERROR sysinv.puppet.puppet [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFO48eH' 2019-09-13 08:30:09.471 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:30:09.472 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] Exception during message handling 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFO48eH' 2019-09-13 08:30:09.472 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:30:09.479 80240 ERROR sysinv.openstack.common.rpc.common [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFO48eH' to caller 2019-09-13 08:30:09.479 80240 ERROR sysinv.openstack.common.rpc.common [req-2d457621-ae26-4aa1-ba08-40ece583ae79 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFO48eH'\n"] 2019-09-13 08:30:09.489 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:30:09.489 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:31:02.423 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:31:02.424 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:31:04.514 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:31:05.199 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:31:05.335 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:31:05.360 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:31:05.361 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:31:05.361 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:31:05.829 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:31:06.316 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:31:06.631 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:31:06.898 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:31:07.021 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:31:07.054 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:31:07.087 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:31:07.123 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:31:07.154 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:31:07.184 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:31:07.215 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:31:07.249 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:31:07.367 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:31:07.427 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:31:07.428 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:31:07.428 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:31:07.428 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] core_id : 0 1 2 3 4 5 2019-09-13 08:31:07.429 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:31:07.444 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:31:07.459 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] Setting config target of host 'controller-0' to '78086204-ac7e-4135-8beb-baa91f6890f7'. 2019-09-13 08:31:07.571 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] _config_update_hosts config_uuid=78086204-ac7e-4135-8beb-baa91f6890f7 2019-09-13 08:31:07.572 80240 INFO sysinv.conductor.manager [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] applying runtime manifest config_uuid=78086204-ac7e-4135-8beb-baa91f6890f7, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:31:07.599 80240 INFO sysinv.puppet.puppet [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] Updating hiera for host: controller-0 with config_uuid: 78086204-ac7e-4135-8beb-baa91f6890f7 2019-09-13 08:31:09.307 80240 ERROR sysinv.puppet.puppet [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlp_BRH5' 2019-09-13 08:31:09.307 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:31:09.308 80240 ERROR sysinv.openstack.common.rpc.amqp [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] Exception during message handling 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlp_BRH5' 2019-09-13 08:31:09.308 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:31:09.310 80240 ERROR sysinv.openstack.common.rpc.common [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlp_BRH5' to caller 2019-09-13 08:31:09.311 80240 ERROR sysinv.openstack.common.rpc.common [req-7a39a7cb-157a-4c7f-be65-35fd4dce6e6a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlp_BRH5'\n"] 2019-09-13 08:31:09.320 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:31:09.320 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:32:02.472 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:32:02.473 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:32:04.567 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:32:05.265 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:32:05.401 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:32:05.427 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:32:05.428 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:32:05.428 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:32:06.116 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:32:06.440 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:32:06.911 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:32:07.163 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:32:07.277 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:32:07.309 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:32:07.339 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:32:07.372 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:32:07.404 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:32:07.435 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:32:07.476 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:32:07.516 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:32:07.620 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:32:07.695 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:32:07.695 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:32:07.695 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:32:07.696 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:32:07.696 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:32:07.711 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:32:07.726 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] Setting config target of host 'controller-0' to '6a5ef7e0-31d3-4b55-8153-bd3c97dd0a6d'. 2019-09-13 08:32:07.756 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] _config_update_hosts config_uuid=6a5ef7e0-31d3-4b55-8153-bd3c97dd0a6d 2019-09-13 08:32:07.757 80240 INFO sysinv.conductor.manager [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] applying runtime manifest config_uuid=6a5ef7e0-31d3-4b55-8153-bd3c97dd0a6d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:32:07.772 80240 INFO sysinv.puppet.puppet [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] Updating hiera for host: controller-0 with config_uuid: 6a5ef7e0-31d3-4b55-8153-bd3c97dd0a6d 2019-09-13 08:32:09.466 80240 ERROR sysinv.puppet.puppet [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljwQ8tO' 2019-09-13 08:32:09.466 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:32:09.474 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] Exception during message handling 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljwQ8tO' 2019-09-13 08:32:09.474 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:32:09.484 80240 ERROR sysinv.openstack.common.rpc.common [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljwQ8tO' to caller 2019-09-13 08:32:09.485 80240 ERROR sysinv.openstack.common.rpc.common [req-2a6f617f-3db5-4dab-8fbd-0175f6e0d9d3 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamljwQ8tO'\n"] 2019-09-13 08:32:09.501 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:32:09.501 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:33:02.504 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:33:02.505 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:33:04.618 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:33:05.307 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:33:05.447 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:33:05.473 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:33:05.474 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:33:05.474 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:33:05.981 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:33:06.532 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:33:06.814 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:33:07.060 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:33:07.171 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:33:07.203 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:33:07.233 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:33:07.271 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:33:07.465 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:33:07.495 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:33:07.527 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:33:07.558 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:33:07.669 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:33:07.726 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:33:07.726 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:33:07.727 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:33:07.727 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:33:07.727 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:33:07.746 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:33:07.761 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] Setting config target of host 'controller-0' to '1126e7e0-af6e-4c85-919f-c1089c507cbc'. 2019-09-13 08:33:07.789 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] _config_update_hosts config_uuid=1126e7e0-af6e-4c85-919f-c1089c507cbc 2019-09-13 08:33:07.790 80240 INFO sysinv.conductor.manager [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] applying runtime manifest config_uuid=1126e7e0-af6e-4c85-919f-c1089c507cbc, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:33:07.805 80240 INFO sysinv.puppet.puppet [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] Updating hiera for host: controller-0 with config_uuid: 1126e7e0-af6e-4c85-919f-c1089c507cbc 2019-09-13 08:33:09.455 80240 ERROR sysinv.puppet.puppet [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlPhS5Me' 2019-09-13 08:33:09.455 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:33:09.456 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] Exception during message handling 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlPhS5Me' 2019-09-13 08:33:09.456 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:33:09.458 80240 ERROR sysinv.openstack.common.rpc.common [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlPhS5Me' to caller 2019-09-13 08:33:09.458 80240 ERROR sysinv.openstack.common.rpc.common [req-9ef074bd-5724-472a-afb0-a24d5576ba96 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlPhS5Me'\n"] 2019-09-13 08:33:09.466 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:33:09.466 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:34:02.511 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:34:02.512 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:34:04.620 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:34:05.308 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:34:05.461 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:34:05.497 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:34:05.498 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:34:05.499 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:34:05.979 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:34:06.521 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:34:06.852 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:34:07.096 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:34:07.208 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:34:07.242 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:34:07.273 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:34:07.304 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:34:07.340 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:34:07.371 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:34:07.401 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:34:07.435 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:34:07.541 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:34:07.606 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:34:07.606 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:34:07.607 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:34:07.607 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:34:07.608 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:34:07.623 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:34:07.639 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] Setting config target of host 'controller-0' to '18eaef27-ad83-4189-a04e-21b40ad2c240'. 2019-09-13 08:34:07.674 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] _config_update_hosts config_uuid=18eaef27-ad83-4189-a04e-21b40ad2c240 2019-09-13 08:34:07.674 80240 INFO sysinv.conductor.manager [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] applying runtime manifest config_uuid=18eaef27-ad83-4189-a04e-21b40ad2c240, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:34:07.689 80240 INFO sysinv.puppet.puppet [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] Updating hiera for host: controller-0 with config_uuid: 18eaef27-ad83-4189-a04e-21b40ad2c240 2019-09-13 08:34:09.358 80240 ERROR sysinv.puppet.puppet [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlzL3fo7' 2019-09-13 08:34:09.358 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:34:09.359 80240 ERROR sysinv.openstack.common.rpc.amqp [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] Exception during message handling 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlzL3fo7' 2019-09-13 08:34:09.359 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:34:09.360 80240 ERROR sysinv.openstack.common.rpc.common [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlzL3fo7' to caller 2019-09-13 08:34:09.361 80240 ERROR sysinv.openstack.common.rpc.common [req-a4f5eb5b-bdef-4def-a746-6d6bc2703396 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlzL3fo7'\n"] 2019-09-13 08:34:09.369 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:34:09.369 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:35:02.551 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:35:02.551 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:35:04.606 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:35:05.272 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:35:05.394 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:35:05.420 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:35:05.421 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:35:05.421 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:35:06.121 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:35:06.369 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:35:06.687 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:35:07.136 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:35:07.249 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:35:07.289 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:35:07.326 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:35:07.358 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:35:07.390 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:35:07.428 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:35:07.460 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:35:07.492 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:35:07.598 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:35:07.666 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:35:07.667 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:35:07.667 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:35:07.668 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:35:07.668 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:35:07.690 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:35:07.707 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] Setting config target of host 'controller-0' to '0ce6cc73-d37e-483d-a764-7852bfec5865'. 2019-09-13 08:35:07.754 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] _config_update_hosts config_uuid=0ce6cc73-d37e-483d-a764-7852bfec5865 2019-09-13 08:35:07.754 80240 INFO sysinv.conductor.manager [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] applying runtime manifest config_uuid=0ce6cc73-d37e-483d-a764-7852bfec5865, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:35:07.771 80240 INFO sysinv.puppet.puppet [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] Updating hiera for host: controller-0 with config_uuid: 0ce6cc73-d37e-483d-a764-7852bfec5865 2019-09-13 08:35:09.540 80240 ERROR sysinv.puppet.puppet [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcpfwBD' 2019-09-13 08:35:09.540 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:35:09.541 80240 ERROR sysinv.openstack.common.rpc.amqp [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] Exception during message handling 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcpfwBD' 2019-09-13 08:35:09.541 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:35:09.542 80240 ERROR sysinv.openstack.common.rpc.common [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcpfwBD' to caller 2019-09-13 08:35:09.543 80240 ERROR sysinv.openstack.common.rpc.common [req-54a05959-cac4-46dd-aedf-cdc93a8163c5 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcpfwBD'\n"] 2019-09-13 08:35:09.551 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:35:09.551 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:36:02.577 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:36:02.578 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:36:04.655 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:36:05.323 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:36:05.446 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:36:05.473 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:36:05.474 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:36:05.474 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:36:05.918 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:36:06.333 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:36:06.642 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:36:06.925 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:36:07.036 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:36:07.099 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:36:07.134 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:36:07.166 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:36:07.198 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:36:07.233 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:36:07.264 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:36:07.295 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:36:07.398 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:36:07.458 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:36:07.458 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:36:07.459 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:36:07.459 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:36:07.459 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:36:07.474 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:36:07.490 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] Setting config target of host 'controller-0' to '3bdf24ee-d7c6-46e8-8b29-f238233cdbb3'. 2019-09-13 08:36:07.528 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] _config_update_hosts config_uuid=3bdf24ee-d7c6-46e8-8b29-f238233cdbb3 2019-09-13 08:36:07.529 80240 INFO sysinv.conductor.manager [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] applying runtime manifest config_uuid=3bdf24ee-d7c6-46e8-8b29-f238233cdbb3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:36:07.544 80240 INFO sysinv.puppet.puppet [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] Updating hiera for host: controller-0 with config_uuid: 3bdf24ee-d7c6-46e8-8b29-f238233cdbb3 2019-09-13 08:36:09.211 80240 ERROR sysinv.puppet.puppet [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFUzSM5' 2019-09-13 08:36:09.211 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:36:09.212 80240 ERROR sysinv.openstack.common.rpc.amqp [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] Exception during message handling 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFUzSM5' 2019-09-13 08:36:09.212 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:36:09.214 80240 ERROR sysinv.openstack.common.rpc.common [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFUzSM5' to caller 2019-09-13 08:36:09.214 80240 ERROR sysinv.openstack.common.rpc.common [req-325b4244-2daa-42cf-9d66-0a416e8eb1c6 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlFUzSM5'\n"] 2019-09-13 08:36:09.222 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:36:09.222 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:37:02.616 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:37:02.616 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:37:04.723 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:37:05.414 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:37:05.530 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:37:05.557 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:37:05.558 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:37:05.558 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:37:06.201 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:37:07.953 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:37:08.702 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:37:08.931 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:37:09.045 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:37:09.076 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:37:09.107 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:37:09.140 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:37:09.171 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:37:09.201 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:37:09.235 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:37:09.267 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:37:09.388 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:37:09.446 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:37:09.446 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:37:09.447 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:37:09.447 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] core_id : 0 1 2 3 4 5 2019-09-13 08:37:09.447 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:37:09.462 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:37:09.477 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] Setting config target of host 'controller-0' to '0062f880-1832-4c41-a1a1-cd1184b6efe2'. 2019-09-13 08:37:09.514 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] _config_update_hosts config_uuid=0062f880-1832-4c41-a1a1-cd1184b6efe2 2019-09-13 08:37:09.515 80240 INFO sysinv.conductor.manager [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] applying runtime manifest config_uuid=0062f880-1832-4c41-a1a1-cd1184b6efe2, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:37:09.534 80240 INFO sysinv.puppet.puppet [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] Updating hiera for host: controller-0 with config_uuid: 0062f880-1832-4c41-a1a1-cd1184b6efe2 2019-09-13 08:37:11.176 80240 ERROR sysinv.puppet.puppet [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlI7l7oc' 2019-09-13 08:37:11.176 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:37:11.177 80240 ERROR sysinv.openstack.common.rpc.amqp [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] Exception during message handling 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlI7l7oc' 2019-09-13 08:37:11.177 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:37:11.178 80240 ERROR sysinv.openstack.common.rpc.common [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlI7l7oc' to caller 2019-09-13 08:37:11.179 80240 ERROR sysinv.openstack.common.rpc.common [req-60d7bccc-3875-4ec8-b6ab-34b34f48983d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlI7l7oc'\n"] 2019-09-13 08:37:11.188 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:37:11.188 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:38:02.659 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:38:02.660 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:38:04.753 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:38:05.438 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:38:05.573 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:38:05.599 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:38:05.600 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:38:05.600 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:38:06.288 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:38:06.600 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:38:07.077 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:38:07.322 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:38:07.431 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:38:07.472 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:38:07.511 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:38:07.543 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:38:07.575 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:38:07.610 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:38:07.642 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:38:07.677 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:38:07.783 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:38:07.841 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:38:07.842 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:38:07.842 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:38:07.842 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:38:07.843 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:38:07.861 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:38:07.876 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] Setting config target of host 'controller-0' to '3b7cd5d5-37b3-4a49-9325-828c5008e6c7'. 2019-09-13 08:38:07.915 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] _config_update_hosts config_uuid=3b7cd5d5-37b3-4a49-9325-828c5008e6c7 2019-09-13 08:38:07.915 80240 INFO sysinv.conductor.manager [req-6e114533-0e05-44e7-b035-05e581c66506 None None] applying runtime manifest config_uuid=3b7cd5d5-37b3-4a49-9325-828c5008e6c7, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:38:07.930 80240 INFO sysinv.puppet.puppet [req-6e114533-0e05-44e7-b035-05e581c66506 None None] Updating hiera for host: controller-0 with config_uuid: 3b7cd5d5-37b3-4a49-9325-828c5008e6c7 2019-09-13 08:38:09.584 80240 ERROR sysinv.puppet.puppet [req-6e114533-0e05-44e7-b035-05e581c66506 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvsDXXH' 2019-09-13 08:38:09.584 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:38:09.585 80240 ERROR sysinv.openstack.common.rpc.amqp [req-6e114533-0e05-44e7-b035-05e581c66506 None None] Exception during message handling 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvsDXXH' 2019-09-13 08:38:09.585 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:38:09.587 80240 ERROR sysinv.openstack.common.rpc.common [req-6e114533-0e05-44e7-b035-05e581c66506 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvsDXXH' to caller 2019-09-13 08:38:09.587 80240 ERROR sysinv.openstack.common.rpc.common [req-6e114533-0e05-44e7-b035-05e581c66506 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlvsDXXH'\n"] 2019-09-13 08:38:09.596 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:38:09.596 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:39:02.711 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:39:02.712 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:39:04.763 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:39:05.438 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:39:05.554 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:39:05.579 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:39:05.580 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:39:05.580 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:39:06.005 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:39:06.438 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:39:06.806 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:39:07.250 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:39:07.366 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:39:07.398 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:39:07.429 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:39:07.466 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:39:07.496 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:39:07.527 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:39:07.557 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:39:07.593 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:39:07.704 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:39:07.763 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:39:07.764 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:39:07.764 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:39:07.764 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:39:07.765 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:39:07.780 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:39:07.794 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] Setting config target of host 'controller-0' to '6d0180ef-0b1f-4f24-b072-bd1cf97f7cb8'. 2019-09-13 08:39:07.831 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] _config_update_hosts config_uuid=6d0180ef-0b1f-4f24-b072-bd1cf97f7cb8 2019-09-13 08:39:07.832 80240 INFO sysinv.conductor.manager [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] applying runtime manifest config_uuid=6d0180ef-0b1f-4f24-b072-bd1cf97f7cb8, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:39:07.846 80240 INFO sysinv.puppet.puppet [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] Updating hiera for host: controller-0 with config_uuid: 6d0180ef-0b1f-4f24-b072-bd1cf97f7cb8 2019-09-13 08:39:09.570 80240 ERROR sysinv.puppet.puppet [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7XdEPJ' 2019-09-13 08:39:09.570 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:39:09.571 80240 ERROR sysinv.openstack.common.rpc.amqp [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] Exception during message handling 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7XdEPJ' 2019-09-13 08:39:09.571 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:39:09.573 80240 ERROR sysinv.openstack.common.rpc.common [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7XdEPJ' to caller 2019-09-13 08:39:09.573 80240 ERROR sysinv.openstack.common.rpc.common [req-83be6b36-cc41-422e-8773-c0fb423e32d2 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7XdEPJ'\n"] 2019-09-13 08:39:09.581 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:39:09.581 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:40:02.747 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:40:02.748 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:40:04.805 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:40:05.478 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:40:05.594 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:40:05.619 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:40:05.620 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:40:05.620 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:40:06.210 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:40:06.470 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:40:06.801 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:40:07.242 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:40:07.355 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:40:07.386 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:40:07.416 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:40:07.451 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:40:07.491 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:40:07.523 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:40:07.556 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:40:07.594 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:40:07.701 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:40:07.761 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:40:07.761 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:40:07.762 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:40:07.762 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:40:07.762 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:40:07.777 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:40:07.792 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] Setting config target of host 'controller-0' to '0ba7f65d-f1c8-425d-8530-7ac3f6d17cc7'. 2019-09-13 08:40:07.823 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] _config_update_hosts config_uuid=0ba7f65d-f1c8-425d-8530-7ac3f6d17cc7 2019-09-13 08:40:07.824 80240 INFO sysinv.conductor.manager [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] applying runtime manifest config_uuid=0ba7f65d-f1c8-425d-8530-7ac3f6d17cc7, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:40:07.839 80240 INFO sysinv.puppet.puppet [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] Updating hiera for host: controller-0 with config_uuid: 0ba7f65d-f1c8-425d-8530-7ac3f6d17cc7 2019-09-13 08:40:09.515 80240 ERROR sysinv.puppet.puppet [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6q0aiP' 2019-09-13 08:40:09.515 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:40:09.515 80240 ERROR sysinv.openstack.common.rpc.amqp [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] Exception during message handling 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6q0aiP' 2019-09-13 08:40:09.515 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:40:09.517 80240 ERROR sysinv.openstack.common.rpc.common [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6q0aiP' to caller 2019-09-13 08:40:09.517 80240 ERROR sysinv.openstack.common.rpc.common [req-55045723-8ae8-4b24-98b8-e3fba292d8b6 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml6q0aiP'\n"] 2019-09-13 08:40:09.525 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:40:09.525 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:41:02.759 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:41:02.759 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:41:04.832 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:41:05.500 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:41:05.621 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:41:05.647 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:41:05.648 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:41:05.648 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:41:06.261 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:41:06.582 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:41:06.937 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:41:07.369 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:41:07.484 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:41:07.516 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:41:07.547 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:41:07.582 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:41:07.613 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:41:07.645 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:41:07.676 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:41:07.722 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:41:07.831 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:41:07.889 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:41:07.890 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:41:07.890 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:41:07.890 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:41:07.891 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:41:07.906 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:41:07.921 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] Setting config target of host 'controller-0' to '34626288-ad13-4c48-81e8-7cb22f917966'. 2019-09-13 08:41:07.968 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] _config_update_hosts config_uuid=34626288-ad13-4c48-81e8-7cb22f917966 2019-09-13 08:41:07.968 80240 INFO sysinv.conductor.manager [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] applying runtime manifest config_uuid=34626288-ad13-4c48-81e8-7cb22f917966, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:41:07.983 80240 INFO sysinv.puppet.puppet [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] Updating hiera for host: controller-0 with config_uuid: 34626288-ad13-4c48-81e8-7cb22f917966 2019-09-13 08:41:09.669 80240 ERROR sysinv.puppet.puppet [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTYzPuT' 2019-09-13 08:41:09.669 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:41:09.671 80240 ERROR sysinv.openstack.common.rpc.amqp [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] Exception during message handling 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTYzPuT' 2019-09-13 08:41:09.671 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:41:09.672 80240 ERROR sysinv.openstack.common.rpc.common [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTYzPuT' to caller 2019-09-13 08:41:09.673 80240 ERROR sysinv.openstack.common.rpc.common [req-2bb5a71c-c8a0-44f8-acdf-6078d457ede4 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlTYzPuT'\n"] 2019-09-13 08:41:09.683 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:41:09.683 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:42:02.814 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:42:02.815 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:42:04.901 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:42:05.569 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:42:05.700 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:42:05.726 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:42:05.727 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:42:05.727 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:42:06.409 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:42:06.735 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:42:07.024 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:42:07.462 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:42:07.577 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:42:07.614 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:42:07.647 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:42:07.679 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:42:07.715 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:42:07.748 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:42:07.781 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:42:07.819 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:42:07.930 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:42:07.994 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:42:07.995 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:42:07.995 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:42:07.996 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:42:07.996 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:42:08.012 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:42:08.028 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] Setting config target of host 'controller-0' to '44ac7dc2-4ed6-4a72-aadb-1ffa86b177f0'. 2019-09-13 08:42:08.060 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] _config_update_hosts config_uuid=44ac7dc2-4ed6-4a72-aadb-1ffa86b177f0 2019-09-13 08:42:08.060 80240 INFO sysinv.conductor.manager [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] applying runtime manifest config_uuid=44ac7dc2-4ed6-4a72-aadb-1ffa86b177f0, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:42:08.076 80240 INFO sysinv.puppet.puppet [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] Updating hiera for host: controller-0 with config_uuid: 44ac7dc2-4ed6-4a72-aadb-1ffa86b177f0 2019-09-13 08:42:09.749 80240 ERROR sysinv.puppet.puppet [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloKqVr6' 2019-09-13 08:42:09.749 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:42:09.750 80240 ERROR sysinv.openstack.common.rpc.amqp [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] Exception during message handling 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloKqVr6' 2019-09-13 08:42:09.750 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:42:09.751 80240 ERROR sysinv.openstack.common.rpc.common [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloKqVr6' to caller 2019-09-13 08:42:09.752 80240 ERROR sysinv.openstack.common.rpc.common [req-cca613b9-fe52-4b0b-93c0-6398d5366295 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamloKqVr6'\n"] 2019-09-13 08:42:09.761 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:42:09.761 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:43:02.833 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:43:02.834 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:43:04.999 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:43:05.669 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:43:05.818 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:43:05.843 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:43:05.844 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:43:05.844 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:43:06.344 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:43:06.902 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:43:07.215 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:43:07.462 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:43:07.573 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:43:07.603 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:43:07.637 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:43:07.669 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:43:07.700 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:43:07.730 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:43:07.764 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:43:07.795 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:43:07.901 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:43:07.961 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:43:07.961 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:43:07.962 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:43:07.962 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] core_id : 0 1 2 3 4 5 2019-09-13 08:43:07.963 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:43:07.978 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:43:07.993 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] Setting config target of host 'controller-0' to '4c95871f-288a-4c14-b3f1-dfdaa4c34761'. 2019-09-13 08:43:08.030 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] _config_update_hosts config_uuid=4c95871f-288a-4c14-b3f1-dfdaa4c34761 2019-09-13 08:43:08.031 80240 INFO sysinv.conductor.manager [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] applying runtime manifest config_uuid=4c95871f-288a-4c14-b3f1-dfdaa4c34761, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:43:08.046 80240 INFO sysinv.puppet.puppet [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] Updating hiera for host: controller-0 with config_uuid: 4c95871f-288a-4c14-b3f1-dfdaa4c34761 2019-09-13 08:43:09.738 80240 ERROR sysinv.puppet.puppet [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleX1HxK' 2019-09-13 08:43:09.738 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:43:09.739 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] Exception during message handling 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleX1HxK' 2019-09-13 08:43:09.739 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:43:09.740 80240 ERROR sysinv.openstack.common.rpc.common [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleX1HxK' to caller 2019-09-13 08:43:09.741 80240 ERROR sysinv.openstack.common.rpc.common [req-1b28ae42-f2db-4dec-8047-91a12c62191d None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamleX1HxK'\n"] 2019-09-13 08:43:09.749 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:43:09.749 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:44:02.885 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:44:02.886 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:44:04.947 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:44:05.602 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:44:05.751 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:44:05.780 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:44:05.781 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:44:05.781 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:44:06.501 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:44:06.846 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:44:07.117 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:44:07.545 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:44:07.669 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:44:07.702 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:44:07.736 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:44:07.773 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:44:07.806 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:44:07.839 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:44:07.876 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:44:07.909 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:44:08.016 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:44:08.072 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:44:08.073 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:44:08.073 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:44:08.073 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] core_id : 0 1 2 3 4 5 2019-09-13 08:44:08.074 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:44:08.088 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:44:08.103 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] Setting config target of host 'controller-0' to '5d90ba33-388a-475a-aaed-69c530c52aca'. 2019-09-13 08:44:08.137 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] _config_update_hosts config_uuid=5d90ba33-388a-475a-aaed-69c530c52aca 2019-09-13 08:44:08.137 80240 INFO sysinv.conductor.manager [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] applying runtime manifest config_uuid=5d90ba33-388a-475a-aaed-69c530c52aca, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:44:08.156 80240 INFO sysinv.puppet.puppet [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] Updating hiera for host: controller-0 with config_uuid: 5d90ba33-388a-475a-aaed-69c530c52aca 2019-09-13 08:44:09.833 80240 ERROR sysinv.puppet.puppet [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9_JhC8' 2019-09-13 08:44:09.833 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:44:09.834 80240 ERROR sysinv.openstack.common.rpc.amqp [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] Exception during message handling 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9_JhC8' 2019-09-13 08:44:09.834 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:44:09.836 80240 ERROR sysinv.openstack.common.rpc.common [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9_JhC8' to caller 2019-09-13 08:44:09.836 80240 ERROR sysinv.openstack.common.rpc.common [req-49b32170-9375-4caa-a8fc-395e5276b99a None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml9_JhC8'\n"] 2019-09-13 08:44:09.845 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:44:09.845 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:45:02.939 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:45:02.940 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:45:05.061 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:45:05.737 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:45:05.862 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:45:05.888 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:45:05.888 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:45:05.889 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:45:06.382 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:45:06.954 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:45:07.245 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:45:07.499 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:45:07.618 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:45:07.657 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:45:07.690 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:45:07.727 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:45:07.760 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:45:07.792 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:45:07.828 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:45:07.863 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:45:07.991 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:45:08.056 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:45:08.056 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:45:08.056 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:45:08.057 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:45:08.057 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:45:08.072 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:45:08.087 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] Setting config target of host 'controller-0' to '3f35c44a-4137-48c7-b6a5-6f6cb8244805'. 2019-09-13 08:45:08.130 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] _config_update_hosts config_uuid=3f35c44a-4137-48c7-b6a5-6f6cb8244805 2019-09-13 08:45:08.130 80240 INFO sysinv.conductor.manager [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] applying runtime manifest config_uuid=3f35c44a-4137-48c7-b6a5-6f6cb8244805, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:45:08.145 80240 INFO sysinv.puppet.puppet [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] Updating hiera for host: controller-0 with config_uuid: 3f35c44a-4137-48c7-b6a5-6f6cb8244805 2019-09-13 08:45:10.061 80240 ERROR sysinv.puppet.puppet [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVzHILV' 2019-09-13 08:45:10.061 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:45:10.062 80240 ERROR sysinv.openstack.common.rpc.amqp [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] Exception during message handling 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVzHILV' 2019-09-13 08:45:10.062 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:45:10.064 80240 ERROR sysinv.openstack.common.rpc.common [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVzHILV' to caller 2019-09-13 08:45:10.064 80240 ERROR sysinv.openstack.common.rpc.common [req-73401704-9de5-48c4-8c98-ad2fbbb98354 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVzHILV'\n"] 2019-09-13 08:45:10.075 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:45:10.075 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:46:02.993 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:46:02.994 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:46:05.083 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:46:05.748 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:46:05.877 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:46:05.903 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:46:05.903 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:46:05.904 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:46:06.349 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:46:06.824 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:46:07.136 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:46:07.403 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:46:07.521 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:46:07.552 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:46:07.583 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:46:07.617 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:46:07.649 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:46:07.679 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:46:07.709 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:46:07.743 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:46:07.844 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:46:07.901 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:46:07.901 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:46:07.902 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:46:07.902 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:46:07.902 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:46:07.917 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:46:07.932 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] Setting config target of host 'controller-0' to '331a915d-9566-4179-b225-1a2200d4a31c'. 2019-09-13 08:46:07.977 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] _config_update_hosts config_uuid=331a915d-9566-4179-b225-1a2200d4a31c 2019-09-13 08:46:07.977 80240 INFO sysinv.conductor.manager [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] applying runtime manifest config_uuid=331a915d-9566-4179-b225-1a2200d4a31c, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:46:07.992 80240 INFO sysinv.puppet.puppet [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] Updating hiera for host: controller-0 with config_uuid: 331a915d-9566-4179-b225-1a2200d4a31c 2019-09-13 08:46:09.636 80240 ERROR sysinv.puppet.puppet [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEEY9nj' 2019-09-13 08:46:09.636 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:46:09.637 80240 ERROR sysinv.openstack.common.rpc.amqp [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] Exception during message handling 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEEY9nj' 2019-09-13 08:46:09.637 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:46:09.639 80240 ERROR sysinv.openstack.common.rpc.common [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEEY9nj' to caller 2019-09-13 08:46:09.639 80240 ERROR sysinv.openstack.common.rpc.common [req-cc93f05f-44be-4b69-bca2-bca5b4a59197 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEEY9nj'\n"] 2019-09-13 08:46:09.648 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:46:09.648 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:47:03.002 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:47:03.002 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:47:05.083 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:47:05.780 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:47:05.917 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:47:05.944 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:47:05.944 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:47:05.945 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:47:06.681 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:47:07.005 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:47:07.475 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:47:07.728 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:47:07.846 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:47:07.881 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:47:07.914 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:47:07.946 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:47:07.982 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:47:08.013 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:47:08.044 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:47:08.081 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:47:08.190 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:47:08.252 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:47:08.252 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:47:08.253 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:47:08.253 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] core_id : 0 1 2 3 4 5 2019-09-13 08:47:08.253 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:47:08.269 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:47:08.284 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] Setting config target of host 'controller-0' to '5ab45cc1-d8f9-4fc5-97d5-f88fb4d47c42'. 2019-09-13 08:47:08.316 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] _config_update_hosts config_uuid=5ab45cc1-d8f9-4fc5-97d5-f88fb4d47c42 2019-09-13 08:47:08.316 80240 INFO sysinv.conductor.manager [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] applying runtime manifest config_uuid=5ab45cc1-d8f9-4fc5-97d5-f88fb4d47c42, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:47:08.331 80240 INFO sysinv.puppet.puppet [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] Updating hiera for host: controller-0 with config_uuid: 5ab45cc1-d8f9-4fc5-97d5-f88fb4d47c42 2019-09-13 08:47:09.997 80240 ERROR sysinv.puppet.puppet [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVpID6t' 2019-09-13 08:47:09.997 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:47:09.998 80240 ERROR sysinv.openstack.common.rpc.amqp [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] Exception during message handling 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVpID6t' 2019-09-13 08:47:09.998 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:47:10.000 80240 ERROR sysinv.openstack.common.rpc.common [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVpID6t' to caller 2019-09-13 08:47:10.000 80240 ERROR sysinv.openstack.common.rpc.common [req-9788e796-edb8-4384-a09d-1ba5439858fe None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVpID6t'\n"] 2019-09-13 08:47:10.011 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:47:10.011 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:48:03.040 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:48:03.041 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:48:05.084 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:48:05.737 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:48:05.857 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:48:05.883 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:48:05.883 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:48:05.884 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:48:06.538 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:48:06.833 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:48:07.340 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:48:07.583 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:48:07.694 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:48:07.725 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:48:07.774 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:48:07.810 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:48:07.843 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:48:07.883 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:48:07.918 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:48:07.951 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:48:08.055 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:48:08.113 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:48:08.113 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:48:08.114 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:48:08.114 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] core_id : 0 1 2 3 4 5 2019-09-13 08:48:08.114 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:48:08.129 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:48:08.144 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] Setting config target of host 'controller-0' to '6f51a32b-64c0-4f79-ab14-8da5496e01f9'. 2019-09-13 08:48:08.175 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] _config_update_hosts config_uuid=6f51a32b-64c0-4f79-ab14-8da5496e01f9 2019-09-13 08:48:08.176 80240 INFO sysinv.conductor.manager [req-59a99b95-c796-4593-8501-5178980945ca None None] applying runtime manifest config_uuid=6f51a32b-64c0-4f79-ab14-8da5496e01f9, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:48:08.196 80240 INFO sysinv.puppet.puppet [req-59a99b95-c796-4593-8501-5178980945ca None None] Updating hiera for host: controller-0 with config_uuid: 6f51a32b-64c0-4f79-ab14-8da5496e01f9 2019-09-13 08:48:09.856 80240 ERROR sysinv.puppet.puppet [req-59a99b95-c796-4593-8501-5178980945ca None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlw3lzhU' 2019-09-13 08:48:09.856 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:48:09.857 80240 ERROR sysinv.openstack.common.rpc.amqp [req-59a99b95-c796-4593-8501-5178980945ca None None] Exception during message handling 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlw3lzhU' 2019-09-13 08:48:09.857 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:48:09.860 80240 ERROR sysinv.openstack.common.rpc.common [req-59a99b95-c796-4593-8501-5178980945ca None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlw3lzhU' to caller 2019-09-13 08:48:09.860 80240 ERROR sysinv.openstack.common.rpc.common [req-59a99b95-c796-4593-8501-5178980945ca None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlw3lzhU'\n"] 2019-09-13 08:48:09.870 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:48:09.870 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:49:03.078 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:49:03.079 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:49:05.165 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:49:05.846 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:49:05.985 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:49:06.011 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:49:06.011 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:49:06.012 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:49:06.497 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:49:07.062 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:49:07.378 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:49:07.794 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:49:07.909 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:49:07.940 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:49:07.971 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:49:08.007 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:49:08.038 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:49:08.081 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:49:08.120 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:49:08.163 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:49:08.295 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:49:08.352 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:49:08.353 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:49:08.353 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:49:08.353 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] core_id : 0 1 2 3 4 5 2019-09-13 08:49:08.354 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:49:08.369 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:49:08.384 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] Setting config target of host 'controller-0' to '228803c2-5eed-4bae-847c-047a34acffe5'. 2019-09-13 08:49:08.418 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] _config_update_hosts config_uuid=228803c2-5eed-4bae-847c-047a34acffe5 2019-09-13 08:49:08.419 80240 INFO sysinv.conductor.manager [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] applying runtime manifest config_uuid=228803c2-5eed-4bae-847c-047a34acffe5, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:49:08.433 80240 INFO sysinv.puppet.puppet [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] Updating hiera for host: controller-0 with config_uuid: 228803c2-5eed-4bae-847c-047a34acffe5 2019-09-13 08:49:10.124 80240 ERROR sysinv.puppet.puppet [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEjRy2c' 2019-09-13 08:49:10.124 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:49:10.125 80240 ERROR sysinv.openstack.common.rpc.amqp [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] Exception during message handling 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEjRy2c' 2019-09-13 08:49:10.125 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:49:10.127 80240 ERROR sysinv.openstack.common.rpc.common [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEjRy2c' to caller 2019-09-13 08:49:10.127 80240 ERROR sysinv.openstack.common.rpc.common [req-bc3464d3-f466-4755-bdfd-b5f89666235c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlEjRy2c'\n"] 2019-09-13 08:49:10.137 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:49:10.137 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:50:03.129 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:50:03.130 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:50:05.172 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:50:05.852 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:50:05.980 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:50:06.006 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:50:06.007 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:50:06.007 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:50:06.616 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:50:06.923 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:50:07.251 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:50:07.497 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:50:07.606 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:50:07.636 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:50:07.672 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:50:07.702 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:50:07.733 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:50:07.763 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:50:07.797 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:50:07.828 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:50:07.930 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:50:07.987 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:50:07.987 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:50:07.988 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:50:07.988 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] core_id : 0 1 2 3 4 5 2019-09-13 08:50:07.989 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:50:08.003 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:50:08.018 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] Setting config target of host 'controller-0' to '5574f931-1577-4f83-bec4-0b2d6e9cbd71'. 2019-09-13 08:50:08.057 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] _config_update_hosts config_uuid=5574f931-1577-4f83-bec4-0b2d6e9cbd71 2019-09-13 08:50:08.058 80240 INFO sysinv.conductor.manager [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] applying runtime manifest config_uuid=5574f931-1577-4f83-bec4-0b2d6e9cbd71, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:50:08.253 80240 INFO sysinv.puppet.puppet [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] Updating hiera for host: controller-0 with config_uuid: 5574f931-1577-4f83-bec4-0b2d6e9cbd71 2019-09-13 08:50:09.783 80240 ERROR sysinv.puppet.puppet [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5RzCuq' 2019-09-13 08:50:09.783 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:50:09.784 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] Exception during message handling 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5RzCuq' 2019-09-13 08:50:09.784 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:50:09.786 80240 ERROR sysinv.openstack.common.rpc.common [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5RzCuq' to caller 2019-09-13 08:50:09.786 80240 ERROR sysinv.openstack.common.rpc.common [req-b1a7504c-183e-41cd-86d5-874fa7b7553f None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml5RzCuq'\n"] 2019-09-13 08:50:09.794 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:50:09.794 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:51:03.130 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:51:03.131 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:51:05.179 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:51:05.865 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:51:06.008 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:51:06.038 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:51:06.039 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:51:06.040 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:51:06.773 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:51:07.110 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:51:07.570 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:51:07.818 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:51:07.930 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:51:07.963 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:51:07.999 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:51:08.030 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:51:08.061 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:51:08.097 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:51:08.127 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:51:08.158 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:51:08.267 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:51:08.327 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:51:08.327 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:51:08.327 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:51:08.328 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:51:08.328 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:51:08.343 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:51:08.359 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] Setting config target of host 'controller-0' to '09348903-44c5-4461-8e7c-013098ceb85b'. 2019-09-13 08:51:08.390 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] _config_update_hosts config_uuid=09348903-44c5-4461-8e7c-013098ceb85b 2019-09-13 08:51:08.391 80240 INFO sysinv.conductor.manager [req-cd3c2c87-c246-400f-865a-24a767995458 None None] applying runtime manifest config_uuid=09348903-44c5-4461-8e7c-013098ceb85b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:51:08.406 80240 INFO sysinv.puppet.puppet [req-cd3c2c87-c246-400f-865a-24a767995458 None None] Updating hiera for host: controller-0 with config_uuid: 09348903-44c5-4461-8e7c-013098ceb85b 2019-09-13 08:51:10.112 80240 ERROR sysinv.puppet.puppet [req-cd3c2c87-c246-400f-865a-24a767995458 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCLqfiG' 2019-09-13 08:51:10.112 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:51:10.114 80240 ERROR sysinv.openstack.common.rpc.amqp [req-cd3c2c87-c246-400f-865a-24a767995458 None None] Exception during message handling 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCLqfiG' 2019-09-13 08:51:10.114 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:51:10.115 80240 ERROR sysinv.openstack.common.rpc.common [req-cd3c2c87-c246-400f-865a-24a767995458 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCLqfiG' to caller 2019-09-13 08:51:10.116 80240 ERROR sysinv.openstack.common.rpc.common [req-cd3c2c87-c246-400f-865a-24a767995458 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlCLqfiG'\n"] 2019-09-13 08:51:10.125 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:51:10.125 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:52:03.146 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:52:03.146 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:52:05.192 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:52:05.875 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:52:06.001 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:52:06.026 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:52:06.027 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:52:06.027 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:52:06.491 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:52:07.003 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:52:07.302 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:52:07.545 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:52:07.832 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:52:07.865 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:52:07.902 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:52:07.937 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:52:07.969 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:52:08.001 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:52:08.037 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:52:08.069 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:52:08.176 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:52:08.233 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:52:08.234 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:52:08.234 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:52:08.235 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] core_id : 0 1 2 3 4 5 2019-09-13 08:52:08.235 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:52:08.250 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:52:08.265 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] Setting config target of host 'controller-0' to '34d5d839-9fd8-4ea5-bc5f-30135d5a3fc3'. 2019-09-13 08:52:08.338 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] _config_update_hosts config_uuid=34d5d839-9fd8-4ea5-bc5f-30135d5a3fc3 2019-09-13 08:52:08.338 80240 INFO sysinv.conductor.manager [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] applying runtime manifest config_uuid=34d5d839-9fd8-4ea5-bc5f-30135d5a3fc3, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:52:08.354 80240 INFO sysinv.puppet.puppet [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] Updating hiera for host: controller-0 with config_uuid: 34d5d839-9fd8-4ea5-bc5f-30135d5a3fc3 2019-09-13 08:52:10.039 80240 ERROR sysinv.puppet.puppet [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlze1juZ' 2019-09-13 08:52:10.039 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:52:10.040 80240 ERROR sysinv.openstack.common.rpc.amqp [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] Exception during message handling 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlze1juZ' 2019-09-13 08:52:10.040 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:52:10.041 80240 ERROR sysinv.openstack.common.rpc.common [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlze1juZ' to caller 2019-09-13 08:52:10.042 80240 ERROR sysinv.openstack.common.rpc.common [req-fd34d6e9-1a16-4b61-9d1e-90180dbb319c None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlze1juZ'\n"] 2019-09-13 08:52:10.051 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:52:10.051 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:53:03.178 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:53:03.179 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:53:05.295 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:53:05.982 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:53:06.126 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:53:06.152 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:53:06.153 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:53:06.153 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:53:06.684 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:53:07.234 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:53:07.539 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:53:07.796 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:53:07.910 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:53:07.942 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:53:07.975 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:53:08.007 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:53:08.039 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:53:08.084 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:53:08.118 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:53:08.149 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:53:08.255 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:53:08.312 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:53:08.312 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:53:08.312 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:53:08.313 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] core_id : 0 1 2 3 4 5 2019-09-13 08:53:08.313 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:53:08.328 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:53:08.343 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] Setting config target of host 'controller-0' to '37b2a1d0-d086-4f15-b6dd-e32c176c9006'. 2019-09-13 08:53:08.377 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] _config_update_hosts config_uuid=37b2a1d0-d086-4f15-b6dd-e32c176c9006 2019-09-13 08:53:08.377 80240 INFO sysinv.conductor.manager [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] applying runtime manifest config_uuid=37b2a1d0-d086-4f15-b6dd-e32c176c9006, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:53:08.392 80240 INFO sysinv.puppet.puppet [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] Updating hiera for host: controller-0 with config_uuid: 37b2a1d0-d086-4f15-b6dd-e32c176c9006 2019-09-13 08:53:10.084 80240 ERROR sysinv.puppet.puppet [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlyAV4Uv' 2019-09-13 08:53:10.084 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:53:10.085 80240 ERROR sysinv.openstack.common.rpc.amqp [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] Exception during message handling 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlyAV4Uv' 2019-09-13 08:53:10.085 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:53:10.087 80240 ERROR sysinv.openstack.common.rpc.common [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlyAV4Uv' to caller 2019-09-13 08:53:10.087 80240 ERROR sysinv.openstack.common.rpc.common [req-e49fbd36-bc63-4575-bd7b-059592b91c4b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlyAV4Uv'\n"] 2019-09-13 08:53:10.095 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:53:10.095 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:54:03.178 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:54:03.178 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:54:05.267 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:54:05.924 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:54:06.045 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:54:06.071 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:54:06.071 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:54:06.072 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:54:06.767 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:54:07.019 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:54:07.349 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:54:07.808 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:54:07.927 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:54:07.960 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:54:07.993 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:54:08.029 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:54:08.060 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:54:08.092 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:54:08.127 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:54:08.161 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:54:08.269 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:54:08.330 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:54:08.331 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:54:08.331 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:54:08.331 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] core_id : 0 1 2 3 4 5 2019-09-13 08:54:08.332 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:54:08.346 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:54:08.361 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] Setting config target of host 'controller-0' to '15241643-6328-4447-ac96-c9069c38c499'. 2019-09-13 08:54:08.392 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] _config_update_hosts config_uuid=15241643-6328-4447-ac96-c9069c38c499 2019-09-13 08:54:08.392 80240 INFO sysinv.conductor.manager [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] applying runtime manifest config_uuid=15241643-6328-4447-ac96-c9069c38c499, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:54:08.411 80240 INFO sysinv.puppet.puppet [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] Updating hiera for host: controller-0 with config_uuid: 15241643-6328-4447-ac96-c9069c38c499 2019-09-13 08:54:10.126 80240 ERROR sysinv.puppet.puppet [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7gfAk8' 2019-09-13 08:54:10.126 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:54:10.127 80240 ERROR sysinv.openstack.common.rpc.amqp [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] Exception during message handling 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7gfAk8' 2019-09-13 08:54:10.127 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:54:10.129 80240 ERROR sysinv.openstack.common.rpc.common [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7gfAk8' to caller 2019-09-13 08:54:10.129 80240 ERROR sysinv.openstack.common.rpc.common [req-3e7e11ba-983f-49fc-b9fc-a96a18688afe None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml7gfAk8'\n"] 2019-09-13 08:54:10.137 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:54:10.137 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:55:03.231 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:55:03.232 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:55:05.323 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:55:05.986 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:55:06.140 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:55:06.166 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:55:06.167 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:55:06.167 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:55:06.729 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:55:07.281 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:55:07.595 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:55:07.843 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:55:08.138 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:55:08.169 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:55:08.204 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:55:08.241 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:55:08.273 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:55:08.304 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:55:08.339 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:55:08.370 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:55:08.480 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:55:08.537 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:55:08.538 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:55:08.538 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:55:08.538 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] core_id : 0 1 2 3 4 5 2019-09-13 08:55:08.539 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:55:08.554 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:55:08.569 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] Setting config target of host 'controller-0' to '792e0b9c-3996-48bf-a237-1c35cd760551'. 2019-09-13 08:55:08.613 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] _config_update_hosts config_uuid=792e0b9c-3996-48bf-a237-1c35cd760551 2019-09-13 08:55:08.613 80240 INFO sysinv.conductor.manager [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] applying runtime manifest config_uuid=792e0b9c-3996-48bf-a237-1c35cd760551, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:55:08.628 80240 INFO sysinv.puppet.puppet [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] Updating hiera for host: controller-0 with config_uuid: 792e0b9c-3996-48bf-a237-1c35cd760551 2019-09-13 08:55:10.311 80240 ERROR sysinv.puppet.puppet [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcq0_J5' 2019-09-13 08:55:10.311 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:55:10.312 80240 ERROR sysinv.openstack.common.rpc.amqp [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] Exception during message handling 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcq0_J5' 2019-09-13 08:55:10.312 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:55:10.314 80240 ERROR sysinv.openstack.common.rpc.common [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcq0_J5' to caller 2019-09-13 08:55:10.315 80240 ERROR sysinv.openstack.common.rpc.common [req-07e17d03-bdab-4f7e-9e74-e3a8ca546dcf None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlcq0_J5'\n"] 2019-09-13 08:55:10.324 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:55:10.324 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:56:03.283 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:56:03.284 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:56:05.362 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:56:06.015 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:56:06.136 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:56:06.161 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:56:06.162 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:56:06.162 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:56:06.593 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:56:07.019 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:56:07.312 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:56:07.637 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:56:07.749 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:56:07.782 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:56:07.815 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:56:07.845 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:56:07.878 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:56:07.910 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:56:07.941 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:56:07.971 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:56:08.085 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:56:08.148 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:56:08.148 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:56:08.149 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:56:08.149 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] core_id : 0 1 2 3 4 5 2019-09-13 08:56:08.149 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:56:08.164 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:56:08.180 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] Setting config target of host 'controller-0' to '749100a7-6784-41b5-9b65-0eb26d60ca9b'. 2019-09-13 08:56:08.211 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] _config_update_hosts config_uuid=749100a7-6784-41b5-9b65-0eb26d60ca9b 2019-09-13 08:56:08.211 80240 INFO sysinv.conductor.manager [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] applying runtime manifest config_uuid=749100a7-6784-41b5-9b65-0eb26d60ca9b, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:56:08.226 80240 INFO sysinv.puppet.puppet [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] Updating hiera for host: controller-0 with config_uuid: 749100a7-6784-41b5-9b65-0eb26d60ca9b 2019-09-13 08:56:09.978 80240 ERROR sysinv.puppet.puppet [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrC7OhH' 2019-09-13 08:56:09.978 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:56:09.980 80240 ERROR sysinv.openstack.common.rpc.amqp [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] Exception during message handling 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrC7OhH' 2019-09-13 08:56:09.980 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:56:09.982 80240 ERROR sysinv.openstack.common.rpc.common [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrC7OhH' to caller 2019-09-13 08:56:09.982 80240 ERROR sysinv.openstack.common.rpc.common [req-4a0b19ae-76a0-44c2-92c9-cb10d0a6b3af None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlrC7OhH'\n"] 2019-09-13 08:56:09.992 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:56:09.992 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:57:03.316 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:57:03.317 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:57:05.434 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:57:06.092 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:57:06.231 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:57:06.257 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:57:06.258 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:57:06.259 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:57:06.936 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:57:07.178 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:57:07.527 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:57:07.793 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:57:08.075 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:57:08.109 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:57:08.141 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:57:08.173 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:57:08.208 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:57:08.241 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:57:08.274 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:57:08.306 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:57:08.432 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:57:08.500 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:57:08.501 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:57:08.501 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:57:08.501 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] core_id : 0 1 2 3 4 5 2019-09-13 08:57:08.502 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:57:08.517 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:57:08.532 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] Setting config target of host 'controller-0' to '110ba0d8-2373-48a9-9045-9521164ead38'. 2019-09-13 08:57:08.571 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] _config_update_hosts config_uuid=110ba0d8-2373-48a9-9045-9521164ead38 2019-09-13 08:57:08.571 80240 INFO sysinv.conductor.manager [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] applying runtime manifest config_uuid=110ba0d8-2373-48a9-9045-9521164ead38, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:57:08.586 80240 INFO sysinv.puppet.puppet [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] Updating hiera for host: controller-0 with config_uuid: 110ba0d8-2373-48a9-9045-9521164ead38 2019-09-13 08:57:10.288 80240 ERROR sysinv.puppet.puppet [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJV0NR8' 2019-09-13 08:57:10.288 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:57:10.288 80240 ERROR sysinv.openstack.common.rpc.amqp [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] Exception during message handling 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJV0NR8' 2019-09-13 08:57:10.288 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:57:10.290 80240 ERROR sysinv.openstack.common.rpc.common [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJV0NR8' to caller 2019-09-13 08:57:10.290 80240 ERROR sysinv.openstack.common.rpc.common [req-73906c5a-6514-4826-bd1a-a586e2518eaf None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlJV0NR8'\n"] 2019-09-13 08:57:10.299 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:57:10.299 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:58:03.370 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:58:03.371 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:58:05.449 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:58:06.118 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:58:06.256 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:58:06.290 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:58:06.290 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:58:06.291 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:58:06.837 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:58:07.354 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:58:07.667 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:58:07.924 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:58:08.042 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:58:08.075 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:58:08.108 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:58:08.143 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:58:08.174 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:58:08.207 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:58:08.239 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:58:08.276 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:58:08.380 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:58:08.438 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:58:08.438 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:58:08.438 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:58:08.439 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] core_id : 0 1 2 3 4 5 2019-09-13 08:58:08.439 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:58:08.454 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:58:08.470 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] Setting config target of host 'controller-0' to '244477d3-c435-44ba-a23f-4f2b2499fad0'. 2019-09-13 08:58:08.505 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] _config_update_hosts config_uuid=244477d3-c435-44ba-a23f-4f2b2499fad0 2019-09-13 08:58:08.505 80240 INFO sysinv.conductor.manager [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] applying runtime manifest config_uuid=244477d3-c435-44ba-a23f-4f2b2499fad0, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:58:08.520 80240 INFO sysinv.puppet.puppet [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] Updating hiera for host: controller-0 with config_uuid: 244477d3-c435-44ba-a23f-4f2b2499fad0 2019-09-13 08:58:10.209 80240 ERROR sysinv.puppet.puppet [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlg1xd2r' 2019-09-13 08:58:10.209 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:58:10.209 80240 ERROR sysinv.openstack.common.rpc.amqp [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] Exception during message handling 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlg1xd2r' 2019-09-13 08:58:10.209 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:58:10.211 80240 ERROR sysinv.openstack.common.rpc.common [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlg1xd2r' to caller 2019-09-13 08:58:10.211 80240 ERROR sysinv.openstack.common.rpc.common [req-b084eb51-4732-4324-a4df-c726b909aa2b None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlg1xd2r'\n"] 2019-09-13 08:58:10.219 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:58:10.219 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 08:59:03.400 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:59:03.400 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 08:59:05.494 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 08:59:06.186 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 08:59:06.333 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 08:59:06.362 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 08:59:06.363 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 08:59:06.363 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 08:59:07.102 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:59:07.401 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 08:59:07.905 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:59:08.158 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 08:59:08.273 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 08:59:08.305 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:59:08.337 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:59:08.372 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 08:59:08.404 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 08:59:08.435 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 08:59:08.465 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 08:59:08.501 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 08:59:08.604 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 08:59:08.660 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 08:59:08.661 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 08:59:08.661 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] socket_id : 0 0 0 0 0 0 2019-09-13 08:59:08.661 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] core_id : 0 1 2 3 4 5 2019-09-13 08:59:08.662 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] thread_id : 0 0 0 0 0 0 2019-09-13 08:59:08.676 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 08:59:08.690 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] Setting config target of host 'controller-0' to '61d39df6-26a9-40d8-8206-6c1e657cfe7d'. 2019-09-13 08:59:08.723 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] _config_update_hosts config_uuid=61d39df6-26a9-40d8-8206-6c1e657cfe7d 2019-09-13 08:59:08.723 80240 INFO sysinv.conductor.manager [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] applying runtime manifest config_uuid=61d39df6-26a9-40d8-8206-6c1e657cfe7d, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 08:59:08.738 80240 INFO sysinv.puppet.puppet [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] Updating hiera for host: controller-0 with config_uuid: 61d39df6-26a9-40d8-8206-6c1e657cfe7d 2019-09-13 08:59:10.435 80240 ERROR sysinv.puppet.puppet [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlXd3ZnE' 2019-09-13 08:59:10.435 80240 TRACE sysinv.puppet.puppet 2019-09-13 08:59:10.436 80240 ERROR sysinv.openstack.common.rpc.amqp [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] Exception during message handling 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlXd3ZnE' 2019-09-13 08:59:10.436 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 08:59:10.439 80240 ERROR sysinv.openstack.common.rpc.common [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlXd3ZnE' to caller 2019-09-13 08:59:10.439 80240 ERROR sysinv.openstack.common.rpc.common [req-aaa03757-7845-4b97-9f85-f205e70ae136 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlXd3ZnE'\n"] 2019-09-13 08:59:10.450 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 08:59:10.450 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 09:00:03.416 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 09:00:03.416 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 09:00:05.491 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 09:00:06.178 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 09:00:06.303 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 09:00:06.328 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 09:00:06.328 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 09:00:06.329 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 09:00:06.995 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 09:00:07.491 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 09:00:09.339 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 09:00:09.588 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 09:00:09.705 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 09:00:09.738 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:00:09.770 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:00:09.806 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:00:09.837 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 09:00:09.871 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 09:00:09.909 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 09:00:09.941 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 09:00:10.048 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 09:00:10.108 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 09:00:10.108 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 09:00:10.109 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] socket_id : 0 0 0 0 0 0 2019-09-13 09:00:10.109 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] core_id : 0 1 2 3 4 5 2019-09-13 09:00:10.109 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] thread_id : 0 0 0 0 0 0 2019-09-13 09:00:10.124 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 09:00:10.140 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] Setting config target of host 'controller-0' to '7719eb27-2001-4fb3-b4a3-872367588b1a'. 2019-09-13 09:00:10.174 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] _config_update_hosts config_uuid=7719eb27-2001-4fb3-b4a3-872367588b1a 2019-09-13 09:00:10.174 80240 INFO sysinv.conductor.manager [req-aa640987-75a3-4190-882f-aa9431838b55 None None] applying runtime manifest config_uuid=7719eb27-2001-4fb3-b4a3-872367588b1a, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 09:00:10.192 80240 INFO sysinv.puppet.puppet [req-aa640987-75a3-4190-882f-aa9431838b55 None None] Updating hiera for host: controller-0 with config_uuid: 7719eb27-2001-4fb3-b4a3-872367588b1a 2019-09-13 09:00:11.860 80240 ERROR sysinv.puppet.puppet [req-aa640987-75a3-4190-882f-aa9431838b55 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlWTsRdc' 2019-09-13 09:00:11.860 80240 TRACE sysinv.puppet.puppet 2019-09-13 09:00:11.861 80240 ERROR sysinv.openstack.common.rpc.amqp [req-aa640987-75a3-4190-882f-aa9431838b55 None None] Exception during message handling 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlWTsRdc' 2019-09-13 09:00:11.861 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 09:00:11.862 80240 ERROR sysinv.openstack.common.rpc.common [req-aa640987-75a3-4190-882f-aa9431838b55 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlWTsRdc' to caller 2019-09-13 09:00:11.863 80240 ERROR sysinv.openstack.common.rpc.common [req-aa640987-75a3-4190-882f-aa9431838b55 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlWTsRdc'\n"] 2019-09-13 09:00:11.871 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 09:00:11.871 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 09:01:03.430 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 09:01:03.431 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 09:01:05.503 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 09:01:06.176 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 09:01:06.311 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 09:01:06.337 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 09:01:06.338 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 09:01:06.338 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 09:01:07.045 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 09:01:07.298 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 09:01:07.791 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 09:01:08.060 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 09:01:08.179 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 09:01:08.210 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:01:08.245 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:01:08.279 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:01:08.310 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 09:01:08.344 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 09:01:08.376 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 09:01:08.407 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 09:01:08.516 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 09:01:08.575 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 09:01:08.575 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] cpu_id : 0 1 2 3 4 5 2019-09-13 09:01:08.575 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] socket_id : 0 0 0 0 0 0 2019-09-13 09:01:08.576 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] core_id : 0 1 2 3 4 5 2019-09-13 09:01:08.576 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] thread_id : 0 0 0 0 0 0 2019-09-13 09:01:08.594 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 09:01:08.609 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] Setting config target of host 'controller-0' to '6395d3cf-4ad0-493f-8cea-b2dd7eeb5c4e'. 2019-09-13 09:01:08.641 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] _config_update_hosts config_uuid=6395d3cf-4ad0-493f-8cea-b2dd7eeb5c4e 2019-09-13 09:01:08.641 80240 INFO sysinv.conductor.manager [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] applying runtime manifest config_uuid=6395d3cf-4ad0-493f-8cea-b2dd7eeb5c4e, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 09:01:08.655 80240 INFO sysinv.puppet.puppet [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] Updating hiera for host: controller-0 with config_uuid: 6395d3cf-4ad0-493f-8cea-b2dd7eeb5c4e 2019-09-13 09:01:10.333 80240 ERROR sysinv.puppet.puppet [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDJpJsv' 2019-09-13 09:01:10.333 80240 TRACE sysinv.puppet.puppet 2019-09-13 09:01:10.334 80240 ERROR sysinv.openstack.common.rpc.amqp [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] Exception during message handling 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDJpJsv' 2019-09-13 09:01:10.334 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 09:01:10.335 80240 ERROR sysinv.openstack.common.rpc.common [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDJpJsv' to caller 2019-09-13 09:01:10.336 80240 ERROR sysinv.openstack.common.rpc.common [req-1853a408-4435-45eb-a7cf-ede30f4443dd None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlDJpJsv'\n"] 2019-09-13 09:01:10.344 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 09:01:10.344 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 09:02:03.483 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 09:02:03.484 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 09:02:05.579 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 09:02:06.280 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 09:02:06.434 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 09:02:06.462 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 09:02:06.463 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 09:02:06.463 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 09:02:07.006 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 09:02:07.631 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 09:02:07.920 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 09:02:08.346 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 09:02:08.466 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 09:02:08.497 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:02:08.528 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:02:08.562 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:02:08.593 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 09:02:08.625 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 09:02:08.656 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 09:02:08.695 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 09:02:08.801 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 09:02:08.859 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 09:02:08.860 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 09:02:08.860 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] socket_id : 0 0 0 0 0 0 2019-09-13 09:02:08.860 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] core_id : 0 1 2 3 4 5 2019-09-13 09:02:08.861 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] thread_id : 0 0 0 0 0 0 2019-09-13 09:02:08.876 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 09:02:08.891 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] Setting config target of host 'controller-0' to '5febc7bc-6236-4194-aac5-88386b174ac7'. 2019-09-13 09:02:08.927 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] _config_update_hosts config_uuid=5febc7bc-6236-4194-aac5-88386b174ac7 2019-09-13 09:02:08.928 80240 INFO sysinv.conductor.manager [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] applying runtime manifest config_uuid=5febc7bc-6236-4194-aac5-88386b174ac7, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 09:02:08.942 80240 INFO sysinv.puppet.puppet [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] Updating hiera for host: controller-0 with config_uuid: 5febc7bc-6236-4194-aac5-88386b174ac7 2019-09-13 09:02:10.590 80240 ERROR sysinv.puppet.puppet [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVeDIvj' 2019-09-13 09:02:10.590 80240 TRACE sysinv.puppet.puppet 2019-09-13 09:02:10.591 80240 ERROR sysinv.openstack.common.rpc.amqp [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] Exception during message handling 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVeDIvj' 2019-09-13 09:02:10.591 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 09:02:10.592 80240 ERROR sysinv.openstack.common.rpc.common [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVeDIvj' to caller 2019-09-13 09:02:10.593 80240 ERROR sysinv.openstack.common.rpc.common [req-67e89bdf-61b4-47b4-9998-a1bb95b95426 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlVeDIvj'\n"] 2019-09-13 09:02:10.602 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 09:02:10.602 74037 TRACE sysinv.openstack.common.periodic_task 2019-09-13 09:03:03.500 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 09:03:03.500 74037 INFO sysinv.agent.manager [-] Sysinv Agent audit running inv_get_and_report. 2019-09-13 09:03:05.549 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1000 (flags: 0x1003) 2019-09-13 09:03:06.225 74037 WARNING sysinv.agent.pci [-] ATTR speed unknown for: eth1001 (flags: 0x1003) 2019-09-13 09:03:06.345 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] Updating platform data for host: 1122b458-2355-4ca7-87cb-15cf9bf84220 with: {u'first_report': True} 2019-09-13 09:03:06.369 74037 INFO sysinv.agent.manager [-] Sysinv Agent platform update by host: {'first_report': True} 2019-09-13 09:03:06.370 74037 INFO sysinv.agent.manager [-] Agent found matching ihost: 1122b458-2355-4ca7-87cb-15cf9bf84220 2019-09-13 09:03:06.370 74037 INFO sysinv.agent.manager [-] _report_to_conductor initial_reports_required=set(['pv', 'lvg', 'memory', 'disk', 'cpu']) 2019-09-13 09:03:07.009 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] port 504515ba-1ab4-4e1d-8032-43cbb2de23eb update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 09:03:07.274 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] port c0cc98b4-f599-4255-86f0-fb29bc5b14b5 update attr: {'sriov_numvfs': 0, 'driver': u'e1000', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': False, 'sriov_vf_driver': None, 'speed': u'1000'} 2019-09-13 09:03:07.582 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] port 3412b646-b5c2-4a1d-af46-4b755440a4bf update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 09:03:07.868 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] port 47aa332c-5246-45a0-bfce-2aee6d053509 update attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'sriov_vfs_pci_address': u'', 'sriov_totalvfs': None, 'dpdksupport': True, 'sriov_vf_driver': None, 'speed': None} 2019-09-13 09:03:07.980 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'QEMU Virtual Machine', 'pdevice_id': u'00b8', 'pclass': u'VGA compatible controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Cirrus Logic', 'pvendor_id': u'1013', 'pclass_id': u'030000', 'sriov_totalvfs': None} 2019-09-13 09:03:08.012 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2934', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:03:08.046 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2935', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:03:08.078 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] attr: {'sriov_numvfs': 0, 'driver': u'uhci_hcd', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2936', 'pclass': u'USB controller', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0300', 'sriov_totalvfs': None} 2019-09-13 09:03:08.110 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] attr: {'sriov_numvfs': 0, 'driver': None, 'psvendor': u'-p20', 'pdevice_id': u'293a', 'pclass': u'USB controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0320', 'sriov_totalvfs': None} 2019-09-13 09:03:08.141 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] attr: {'sriov_numvfs': 0, 'driver': u'ahci', 'psvendor': u'-p01', 'pdevice_id': u'2922', 'pclass': u'SATA controller', 'psdevice': u'Red Hat, Inc.', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'010601', 'sriov_totalvfs': None} 2019-09-13 09:03:08.175 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] attr: {'sriov_numvfs': 0, 'driver': u'i801_smbus', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'2930', 'pclass': u'SMBus', 'psdevice': u'QEMU Virtual Machine', 'sriov_vfs_pci_address': u'', 'pvendor': u'Intel Corporation', 'pvendor_id': u'8086', 'pclass_id': u'0c0500', 'sriov_totalvfs': None} 2019-09-13 09:03:08.207 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] attr: {'sriov_numvfs': 0, 'driver': u'virtio-pci', 'psvendor': u'Red Hat, Inc.', 'pdevice_id': u'1002', 'pclass': u'Unclassified device [00ff]', 'psdevice': u'Device 0005', 'sriov_vfs_pci_address': u'', 'pvendor': u'Red Hat, Inc.', 'pvendor_id': u'1af4', 'pclass_id': u'00ff00', 'sriov_totalvfs': None} 2019-09-13 09:03:08.312 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] Already in db numa_node=0 mynuma_nodes=[0] 2019-09-13 09:03:08.370 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] Logical CPU topology: host:controller-0 (controller,worker), sockets:1, cores/socket=6, threads/core=1, reference:current (unchanged) 2019-09-13 09:03:08.370 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] cpu_id : 0 1 2 3 4 5 2019-09-13 09:03:08.370 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] socket_id : 0 0 0 0 0 0 2019-09-13 09:03:08.371 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] core_id : 0 1 2 3 4 5 2019-09-13 09:03:08.371 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] thread_id : 0 0 0 0 0 0 2019-09-13 09:03:08.386 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] update_cpu_config, host uuid: (1122b458-2355-4ca7-87cb-15cf9bf84220), force: (False) 2019-09-13 09:03:08.401 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] Setting config target of host 'controller-0' to '6194cf70-181a-4160-b045-2cf00828fe70'. 2019-09-13 09:03:08.442 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] _config_update_hosts config_uuid=6194cf70-181a-4160-b045-2cf00828fe70 2019-09-13 09:03:08.443 80240 INFO sysinv.conductor.manager [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] applying runtime manifest config_uuid=6194cf70-181a-4160-b045-2cf00828fe70, classes: ['platform::compute::grub::runtime', 'platform::compute::config::runtime'] 2019-09-13 09:03:08.457 80240 INFO sysinv.puppet.puppet [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] Updating hiera for host: controller-0 with config_uuid: 6194cf70-181a-4160-b045-2cf00828fe70 2019-09-13 09:03:10.123 80240 ERROR sysinv.puppet.puppet [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] failed to write config file: /opt/platform/puppet/19.09/hieradata/192.168.204.3.yaml 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet Traceback (most recent call last): 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet text=True) 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet fd = _os.open(file, flags, 0600) 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQFctXW' 2019-09-13 09:03:10.123 80240 TRACE sysinv.puppet.puppet 2019-09-13 09:03:10.123 80240 ERROR sysinv.openstack.common.rpc.amqp [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] Exception during message handling 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp self.update_cpu_config(context, ihost_uuid, force_grub_update) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp force=force) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp self._puppet.update_host_config(host, config_uuid) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp func(self, *args, **kwargs) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_host_config(host, config) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp self._write_config(filename, config) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp text=True) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp return _mkstemp_inner(dir, prefix, suffix, flags) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp fd = _os.open(file, flags, 0600) 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQFctXW' 2019-09-13 09:03:10.123 80240 TRACE sysinv.openstack.common.rpc.amqp 2019-09-13 09:03:10.125 80240 ERROR sysinv.openstack.common.rpc.common [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] Returning exception [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQFctXW' to caller 2019-09-13 09:03:10.126 80240 ERROR sysinv.openstack.common.rpc.common [req-dd2c8058-df47-445b-abc6-36d17b07bbc7 None None] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 2707, in icpus_update_by_ihost\n self.update_cpu_config(context, ihost_uuid, force_grub_update)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 7306, in update_cpu_config\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8088, in _config_apply_runtime_manifest\n force=force)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8023, in _config_update_puppet\n self._puppet.update_host_config(host, config_uuid)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 30, in _wrapper\n func(self, *args, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 149, in update_host_config\n self._write_host_config(host, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 162, in _write_host_config\n self._write_config(filename, config)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/puppet/puppet.py", line 168, in _write_config\n text=True)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 304, in mkstemp\n return _mkstemp_inner(dir, prefix, suffix, flags)\n', ' File "/usr/lib64/python2.7/tempfile.py", line 239, in _mkstemp_inner\n fd = _os.open(file, flags, 0600)\n', "OSError: [Errno 2] No such file or directory: '/opt/platform/puppet/19.09/hieradata/192.168.204.3.yamlQFctXW'\n"] 2019-09-13 09:03:10.135 74037 ERROR sysinv.openstack.common.periodic_task [-] Error during AgentManager._agent_audit: [Errno 2] No such file or directory 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task Traceback (most recent call last): 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/periodic_task.py", line 182, in run_periodic_tasks 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task task(self, context) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1123, in _agent_audit 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task force_updates=None) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task return f(*args, **kwargs) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 1142, in agent_audit 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task self.ihost_inv_get_and_report(icontext) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/agent/manager.py", line 859, in ihost_inv_get_and_report 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 315, in icpus_update_by_ihost 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task force_grub_update=force_grub_update)) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 121, in call 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task result = rpc.call(context, real_topic, msg, timeout) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/__init__.py", line 141, in call 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task return _get_impl().call(CONF, context, topic, msg, timeout) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/impl_kombu.py", line 799, in call 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task rpc_amqp.get_connection_pool(conf, Connection)) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 621, in call 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task rv = list(rv) 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 570, in __iter__ 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task raise result # pylint: disable=raising-bad-type 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task OSError: [Errno 2] No such file or directory 2019-09-13 09:03:10.135 74037 TRACE sysinv.openstack.common.periodic_task From scott.little at windriver.com Fri Sep 13 13:48:02 2019 From: scott.little at windriver.com (Scott Little) Date: Fri, 13 Sep 2019 09:48:02 -0400 Subject: [Starlingx-discuss] [Important] repo restructuring In-Reply-To: <2d423d1a-e14e-c89b-34d2-412a3ed15fcf@fridu.net> References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <98F2C8C83A16254EB3DAEC57F3437778BEFB2421@ALA-MBD.corp.ad.wrs.com> <601fb79e-9d67-7c59-87c6-190ffa1e9735@windriver.com> <333c1813-9ff8-d6a8-ef16-6fc862b79225@windriver.com> <2d423d1a-e14e-c89b-34d2-412a3ed15fcf@fridu.net> Message-ID: Sorry, I left an active filter on column N.  Fixed now. Scott On 2019-09-11 12:41 p.m., Dominig ar Foll (Intel Open Source) wrote: > > On 09/09/2019 15:53, Scott Little wrote: >> We have a green sanity. >> >> The freeze is now lifted. >> >> There is a spreadsheet [1] that maps the location of packages from old >> to new. >> >> Scott >> >> [1] >> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053 >> >> > The spread sheet is showing as an empty one. > Lines 2 till 253 are hidden and the sheet is in read only for external user. > > Could you please help us to see where packages have been moved. > I need it to re-enable build on OBS. > > Thanks. > From fungi at yuggoth.org Fri Sep 13 13:55:34 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Fri, 13 Sep 2019 13:55:34 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> <20190912231452.4w2wpc42e5upkazg@yuggoth.org> Message-ID: <20190913135534.qtjirfmpdnzetpr7@yuggoth.org> On 2019-09-13 10:53:16 +0000 (+0000), VanCutsem, Geoffroy wrote: [...] > I suspect this is a problem at the git-review Python code, not a > problem with Gerrit itself. I took a (very) quick look at the code and > noticed it uses the 'argparse' module to parse all arguments. This is > the issue I believe we're hitting: https://bugs.python.org/issue22433 > ... unfortunately it's been sitting there, opened for 5 years now. > > Note: enclosing the string in quotes should help but I've seen reports > that it would only work when using '--topic='. > > @Dominig, if you can spare a couple of minutes, I'd be curious to know > if the following command works for you: > git review --topic="initial creation Doc page Navigate Git Code > story/2005184" It's a good guess, but no I tried all manner of passing the option and also more robust sorts of quoting directly in the parameter handling routines in git-review's source code. Where I'm stuck is that the serialization Gerrit uses for "push options" to communicate a change topic during a git push operation seems to have no means of encoding spaces. These do not work to set a topic of "topic spaces": git push gerrit HEAD:refs/for/master%topic=topic spaces git push gerrit HEAD:refs/for/master%topic='topic spaces' git push gerrit HEAD:refs/for/master%topic="topic spaces" git push gerrit HEAD:refs/for/master%"topic=topic spaces" git push gerrit HEAD:"refs/for/master%topic=topic spaces" git push gerrit "HEAD:refs/for/master%topic=topic spaces" ...and so on. As best I can tell, Git refspecs simply cannot contain spaces. There is a converse problem as well, that git review -d to retrieve a change from Gerrit wants to create a local branch incorporating the change topic string, and Git doesn't allow spaces in branch names either. So I think we're going to just need to have git-review check for spaces when pushing and either transliterate or reject them, but also have it check for them when downloading changes and perform substitutions in that direction as well. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From geoffroy.vancutsem at intel.com Fri Sep 13 14:41:31 2019 From: geoffroy.vancutsem at intel.com (VanCutsem, Geoffroy) Date: Fri, 13 Sep 2019 14:41:31 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <20190913135534.qtjirfmpdnzetpr7@yuggoth.org> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> <20190912231452.4w2wpc42e5upkazg@yuggoth.org> <20190913135534.qtjirfmpdnzetpr7@yuggoth.org> Message-ID: <6b71b2e99e079af821eadd5a97237864e3de1c6b.camel@intel.com> On Fri, 2019-09-13 at 13:55 +0000, Jeremy Stanley wrote: > On 2019-09-13 10:53:16 +0000 (+0000), VanCutsem, Geoffroy wrote: > [...] > > I suspect this is a problem at the git-review Python code, not a > > problem with Gerrit itself. I took a (very) quick look at the code > > and > > noticed it uses the 'argparse' module to parse all arguments. This > > is > > the issue I believe we're hitting: > > https://bugs.python.org/issue22433 > > ... unfortunately it's been sitting there, opened for 5 years now. > > > > Note: enclosing the string in quotes should help but I've seen > > reports > > that it would only work when using '--topic='. > > > > @Dominig, if you can spare a couple of minutes, I'd be curious to > > know > > if the following command works for you: > > git review --topic="initial creation Doc page Navigate Git Code > > story/2005184" > > It's a good guess, but no I tried all manner of passing the option > and also more robust sorts of quoting directly in the parameter > handling routines in git-review's source code. Where I'm stuck is > that the serialization Gerrit uses for "push options" to communicate > a change topic during a git push operation seems to have no means of > encoding spaces. These do not work to set a topic of "topic spaces": > > git push gerrit HEAD:refs/for/master%topic=topic spaces > > git push gerrit HEAD:refs/for/master%topic='topic spaces' > > git push gerrit HEAD:refs/for/master%topic="topic spaces" > > git push gerrit HEAD:refs/for/master%"topic=topic spaces" > > git push gerrit HEAD:"refs/for/master%topic=topic spaces" > > git push gerrit "HEAD:refs/for/master%topic=topic spaces" > > ...and so on. As best I can tell, Git refspecs simply cannot contain > spaces. There is a converse problem as well, that git review -d to > retrieve a change from Gerrit wants to create a local branch > incorporating the change topic string, and Git doesn't allow spaces > in branch names either. So I think we're going to just need to have > git-review check for spaces when pushing and either transliterate or > reject them, but also have it check for them when downloading > changes and perform substitutions in that direction as well. Makes sense to me. Thanks for the additional investigation. Geoffroy From Ghada.Khalil at windriver.com Fri Sep 13 15:10:42 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Fri, 13 Sep 2019 15:10:42 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> Hi Saul, This was discussed previously and, as a community, we agreed that this is the guideline for starlingx submissions From https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines Link your review to a StoryBoard Story or Launchpad Bug For traceability, always link your code change to a story or bug. The story/bug will give reviewers context for the code changes. This will also be used to help determine the relative priority of the code changes. I personally don't see a big barrier to creating a generic storyboard for spelling or cleanup tasks. Happy to hear from others their opinion. I'm not terribly concerned about a few small updates without a link, but we should all aim to favor traceability (and document the purpose for the changes we're making). Regards, Ghada -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Thursday, September 12, 2019 5:53 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Please Review: Requirements for commit messages StarlingX Folks: I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. There are patches that are clearly addressing bug fixes and those should have a Closes-Bug; there are commits that are clearly implementing features that should have the Story/Task tags. There are also commits that fall in between, they are not directly related to a given feature or have a bug filed, they are typically smaller and are fairly self-documenting or have good commit messages explaining why the change is needed, not just what the change does. Ultimately Closes-Bugs and Story tags will help reviewers and other get the infomration needed to create release notes, but we don't need to document every change like spelling, indentation, fixing compiler warnings in Release notes. I believe that we should have some flexibility in allowing for changes without related launchpad or story connections. This can help reduce the barrier to entry for small changes that community members may want to propose. Thoughts? Sau! _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Fri Sep 13 15:22:41 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Fri, 13 Sep 2019 17:22:41 +0200 Subject: [Starlingx-discuss] [Important] repo restructuring (typo errors in new repo) In-Reply-To: References: <8b8d87c3-495d-0267-14b8-dfee39b8955f@windriver.com> <1eadc3ed-0f6b-8bda-e9be-2af12de28cea@windriver.com> <4b829308-2c80-f216-84d5-c4d828672ac8@windriver.com> <98F2C8C83A16254EB3DAEC57F3437778BEFB2421@ALA-MBD.corp.ad.wrs.com> <601fb79e-9d67-7c59-87c6-190ffa1e9735@windriver.com> <333c1813-9ff8-d6a8-ef16-6fc862b79225@windriver.com> <2d423d1a-e14e-c89b-34d2-412a3ed15fcf@fridu.net> Message-ID: <9bf454a3-0b68-ffd3-0084-7b8e866e393c@fridu.net> Hello, I have noticed when updating the _service fiile on the OBS that at least a new location is incorrect. Having only read write, I cannot do the correction. - Line 16 stx-config    puppet-modules-wrs/puppet-nfv    puppet-nfv    stx-puppet    monitor-armada-app Dominig On 13/09/2019 15:48, Scott Little wrote: > Sorry, I left an active filter on column N.  Fixed now. > > Scott > > > On 2019-09-11 12:41 p.m., Dominig ar Foll (Intel Open Source) wrote: >> >> On 09/09/2019 15:53, Scott Little wrote: >>> We have a green sanity. >>> >>> The freeze is now lifted. >>> >>> There is a spreadsheet [1] that maps the location of packages from old >>> to new. >>> >>> Scott >>> >>> [1] >>> https://docs.google.com/spreadsheets/d/1zURL1UlDST8lnvw3dMlNWN6pkLX6EVF6TDBwNR9TQik/edit#gid=1697053 >>> >>> >>> >> The spread sheet is showing as an empty one. >> Lines 2 till 253 are hidden and the sheet is in read only for >> external user. >> >> Could you please help us to see where packages have been moved. >> I need it to re-enable build on OBS. >> >> Thanks. >> > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Eric.MacDonald at windriver.com Fri Sep 13 15:30:28 2019 From: Eric.MacDonald at windriver.com (MacDonald, Eric) Date: Fri, 13 Sep 2019 15:30:28 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> Message-ID: <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > -----Original Message----- > From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > Sent: Friday, September 13, 2019 11:11 AM > To: Saul Wold; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > > Hi Saul, > This was discussed previously and, as a community, we agreed that this is the guideline for starlingx > submissions > > From https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > Link your review to a StoryBoard Story or Launchpad Bug > For traceability, always link your code change to a story or bug. The story/bug will give reviewers > context for the code changes. This will also be used to help determine the relative priority of the code > changes. > > > I personally don't see a big barrier to creating a generic storyboard for spelling or cleanup tasks. Happy > to hear from others their opinion. > I'm not terribly concerned about a few small updates without a link, but we should all aim to favor > traceability (and document the purpose for the changes we're making). > > Regards, > Ghada > > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Thursday, September 12, 2019 5:53 PM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] Please Review: Requirements for commit messages > > > StarlingX Folks: > > I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. > There are patches that are clearly addressing bug fixes and those should have a Closes-Bug; there are > commits that are clearly implementing features that should have the Story/Task tags. > > There are also commits that fall in between, they are not directly related to a given feature or have a > bug filed, they are typically smaller and are fairly self-documenting or have good commit messages > explaining why the change is needed, not just what the change does. > > Ultimately Closes-Bugs and Story tags will help reviewers and other get the infomration needed to > create release notes, but we don't need to document every change like spelling, indentation, fixing > compiler warnings in Release notes. > > I believe that we should have some flexibility in allowing for changes without related launchpad or story > connections. This can help reduce the barrier to entry for small changes that community members may > want to propose. > > Thoughts? > > Sau! > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Fri Sep 13 15:31:56 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Fri, 13 Sep 2019 17:31:56 +0200 Subject: [Starlingx-discuss] MultiOS: New repo changes done for OpenSUSE on OBS Message-ID: <89773d2a-dbb1-16eb-2b37-b3bf8fddca61@fridu.net> Hello, I have updated all the new repos on OpenSUSE OBS. The 51 packages build status is OK again. You will notice that when I download the file I have shorten the subdir from the last directory (src). While this has forced me to patch the spec files, I will allow me to uploaded the spec files directly from git as I expect them to be in an opensuse directory at the root of the module and not in src (as for CentOS). I have noticed that other package restrict the download to the src subdir on OBS. I will start to correct that next week, assuming that the OBS spec files are available on git. Enjoy your weekend. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Ghada.Khalil at windriver.com Fri Sep 13 15:35:14 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Fri, 13 Sep 2019 15:35:14 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C21FD@ALA-MBD.corp.ad.wrs.com> I should also clarify that I am not suggesting a unique story for each commit. On the contrary, I personally like bigger scope stories with multiple tasks for the different commits. Even the tasks don't need to be unique per commit; multiple commits can link back to the same task. For example, fixing compile warnings as a prep for multi-OS support. This is one story with multiple tasks/commits. Anyway my 2 cents :) I'll give a chance to others to chime in. Ghada -----Original Message----- From: Khalil, Ghada Sent: Friday, September 13, 2019 11:11 AM To: 'Saul Wold'; starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages Hi Saul, This was discussed previously and, as a community, we agreed that this is the guideline for starlingx submissions From https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines Link your review to a StoryBoard Story or Launchpad Bug For traceability, always link your code change to a story or bug. The story/bug will give reviewers context for the code changes. This will also be used to help determine the relative priority of the code changes. I personally don't see a big barrier to creating a generic storyboard for spelling or cleanup tasks. Happy to hear from others their opinion. I'm not terribly concerned about a few small updates without a link, but we should all aim to favor traceability (and document the purpose for the changes we're making). Regards, Ghada -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Thursday, September 12, 2019 5:53 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Please Review: Requirements for commit messages StarlingX Folks: I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. There are patches that are clearly addressing bug fixes and those should have a Closes-Bug; there are commits that are clearly implementing features that should have the Story/Task tags. There are also commits that fall in between, they are not directly related to a given feature or have a bug filed, they are typically smaller and are fairly self-documenting or have good commit messages explaining why the change is needed, not just what the change does. Ultimately Closes-Bugs and Story tags will help reviewers and other get the infomration needed to create release notes, but we don't need to document every change like spelling, indentation, fixing compiler warnings in Release notes. I believe that we should have some flexibility in allowing for changes without related launchpad or story connections. This can help reduce the barrier to entry for small changes that community members may want to propose. Thoughts? Sau! _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Fri Sep 13 15:36:31 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Fri, 13 Sep 2019 15:36:31 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> -1. Commit messages are update reasons and just as traceable. Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? bruej -----Original Message----- From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] Sent: Friday, September 13, 2019 8:30 AM To: Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > -----Original Message----- > From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > Sent: Friday, September 13, 2019 11:11 AM > To: Saul Wold; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for > commit messages > > Hi Saul, > This was discussed previously and, as a community, we agreed that this > is the guideline for starlingx submissions > > From > https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > Link your review to a StoryBoard Story or Launchpad Bug For > traceability, always link your code change to a story or bug. The > story/bug will give reviewers context for the code changes. This will > also be used to help determine the relative priority of the code changes. > > > I personally don't see a big barrier to creating a generic storyboard > for spelling or cleanup tasks. Happy to hear from others their opinion. > I'm not terribly concerned about a few small updates without a link, > but we should all aim to favor traceability (and document the purpose for the changes we're making). > > Regards, > Ghada > > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Thursday, September 12, 2019 5:53 PM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] Please Review: Requirements for commit > messages > > > StarlingX Folks: > > I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. > There are patches that are clearly addressing bug fixes and those > should have a Closes-Bug; there are commits that are clearly implementing features that should have the Story/Task tags. > > There are also commits that fall in between, they are not directly > related to a given feature or have a bug filed, they are typically > smaller and are fairly self-documenting or have good commit messages explaining why the change is needed, not just what the change does. > > Ultimately Closes-Bugs and Story tags will help reviewers and other > get the infomration needed to create release notes, but we don't need > to document every change like spelling, indentation, fixing compiler warnings in Release notes. > > I believe that we should have some flexibility in allowing for changes > without related launchpad or story connections. This can help reduce > the barrier to entry for small changes that community members may want to propose. > > Thoughts? > > Sau! > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From vm.rod25 at gmail.com Fri Sep 13 15:37:06 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Fri, 13 Sep 2019 10:37:06 -0500 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os In-Reply-To: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> References: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> Message-ID: On Thu, Sep 12, 2019 at 1:42 PM Dominig ar Foll (Intel Open Source) wrote: > > On 12/09/2019 19:37, Victor Rodriguez wrote: > > ... > > The proposal would be to have most of the existing services handled by > > SM via systemd in order to deprecate the sysvinit scripts. SM will > > directly manage the services, via systemd commands. A bit of rewrite > > to current scripts might be necessary. This way there is a consistent > > set of scripts/unit/service files. So, SM would need to be extended to > > understand systemd interactions > Victor, > > all modern distros are using systemD and today if I look at the Warning > raised by OpenSUSE build system (OBS), [build error log at the end of > this email], it is clear that the current mix of systemD/init.d/direct > script calls, will not pass any distro QA as it is. > I already had to tweak rpmlintrc to reduce the badness in order to get > packages to be accepted to be published by the OBS. > But for me the fundamental issue is not on how bad is look but how > dangerous it is from a security point of view. > > SystemD is by far the best way to start a service to be run in > isolation. We can restrict the privileges, enforce cgroup limits, > isolate via namespaces. > When it come to provide a secure system, it's by far the easiest launch > and maintain processes with reduced attack surface. > Agree > Now in StrarlingX we have many processes which are to be started and > controlled by the Service Manager (SM). > What we should do, is to modify SM in order for SM to use SystemD calls > to start services which are to be monitored by SM. > For those services, we shall not let systemD deamon starts them > automatically, nor to monitor them for potential restart (easy, just a > config). > We can still use automatic dependency to let systemD start underlying > required service (not managed by SM) where it make sense. > Ok, I see that as a valid solution. I would like to ask feedback from Bin and team > Replacing direct script calls to start service in SM, by calls to > systemD cannot be that complex for someone who know where the calls are > hidden in the code. > We could do a hack by having an init script to call systemD but that > would be a mistake as trouble shooting errors would become very messy, > security latency poor. > > The best would be to use systemD library API calls (requires systemD >= > 219 not an issue for OpenSUSE but what about CentOS) We do have 219 in centOS # systemctl --version systemd 219 http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/ in order to do the > equivalent of systemctl start service_name at unit_number.service without > using system(), popen(), or exec() what would lake the system, safer, > quicker and easier to debug. > > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > > ---------- rpmlint report building worker-utils ------------ > [ 3s] RPMLINT report: > [ 3s] =============== > [ 3s] worker-utils.noarch: W: no-reload-entry /etc/init.d/cpumap_functions.sh > [ 3s] worker-utils.noarch: W: no-reload-entry /etc/init.d/task_affinity_functions.sh > [ 3s] In your init script (/etc/rc.d/init.d/your_file), you don't have a 'reload' > [ 3s] entry, which is necessary for good functionality. > [ 3s] > [ 3s] worker-utils.noarch: W: no-status-entry /etc/init.d/cpumap_functions.sh > [ 3s] In your init script (/etc/rc.d/init.d/your_file), you don't have a 'status' > [ 3s] entry, which is necessary for good functionality. > [ 3s] > [ 3s] worker-utils.noarch: W: suse-deprecated-init-script /etc/init.d/affine-platform.sh > [ 3s] worker-utils.noarch: W: suse-deprecated-init-script /etc/init.d/affine-tasks.sh > [ 3s] worker-utils.noarch: W: suse-deprecated-init-script /etc/init.d/cpumap_functions.sh > [ 3s] worker-utils.noarch: W: suse-deprecated-init-script /etc/init.d/task_affinity_functions.sh > [ 3s] SysV init scripts are deprecated. Please migrate to systemd service files. > [ 3s] > [ 3s] worker-utils.noarch: W: suse-missing-rclink affine-platform.sh > [ 3s] worker-utils.noarch: W: suse-missing-rclink affine-tasks > [ 3s] worker-utils.noarch: W: suse-missing-rclink affine-tasks.sh > [ 3s] worker-utils.noarch: W: suse-missing-rclink cpumap_functions.sh > [ 3s] worker-utils.noarch: W: suse-missing-rclink task_affinity_functions.sh > [ 3s] The package contains an init script or systemd service file but lacks the > [ 3s] symlink /usr/sbin/rcFOO -> /usr/sbin/service > [ 3s] > [ 3s] worker-utils.noarch: W: suse-systemd-shadowed-initscript affine-platform.sh > [ 3s] The package contains both an init script and a systemd service file. Please > [ 3s] decide for one. > [ 3s] > [ 3s] 2 packages and 0 specfiles checked; 0 errors, 13 warnings. > Thanks for the log, it is much more clear for me the need for this change. Thanks > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Fri Sep 13 15:37:59 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Fri, 13 Sep 2019 15:37:59 +0000 Subject: [Starlingx-discuss] Documentation being part of the StarlingX development process In-Reply-To: References: <76BFCB6D-AA01-4FAD-AEF9-04147268898C@gmail.com> <9A85D2917C58154C960D95352B22818BD07D4AA4@fmsmsx123.amr.corp.intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D534F@fmsmsx123.amr.corp.intel.com> Hi Ildiko, thanks - I think that would work and we'd (hopefully) get lots of help :) brucej -----Original Message----- From: Ildiko Vancsa [mailto:ildiko.vancsa at gmail.com] Sent: Friday, September 13, 2019 1:58 AM To: Jones, Bruce E Cc: starlingx Subject: Re: Documentation being part of the StarlingX development process Hi Bruce, We could talk through the process on one of the community calls and I can write up a first version based on the notes. What do you think? Thanks, Ildikó > On 2019. Sep 12., at 22:43, Jones, Bruce E wrote: > > This has been on my to do list for a long time and I don't know if/when I will get to it. :( If someone else in the community can drive this, I would be happy to help out. > > brucej > > -----Original Message----- > From: Ildiko Vancsa [mailto:ildiko.vancsa at gmail.com] > Sent: Thursday, September 12, 2019 11:43 AM > To: Jones, Bruce E > Cc: starlingx > Subject: Documentation being part of the StarlingX development process > > Hi Bruce, > > Following up on my action items from the Community call I wanted to see where to add notes about highlighting that writing documentation should be part of the development process from now on and then do further communications. > > I came across to this wiki, which is documented to be outdated: https://wiki.openstack.org/wiki/StarlingX/Feature_Development_Process > And this documentation page that links to a Storyboard item: https://docs.starlingx.io/contributor/development_process.html > > As the StoryBoard item doesn’t seem to hold enough information I got a little stuck. Do you have a plan/preference on how to progress? > > It would be great to have the information on docs.starlingx.io as it is probably easier to find it there and we can link that page to the wiki as well. I can help writing it up, but it would be great to have an outline of the process as I’ve never gone through it myself so I only have partial knowledge. > > Thanks, > Ildikó > > From dominig.arfoll at fridu.net Fri Sep 13 15:38:12 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Fri, 13 Sep 2019 17:38:12 +0200 Subject: [Starlingx-discuss] MultoOS: Please inform when integrating patches on mainstream Message-ID: Hello, for anyone integrating patches in Mainstream, it would be nice to be informed, so we can remove them from our spec file. This evening, I corrected "mtce" package on OpenSUSE OBS after discovering that 2 patches had been integrating to upstream what was causing the build to fail. As packager we do not have a detailed knowledge of all changes happening in the case, and some warning on the mailing list would be helpful. Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Dariush.Eslimi at windriver.com Fri Sep 13 15:52:35 2019 From: Dariush.Eslimi at windriver.com (Eslimi, Dariush) Date: Fri, 13 Sep 2019 15:52:35 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> Message-ID: I would argue that is very bad example, why would a single project all of sudden wants to switch to Python3? Is this part of release goal to start using Python 3? Is this priority for the release? Small change need more context so code reviewers know why such a change is proposed. Dariush -----Original Message----- From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] Sent: September-13-19 11:37 AM To: MacDonald, Eric ; Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages -1. Commit messages are update reasons and just as traceable. Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? bruej -----Original Message----- From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] Sent: Friday, September 13, 2019 8:30 AM To: Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > -----Original Message----- > From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > Sent: Friday, September 13, 2019 11:11 AM > To: Saul Wold; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for > commit messages > > Hi Saul, > This was discussed previously and, as a community, we agreed that this > is the guideline for starlingx submissions > > From > https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > Link your review to a StoryBoard Story or Launchpad Bug For > traceability, always link your code change to a story or bug. The > story/bug will give reviewers context for the code changes. This will > also be used to help determine the relative priority of the code changes. > > > I personally don't see a big barrier to creating a generic storyboard > for spelling or cleanup tasks. Happy to hear from others their opinion. > I'm not terribly concerned about a few small updates without a link, > but we should all aim to favor traceability (and document the purpose for the changes we're making). > > Regards, > Ghada > > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Thursday, September 12, 2019 5:53 PM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] Please Review: Requirements for commit > messages > > > StarlingX Folks: > > I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. > There are patches that are clearly addressing bug fixes and those > should have a Closes-Bug; there are commits that are clearly implementing features that should have the Story/Task tags. > > There are also commits that fall in between, they are not directly > related to a given feature or have a bug filed, they are typically > smaller and are fairly self-documenting or have good commit messages explaining why the change is needed, not just what the change does. > > Ultimately Closes-Bugs and Story tags will help reviewers and other > get the infomration needed to create release notes, but we don't need > to document every change like spelling, indentation, fixing compiler warnings in Release notes. > > I believe that we should have some flexibility in allowing for changes > without related launchpad or story connections. This can help reduce > the barrier to entry for small changes that community members may want to propose. > > Thoughts? > > Sau! > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Fri Sep 13 15:54:02 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Fri, 13 Sep 2019 17:54:02 +0200 Subject: [Starlingx-discuss] MultiOS: Source from git for all packages Message-ID: <739fe150-a15c-289a-d09e-785a7bcaa645@fridu.net> Hello, I notice that out of the 53 packages on OpenSUSE, only 28 have their source download from git, the rest have manually added tarballs. I would like to fix that once for all, but in order to do do, it save me a lot of time, if I was told which git for which package should I target and if any specific tag or branch are to be used. Thanks in advance. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From fungi at yuggoth.org Fri Sep 13 16:25:10 2019 From: fungi at yuggoth.org (Jeremy Stanley) Date: Fri, 13 Sep 2019 16:25:10 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> Message-ID: <20190913162509.3if76zdjsyecpv5t@yuggoth.org> On 2019-09-13 15:10:42 +0000 (+0000), Khalil, Ghada wrote: [...] https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines [...] > I personally don't see a big barrier to creating a generic > storyboard for spelling or cleanup tasks. Happy to hear from > others their opinion. I'm not terribly concerned about a few small > updates without a link, but we should all aim to favor > traceability (and document the purpose for the changes we're > making). [...] This topic comes up with some frequency in a variety of free/libre open-source projects to which I contribute, and from what I've seen every bit of bureaucracy you add around submitting a contribution is that much less fun the process becomes for people. Some amount of red tape and process overhead is unfortunately always going to be necessary, but I find it helps to make compromises to reduce that complexity wherever and whenever you possibly can. Not that I have a horse in this race, but I find it's hard to overstate the value of a well-written commit message, and it can be worth 10x more than a link to a disorganized pile of notes in a defect tracker. I realize a lot of developers don't take the time to provide thorough exposition in their commit messages, but this is something for which I consistently review. The commit message should tell me everything I need to know about a change without needing to follow links to defect reports or mailing list posts. Links to external references can be useful citations to help paint the bigger picture and provide background on decisions which were made, but if the commit message is sufficiently explanatory then it saves time both for people reviewing the proposed change *and* for folks looking back through the commit history years down the line. What if some unfortunate disaster befalls the materials linked from the commit message? Or what if I'm on a plane/train/boat with a clone of the Git repository but no viable access to the Internet? Linking to additional information is certainly a good thing to do when it's available, but it's no substitute for clearly describing in a commit message why that change was needed. And if the commit message already tells people everything they need to know about the change, why bother making extra work for developers by requiring them to file a defect (which in many cases may only be a considered a "defect" through a significant stretch of imagination) in a separate system only to immediately mark it as done? The wiki article you linked gives these two reasons: The story/bug will give reviewers context for the code changes. This will also be used to help determine the relative priority of the code changes. If the commit is written at the same time the defect is reported, what additional context can the report really provide if the same information is included in the commit message already? As for prioritization, what if it's not a high-priority change to begin with? What difference does filing a defect reference for it make in that case? Perhaps if a developer feels their change should be a higher review priority, then a corresponding tracked task is warranted; but if they don't create one they are basically saying, "here's a patch, review it when you have time, it's not urgent." One other reason that wiki page doesn't mention but can be important is if the change fixes a bug in the software which a user is likely to notice in an earlier release and may consider filing a defect report about themselves, since it can save them some time when they go to file it and find there's already one there marked fixed in a later release. This can of course be addressed by having reviewers recommend and developers be diligent about incorporating clear release notes for fixes which fit these criteria, since those users are similarly likely to check release notes first, but depending on the situation reviewers could still be well within reason to request (or create, since this is a collaboration, right?) a corresponding defect report to go with the change. Anyway, sorry for the lengthy soapbox speech. It doesn't really impact me either way as a mostly outside observer, but I do think that it's in the best interests of community health to try and keep the process of collaborating as enjoyable as possible. Having strict rules that even the tiniest change also requires task tracking erodes that enjoyment, and degrades the overall contributor experience. It's something to keep in mind. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From bruce.e.jones at intel.com Fri Sep 13 16:54:11 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Fri, 13 Sep 2019 16:54:11 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> It's just an example, Dariush, of an internal change that would not impact an end user. Insert your own example if needed. :) Commit messages can provide plenty of context. If they are written well, of course, which the reviewers can verify / enforce. I'm not opposed to using SB and LP to document changes. But I don't think it's necessary to mandate it for every single change. brucej -----Original Message----- From: Eslimi, Dariush [mailto:Dariush.Eslimi at windriver.com] Sent: Friday, September 13, 2019 8:53 AM To: Jones, Bruce E ; MacDonald, Eric ; Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages I would argue that is very bad example, why would a single project all of sudden wants to switch to Python3? Is this part of release goal to start using Python 3? Is this priority for the release? Small change need more context so code reviewers know why such a change is proposed. Dariush -----Original Message----- From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] Sent: September-13-19 11:37 AM To: MacDonald, Eric ; Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages -1. Commit messages are update reasons and just as traceable. Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? bruej -----Original Message----- From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] Sent: Friday, September 13, 2019 8:30 AM To: Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > -----Original Message----- > From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > Sent: Friday, September 13, 2019 11:11 AM > To: Saul Wold; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for > commit messages > > Hi Saul, > This was discussed previously and, as a community, we agreed that this > is the guideline for starlingx submissions > > From > https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > Link your review to a StoryBoard Story or Launchpad Bug For > traceability, always link your code change to a story or bug. The > story/bug will give reviewers context for the code changes. This will > also be used to help determine the relative priority of the code changes. > > > I personally don't see a big barrier to creating a generic storyboard > for spelling or cleanup tasks. Happy to hear from others their opinion. > I'm not terribly concerned about a few small updates without a link, > but we should all aim to favor traceability (and document the purpose for the changes we're making). > > Regards, > Ghada > > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Thursday, September 12, 2019 5:53 PM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] Please Review: Requirements for commit > messages > > > StarlingX Folks: > > I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. > There are patches that are clearly addressing bug fixes and those > should have a Closes-Bug; there are commits that are clearly implementing features that should have the Story/Task tags. > > There are also commits that fall in between, they are not directly > related to a given feature or have a bug filed, they are typically > smaller and are fairly self-documenting or have good commit messages explaining why the change is needed, not just what the change does. > > Ultimately Closes-Bugs and Story tags will help reviewers and other > get the infomration needed to create release notes, but we don't need > to document every change like spelling, indentation, fixing compiler warnings in Release notes. > > I believe that we should have some flexibility in allowing for changes > without related launchpad or story connections. This can help reduce > the barrier to entry for small changes that community members may want to propose. > > Thoughts? > > Sau! > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Fri Sep 13 16:56:25 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Fri, 13 Sep 2019 16:56:25 +0000 Subject: [Starlingx-discuss] Distro.openstack - Need volunteers for Train integration tasks Message-ID: <9A85D2917C58154C960D95352B22818BD07D53F5@fmsmsx123.amr.corp.intel.com> There is a new Story [1] with the tasks needed to integrate with Train. I'm looking for volunteers to sign up for those tasks. If interested / able / willing, please put your name on the tasks and join the distro.openstack call next week if you have any questions. Thank you! Brucej [1] https://storyboard.openstack.org/#!/story/2006544 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eric.MacDonald at windriver.com Fri Sep 13 17:27:34 2019 From: Eric.MacDonald at windriver.com (MacDonald, Eric) Date: Fri, 13 Sep 2019 17:27:34 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> Message-ID: <210898B96CA058408C55992CCAD98676C108D947@ALA-MBD.corp.ad.wrs.com> There seem to be a lot of small changes that are being posted without quality or traceable reasoning and I feel that creating a SB and tasks for like changes helps reviewers and project/content managers. > -----Original Message----- > From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > Sent: Friday, September 13, 2019 12:54 PM > To: Eslimi, Dariush; MacDonald, Eric; Khalil, Ghada; Saul Wold; starlingx-discuss at lists.starlingx.io > Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages > Importance: High > > It's just an example, Dariush, of an internal change that would not impact an end user. Insert your own > example if needed. :) > > Commit messages can provide plenty of context. If they are written well, of course, which the reviewers > can verify / enforce. > > I'm not opposed to using SB and LP to document changes. But I don't think it's necessary to mandate it > for every single change. > > brucej > > > -----Original Message----- > From: Eslimi, Dariush [mailto:Dariush.Eslimi at windriver.com] > Sent: Friday, September 13, 2019 8:53 AM > To: Jones, Bruce E ; MacDonald, Eric ; > Khalil, Ghada ; Saul Wold ; starlingx- > discuss at lists.starlingx.io > Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages > > I would argue that is very bad example, why would a single project all of sudden wants to switch to > Python3? > Is this part of release goal to start using Python 3? Is this priority for the release? > > Small change need more context so code reviewers know why such a change is proposed. > > Dariush > > -----Original Message----- > From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > Sent: September-13-19 11:37 AM > To: MacDonald, Eric ; Khalil, Ghada ; > Saul Wold ; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > > -1. Commit messages are update reasons and just as traceable. > > Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? > > bruej > > -----Original Message----- > From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] > Sent: Friday, September 13, 2019 8:30 AM > To: Khalil, Ghada ; Saul Wold ; starlingx- > discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > > +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > > > -----Original Message----- > > From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > > Sent: Friday, September 13, 2019 11:11 AM > > To: Saul Wold; starlingx-discuss at lists.starlingx.io > > Subject: Re: [Starlingx-discuss] Please Review: Requirements for > > commit messages > > > > Hi Saul, > > This was discussed previously and, as a community, we agreed that this > > is the guideline for starlingx submissions > > > > From > > https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > > Link your review to a StoryBoard Story or Launchpad Bug For > > traceability, always link your code change to a story or bug. The > > story/bug will give reviewers context for the code changes. This will > > also be used to help determine the relative priority of the code changes. > > > > > > I personally don't see a big barrier to creating a generic storyboard > > for spelling or cleanup tasks. Happy to hear from others their opinion. > > I'm not terribly concerned about a few small updates without a link, > > but we should all aim to favor traceability (and document the purpose for the changes we're making). > > > > Regards, > > Ghada > > > > -----Original Message----- > > From: Saul Wold [mailto:sgw at linux.intel.com] > > Sent: Thursday, September 12, 2019 5:53 PM > > To: starlingx-discuss at lists.starlingx.io > > Subject: [Starlingx-discuss] Please Review: Requirements for commit > > messages > > > > > > StarlingX Folks: > > > > I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. > > There are patches that are clearly addressing bug fixes and those > > should have a Closes-Bug; there are commits that are clearly implementing features that should have > the Story/Task tags. > > > > There are also commits that fall in between, they are not directly > > related to a given feature or have a bug filed, they are typically > > smaller and are fairly self-documenting or have good commit messages explaining why the change is > needed, not just what the change does. > > > > Ultimately Closes-Bugs and Story tags will help reviewers and other > > get the infomration needed to create release notes, but we don't need > > to document every change like spelling, indentation, fixing compiler warnings in Release notes. > > > > I believe that we should have some flexibility in allowing for changes > > without related launchpad or story connections. This can help reduce > > the barrier to entry for small changes that community members may want to propose. > > > > Thoughts? > > > > Sau! > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Fri Sep 13 17:30:35 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Fri, 13 Sep 2019 17:30:35 +0000 Subject: [Starlingx-discuss] Community Call (Sep 11, 2019) In-Reply-To: <586E8B730EA0DA4A9D6A80A10E486BC007AF6EC4@ALA-MBD.corp.ad.wrs.com> References: <586E8B730EA0DA4A9D6A80A10E486BC007AF6EC4@ALA-MBD.corp.ad.wrs.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D54C3@fmsmsx123.amr.corp.intel.com> Re: my AR below - the work items in the documentation can be found here: [1]. The gaps in the documentation tree used to be self-documenting - there were many placeholder documents showing where docs are needed. While I was out, these stub documents were deleted. Why? And if they were deleted, why didn't someone create Stories for them? Now we're going to have to re-create all of that. Brucej [1] https://storyboard.openstack.org/#!/story/list?status=active&project_group_id=86&tags=stx.docs -----Original Message----- From: Zvonar, Bill [mailto:Bill.Zvonar at windriver.com] Sent: Wednesday, September 11, 2019 8:28 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Community Call (Sep 11, 2019) Notes from today's meeting... - standing topics - any reviews that need attention? - nothing this week - sanity - any reds since last call? - nope - any unanswered calls for assistance on the mailing list? - issue with running on ansible playbook - Saichandu/Pavan from Calsoft: nothing on mailing list - Saichandu/Pavan to re-send to the mailing list, it doesn't seem to be there - offline installation for StarlingX R2.0 http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005909.html - we don't seem to have this documented yet - raises the general issue of how we get features documented - there were relevant features in 2.0 (private docker registry, docker proxy) - there's a 3.0 task list that Mike's tracking: https://storyboard.openstack.org/#!/story/2006289 - Cindy suggested a per-story task for capturing user documentation - Don suggested adding the docs repo to the manifest for repo sync - makes it visible - AR: Don change the manifest - docs, zuul-jobs & test - AR: Bruce identify the feature documentation gaps - Ildiko suggested documenting the process of adding customer documentation to the contributor guide - AR: Ildiko will look into this - vm boot from big size image timeout: vm boot from big size image timeout http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005910.html - he's in Forrest's team - Forrest to check if this got sorted out - 3.0 milestone-2 (Ghada) - decent progress - Code Merge Dates - A few features have merge dates beyong MS-3: Containerize Ceph, Containerize OVS-DPDK, B&R for openstack (likely won't make stx.3.0), DC for openstack (won't make stx.3.0) - Agreed that Feature Test can be lag MS-3 by two weeks (Oct 30) - Action: Ada to review and confirm that most features can come in by that date - The current exception is Containerized Ceph. Current Feature Test Date: Nov 8 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - all done except for the to-be-renamed system-client (nee: cgcs-client) - AR: Build Team to sort out how/when to finish this off - some options are available - project sub-team re-alignment - sgw - reviews are in progress - https://review.opendev.org/#/c/680514/ - need to close on this in the next 1-2 weeks for it to be in effect for the upcoming election - AR: something! - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - no comments on this - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - per Dean, we're ok (based on input from Gerry Kopec) - Dean further noted that this *was* in an OpenStack patch that didn't get upstreamed to Nova - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html - Open Action Required (AR) Summary - (see https://etherpad.openstack.org/p/stx-status-archive for archived actions) - -- -- - July 31, 2019 -- Ada/Numan -- combine sanity runs/reports - Sep 11/19: proposal was presented yesterday in the test meeting - working on getting Pytest running - Aug 14/19: they started discussing how to do this, a formal proposal is pending - Aug 7/19: Numan: will discuss w/ Ada this week, won't start until after 2.0 - Ada: Ada's team will do both, Numan will do RC1 and occasionally Master - it'll be run daily on both, for now anyways - if there are issues running on the virtualized environment, which branch should we focus on - - June 26, 2019 -- Numan/Yang -- arrange an automation framework info session for the Community - Sep 11/19: Cindy asked about the newly created stx-test repo - Al noted that Don just adding this to the manifest & anyone can contribute - Numan: it's in progress, plan to do it after 2.0 (or right near the end) - any Q&A before then will be appreciated - Ada noted that they've started to look at it a bit - June 26, 2019 -- Abraham -- provide a forecast for providing a Docker image list - Aug 21/19: Bill to ask Abraham for an update - per http://lists.starlingx.io/pipermail/starlingx-discuss/2019-June/005063.html - July 3: opened https://bugs.launchpad.net/starlingx/+bug/1834504, assigned to build team (Abraham) - June 5, 2019 --- -- provide requirements/input on Community Activity Dashboard (see notes from June 5 meeting) - Sep 5: Thierry added "Individual Contributor" page, see his email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005913.html - see https://starlingx.biterg.io/ & https://etherpad.openstack.org/p/stx-bitergia - Aug 14: several updates from Thierry on the stx-bitergia etherpad - July 3: see updates on stx-bitergia etherpad - June 19: added github repos & ansible-playbooks repo; request to see which commits a contributor has done - May 8, 2019 -- -- follow up with CENGN on storage for really large files for reference in Launchpads - Aug 21/19: Bill to ask the Build team to be tracking this as well, if they're not already - Aug 14: CENGN ready to do a trial - need a volunteer to work on this with CENGN (probably ~2-3 days of effort over a few weeks) - need to make sure that it's only StarlingX stuff being put there, some kind of monitoring job to do cleanup, etc. - July 31: CENGN is setting up a PoC for us, no firm date - July 24: waiting on CENGN - July 3: Frank reached out to CENGN, no response yet - June 5: team feels xv/split is cumbersome, max LP attach size is ~60M - OSF can't change LP directly ? it's owned by Canonical; maybe use http://paste.openstack.org/ ? - Frank to talk to CENGN about them providing the needed storage - May 29: Bruce followed up with the OSF team, the suggested using xv & split to permit logs to be stored within LP's size limits -----Original Message----- From: Zvonar, Bill Sent: Wednesday, September 11, 2019 7:17 AM To: starlingx-discuss at lists.starlingx.io Subject: Community Call (Sep 11, 2019) Hi folks, reminder of the Community call coming up later today. Topics on the agenda include these - feel free to add more at [0]. - 3.0 milestone-2 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190911T1400 _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Fri Sep 13 17:33:22 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Fri, 13 Sep 2019 17:33:22 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <210898B96CA058408C55992CCAD98676C108D947@ALA-MBD.corp.ad.wrs.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> <210898B96CA058408C55992CCAD98676C108D947@ALA-MBD.corp.ad.wrs.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D54D8@fmsmsx123.amr.corp.intel.com> A good point, Eric. As a reviewer, I think it would be fair to say "I don't understand this change, can you please elaborate in the commit message or in a Story?". But if the change is well understood by the reviewers (because it has a clear commit message), why ask the developer to do more work than needed? brucej -----Original Message----- From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] Sent: Friday, September 13, 2019 10:28 AM To: Jones, Bruce E ; Eslimi, Dariush ; Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages There seem to be a lot of small changes that are being posted without quality or traceable reasoning and I feel that creating a SB and tasks for like changes helps reviewers and project/content managers. > -----Original Message----- > From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > Sent: Friday, September 13, 2019 12:54 PM > To: Eslimi, Dariush; MacDonald, Eric; Khalil, Ghada; Saul Wold; > starlingx-discuss at lists.starlingx.io > Subject: RE: [Starlingx-discuss] Please Review: Requirements for > commit messages > Importance: High > > It's just an example, Dariush, of an internal change that would not > impact an end user. Insert your own example if needed. :) > > Commit messages can provide plenty of context. If they are written > well, of course, which the reviewers can verify / enforce. > > I'm not opposed to using SB and LP to document changes. But I don't > think it's necessary to mandate it for every single change. > > brucej > > > -----Original Message----- > From: Eslimi, Dariush [mailto:Dariush.Eslimi at windriver.com] > Sent: Friday, September 13, 2019 8:53 AM > To: Jones, Bruce E ; MacDonald, Eric > ; Khalil, Ghada > ; Saul Wold ; > starlingx- discuss at lists.starlingx.io > Subject: RE: [Starlingx-discuss] Please Review: Requirements for > commit messages > > I would argue that is very bad example, why would a single project all > of sudden wants to switch to Python3? > Is this part of release goal to start using Python 3? Is this priority for the release? > > Small change need more context so code reviewers know why such a change is proposed. > > Dariush > > -----Original Message----- > From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > Sent: September-13-19 11:37 AM > To: MacDonald, Eric ; Khalil, Ghada > ; Saul Wold ; > starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for > commit messages > > -1. Commit messages are update reasons and just as traceable. > > Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? > > bruej > > -----Original Message----- > From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] > Sent: Friday, September 13, 2019 8:30 AM > To: Khalil, Ghada ; Saul Wold > ; starlingx- discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for > commit messages > > +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > > > -----Original Message----- > > From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > > Sent: Friday, September 13, 2019 11:11 AM > > To: Saul Wold; starlingx-discuss at lists.starlingx.io > > Subject: Re: [Starlingx-discuss] Please Review: Requirements for > > commit messages > > > > Hi Saul, > > This was discussed previously and, as a community, we agreed that > > this is the guideline for starlingx submissions > > > > From > > https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > > Link your review to a StoryBoard Story or Launchpad Bug For > > traceability, always link your code change to a story or bug. The > > story/bug will give reviewers context for the code changes. This > > will also be used to help determine the relative priority of the code changes. > > > > > > I personally don't see a big barrier to creating a generic > > storyboard for spelling or cleanup tasks. Happy to hear from others their opinion. > > I'm not terribly concerned about a few small updates without a link, > > but we should all aim to favor traceability (and document the purpose for the changes we're making). > > > > Regards, > > Ghada > > > > -----Original Message----- > > From: Saul Wold [mailto:sgw at linux.intel.com] > > Sent: Thursday, September 12, 2019 5:53 PM > > To: starlingx-discuss at lists.starlingx.io > > Subject: [Starlingx-discuss] Please Review: Requirements for commit > > messages > > > > > > StarlingX Folks: > > > > I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. > > There are patches that are clearly addressing bug fixes and those > > should have a Closes-Bug; there are commits that are clearly > > implementing features that should have > the Story/Task tags. > > > > There are also commits that fall in between, they are not directly > > related to a given feature or have a bug filed, they are typically > > smaller and are fairly self-documenting or have good commit messages > > explaining why the change is > needed, not just what the change does. > > > > Ultimately Closes-Bugs and Story tags will help reviewers and other > > get the infomration needed to create release notes, but we don't > > need to document every change like spelling, indentation, fixing compiler warnings in Release notes. > > > > I believe that we should have some flexibility in allowing for > > changes without related launchpad or story connections. This can > > help reduce the barrier to entry for small changes that community members may want to propose. > > > > Thoughts? > > > > Sau! > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Dariush.Eslimi at windriver.com Fri Sep 13 17:50:01 2019 From: Dariush.Eslimi at windriver.com (Eslimi, Dariush) Date: Fri, 13 Sep 2019 17:50:01 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> Message-ID: Ok, then my example for something that has no user impact is fixing spelling mistakes in comments :) Changing python has performance impact. Point taken that you are suggesting to have some freedom to have occasional commits with well written commit messages that are not toward a particular release related activity. Dariush -----Original Message----- From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] Sent: September-13-19 12:54 PM To: Eslimi, Dariush ; MacDonald, Eric ; Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages It's just an example, Dariush, of an internal change that would not impact an end user. Insert your own example if needed. :) Commit messages can provide plenty of context. If they are written well, of course, which the reviewers can verify / enforce. I'm not opposed to using SB and LP to document changes. But I don't think it's necessary to mandate it for every single change. brucej -----Original Message----- From: Eslimi, Dariush [mailto:Dariush.Eslimi at windriver.com] Sent: Friday, September 13, 2019 8:53 AM To: Jones, Bruce E ; MacDonald, Eric ; Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages I would argue that is very bad example, why would a single project all of sudden wants to switch to Python3? Is this part of release goal to start using Python 3? Is this priority for the release? Small change need more context so code reviewers know why such a change is proposed. Dariush -----Original Message----- From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] Sent: September-13-19 11:37 AM To: MacDonald, Eric ; Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages -1. Commit messages are update reasons and just as traceable. Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? bruej -----Original Message----- From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] Sent: Friday, September 13, 2019 8:30 AM To: Khalil, Ghada ; Saul Wold ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > -----Original Message----- > From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > Sent: Friday, September 13, 2019 11:11 AM > To: Saul Wold; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for > commit messages > > Hi Saul, > This was discussed previously and, as a community, we agreed that this > is the guideline for starlingx submissions > > From > https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > Link your review to a StoryBoard Story or Launchpad Bug For > traceability, always link your code change to a story or bug. The > story/bug will give reviewers context for the code changes. This will > also be used to help determine the relative priority of the code changes. > > > I personally don't see a big barrier to creating a generic storyboard > for spelling or cleanup tasks. Happy to hear from others their opinion. > I'm not terribly concerned about a few small updates without a link, > but we should all aim to favor traceability (and document the purpose for the changes we're making). > > Regards, > Ghada > > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Thursday, September 12, 2019 5:53 PM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] Please Review: Requirements for commit > messages > > > StarlingX Folks: > > I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. > There are patches that are clearly addressing bug fixes and those > should have a Closes-Bug; there are commits that are clearly implementing features that should have the Story/Task tags. > > There are also commits that fall in between, they are not directly > related to a given feature or have a bug filed, they are typically > smaller and are fairly self-documenting or have good commit messages explaining why the change is needed, not just what the change does. > > Ultimately Closes-Bugs and Story tags will help reviewers and other > get the infomration needed to create release notes, but we don't need > to document every change like spelling, indentation, fixing compiler warnings in Release notes. > > I believe that we should have some flexibility in allowing for changes > without related launchpad or story connections. This can help reduce > the barrier to entry for small changes that community members may want to propose. > > Thoughts? > > Sau! > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From sgw at linux.intel.com Fri Sep 13 18:08:15 2019 From: sgw at linux.intel.com (Saul Wold) Date: Fri, 13 Sep 2019 11:08:15 -0700 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <210898B96CA058408C55992CCAD98676C108D947@ALA-MBD.corp.ad.wrs.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> <210898B96CA058408C55992CCAD98676C108D947@ALA-MBD.corp.ad.wrs.com> Message-ID: <1deef907-45d1-b582-506d-6468481387c1@linux.intel.com> On 9/13/19 10:27 AM, MacDonald, Eric wrote: > There seem to be a lot of small changes that are being posted without quality or traceable reasoning and I feel that creating a SB and tasks for like changes helps reviewers and project/content managers. > The group of recent changes have been talked about before as part of the over all improvements in order to address various aspects of working with openSUSE and warning that are generated from that build. These are mostly small changes as you point out and are understandable. Sau! >> -----Original Message----- >> From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] >> Sent: Friday, September 13, 2019 12:54 PM >> To: Eslimi, Dariush; MacDonald, Eric; Khalil, Ghada; Saul Wold; starlingx-discuss at lists.starlingx.io >> Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages >> Importance: High >> >> It's just an example, Dariush, of an internal change that would not impact an end user. Insert your own >> example if needed. :) >> >> Commit messages can provide plenty of context. If they are written well, of course, which the reviewers >> can verify / enforce. >> >> I'm not opposed to using SB and LP to document changes. But I don't think it's necessary to mandate it >> for every single change. >> >> brucej >> >> >> -----Original Message----- >> From: Eslimi, Dariush [mailto:Dariush.Eslimi at windriver.com] >> Sent: Friday, September 13, 2019 8:53 AM >> To: Jones, Bruce E ; MacDonald, Eric ; >> Khalil, Ghada ; Saul Wold ; starlingx- >> discuss at lists.starlingx.io >> Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages >> >> I would argue that is very bad example, why would a single project all of sudden wants to switch to >> Python3? >> Is this part of release goal to start using Python 3? Is this priority for the release? >> >> Small change need more context so code reviewers know why such a change is proposed. >> >> Dariush >> >> -----Original Message----- >> From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] >> Sent: September-13-19 11:37 AM >> To: MacDonald, Eric ; Khalil, Ghada ; >> Saul Wold ; starlingx-discuss at lists.starlingx.io >> Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages >> >> -1. Commit messages are update reasons and just as traceable. >> >> Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? >> >> bruej >> >> -----Original Message----- >> From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] >> Sent: Friday, September 13, 2019 8:30 AM >> To: Khalil, Ghada ; Saul Wold ; starlingx- >> discuss at lists.starlingx.io >> Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages >> >> +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. >> >>> -----Original Message----- >>> From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] >>> Sent: Friday, September 13, 2019 11:11 AM >>> To: Saul Wold; starlingx-discuss at lists.starlingx.io >>> Subject: Re: [Starlingx-discuss] Please Review: Requirements for >>> commit messages >>> >>> Hi Saul, >>> This was discussed previously and, as a community, we agreed that this >>> is the guideline for starlingx submissions >>> >>> From >>> https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines >>> Link your review to a StoryBoard Story or Launchpad Bug For >>> traceability, always link your code change to a story or bug. The >>> story/bug will give reviewers context for the code changes. This will >>> also be used to help determine the relative priority of the code changes. >>> >>> >>> I personally don't see a big barrier to creating a generic storyboard >>> for spelling or cleanup tasks. Happy to hear from others their opinion. >>> I'm not terribly concerned about a few small updates without a link, >>> but we should all aim to favor traceability (and document the purpose for the changes we're making). >>> >>> Regards, >>> Ghada >>> >>> -----Original Message----- >>> From: Saul Wold [mailto:sgw at linux.intel.com] >>> Sent: Thursday, September 12, 2019 5:53 PM >>> To: starlingx-discuss at lists.starlingx.io >>> Subject: [Starlingx-discuss] Please Review: Requirements for commit >>> messages >>> >>> >>> StarlingX Folks: >>> >>> I would like to clarify the requirement or lack there of for having Bugs or Stories in commit messages. >>> There are patches that are clearly addressing bug fixes and those >>> should have a Closes-Bug; there are commits that are clearly implementing features that should have >> the Story/Task tags. >>> >>> There are also commits that fall in between, they are not directly >>> related to a given feature or have a bug filed, they are typically >>> smaller and are fairly self-documenting or have good commit messages explaining why the change is >> needed, not just what the change does. >>> >>> Ultimately Closes-Bugs and Story tags will help reviewers and other >>> get the infomration needed to create release notes, but we don't need >>> to document every change like spelling, indentation, fixing compiler warnings in Release notes. >>> >>> I believe that we should have some flexibility in allowing for changes >>> without related launchpad or story connections. This can help reduce >>> the barrier to entry for small changes that community members may want to propose. >>> >>> Thoughts? >>> >>> Sau! >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From Eric.MacDonald at windriver.com Fri Sep 13 18:29:43 2019 From: Eric.MacDonald at windriver.com (MacDonald, Eric) Date: Fri, 13 Sep 2019 18:29:43 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <1deef907-45d1-b582-506d-6468481387c1@linux.intel.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> <210898B96CA058408C55992CCAD98676C108D947@ALA-MBD.corp.ad.wrs.com> <1deef907-45d1-b582-506d-6468481387c1@linux.intel.com> Message-ID: <210898B96CA058408C55992CCAD98676C108D9B5@ALA-MBD.corp.ad.wrs.com> There are stories created for other similar cleanup or like activities; why not for changes in support of opensuse (this example)? https://storyboard.openstack.org/#!/story/2006508 - Move specfiles from OBS to Gerri https://storyboard.openstack.org/#!/story/2006425 - Code cleanup in fault component Inconsistency breads complacency ... Eric. > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Friday, September 13, 2019 2:08 PM > To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > > > > On 9/13/19 10:27 AM, MacDonald, Eric wrote: > > There seem to be a lot of small changes that are being posted without quality or traceable reasoning > and I feel that creating a SB and tasks for like changes helps reviewers and project/content managers. > > > The group of recent changes have been talked about before as part of the > over all improvements in order to address various aspects of working > with openSUSE and warning that are generated from that build. > > These are mostly small changes as you point out and are understandable. > > Sau! > > >> -----Original Message----- > >> From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > >> Sent: Friday, September 13, 2019 12:54 PM > >> To: Eslimi, Dariush; MacDonald, Eric; Khalil, Ghada; Saul Wold; starlingx-discuss at lists.starlingx.io > >> Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages > >> Importance: High > >> > >> It's just an example, Dariush, of an internal change that would not impact an end user. Insert your > own > >> example if needed. :) > >> > >> Commit messages can provide plenty of context. If they are written well, of course, which the > reviewers > >> can verify / enforce. > >> > >> I'm not opposed to using SB and LP to document changes. But I don't think it's necessary to mandate > it > >> for every single change. > >> > >> brucej > >> > >> > >> -----Original Message----- > >> From: Eslimi, Dariush [mailto:Dariush.Eslimi at windriver.com] > >> Sent: Friday, September 13, 2019 8:53 AM > >> To: Jones, Bruce E ; MacDonald, Eric ; > >> Khalil, Ghada ; Saul Wold ; starlingx- > >> discuss at lists.starlingx.io > >> Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages > >> > >> I would argue that is very bad example, why would a single project all of sudden wants to switch to > >> Python3? > >> Is this part of release goal to start using Python 3? Is this priority for the release? > >> > >> Small change need more context so code reviewers know why such a change is proposed. > >> > >> Dariush > >> > >> -----Original Message----- > >> From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > >> Sent: September-13-19 11:37 AM > >> To: MacDonald, Eric ; Khalil, Ghada > ; > >> Saul Wold ; starlingx-discuss at lists.starlingx.io > >> Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > >> > >> -1. Commit messages are update reasons and just as traceable. > >> > >> Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? > >> > >> bruej > >> > >> -----Original Message----- > >> From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] > >> Sent: Friday, September 13, 2019 8:30 AM > >> To: Khalil, Ghada ; Saul Wold ; starlingx- > >> discuss at lists.starlingx.io > >> Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > >> > >> +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > >> > >>> -----Original Message----- > >>> From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > >>> Sent: Friday, September 13, 2019 11:11 AM > >>> To: Saul Wold; starlingx-discuss at lists.starlingx.io > >>> Subject: Re: [Starlingx-discuss] Please Review: Requirements for > >>> commit messages > >>> > >>> Hi Saul, > >>> This was discussed previously and, as a community, we agreed that this > >>> is the guideline for starlingx submissions > >>> > >>> From > >>> https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > >>> Link your review to a StoryBoard Story or Launchpad Bug For > >>> traceability, always link your code change to a story or bug. The > >>> story/bug will give reviewers context for the code changes. This will > >>> also be used to help determine the relative priority of the code changes. > >>> > >>> > >>> I personally don't see a big barrier to creating a generic storyboard > >>> for spelling or cleanup tasks. Happy to hear from others their opinion. > >>> I'm not terribly concerned about a few small updates without a link, > >>> but we should all aim to favor traceability (and document the purpose for the changes we're > making). > >>> > >>> Regards, > >>> Ghada > >>> > >>> -----Original Message----- > >>> From: Saul Wold [mailto:sgw at linux.intel.com] > >>> Sent: Thursday, September 12, 2019 5:53 PM > >>> To: starlingx-discuss at lists.starlingx.io > >>> Subject: [Starlingx-discuss] Please Review: Requirements for commit > >>> messages > >>> > >>> > >>> StarlingX Folks: > >>> > >>> I would like to clarify the requirement or lack there of for having Bugs or Stories in commit > messages. > >>> There are patches that are clearly addressing bug fixes and those > >>> should have a Closes-Bug; there are commits that are clearly implementing features that should > have > >> the Story/Task tags. > >>> > >>> There are also commits that fall in between, they are not directly > >>> related to a given feature or have a bug filed, they are typically > >>> smaller and are fairly self-documenting or have good commit messages explaining why the change > is > >> needed, not just what the change does. > >>> > >>> Ultimately Closes-Bugs and Story tags will help reviewers and other > >>> get the infomration needed to create release notes, but we don't need > >>> to document every change like spelling, indentation, fixing compiler warnings in Release notes. > >>> > >>> I believe that we should have some flexibility in allowing for changes > >>> without related launchpad or story connections. This can help reduce > >>> the barrier to entry for small changes that community members may want to propose. > >>> > >>> Thoughts? > >>> > >>> Sau! > >>> > >>> _______________________________________________ > >>> Starlingx-discuss mailing list > >>> Starlingx-discuss at lists.starlingx.io > >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >>> _______________________________________________ > >>> Starlingx-discuss mailing list > >>> Starlingx-discuss at lists.starlingx.io > >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From erich.cordoba.malibran at intel.com Fri Sep 13 19:27:11 2019 From: erich.cordoba.malibran at intel.com (Cordoba Malibran, Erich) Date: Fri, 13 Sep 2019 19:27:11 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <210898B96CA058408C55992CCAD98676C108D9B5@ALA-MBD.corp.ad.wrs.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> <210898B96CA058408C55992CCAD98676C108D947@ALA-MBD.corp.ad.wrs.com> <1deef907-45d1-b582-506d-6468481387c1@linux.intel.com> <210898B96CA058408C55992CCAD98676C108D9B5@ALA-MBD.corp.ad.wrs.com> Message-ID: <3D81EF14-CBE8-47FA-BC9A-CA66E94A39CC@intel.com> On 9/13/19, 1:31 PM, "MacDonald, Eric" wrote: There are stories created for other similar cleanup or like activities; why not for changes in support of opensuse (this example)? https://storyboard.openstack.org/#!/story/2006508 - Move specfiles from OBS to Gerri https://storyboard.openstack.org/#!/story/2006425 - Code cleanup in fault component As a contributor now I know that if I don't create these stories, a reviewer will complain about not having it even if the commit message is enough clear. I you open the stories you'll see that doesn't add any value more than the provided commit message. I create those above, but I've seen others with the same format. The Goodhart's law[0] states that "When a measure becomes a target, it ceases to be a good measure.". If our goal is to have stories and bugs in all contributions we'll end having meaningless stories/bugs. [0] https://en.wikipedia.org/wiki/Goodhart%27s_law Inconsistency breads complacency ... Eric. > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Friday, September 13, 2019 2:08 PM > To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > > > > On 9/13/19 10:27 AM, MacDonald, Eric wrote: > > There seem to be a lot of small changes that are being posted without quality or traceable reasoning > and I feel that creating a SB and tasks for like changes helps reviewers and project/content managers. > > > The group of recent changes have been talked about before as part of the > over all improvements in order to address various aspects of working > with openSUSE and warning that are generated from that build. > > These are mostly small changes as you point out and are understandable. > > Sau! > > >> -----Original Message----- > >> From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > >> Sent: Friday, September 13, 2019 12:54 PM > >> To: Eslimi, Dariush; MacDonald, Eric; Khalil, Ghada; Saul Wold; starlingx-discuss at lists.starlingx.io > >> Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages > >> Importance: High > >> > >> It's just an example, Dariush, of an internal change that would not impact an end user. Insert your > own > >> example if needed. :) > >> > >> Commit messages can provide plenty of context. If they are written well, of course, which the > reviewers > >> can verify / enforce. > >> > >> I'm not opposed to using SB and LP to document changes. But I don't think it's necessary to mandate > it > >> for every single change. > >> > >> brucej > >> > >> > >> -----Original Message----- > >> From: Eslimi, Dariush [mailto:Dariush.Eslimi at windriver.com] > >> Sent: Friday, September 13, 2019 8:53 AM > >> To: Jones, Bruce E ; MacDonald, Eric ; > >> Khalil, Ghada ; Saul Wold ; starlingx- > >> discuss at lists.starlingx.io > >> Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages > >> > >> I would argue that is very bad example, why would a single project all of sudden wants to switch to > >> Python3? > >> Is this part of release goal to start using Python 3? Is this priority for the release? > >> > >> Small change need more context so code reviewers know why such a change is proposed. > >> > >> Dariush > >> > >> -----Original Message----- > >> From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > >> Sent: September-13-19 11:37 AM > >> To: MacDonald, Eric ; Khalil, Ghada > ; > >> Saul Wold ; starlingx-discuss at lists.starlingx.io > >> Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > >> > >> -1. Commit messages are update reasons and just as traceable. > >> > >> Do we really need a SB entry for changes like "replace #!/usr/bin/python with #!/usr/bin/python3"? > >> > >> bruej > >> > >> -----Original Message----- > >> From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] > >> Sent: Friday, September 13, 2019 8:30 AM > >> To: Khalil, Ghada ; Saul Wold ; starlingx- > >> discuss at lists.starlingx.io > >> Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > >> > >> +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > >> > >>> -----Original Message----- > >>> From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > >>> Sent: Friday, September 13, 2019 11:11 AM > >>> To: Saul Wold; starlingx-discuss at lists.starlingx.io > >>> Subject: Re: [Starlingx-discuss] Please Review: Requirements for > >>> commit messages > >>> > >>> Hi Saul, > >>> This was discussed previously and, as a community, we agreed that this > >>> is the guideline for starlingx submissions > >>> > >>> From > >>> https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > >>> Link your review to a StoryBoard Story or Launchpad Bug For > >>> traceability, always link your code change to a story or bug. The > >>> story/bug will give reviewers context for the code changes. This will > >>> also be used to help determine the relative priority of the code changes. > >>> > >>> > >>> I personally don't see a big barrier to creating a generic storyboard > >>> for spelling or cleanup tasks. Happy to hear from others their opinion. > >>> I'm not terribly concerned about a few small updates without a link, > >>> but we should all aim to favor traceability (and document the purpose for the changes we're > making). > >>> > >>> Regards, > >>> Ghada > >>> > >>> -----Original Message----- > >>> From: Saul Wold [mailto:sgw at linux.intel.com] > >>> Sent: Thursday, September 12, 2019 5:53 PM > >>> To: starlingx-discuss at lists.starlingx.io > >>> Subject: [Starlingx-discuss] Please Review: Requirements for commit > >>> messages > >>> > >>> > >>> StarlingX Folks: > >>> > >>> I would like to clarify the requirement or lack there of for having Bugs or Stories in commit > messages. > >>> There are patches that are clearly addressing bug fixes and those > >>> should have a Closes-Bug; there are commits that are clearly implementing features that should > have > >> the Story/Task tags. > >>> > >>> There are also commits that fall in between, they are not directly > >>> related to a given feature or have a bug filed, they are typically > >>> smaller and are fairly self-documenting or have good commit messages explaining why the change > is > >> needed, not just what the change does. > >>> > >>> Ultimately Closes-Bugs and Story tags will help reviewers and other > >>> get the infomration needed to create release notes, but we don't need > >>> to document every change like spelling, indentation, fixing compiler warnings in Release notes. > >>> > >>> I believe that we should have some flexibility in allowing for changes > >>> without related launchpad or story connections. This can help reduce > >>> the barrier to entry for small changes that community members may want to propose. > >>> > >>> Thoughts? > >>> > >>> Sau! > >>> > >>> _______________________________________________ > >>> Starlingx-discuss mailing list > >>> Starlingx-discuss at lists.starlingx.io > >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >>> _______________________________________________ > >>> Starlingx-discuss mailing list > >>> Starlingx-discuss at lists.starlingx.io > >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Eric.MacDonald at windriver.com Fri Sep 13 19:37:47 2019 From: Eric.MacDonald at windriver.com (MacDonald, Eric) Date: Fri, 13 Sep 2019 19:37:47 +0000 Subject: [Starlingx-discuss] Please Review: Requirements for commit messages In-Reply-To: <3D81EF14-CBE8-47FA-BC9A-CA66E94A39CC@intel.com> References: <77ec79b3-2b70-f17d-75f9-f64b9bca645f@linux.intel.com> <151EE31B9FCCA54397A757BC674650F0C15C2188@ALA-MBD.corp.ad.wrs.com> <210898B96CA058408C55992CCAD98676C108D80D@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D5335@fmsmsx123.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D53E0@fmsmsx123.amr.corp.intel.com> <210898B96CA058408C55992CCAD98676C108D947@ALA-MBD.corp.ad.wrs.com> <1deef907-45d1-b582-506d-6468481387c1@linux.intel.com> <210898B96CA058408C55992CCAD98676C108D9B5@ALA-MBD.corp.ad.wrs.com> <3D81EF14-CBE8-47FA-BC9A-CA66E94A39CC@intel.com> Message-ID: <210898B96CA058408C55992CCAD98676C108D9F5@ALA-MBD.corp.ad.wrs.com> ... but the Story itself relates all the updates regardless of the wording content and I see value in that. > -----Original Message----- > From: Cordoba Malibran, Erich [mailto:erich.cordoba.malibran at intel.com] > Sent: Friday, September 13, 2019 3:27 PM > To: MacDonald, Eric; Saul Wold; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > Importance: High > > > On 9/13/19, 1:31 PM, "MacDonald, Eric" wrote: > > There are stories created for other similar cleanup or like activities; why not for changes in support of > opensuse (this example)? > > https://storyboard.openstack.org/#!/story/2006508 - Move specfiles from OBS to Gerri > https://storyboard.openstack.org/#!/story/2006425 - Code cleanup in fault component > > As a contributor now I know that if I don't create these stories, a reviewer will complain about not > having it even if the commit message is enough clear. I you open the stories you'll see that doesn't > add any value more than the provided commit message. I create those above, but I've seen > others with the same format. > > The Goodhart's law[0] states that "When a measure becomes a target, it ceases to be a good > measure.". If our goal is to have stories and bugs in all contributions we'll end having meaningless > stories/bugs. > > [0] https://en.wikipedia.org/wiki/Goodhart%27s_law > > Inconsistency breads complacency ... > > Eric. > > > -----Original Message----- > > From: Saul Wold [mailto:sgw at linux.intel.com] > > Sent: Friday, September 13, 2019 2:08 PM > > To: starlingx-discuss at lists.starlingx.io > > Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > > > > > > > > On 9/13/19 10:27 AM, MacDonald, Eric wrote: > > > There seem to be a lot of small changes that are being posted without quality or traceable > reasoning > > and I feel that creating a SB and tasks for like changes helps reviewers and project/content > managers. > > > > > The group of recent changes have been talked about before as part of the > > over all improvements in order to address various aspects of working > > with openSUSE and warning that are generated from that build. > > > > These are mostly small changes as you point out and are understandable. > > > > Sau! > > > > >> -----Original Message----- > > >> From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > > >> Sent: Friday, September 13, 2019 12:54 PM > > >> To: Eslimi, Dariush; MacDonald, Eric; Khalil, Ghada; Saul Wold; starlingx-discuss at lists.starlingx.io > > >> Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages > > >> Importance: High > > >> > > >> It's just an example, Dariush, of an internal change that would not impact an end user. Insert > your > > own > > >> example if needed. :) > > >> > > >> Commit messages can provide plenty of context. If they are written well, of course, which the > > reviewers > > >> can verify / enforce. > > >> > > >> I'm not opposed to using SB and LP to document changes. But I don't think it's necessary to > mandate > > it > > >> for every single change. > > >> > > >> brucej > > >> > > >> > > >> -----Original Message----- > > >> From: Eslimi, Dariush [mailto:Dariush.Eslimi at windriver.com] > > >> Sent: Friday, September 13, 2019 8:53 AM > > >> To: Jones, Bruce E ; MacDonald, Eric > ; > > >> Khalil, Ghada ; Saul Wold ; starlingx- > > >> discuss at lists.starlingx.io > > >> Subject: RE: [Starlingx-discuss] Please Review: Requirements for commit messages > > >> > > >> I would argue that is very bad example, why would a single project all of sudden wants to switch > to > > >> Python3? > > >> Is this part of release goal to start using Python 3? Is this priority for the release? > > >> > > >> Small change need more context so code reviewers know why such a change is proposed. > > >> > > >> Dariush > > >> > > >> -----Original Message----- > > >> From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > > >> Sent: September-13-19 11:37 AM > > >> To: MacDonald, Eric ; Khalil, Ghada > > ; > > >> Saul Wold ; starlingx-discuss at lists.starlingx.io > > >> Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > > >> > > >> -1. Commit messages are update reasons and just as traceable. > > >> > > >> Do we really need a SB entry for changes like "replace #!/usr/bin/python with > #!/usr/bin/python3"? > > >> > > >> bruej > > >> > > >> -----Original Message----- > > >> From: MacDonald, Eric [mailto:Eric.MacDonald at windriver.com] > > >> Sent: Friday, September 13, 2019 8:30 AM > > >> To: Khalil, Ghada ; Saul Wold ; starlingx- > > >> discuss at lists.starlingx.io > > >> Subject: Re: [Starlingx-discuss] Please Review: Requirements for commit messages > > >> > > >> +2 Ghada's point. I'd like to avoid the slippery slope no update reason or traceability can lead to. > > >> > > >>> -----Original Message----- > > >>> From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] > > >>> Sent: Friday, September 13, 2019 11:11 AM > > >>> To: Saul Wold; starlingx-discuss at lists.starlingx.io > > >>> Subject: Re: [Starlingx-discuss] Please Review: Requirements for > > >>> commit messages > > >>> > > >>> Hi Saul, > > >>> This was discussed previously and, as a community, we agreed that this > > >>> is the guideline for starlingx submissions > > >>> > > >>> From > > >>> https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines > > >>> Link your review to a StoryBoard Story or Launchpad Bug For > > >>> traceability, always link your code change to a story or bug. The > > >>> story/bug will give reviewers context for the code changes. This will > > >>> also be used to help determine the relative priority of the code changes. > > >>> > > >>> > > >>> I personally don't see a big barrier to creating a generic storyboard > > >>> for spelling or cleanup tasks. Happy to hear from others their opinion. > > >>> I'm not terribly concerned about a few small updates without a link, > > >>> but we should all aim to favor traceability (and document the purpose for the changes we're > > making). > > >>> > > >>> Regards, > > >>> Ghada > > >>> > > >>> -----Original Message----- > > >>> From: Saul Wold [mailto:sgw at linux.intel.com] > > >>> Sent: Thursday, September 12, 2019 5:53 PM > > >>> To: starlingx-discuss at lists.starlingx.io > > >>> Subject: [Starlingx-discuss] Please Review: Requirements for commit > > >>> messages > > >>> > > >>> > > >>> StarlingX Folks: > > >>> > > >>> I would like to clarify the requirement or lack there of for having Bugs or Stories in commit > > messages. > > >>> There are patches that are clearly addressing bug fixes and those > > >>> should have a Closes-Bug; there are commits that are clearly implementing features that should > > have > > >> the Story/Task tags. > > >>> > > >>> There are also commits that fall in between, they are not directly > > >>> related to a given feature or have a bug filed, they are typically > > >>> smaller and are fairly self-documenting or have good commit messages explaining why the > change > > is > > >> needed, not just what the change does. > > >>> > > >>> Ultimately Closes-Bugs and Story tags will help reviewers and other > > >>> get the infomration needed to create release notes, but we don't need > > >>> to document every change like spelling, indentation, fixing compiler warnings in Release notes. > > >>> > > >>> I believe that we should have some flexibility in allowing for changes > > >>> without related launchpad or story connections. This can help reduce > > >>> the barrier to entry for small changes that community members may want to propose. > > >>> > > >>> Thoughts? > > >>> > > >>> Sau! > > >>> > > >>> _______________________________________________ > > >>> Starlingx-discuss mailing list > > >>> Starlingx-discuss at lists.starlingx.io > > >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > >>> _______________________________________________ > > >>> Starlingx-discuss mailing list > > >>> Starlingx-discuss at lists.starlingx.io > > >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > >> _______________________________________________ > > >> Starlingx-discuss mailing list > > >> Starlingx-discuss at lists.starlingx.io > > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > >> _______________________________________________ > > >> Starlingx-discuss mailing list > > >> Starlingx-discuss at lists.starlingx.io > > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > _______________________________________________ > > > Starlingx-discuss mailing list > > > Starlingx-discuss at lists.starlingx.io > > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From abraham.arce.moreno at intel.com Fri Sep 13 20:17:48 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Fri, 13 Sep 2019 20:17:48 +0000 Subject: [Starlingx-discuss] Docker Compose Based Project Message-ID: Hi everyone, I am working to run my personal project in a StarlingX 2.0 Simplex with only Kubernetes enabled (no OpenStack), it is based in Docker Compose: https://gitlab.com/bosques-urbanos/ich/ich/blob/master/docker-compose.yml This project is actually running in Ubuntu 16.04 configuration with the following Docker versions: Client: Docker Engine - Community Version: 19.03.1 Server: Docker Engine - Community Version: 19.03.1 Taking a look at StarlingX, the Docker version is: Client: Version: 18.09.6 Server: Docker Engine - Community Version: 18.09.6 I started to run all the Docker compose services but due the failures then decided only to enable one, choosing Node-RED service, and finally run directly the container, all details are at [0]. [ Behavior One ] If I use the default "network_mode: host", I do not have any issue in running the container but I am not able to reach the Node-RED service via its default port, 1880. Is there configuration to unlock the access? [ Behavior Two ] If I changed to "network_mode: bridge", the following issue is seen: ERROR: for ich-nodered Cannot start service nodered: driver failed programming external connectivity on endpoint ich-nodered (1705ad57655d3508d677ff7dc40f7e0b43950e095bc4f085c65f4143b4b317e9): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 1880 -j DNAT --to-destination 172.17.0.2:1880 ! -i docker0: iptables: No chain/target/match by that name. (exit status 1)) ERROR: for nodered Cannot start service nodered: driver failed programming external connectivity on endpoint ich-nodered (1705ad57655d3508d677ff7dc40f7e0b43950e095bc4f085c65f4143b4b317e9): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 1880 -j DNAT --to-destination 172.17.0.2:1880 ! -i docker0: iptables: No chain/target/match by that name. (exit status 1)) ERROR: Encountered errors while bringing up the project. [ Behavior Two ] If I want to run it directly through docker: controller-0:~/ich$ docker run -it -p 1880:1880 --name mynodered nodered/node-red-docker ... Status: Downloaded newer image for nodered/node-red-docker:latest docker: Error response from daemon: driver failed programming external connectivity on endpoint mynodered (6c780d14cd0abbc6c6fb3ee12622650a273589f7e8566deb29b1640a470c6c44): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 1880 -j DNAT --to-destination 172.17.0.2:1880 ! -i docker0: iptables: No chain/target/match by that name. (exit status 1)). Is there a way to allow StarlingX run my services with Docker compose? Anything missing network configuration I am missing? Any help is appreciated. [0] https://gitlab.com/bosques-urbanos/ich/ich/wikis/StarlingX From Frank.Miller at windriver.com Fri Sep 13 20:22:30 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Fri, 13 Sep 2019 20:22:30 +0000 Subject: [Starlingx-discuss] StarlingX Containerization minutes + no meeting Sep 16 Message-ID: StarlingX Team: We can reduce our meeting frequency to bi-weekly so we won't hold a meeting on Monday Sep 16. Thank-you to those that were able to update your progress offline. I have update the etherpad [1] with all of your updates and status for containers. Frank [1] https://etherpad.openstack.org/p/stx-containerization -------------- next part -------------- An HTML attachment was scrubbed... URL: From maria.g.perez.ibarra at intel.com Fri Sep 13 20:50:25 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Fri, 13 Sep 2019 20:50:25 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190913 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-13 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From abraham.arce.moreno at intel.com Fri Sep 13 21:09:52 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Fri, 13 Sep 2019 21:09:52 +0000 Subject: [Starlingx-discuss] Full process to update/add documentation pages (gerrit review push issue) In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D4919@fmsmsx123.amr.corp.intel.com> References: <20190912135257.tnoxfehcnfywbd6v@yuggoth.org> <95e9af9f-537f-5f16-6d87-9a2b56f48723@fridu.net> <3C4EACCE-92F3-4E33-9550-060087774D75@gmail.com> <5bfdfafc-a335-84d9-8cd2-a506b5e35d60@fridu.net> <9A85D2917C58154C960D95352B22818BD07D4919@fmsmsx123.amr.corp.intel.com> Message-ID: > My workflow is different. > > # git commit -s > > # git review > > The tools want a specific format in the commit message, which is easier for > me to get right this way. This is my typical development workflow, using http instead of ssh, Ubuntu account already setup: user at workstation:~$ git clone https://opendev.org/starlingx/docs.git user at workstation:~$ cd docs/ user at workstation:~/docs$ git remote add gerrit https://abraham at review.opendev.org/starlingx/docs.git user at workstation:~/docs$ git review -s user at workstation:~/docs$ git remote -v user at workstation:~/docs$ git remote update user at workstation:~/docs$ git checkout master user at workstation:~/docs$ git pull --ff-only origin master user at workstation:~/docs$ git checkout -b abraham-test user at workstation:~/docs$ git add .. user at workstation:~/docs$ git commit -s user at workstation:~/docs$ git review Best Regards Abraham From build.starlingx at gmail.com Fri Sep 13 23:35:52 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 13 Sep 2019 19:35:52 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 129 - Failure! Message-ID: <1214408051.227.1568417753860.JavaMail.javamailuser@localhost> Project: STX_build_docker_images Build #: 129 Status: Failure Timestamp: 20190913T213125Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190913T185608Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190913T185608Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190913T185608Z/logs MASTER_BUILD_NUMBER: 248 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190913T185608Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190913T185608Z DOCKER_BUILD_ID: jenkins-master-20190913T185608Z-builder TIMESTAMP: 20190913T185608Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190913T185608Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190913T185608Z/outputs From build.starlingx at gmail.com Fri Sep 13 23:35:56 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 13 Sep 2019 19:35:56 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_master_master - Build # 248 - Failure! Message-ID: <1325202848.230.1568417757171.JavaMail.javamailuser@localhost> Project: STX_build_master_master Build #: 248 Status: Failure Timestamp: 20190913T185608Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190913T185608Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true From Takeo.Komiyama at windriver.com Sat Sep 14 15:14:00 2019 From: Takeo.Komiyama at windriver.com (Komiyama, Takeo) Date: Sat, 14 Sep 2019 15:14:00 +0000 Subject: [Starlingx-discuss] Failed to load igb driver with error 13 for I350 Message-ID: <01BADFCAD2636A41B6CFA2D9A26F564F013BF385A4@ALA-MBD.corp.ad.wrs.com> I tried to intall STX 2.0 load to Intel IronPass server ( IvyBridge ). During kernel boot, kernel shows following message. 2019-09-14T13:50:46.273 localhost kernel: info [ 4.341203] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k 2019-09-14T13:50:46.273 localhost kernel: info [ 4.341327] igb: Copyright (c) 2007-2014 Intel Corporation. 2019-09-14T13:50:46.274 localhost kernel: warning [ 4.782342] igb: probe of 0000:09:00.0 failed with error -13 2019-09-14T13:50:46.275 localhost kernel: warning [ 5.256019] igb: probe of 0000:09:00.1 failed with error -13 2019-09-14T13:50:46.275 localhost kernel: warning [ 5.791676] igb: probe of 0000:09:00.2 failed with error -13 2019-09-14T13:50:46.275 localhost kernel: warning [ 6.270393] igb: probe of 0000:09:00.3 failed with error -13 And it failed to create Ethernet interface. IronPass has on-board I350 Quad port NIC and issue occurred there. I also tried to install image to Wildcat Pass server ( Haswell ) , which also have I350 NIC, and everything went well. Does anyone similar issue? Regards, Takeo Komiyama -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.l.tullis at intel.com Sun Sep 15 14:22:30 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Sun, 15 Sep 2019 14:22:30 +0000 Subject: [Starlingx-discuss] Community Call (Sep 11, 2019) In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D54C3@fmsmsx123.amr.corp.intel.com> References: <586E8B730EA0DA4A9D6A80A10E486BC007AF6EC4@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D54C3@fmsmsx123.amr.corp.intel.com> Message-ID: <3808363B39586544A6839C76CF81445EA1BCEBCA@ORSMSX104.amr.corp.intel.com> Answering your questions below about deleted stub topics... Yes, leading up to the R2 release, some of the empty stub topics were deleted. But the plan is not forgotten or lost. We are queuing up content for a new "configuration guide" landing page that will contain refactored and optimized content that was in the old stubs. These are roughed-out sub-tasks in this story: https://storyboard.openstack.org/#!/story/2006289 For the R2 launch, temporarily removing some of the stub topics made the left pane nav much cleaner and more usable while setting the stage for our larger plan to cover a variety of topics in the new advanced configuration guide. You'll see the structure for that in the coming weeks when we add the landing page. For example, the old stubs for OpenStack and Kubernetes with "content coming soon" statements potentially confused users, taking away from the OpenStack and Kubernetes content that does exist in the basic installation and deployment at https://docs.starlingx.io/deploy_install_guides/index.html. Going forward, the optional/advanced OpenStack and Kubernetes content will be available from the configuration guide landing page along with other topics. -- Mike -----Original Message----- From: Jones, Bruce E Sent: Friday, September 13, 2019 11:31 AM To: Zvonar, Bill ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Community Call (Sep 11, 2019) Re: my AR below - the work items in the documentation can be found here: [1]. The gaps in the documentation tree used to be self-documenting - there were many placeholder documents showing where docs are needed. While I was out, these stub documents were deleted. Why? And if they were deleted, why didn't someone create Stories for them? Now we're going to have to re-create all of that. Brucej [1] https://storyboard.openstack.org/#!/story/list?status=active&project_group_id=86&tags=stx.docs -----Original Message----- From: Zvonar, Bill [mailto:Bill.Zvonar at windriver.com] Sent: Wednesday, September 11, 2019 8:28 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Community Call (Sep 11, 2019) Notes from today's meeting... - standing topics - any reviews that need attention? - nothing this week - sanity - any reds since last call? - nope - any unanswered calls for assistance on the mailing list? - issue with running on ansible playbook - Saichandu/Pavan from Calsoft: nothing on mailing list - Saichandu/Pavan to re-send to the mailing list, it doesn't seem to be there - offline installation for StarlingX R2.0 http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005909.html - we don't seem to have this documented yet - raises the general issue of how we get features documented - there were relevant features in 2.0 (private docker registry, docker proxy) - there's a 3.0 task list that Mike's tracking: https://storyboard.openstack.org/#!/story/2006289 - Cindy suggested a per-story task for capturing user documentation - Don suggested adding the docs repo to the manifest for repo sync - makes it visible - AR: Don change the manifest - docs, zuul-jobs & test - AR: Bruce identify the feature documentation gaps - Ildiko suggested documenting the process of adding customer documentation to the contributor guide - AR: Ildiko will look into this - vm boot from big size image timeout: vm boot from big size image timeout http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005910.html - he's in Forrest's team - Forrest to check if this got sorted out - 3.0 milestone-2 (Ghada) - decent progress - Code Merge Dates - A few features have merge dates beyong MS-3: Containerize Ceph, Containerize OVS-DPDK, B&R for openstack (likely won't make stx.3.0), DC for openstack (won't make stx.3.0) - Agreed that Feature Test can be lag MS-3 by two weeks (Oct 30) - Action: Ada to review and confirm that most features can come in by that date - The current exception is Containerized Ceph. Current Feature Test Date: Nov 8 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - all done except for the to-be-renamed system-client (nee: cgcs-client) - AR: Build Team to sort out how/when to finish this off - some options are available - project sub-team re-alignment - sgw - reviews are in progress - https://review.opendev.org/#/c/680514/ - need to close on this in the next 1-2 weeks for it to be in effect for the upcoming election - AR: something! - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - no comments on this - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - per Dean, we're ok (based on input from Gerry Kopec) - Dean further noted that this *was* in an OpenStack patch that didn't get upstreamed to Nova - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html - Open Action Required (AR) Summary - (see https://etherpad.openstack.org/p/stx-status-archive for archived actions) - -- -- - July 31, 2019 -- Ada/Numan -- combine sanity runs/reports - Sep 11/19: proposal was presented yesterday in the test meeting - working on getting Pytest running - Aug 14/19: they started discussing how to do this, a formal proposal is pending - Aug 7/19: Numan: will discuss w/ Ada this week, won't start until after 2.0 - Ada: Ada's team will do both, Numan will do RC1 and occasionally Master - it'll be run daily on both, for now anyways - if there are issues running on the virtualized environment, which branch should we focus on - - June 26, 2019 -- Numan/Yang -- arrange an automation framework info session for the Community - Sep 11/19: Cindy asked about the newly created stx-test repo - Al noted that Don just adding this to the manifest & anyone can contribute - Numan: it's in progress, plan to do it after 2.0 (or right near the end) - any Q&A before then will be appreciated - Ada noted that they've started to look at it a bit - June 26, 2019 -- Abraham -- provide a forecast for providing a Docker image list - Aug 21/19: Bill to ask Abraham for an update - per http://lists.starlingx.io/pipermail/starlingx-discuss/2019-June/005063.html - July 3: opened https://bugs.launchpad.net/starlingx/+bug/1834504, assigned to build team (Abraham) - June 5, 2019 --- -- provide requirements/input on Community Activity Dashboard (see notes from June 5 meeting) - Sep 5: Thierry added "Individual Contributor" page, see his email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005913.html - see https://starlingx.biterg.io/ & https://etherpad.openstack.org/p/stx-bitergia - Aug 14: several updates from Thierry on the stx-bitergia etherpad - July 3: see updates on stx-bitergia etherpad - June 19: added github repos & ansible-playbooks repo; request to see which commits a contributor has done - May 8, 2019 -- -- follow up with CENGN on storage for really large files for reference in Launchpads - Aug 21/19: Bill to ask the Build team to be tracking this as well, if they're not already - Aug 14: CENGN ready to do a trial - need a volunteer to work on this with CENGN (probably ~2-3 days of effort over a few weeks) - need to make sure that it's only StarlingX stuff being put there, some kind of monitoring job to do cleanup, etc. - July 31: CENGN is setting up a PoC for us, no firm date - July 24: waiting on CENGN - July 3: Frank reached out to CENGN, no response yet - June 5: team feels xv/split is cumbersome, max LP attach size is ~60M - OSF can't change LP directly ? it's owned by Canonical; maybe use http://paste.openstack.org/ ? - Frank to talk to CENGN about them providing the needed storage - May 29: Bruce followed up with the OSF team, the suggested using xv & split to permit logs to be stored within LP's size limits -----Original Message----- From: Zvonar, Bill Sent: Wednesday, September 11, 2019 7:17 AM To: starlingx-discuss at lists.starlingx.io Subject: Community Call (Sep 11, 2019) Hi folks, reminder of the Community call coming up later today. Topics on the agenda include these - feel free to add more at [0]. - 3.0 milestone-2 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190911T1400 _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From cindy.xie at intel.com Mon Sep 16 00:06:43 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Mon, 16 Sep 2019 00:06:43 +0000 Subject: [Starlingx-discuss] StarlingX Beijing meetup - Sep 20th In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3603ED0C@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3603ED0C@SHSMSX104.ccr.corp.intel.com> Message-ID: <2FD5DDB5A04D264C80D42CA35194914F36049B25@SHSMSX104.ccr.corp.intel.com> All, This is a final call for StarlingX Beijing meetup, happening this Friday. Please see the details in below etherpad: https://etherpad.openstack.org/p/OpenSource-StarlingX_meetup-Beijing. Anybody who is interested, you can directly register w/ your names and email address there. Thanks and I am looking forward to meet you there. Thx. - cindy From: Xie, Cindy Sent: Saturday, September 7, 2019 2:16 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] StarlingX Beijing meetup - Sep 20th All, We are going to hold an StarlingX meetup event in Beijing China on Sep 20th, and also take this opportunity to celebrate StarlingX 2.0 release. If you're interested to meet community partners, and want to understand what's new in 2.0, you're very much welcome to participant. You can register yourself with names and email address in the etherpad below: https://etherpad.openstack.org/p/OpenSource-StarlingX_meetup-Beijing thanks. - cindy -------------- next part -------------- An HTML attachment was scrubbed... URL: From shuicheng.lin at intel.com Mon Sep 16 03:01:55 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Mon, 16 Sep 2019 03:01:55 +0000 Subject: [Starlingx-discuss] Failed to load igb driver with error 13 for I350 In-Reply-To: <01BADFCAD2636A41B6CFA2D9A26F564F013BF385A4@ALA-MBD.corp.ad.wrs.com> References: <01BADFCAD2636A41B6CFA2D9A26F564F013BF385A4@ALA-MBD.corp.ad.wrs.com> Message-ID: <9700A18779F35F49AF027300A49E7C76608CA861@SHSMSX105.ccr.corp.intel.com> Hi Takeo, The error code "-13" means "E1000_ERR_SWFW_SYNC". Does the server work with other STX or CentOS previous? The igb driver is part of CentOS kernel driver, which is 3.10.0-957.12.2 for STX 2.0. Best Regards Shuicheng From: Komiyama, Takeo [mailto:Takeo.Komiyama at windriver.com] Sent: Saturday, September 14, 2019 11:14 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Failed to load igb driver with error 13 for I350 I tried to intall STX 2.0 load to Intel IronPass server ( IvyBridge ). During kernel boot, kernel shows following message. 2019-09-14T13:50:46.273 localhost kernel: info [ 4.341203] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k 2019-09-14T13:50:46.273 localhost kernel: info [ 4.341327] igb: Copyright (c) 2007-2014 Intel Corporation. 2019-09-14T13:50:46.274 localhost kernel: warning [ 4.782342] igb: probe of 0000:09:00.0 failed with error -13 2019-09-14T13:50:46.275 localhost kernel: warning [ 5.256019] igb: probe of 0000:09:00.1 failed with error -13 2019-09-14T13:50:46.275 localhost kernel: warning [ 5.791676] igb: probe of 0000:09:00.2 failed with error -13 2019-09-14T13:50:46.275 localhost kernel: warning [ 6.270393] igb: probe of 0000:09:00.3 failed with error -13 And it failed to create Ethernet interface. IronPass has on-board I350 Quad port NIC and issue occurred there. I also tried to install image to Wildcat Pass server ( Haswell ) , which also have I350 NIC, and everything went well. Does anyone similar issue? Regards, Takeo Komiyama -------------- next part -------------- An HTML attachment was scrubbed... URL: From weifei.yu at intel.com Mon Sep 16 11:28:28 2019 From: weifei.yu at intel.com (Yu, Weifei) Date: Mon, 16 Sep 2019 11:28:28 +0000 Subject: [Starlingx-discuss] BUG "After stopping vswitch service no alarm is generated Edit" Message-ID: Hi All, After investigating the cause, I find if the file(at /var/run/.disable_worker_services) exists, then the process monitor will ignore these process that the subfunction type is worker. I have several questions about this bug. * Why is the file(disable_worker_services) always generated? When will it be deleted? * What is the difference between worker type and last-config type? (the type of subfunction) * Can I use last-config type instead of worker type? (These two are very similar) I would be grateful if you can give me some advice. The detail as below: https://bugs.launchpad.net/starlingx/+bug/1838432 B&R weifei -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Mon Sep 16 11:46:42 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Mon, 16 Sep 2019 13:46:42 +0200 Subject: [Starlingx-discuss] MultiOS: Integration of OpenSUSE build system (OBS) in StarlingX CI process Message-ID: Hello, having received some requests for information, about the best way to integrate the OpenSUSE Build System (OBS) in StartlingX CI system, I am happy to share my finding. My explanations are written using osc command lines, in order to ease the checking of the described concepts, but obviously a CI integration would be easier/safer made using the OBS API equivalences. For more detail son the OBS API see:    https://build.opensuse.org/apidocs/index A) Testing the change submission ============================ 1) Test via Local build ----------------------------------- It is obviously possible for the CI, to create a local checkout  (osc co ProjectName PackageName) of the project/package on which the change submission is targetted, update the _service to point toward the change submission to be tested, on git source repo. Then follow by a local build for one or multiple distro target (repository).   osc checkout --output-dir=CIlocalTestDir  ProjectName PackageName   # copy a _service file pointing to the change submission to be tested.    osc build --trust-all-projects Repository It would require to parse the osc build output to extract the final status and potential a failure cause. The local build present the advantage to be potentially quicker as we would control the power allocated to the best build as well as the scheduling but requires network and CPU resources allocation. 2) Test via build in public OBS ------------------------------------------------ In that model, we want to create a branch of the project to test our change submission. The osc branch command does not well fit the requirement, because it immediately starts a build after it creation, what would slow the process a lot. We want to change the source download origin, before starting any build process. So I propose to create a 'branch' manually to overcome that current OBS limitation. We need to create a project that will have an identical configuration to the final target project. To do so, we need to copy the meta prj and prjconf as well as creating a test build project.    # Extracting the target project configs    osc meta prj TargetProjectName  >TargetProjectName.prj    osc meta prjconf TargetProjectName >TargetProjectName.prjconf    # Create the test project on OBS with an easy to track name    osc meta prj -F TargetProjectName.prj TargetProjectName-submissionXYZ    # Copy target prjconf in the newly created test project    osc meta prjconf -F TargetProjectName.prjconf TargetProjectName-submissionXYZpraget    # Clean local tmp tiles    rm -f TargetProjectName.prj TargetProjectName.prjconf   # Installing the _service pointing to the commit submission   # API based implementation is highly advise to better manage possible errors   osc co TargetProjectName-submissionXYZ   # install the _service pointing to the commit submission   osc ci -m "test build for submissionXYZ"   # spec files and rpmlint files will soon direclty been download by the _service. I assume that to be already the case in that process description.     # getting build results (xml is easier to parse but other return forTargetProjectName-submissionXYZmats are available if desired)   # Note: my test shows the -w option is not that reliable and retries handling would required.   osc results  -w --xml TargetProjectName-submissionXYZhttps://rabbit.opensuse.org/   # Alternative method   # OBS provides an event channel which provides many valuable information for an integration activity.      https://rabbit.opensuse.org/   # list of all available events       https://openbuildservice.org/help/manuals/obs-admin-guide/obs.cha.administration.html#_message_bus 3) case of update via new patchset ---------------------------------------------------------- It's not uncommon, that a new patchset is created during the review process before acceptance. This can be done before the finalisation of any validation of the test build. In that case we would need to abort the current build and restart a new one to speed up the process.   # Install an updated _service pointing to the new patch set (depending of git config that might not be required).   # trigger an abort rebuild.    osc restartbuild TargetProjectName-submissionXYZ   # restart the build result monitoring process. 4) Using a local OBS ---------------------------------- Creating a local OBS linked to the public OBS is quite easy and likely a better method that doing local build in the CI, would the control of the speed of validation, via the public OBS, be an issue . B) Accepting the submission ======================= The process would be the same whatever is the test build method (local, public/private OBS). Once the submission is accepted you just need to retrigger a remote service run on the public OBS. This would download the source, spec and rpmlint from the git repo, trigger a new build of the target package as well as all the depending packages and publish results in public repo upon completion. We can see here, one of the weakness of the proposed process. A change in a package may be acceptable for that package but may break dependant packages. There is a model in OBS to tackle that issue via the use of staging project, but it would slow down the acceptance of all change submissions, what might be an overkill. Up the community to decide what is the best compromise. I would favour to stick to single package check, at least,  in a first step. Once the submission request has been accepted, remember to delete all the temporary projects where ever they are located. It is good idea to keep them present until acceptance, as OBS as well as osc use caches internally.   Enjoy your day. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Matt.Peters at windriver.com Mon Sep 16 12:33:20 2019 From: Matt.Peters at windriver.com (Peters, Matt) Date: Mon, 16 Sep 2019 12:33:20 +0000 Subject: [Starlingx-discuss] BUG "After stopping vswitch service no alarm is generated Edit" In-Reply-To: References: Message-ID: <82BF2B4F-09B3-44A1-A2F3-8355692EE41D@windriver.com> +Bart From: "Yu, Weifei" Date: Monday, September 16, 2019 at 7:28 AM To: "Bailey, Henry Albert (Al)" , "Liu, Tao" , "Peters, Matt" Cc: "Xu, Chenjie" , "starlingx-discuss at lists.starlingx.io" , Ghada Khalil Subject: [Starlingx-discuss] BUG "After stopping vswitch service no alarm is generated Edit" Hi All, After investigating the cause, I find if the file(at /var/run/.disable_worker_services) exists, then the process monitor will ignore these process that the subfunction type is worker. I have several questions about this bug. · Why is the file(disable_worker_services) always generated? When will it be deleted? · What is the difference between worker type and last-config type? (the type of subfunction) · Can I use last-config type instead of worker type? (These two are very similar) I would be grateful if you can give me some advice. The detail as below: https://bugs.launchpad.net/starlingx/+bug/1838432 B&R weifei -------------- next part -------------- An HTML attachment was scrubbed... URL: From Volker.Hoesslin at swsn.de Mon Sep 16 13:13:46 2019 From: Volker.Hoesslin at swsn.de (von Hoesslin, Volker) Date: Mon, 16 Sep 2019 13:13:46 +0000 Subject: [Starlingx-discuss] zero byte image Message-ID: hi, i'm big in trouble... i'm with you from the first hour and run an staringX 2018.10 in production mode (i know, i know, no comment please ;)) so, update to the new starlingX 2.0 version will need to reinstall the complete stack, but i need to backup some VMs first. based on this dokumentation https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html i got always an zero byte image, at the internet i got some posting that indicate the same problem, but for now, i cant fix it :( i have an full starlinX install with dedicated storage (2x controller, 2x compute, 3x storage). maybe someone can help me? greez & thx, volker... -------------- next part -------------- An HTML attachment was scrubbed... URL: From Barton.Wensley at windriver.com Mon Sep 16 13:19:42 2019 From: Barton.Wensley at windriver.com (Wensley, Barton) Date: Mon, 16 Sep 2019 13:19:42 +0000 Subject: [Starlingx-discuss] BUG "After stopping vswitch service no alarm is generated Edit" In-Reply-To: <82BF2B4F-09B3-44A1-A2F3-8355692EE41D@windriver.com> References: <82BF2B4F-09B3-44A1-A2F3-8355692EE41D@windriver.com> Message-ID: <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B7785C@ALA-MBD.corp.ad.wrs.com> weifei, The disable_worker_services file was originally created to prevent the (bare metal) nova-compute services from running on a newly upgraded controller in an AIO-DX configuration, until we swacted to that controller. This was necessary because nova does not support communication between a newer version of nova-compute and older versions of nova-conductor. This situation no longer exists because the bare metal nova-compute services do not exist after our transition to containers. Unfortunately, the disable_worker_services file was also used when we first switched to containers, as a quick and dirty way of disabling the bare metal OpenStack services (this is done in the stx-puppet/puppet-manifests/src/modules/platform/manifests/kubernetes.pp). By always creating this file it caused the missing alarm issue in the bug you are working on. I think the proper solution here is to remove all references to the disable_worker_services file from the codebase - this flag is no longer needed. This would also include removing the worker_services init script, which is also unnecessary. Bart From: Peters, Matt Sent: September 16, 2019 8:33 AM To: Yu, Weifei; Bailey, Henry Albert (Al); Liu, Tao; Wensley, Barton Cc: Xu, Chenjie; starlingx-discuss at lists.starlingx.io; Khalil, Ghada Subject: Re: [Starlingx-discuss] BUG "After stopping vswitch service no alarm is generated Edit" +Bart From: "Yu, Weifei" Date: Monday, September 16, 2019 at 7:28 AM To: "Bailey, Henry Albert (Al)" , "Liu, Tao" , "Peters, Matt" Cc: "Xu, Chenjie" , "starlingx-discuss at lists.starlingx.io" , Ghada Khalil Subject: [Starlingx-discuss] BUG "After stopping vswitch service no alarm is generated Edit" Hi All, After investigating the cause, I find if the file(at /var/run/.disable_worker_services) exists, then the process monitor will ignore these process that the subfunction type is worker. I have several questions about this bug. • Why is the file(disable_worker_services) always generated? When will it be deleted? • What is the difference between worker type and last-config type? (the type of subfunction) • Can I use last-config type instead of worker type? (These two are very similar) I would be grateful if you can give me some advice. The detail as below: https://bugs.launchpad.net/starlingx/+bug/1838432 B&R weifei -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Mon Sep 16 14:45:34 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Mon, 16 Sep 2019 16:45:34 +0200 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os (regression worries) In-Reply-To: References: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> Message-ID: Hello, One of the comment/worry that have seen on the instant message was about the potential  regression risk related to the move to systemD. I would like to share the exchange as it relevant for all the community concerned by that topic. Question: I am afraid that changing this will impact flocks functionality or big regression testing is required. Response:  Adding security and multiOS support will require some retest for sure. But if we add a plugin we could keep different DBs for different OSes. One calling for init.d scripts for legacy support while for multiOS a new DB would call for systemD. With that model, we would minimise risk, as only minimalistic regression test would be required until the DB content is changed for a given OS. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From cindy.xie at intel.com Mon Sep 16 15:22:04 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Mon, 16 Sep 2019 15:22:04 +0000 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os (regression worries) In-Reply-To: References: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> Message-ID: <734B0DFE-1F28-419C-B5E8-B90C5E68B4B1@intel.com> Concerning SW upgrade needs, do we need to keep DB version to allow these two versions can still communicate? Sent from my iPhone > On Sep 16, 2019, at 22:46, Dominig ar Foll (Intel Open Source) wrote: > > Hello, > > One of the comment/worry that have seen on the instant message was about > the potential regression risk related to the move to systemD. > I would like to share the exchange as it relevant for all the community > concerned by that topic. > > Question: > I am afraid that changing this will impact flocks functionality or big > regression testing is required. > > Response: > Adding security and multiOS support will require some retest for sure. > But if we add a plugin we could keep different DBs for different OSes. > One calling for init.d scripts for legacy support while for multiOS a > new DB would call for systemD. > With that model, we would minimise risk, as only minimalistic regression > test would be required until the DB content is changed for a given OS. > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Mon Sep 16 15:28:30 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Mon, 16 Sep 2019 17:28:30 +0200 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os (regression worries) In-Reply-To: <734B0DFE-1F28-419C-B5E8-B90C5E68B4B1@intel.com> References: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> <734B0DFE-1F28-419C-B5E8-B90C5E68B4B1@intel.com> Message-ID: On 16/09/2019 17:22, Xie, Cindy wrote: > Concerning SW upgrade needs, do we need to keep DB version to allow these two versions can still communicate? > Obviously moving from one system to an other one would be a major update and would require a cold re-start. But activating many security features would require similar cold restart. This is why having a plugin that would allow to activate the changes from initV to systemD via DB configuration is the way to go. The service DB being unique to a cluster the system would remain consistent until the big change is activated. Hot update is not easy but can be done, hot upgrade, to be honest, has been rarely achieved in the real world. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From haochuan.z.chen at intel.com Mon Sep 16 15:42:43 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Mon, 16 Sep 2019 15:42:43 +0000 Subject: [Starlingx-discuss] request review for my patch Message-ID: <56829C2A36C2E542B0CCB9854828E4D856264A07@CDSMSX102.ccr.corp.intel.com> Hi Anyone could review my patch https://review.opendev.org/#/c/680897/ Thanks! Martin, Chen SSP, Software Engineer 021-61164330 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Mon Sep 16 16:03:10 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Mon, 16 Sep 2019 18:03:10 +0200 Subject: [Starlingx-discuss] update spreadsheetcgts-client Message-ID: <0398ccba-7f0f-3db0-020c-5d7c2963d4e9@fridu.net> Hello, In the new/old repo conversion spread sheet I see the following line. stx-config    sysinv/cgts-client    cgts-client    utilities    system-client    system-client    This relocation deferred till a future date. It seems that the move has already be done. Could some one with write access on the spreadsheet do the update. Thanks -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From bruce.e.jones at intel.com Mon Sep 16 16:56:19 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Mon, 16 Sep 2019 16:56:19 +0000 Subject: [Starlingx-discuss] zero byte image In-Reply-To: References: Message-ID: <9A85D2917C58154C960D95352B22818BD07D66F6@fmsmsx123.amr.corp.intel.com> Volker, thank you for your bravery. :) I don't know how to help you, but I can't help noticing that you're referencing Rocky documentation and StarlingX 2018.10 uses Pike. I don't know if that makes a difference. brucej From: von Hoesslin, Volker [mailto:Volker.Hoesslin at swsn.de] Sent: Monday, September 16, 2019 6:14 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] zero byte image hi, i'm big in trouble... i'm with you from the first hour and run an staringX 2018.10 in production mode (i know, i know, no comment please ;)) so, update to the new starlingX 2.0 version will need to reinstall the complete stack, but i need to backup some VMs first. based on this dokumentation https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html i got always an zero byte image, at the internet i got some posting that indicate the same problem, but for now, i cant fix it :( i have an full starlinX install with dedicated storage (2x controller, 2x compute, 3x storage). maybe someone can help me? greez & thx, volker... -------------- next part -------------- An HTML attachment was scrubbed... URL: From jimmy at openstack.org Mon Sep 16 17:01:08 2019 From: jimmy at openstack.org (Jimmy McArthur) Date: Mon, 16 Sep 2019 12:01:08 -0500 Subject: [Starlingx-discuss] Shanghai Forum Submissions Closing Soon! Message-ID: <5D7FBFD4.5040301@openstack.org> Well hello! A gentle reminder that Forum submission deadline is September 20. Please proceed to https://cfp.openstack.org and complete your submission today! Cheers, Jimmy From dominig.arfoll at fridu.net Mon Sep 16 17:15:47 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Mon, 16 Sep 2019 19:15:47 +0200 Subject: [Starlingx-discuss] huge number of duplicated .pyo and .pyc files in packages Message-ID: <00416b82-b49b-1a03-c943-c227f21d0f41@fridu.net> Hello, I have just reworked the package "starlingx-dashboard" to read source from git. At build time, I have 189 warning which leads to an error (badness >100) which is well deserved. Obviously I can hide the error with an %fdupes macro but I do not like it. Do we need all those duplication in the installed packages ? Could it be made a bit cleaner by the package owner ? Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre .... [ 11s] starlingx-dashboard.noarch: W: files-duplicate /usr/lib/python2.7/site-packages/starlingx_dashboard/templatetags/getvalue.pyo /usr/lib/python2.7/site-packages/starlingx_dashboard/templatetags/getvalue.pyc [ 11s] starlingx-dashboard.noarch: W: files-duplicate /usr/lib/python2.7/site-packages/starlingx_dashboard/utils/__init__.pyo /usr/lib/python2.7/site-packages/starlingx_dashboard/utils/__init__.pyc [ 11s] starlingx-dashboard.noarch: W: files-duplicate /usr/lib/python2.7/site-packages/starlingx_dashboard/utils/objectify.pyc /usr/lib/python2.7/site-packages/starlingx_dashboard/utils/objectify.pyo [ 11s] starlingx-dashboard.noarch: W: files-duplicate /usr/lib/python2.7/site-packages/starlingx_dashboard/version.pyc /usr/lib/python2.7/site-packages/starlingx_dashboard/version.pyo [ 11s] starlingx-dashboard.noarch: W: no-version-in-last-changelog [ 11s] starlingx-dashboard.src: W: no-version-in-last-changelog [ 11s] The latest changelog entry doesn't contain a version. Please insert the [ 11s] version that is coherent with the version of the package and rebuild it. [ 11s] ... [ 11s] 2 packages and 0 specfiles checked; 1 errors, 189 warnings. [ 11s] starlingx-dashboard.noarch: E: files-duplicated-waste (Badness: 100) 916345 From bruce.e.jones at intel.com Mon Sep 16 17:38:00 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Mon, 16 Sep 2019 17:38:00 +0000 Subject: [Starlingx-discuss] Community Call (Sep 11, 2019) In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D54C3@fmsmsx123.amr.corp.intel.com> References: <586E8B730EA0DA4A9D6A80A10E486BC007AF6EC4@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07D54C3@fmsmsx123.amr.corp.intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07D6824@fmsmsx123.amr.corp.intel.com> It turns out that when you're gone for two months, you miss things. The docs team has this all well in hand, and I wasn't aware of how they are handling it. My apologies and a tip of the hat to them. Story: https://storyboard.openstack.org/#!/story/2006289 has all the info on the current gaps in the documentation. brucej -----Original Message----- From: Jones, Bruce E Sent: Friday, September 13, 2019 10:31 AM To: Zvonar, Bill ; starlingx-discuss at lists.starlingx.io Subject: RE: Community Call (Sep 11, 2019) Re: my AR below - the work items in the documentation can be found here: [1]. The gaps in the documentation tree used to be self-documenting - there were many placeholder documents showing where docs are needed. While I was out, these stub documents were deleted. Why? And if they were deleted, why didn't someone create Stories for them? Now we're going to have to re-create all of that. Brucej [1] https://storyboard.openstack.org/#!/story/list?status=active&project_group_id=86&tags=stx.docs -----Original Message----- From: Zvonar, Bill [mailto:Bill.Zvonar at windriver.com] Sent: Wednesday, September 11, 2019 8:28 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Community Call (Sep 11, 2019) Notes from today's meeting... - standing topics - any reviews that need attention? - nothing this week - sanity - any reds since last call? - nope - any unanswered calls for assistance on the mailing list? - issue with running on ansible playbook - Saichandu/Pavan from Calsoft: nothing on mailing list - Saichandu/Pavan to re-send to the mailing list, it doesn't seem to be there - offline installation for StarlingX R2.0 http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005909.html - we don't seem to have this documented yet - raises the general issue of how we get features documented - there were relevant features in 2.0 (private docker registry, docker proxy) - there's a 3.0 task list that Mike's tracking: https://storyboard.openstack.org/#!/story/2006289 - Cindy suggested a per-story task for capturing user documentation - Don suggested adding the docs repo to the manifest for repo sync - makes it visible - AR: Don change the manifest - docs, zuul-jobs & test - AR: Bruce identify the feature documentation gaps - Ildiko suggested documenting the process of adding customer documentation to the contributor guide - AR: Ildiko will look into this - vm boot from big size image timeout: vm boot from big size image timeout http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005910.html - he's in Forrest's team - Forrest to check if this got sorted out - 3.0 milestone-2 (Ghada) - decent progress - Code Merge Dates - A few features have merge dates beyong MS-3: Containerize Ceph, Containerize OVS-DPDK, B&R for openstack (likely won't make stx.3.0), DC for openstack (won't make stx.3.0) - Agreed that Feature Test can be lag MS-3 by two weeks (Oct 30) - Action: Ada to review and confirm that most features can come in by that date - The current exception is Containerized Ceph. Current Feature Test Date: Nov 8 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - all done except for the to-be-renamed system-client (nee: cgcs-client) - AR: Build Team to sort out how/when to finish this off - some options are available - project sub-team re-alignment - sgw - reviews are in progress - https://review.opendev.org/#/c/680514/ - need to close on this in the next 1-2 weeks for it to be in effect for the upcoming election - AR: something! - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - no comments on this - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - per Dean, we're ok (based on input from Gerry Kopec) - Dean further noted that this *was* in an OpenStack patch that didn't get upstreamed to Nova - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html - Open Action Required (AR) Summary - (see https://etherpad.openstack.org/p/stx-status-archive for archived actions) - -- -- - July 31, 2019 -- Ada/Numan -- combine sanity runs/reports - Sep 11/19: proposal was presented yesterday in the test meeting - working on getting Pytest running - Aug 14/19: they started discussing how to do this, a formal proposal is pending - Aug 7/19: Numan: will discuss w/ Ada this week, won't start until after 2.0 - Ada: Ada's team will do both, Numan will do RC1 and occasionally Master - it'll be run daily on both, for now anyways - if there are issues running on the virtualized environment, which branch should we focus on - - June 26, 2019 -- Numan/Yang -- arrange an automation framework info session for the Community - Sep 11/19: Cindy asked about the newly created stx-test repo - Al noted that Don just adding this to the manifest & anyone can contribute - Numan: it's in progress, plan to do it after 2.0 (or right near the end) - any Q&A before then will be appreciated - Ada noted that they've started to look at it a bit - June 26, 2019 -- Abraham -- provide a forecast for providing a Docker image list - Aug 21/19: Bill to ask Abraham for an update - per http://lists.starlingx.io/pipermail/starlingx-discuss/2019-June/005063.html - July 3: opened https://bugs.launchpad.net/starlingx/+bug/1834504, assigned to build team (Abraham) - June 5, 2019 --- -- provide requirements/input on Community Activity Dashboard (see notes from June 5 meeting) - Sep 5: Thierry added "Individual Contributor" page, see his email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005913.html - see https://starlingx.biterg.io/ & https://etherpad.openstack.org/p/stx-bitergia - Aug 14: several updates from Thierry on the stx-bitergia etherpad - July 3: see updates on stx-bitergia etherpad - June 19: added github repos & ansible-playbooks repo; request to see which commits a contributor has done - May 8, 2019 -- -- follow up with CENGN on storage for really large files for reference in Launchpads - Aug 21/19: Bill to ask the Build team to be tracking this as well, if they're not already - Aug 14: CENGN ready to do a trial - need a volunteer to work on this with CENGN (probably ~2-3 days of effort over a few weeks) - need to make sure that it's only StarlingX stuff being put there, some kind of monitoring job to do cleanup, etc. - July 31: CENGN is setting up a PoC for us, no firm date - July 24: waiting on CENGN - July 3: Frank reached out to CENGN, no response yet - June 5: team feels xv/split is cumbersome, max LP attach size is ~60M - OSF can't change LP directly ? it's owned by Canonical; maybe use http://paste.openstack.org/ ? - Frank to talk to CENGN about them providing the needed storage - May 29: Bruce followed up with the OSF team, the suggested using xv & split to permit logs to be stored within LP's size limits -----Original Message----- From: Zvonar, Bill Sent: Wednesday, September 11, 2019 7:17 AM To: starlingx-discuss at lists.starlingx.io Subject: Community Call (Sep 11, 2019) Hi folks, reminder of the Community call coming up later today. Topics on the agenda include these - feel free to add more at [0]. - 3.0 milestone-2 - repo restructuring - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005938.html - release notes - don't close a feature w/out doing release notes! (per release team meeting last week) - when code is changed that impacts our Documentation, should the person making the change also change the documents? - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005925.html - Root Ara report removed from Zuul Jobs - Clark Boylan email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005931.html - server usage audit log API in Nova - Dean's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005951.html - StarlingX Beijing meetup - Sep 20th - Cindy's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005956.html Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190911T1400 _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Mon Sep 16 19:58:43 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Mon, 16 Sep 2019 19:58:43 +0000 Subject: [Starlingx-discuss] distro.openstack meeting agenda for Sep 17 2019 Message-ID: <9A85D2917C58154C960D95352B22818BD07D6911@fmsmsx123.amr.corp.intel.com> 9/17/2019 meeting Need volunteers to take on the task in the Train update story: https://storyboard.openstack.org/#!/story/2006544 Live migration patch testing update - Ya at 99Cloud Upstream status NUMA patch for python-openstackclient: https://review.opendev.org/#/c/680928/ CPU model selection patch https://review.opendev.org/#/c/680928/ pending other reviews to merge and a bit of feedback Defect status: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.distro.openstack -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Mon Sep 16 20:21:21 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Mon, 16 Sep 2019 20:21:21 +0000 Subject: [Starlingx-discuss] stx.3.0 milestone-2 status Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C2AF1@ALA-MBD.corp.ad.wrs.com> Hello TSC & community members, The stx release team would like to share with you the status of milestone-2 and the overall stx.3.0 release. Your feedback is welcome. - Features on track for stx.3.0 - Count: 9 - Fault Containerization - Upversion K8s and dependencies - Upversion Openstack to Train (Risk: yellow. Plan is still being worked) - Intel GPU support for K8s - Intel QAT support for K8s (Risk: yellow) - TSN Support in VM - Redfish Support - Infrastructure & Cluster Monitoring - Support remote auth via OIDC / OAUTH2 for K8s API - Features with partial or prep delivery in stx.3.0 - Count: 7 - Distributed Cloud (support for platform only; no openstack) - Backup & Restore with containers (support for platform only; no openstack) - Layered Build - Sysvinit >> systemd Conversion/Cleanup - Multi-OS Support - Intel FPGA support for K8s - Flock Versioning - Features proposed for deferral to stx.4.0 due to staffing constraints - Count: 4 - Containerized Openstack clients - Containerize Ceph - Containerize OVS-DPDK - Unstaffed features (no current plan for delivery) >> considered out of stx.3.0 - Count: 2 - IPv6 support for PXE boot network - R2 >> R3 Upgrades In terms of overall proposal for the release dates, the current plans show a date move of 2wks for feature test & regression and ~1wk to the overall release date. - Milestone-2 -- Plan: 9/4/2019, Forecast: 9/19/2019 - Milestone-3 -- Plan: 10/16/2019, Forecast: no change - Feature Test -- Plan: 10/16/2019, Forecast: 10/30/2019 - Regression Test -- Plan: 11/8/2019, Forecast: 11/22/2019 - RC1 (Branch Creation) -- Plan: 11/13/2019, Forecast: 11/20/2019 - Final Regression - Plan: 11/27/2019, Forecast: 12/6/2019 - Release - Plan: 12/4/2019, Forecast: 12/13/2019 At this point, the release team feels we have enough to proceed with declaring milestone-2 pending review and feedback from the TSC. Regards, Ghada PS: Finally, if there are additional community resources available to contribute to stx.3.0 deliverables, please reach out to the release team (myself, Bill Zvonar or Bruce Jones). From lw2dht at gmail.com Mon Sep 16 21:03:47 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Mon, 16 Sep 2019 18:03:47 -0300 Subject: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0 Message-ID: Hi guys! I'm trying to unlock a AIO-Simplex and i get this error message. [sysadmin at controller-0 log(keystone_admin)]$ system host-unlock controller-0 vSwitch socket memory must be allocated for numa node (0). *I'm using OVS-DPDK* [sysadmin at controller-0 log(keystone_admin)]$ system show +----------------------+--------------------------------------+ | Property | Value | +----------------------+--------------------------------------+ | contact | None | | created_at | 2019-09-16T17:04:24.225055+00:00 | | description | None | | https_enabled | False | | location | None | | name | 352094b2-28d1-4eec-abd1-25be70d0c8b9 | | region_name | RegionOne | | sdn_enabled | False | | security_feature | spectre_meltdown_v1 | | service_project_name | services | | software_version | 19.09 | | system_mode | simplex | | system_type | All-in-one | | timezone | America/Buenos_Aires | | updated_at | 2019-09-16T17:19:59.886864+00:00 | | uuid | d464f593-3ef8-417d-a5f7-ce31edda5240 | | vswitch_type | ovs-dpdk | +----------------------+--------------------------------------+ *Using this Build* ### ### StarlingX ### Built from master ### OS="centos" SW_VERSION="19.09" BUILD_TARGET="Host Installer" BUILD_TYPE="Formal" BUILD_ID="20190915T230000Z" JOB="STX_build_master_master" BUILD_BY="starlingx.build at cengn.ca" BUILD_NUMBER="251" BUILD_HOST="starlingx_mirror" BUILD_DATE="2019-09-15 23:00:00 +0000" But I get this error in a lost of build that i had downloaded. Any idea? Thanks, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From vm.rod25 at gmail.com Mon Sep 16 21:11:09 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Mon, 16 Sep 2019 16:11:09 -0500 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os (regression worries) In-Reply-To: References: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> Message-ID: On Mon, Sep 16, 2019 at 9:45 AM Dominig ar Foll (Intel Open Source) wrote: > > Hello, > > One of the comment/worry that have seen on the instant message was about > the potential regression risk related to the move to systemD. > I would like to share the exchange as it relevant for all the community > concerned by that topic. > > Question: > I am afraid that changing this will impact flocks functionality or big > regression testing is required. > > Response: > Adding security and multiOS support will require some retest for sure. > But if we add a plugin we could keep different DBs for different OSes. > One calling for init.d scripts for legacy support while for multiOS a > new DB would call for systemD. > With that model, we would minimise risk, as only minimalistic regression > test would be required until the DB content is changed for a given OS. > I like the idea, keep the current system working as it is and do not interfere with functionality in order to enable another OS has been part of our goals. The plugin solution is a great idea. The testing part is naturally, the more features we have / os we run the more testing it is needed. Does anyone one on the community think that this change need a spec? Thoughts from other OSs ( Debian / Yocto ) Regards Victor R > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > From Tao.Liu at windriver.com Mon Sep 16 21:17:18 2019 From: Tao.Liu at windriver.com (Liu, Tao) Date: Mon, 16 Sep 2019 21:17:18 +0000 Subject: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0 In-Reply-To: References: Message-ID: <7242A3DC72E453498E3D783BBB134C3EA4EAB6CA@ALA-MBD.corp.ad.wrs.com> Hi Mariano, You will need to configure vSwitch memory for each NUMA node prior to unlock: system host-memory-modify -f -1G <1G hugepages number> system host-memory-modify -f vswitch -1G 1 controller-0 0 system host-memory-modify -f vswitch -1G 1 controller-0 1 Tao From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Monday, September 16, 2019 5:04 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0 Hi guys! I'm trying to unlock a AIO-Simplex and i get this error message. [sysadmin at controller-0 log(keystone_admin)]$ system host-unlock controller-0 vSwitch socket memory must be allocated for numa node (0). I'm using OVS-DPDK [sysadmin at controller-0 log(keystone_admin)]$ system show +----------------------+--------------------------------------+ | Property | Value | +----------------------+--------------------------------------+ | contact | None | | created_at | 2019-09-16T17:04:24.225055+00:00 | | description | None | | https_enabled | False | | location | None | | name | 352094b2-28d1-4eec-abd1-25be70d0c8b9 | | region_name | RegionOne | | sdn_enabled | False | | security_feature | spectre_meltdown_v1 | | service_project_name | services | | software_version | 19.09 | | system_mode | simplex | | system_type | All-in-one | | timezone | America/Buenos_Aires | | updated_at | 2019-09-16T17:19:59.886864+00:00 | | uuid | d464f593-3ef8-417d-a5f7-ce31edda5240 | | vswitch_type | ovs-dpdk | +----------------------+--------------------------------------+ Using this Build ### ### StarlingX ### Built from master ### OS="centos" SW_VERSION="19.09" BUILD_TARGET="Host Installer" BUILD_TYPE="Formal" BUILD_ID="20190915T230000Z" JOB="STX_build_master_master" BUILD_BY="starlingx.build at cengn.ca" BUILD_NUMBER="251" BUILD_HOST="starlingx_mirror" BUILD_DATE="2019-09-15 23:00:00 +0000" But I get this error in a lost of build that i had downloaded. Any idea? Thanks, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From lw2dht at gmail.com Mon Sep 16 21:28:41 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Mon, 16 Sep 2019 18:28:41 -0300 Subject: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0 In-Reply-To: <7242A3DC72E453498E3D783BBB134C3EA4EAB6CA@ALA-MBD.corp.ad.wrs.com> References: <7242A3DC72E453498E3D783BBB134C3EA4EAB6CA@ALA-MBD.corp.ad.wrs.com> Message-ID: Hi Liu! thanks you very much i used the example provided in the AIO-Simplex system host-memory-modify controller-0 0 -1G 100system host-memory-modify controller-0 1 -1G 100 I used this command too that i found in mails system host-memory-modify -1G 6 controller-0 0 system host-memory-modify -1G 6 controller-0 1 But didn't work too. Now i think all is correct. [sysadmin at controller-0 ~(keystone_admin)]$ system host-memory-modify -f vswitch -1G 1 controller-0 0 +-------------------------------------+--------------------------------------+ | Property | Value | +-------------------------------------+--------------------------------------+ | Memory: Usable Total (MiB) | 0 | | Platform (MiB) | 14500 | | Available (MiB) | 0 | | Huge Pages Configured | True | | vSwitch Huge Pages: Size (MiB) | 1024 | | Total | 0 | | Available | 0 | | Required | 1 | | Application Pages (4K): Total | None | | Application Huge Pages (2M): Total | 0 | | Available | 0 | | Application Huge Pages (1G): Total | 0 | | Total Pending | 6 | | Available | 0 | | uuid | 15bbaefc-2ce8-4a15-8443-f0d16ede8907 | | ihost_uuid | b70c90b6-4e55-46fe-9615-0858b992e829 | | inode_uuid | dc6d3381-7781-4bc8-b0d5-439fa446786d | | created_at | 2019-09-16T17:06:50.852250+00:00 | | updated_at | 2019-09-16T18:21:26.726327+00:00 | +-------------------------------------+--------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-memory-modify -f vswitch -1G 1 controller-0 1 +-------------------------------------+--------------------------------------+ | Property | Value | +-------------------------------------+--------------------------------------+ | Memory: Usable Total (MiB) | 0 | | Platform (MiB) | 2000 | | Available (MiB) | 0 | | Huge Pages Configured | True | | vSwitch Huge Pages: Size (MiB) | 1024 | | Total | 0 | | Available | 0 | | Required | 1 | | Application Pages (4K): Total | None | | Application Huge Pages (2M): Total | 0 | | Available | 0 | | Application Huge Pages (1G): Total | 0 | | Total Pending | 6 | | Available | 0 | | uuid | 0c8bd491-03cf-438b-a2de-de456feeadbf | | ihost_uuid | b70c90b6-4e55-46fe-9615-0858b992e829 | | inode_uuid | 720ed9e1-b3b3-4f76-af0c-19c68c84a9bf | | created_at | 2019-09-16T17:06:50.897623+00:00 | | updated_at | 2019-09-16T18:22:18.684078+00:00 | +-------------------------------------+--------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 +---------------------+-------------------------------------------------+ | Property | Value | +---------------------+-------------------------------------------------+ | action | none | | administrative | locked | | availability | online | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 7f80fc2f-15aa-4ebd-ae60-6a74728bf933 | | config_status | None | | config_target | 8d1ec049-d395-47cf-81a0-475ed9a2241c | | console | tty0 | | created_at | 2019-09-16T17:06:19.948809+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioning | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | xx:xx:xx:xx:xx:f4 | | operational | disabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | serialid | None | | software_load | 19.09 | | subfunction_avail | online | | subfunction_oper | disabled | | subfunctions | controller,worker | | task | Unlocking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-16T18:23:02.173472+00:00 | | uptime | 9041 | | uuid | b70c90b6-4e55-46fe-9615-0858b992e829 | | vim_progress_status | None | +---------------------+-------------------------------------------------+ Thank you very much for the help!!!! Mariano El lun., 16 sept. 2019 a las 18:18, Liu, Tao () escribió: > Hi Mariano, > > > > You will need to configure vSwitch memory for each NUMA node prior to > unlock: > > system host-memory-modify -f -1G <1G hugepages number> > > > > > system host-memory-modify -f vswitch -1G 1 controller-0 0 > > system host-memory-modify -f vswitch -1G 1 controller-0 1 > > > > > > Tao > > > > *From:* Mariano Ucha [mailto:lw2dht at gmail.com] > *Sent:* Monday, September 16, 2019 5:04 PM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Get vSwitch socket memory must be > allocated for numa node (0). after trying to unlock controller-0 > > > > Hi guys! > > > > I'm trying to unlock a AIO-Simplex and i get this error message. > > > > [sysadmin at controller-0 log(keystone_admin)]$ system host-unlock > controller-0 > vSwitch socket memory must be allocated for numa node (0). > > > > *I'm using OVS-DPDK* > > > > [sysadmin at controller-0 log(keystone_admin)]$ system show > +----------------------+--------------------------------------+ > | Property | Value | > +----------------------+--------------------------------------+ > | contact | None | > | created_at | 2019-09-16T17:04:24.225055+00:00 | > | description | None | > | https_enabled | False | > | location | None | > | name | 352094b2-28d1-4eec-abd1-25be70d0c8b9 | > | region_name | RegionOne | > | sdn_enabled | False | > | security_feature | spectre_meltdown_v1 | > | service_project_name | services | > | software_version | 19.09 | > | system_mode | simplex | > | system_type | All-in-one | > | timezone | America/Buenos_Aires | > | updated_at | 2019-09-16T17:19:59.886864+00:00 | > | uuid | d464f593-3ef8-417d-a5f7-ce31edda5240 | > | vswitch_type | ovs-dpdk | > +----------------------+--------------------------------------+ > > > > *Using this Build* > > > > ### > > ### StarlingX > > ### Built from master > > ### > > > > OS="centos" > > SW_VERSION="19.09" > > BUILD_TARGET="Host Installer" > > BUILD_TYPE="Formal" > > BUILD_ID="20190915T230000Z" > > > > JOB="STX_build_master_master" > > BUILD_BY="starlingx.build at cengn.ca" > > BUILD_NUMBER="251" > > BUILD_HOST="starlingx_mirror" > > BUILD_DATE="2019-09-15 23:00:00 +0000" > > But I get this error in a lost of build that i had downloaded. > > > > Any idea? > > > > Thanks, > > Mariano > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Tao.Liu at windriver.com Mon Sep 16 21:32:28 2019 From: Tao.Liu at windriver.com (Liu, Tao) Date: Mon, 16 Sep 2019 21:32:28 +0000 Subject: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0 In-Reply-To: References: <7242A3DC72E453498E3D783BBB134C3EA4EAB6CA@ALA-MBD.corp.ad.wrs.com> Message-ID: <7242A3DC72E453498E3D783BBB134C3EA4EAB72A@ALA-MBD.corp.ad.wrs.com> Hi Mariano Without ‘–f vswitch’, the memory is allocated to application by default. Tao From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Monday, September 16, 2019 5:29 PM To: Liu, Tao Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0 Hi Liu! thanks you very much i used the example provided in the AIO-Simplex system host-memory-modify controller-0 0 -1G 100 system host-memory-modify controller-0 1 -1G 100 I used this command too that i found in mails system host-memory-modify -1G 6 controller-0 0 system host-memory-modify -1G 6 controller-0 1 But didn't work too. Now i think all is correct. [sysadmin at controller-0 ~(keystone_admin)]$ system host-memory-modify -f vswitch -1G 1 controller-0 0 +-------------------------------------+--------------------------------------+ | Property | Value | +-------------------------------------+--------------------------------------+ | Memory: Usable Total (MiB) | 0 | | Platform (MiB) | 14500 | | Available (MiB) | 0 | | Huge Pages Configured | True | | vSwitch Huge Pages: Size (MiB) | 1024 | | Total | 0 | | Available | 0 | | Required | 1 | | Application Pages (4K): Total | None | | Application Huge Pages (2M): Total | 0 | | Available | 0 | | Application Huge Pages (1G): Total | 0 | | Total Pending | 6 | | Available | 0 | | uuid | 15bbaefc-2ce8-4a15-8443-f0d16ede8907 | | ihost_uuid | b70c90b6-4e55-46fe-9615-0858b992e829 | | inode_uuid | dc6d3381-7781-4bc8-b0d5-439fa446786d | | created_at | 2019-09-16T17:06:50.852250+00:00 | | updated_at | 2019-09-16T18:21:26.726327+00:00 | +-------------------------------------+--------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-memory-modify -f vswitch -1G 1 controller-0 1 +-------------------------------------+--------------------------------------+ | Property | Value | +-------------------------------------+--------------------------------------+ | Memory: Usable Total (MiB) | 0 | | Platform (MiB) | 2000 | | Available (MiB) | 0 | | Huge Pages Configured | True | | vSwitch Huge Pages: Size (MiB) | 1024 | | Total | 0 | | Available | 0 | | Required | 1 | | Application Pages (4K): Total | None | | Application Huge Pages (2M): Total | 0 | | Available | 0 | | Application Huge Pages (1G): Total | 0 | | Total Pending | 6 | | Available | 0 | | uuid | 0c8bd491-03cf-438b-a2de-de456feeadbf | | ihost_uuid | b70c90b6-4e55-46fe-9615-0858b992e829 | | inode_uuid | 720ed9e1-b3b3-4f76-af0c-19c68c84a9bf | | created_at | 2019-09-16T17:06:50.897623+00:00 | | updated_at | 2019-09-16T18:22:18.684078+00:00 | +-------------------------------------+--------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 +---------------------+-------------------------------------------------+ | Property | Value | +---------------------+-------------------------------------------------+ | action | none | | administrative | locked | | availability | online | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 7f80fc2f-15aa-4ebd-ae60-6a74728bf933 | | config_status | None | | config_target | 8d1ec049-d395-47cf-81a0-475ed9a2241c | | console | tty0 | | created_at | 2019-09-16T17:06:19.948809+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioning | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | xx:xx:xx:xx:xx:f4 | | operational | disabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | serialid | None | | software_load | 19.09 | | subfunction_avail | online | | subfunction_oper | disabled | | subfunctions | controller,worker | | task | Unlocking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-16T18:23:02.173472+00:00 | | uptime | 9041 | | uuid | b70c90b6-4e55-46fe-9615-0858b992e829 | | vim_progress_status | None | +---------------------+-------------------------------------------------+ Thank you very much for the help!!!! Mariano El lun., 16 sept. 2019 a las 18:18, Liu, Tao (>) escribió: Hi Mariano, You will need to configure vSwitch memory for each NUMA node prior to unlock: system host-memory-modify -f -1G <1G hugepages number> system host-memory-modify -f vswitch -1G 1 controller-0 0 system host-memory-modify -f vswitch -1G 1 controller-0 1 Tao From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Monday, September 16, 2019 5:04 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0 Hi guys! I'm trying to unlock a AIO-Simplex and i get this error message. [sysadmin at controller-0 log(keystone_admin)]$ system host-unlock controller-0 vSwitch socket memory must be allocated for numa node (0). I'm using OVS-DPDK [sysadmin at controller-0 log(keystone_admin)]$ system show +----------------------+--------------------------------------+ | Property | Value | +----------------------+--------------------------------------+ | contact | None | | created_at | 2019-09-16T17:04:24.225055+00:00 | | description | None | | https_enabled | False | | location | None | | name | 352094b2-28d1-4eec-abd1-25be70d0c8b9 | | region_name | RegionOne | | sdn_enabled | False | | security_feature | spectre_meltdown_v1 | | service_project_name | services | | software_version | 19.09 | | system_mode | simplex | | system_type | All-in-one | | timezone | America/Buenos_Aires | | updated_at | 2019-09-16T17:19:59.886864+00:00 | | uuid | d464f593-3ef8-417d-a5f7-ce31edda5240 | | vswitch_type | ovs-dpdk | +----------------------+--------------------------------------+ Using this Build ### ### StarlingX ### Built from master ### OS="centos" SW_VERSION="19.09" BUILD_TARGET="Host Installer" BUILD_TYPE="Formal" BUILD_ID="20190915T230000Z" JOB="STX_build_master_master" BUILD_BY="starlingx.build at cengn.ca" BUILD_NUMBER="251" BUILD_HOST="starlingx_mirror" BUILD_DATE="2019-09-15 23:00:00 +0000" But I get this error in a lost of build that i had downloaded. Any idea? Thanks, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Mon Sep 16 21:42:03 2019 From: sgw at linux.intel.com (Saul Wold) Date: Mon, 16 Sep 2019 14:42:03 -0700 Subject: [Starlingx-discuss] Creating flavor fails Message-ID: I am trying to create a cirros flavor via the following command openstack flavor create --ram 2048 --disk 20 --vcpus 1 --public --id auto f1.small And get the following error: internal endpoint for compute service in RegionOne region not found I see that I have a RegionOne via system show: [sysadmin at controller-0 ~(keystone_admin)]$ system show +----------------------+--------------------------------------+ | Property | Value | +----------------------+--------------------------------------+ | contact | None | | created_at | 2019-09-13T21:59:57.146797+00:00 | | description | None | | https_enabled | False | | location | None | | name | 31e1efb6-4530-45c7-a30f-e2877b71ce13 | | region_name | RegionOne | | sdn_enabled | False | | security_feature | spectre_meltdown_v1 | | service_project_name | services | | software_version | 19.09 | | system_mode | simplex | | system_type | All-in-one | | timezone | UTC | | updated_at | 2019-09-13T22:01:03.439769+00:00 | | uuid | 33bf1607-88c7-4cc2-bab0-e265b59f522e | | vswitch_type | none | +----------------------+--------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ What else could be missing? Sau! From dtroyer at gmail.com Mon Sep 16 21:48:17 2019 From: dtroyer at gmail.com (Dean Troyer) Date: Mon, 16 Sep 2019 16:48:17 -0500 Subject: [Starlingx-discuss] Creating flavor fails In-Reply-To: References: Message-ID: On Mon, Sep 16, 2019 at 4:43 PM Saul Wold wrote: > internal endpoint for compute service in RegionOne region not found What endpoints do you have for Compute in your service catalog? Check with: openstack catalog show compute I am not sure why it is trying to use an internal endpoint there, that may not be accessible depending on where you run that command. dt -- Dean Troyer dtroyer at gmail.com From sgw at linux.intel.com Mon Sep 16 21:58:14 2019 From: sgw at linux.intel.com (Saul Wold) Date: Mon, 16 Sep 2019 14:58:14 -0700 Subject: [Starlingx-discuss] Creating flavor fails In-Reply-To: References: Message-ID: <64406542-e6fa-1086-2ed0-165d392926a8@linux.intel.com> On 9/16/19 2:48 PM, Dean Troyer wrote: > On Mon, Sep 16, 2019 at 4:43 PM Saul Wold wrote: >> internal endpoint for compute service in RegionOne region not found > > What endpoints do you have for Compute in your service catalog? Check with: > > openstack catalog show compute > > I am not sure why it is trying to use an internal endpoint there, that > may not be accessible depending on where you run that command. > Well, seems I have no compute services! "service compute not found" I have set this up as an AIO-Simplex, the ansible playbook completed correctly and I followed up with the slew of commands to provision and unlock the controller-0 node. > dt > > openstack catalog list > +----------+-----------------+------------------------------------------+ > | Name | Type | Endpoints | > +----------+-----------------+------------------------------------------+ > | fm | faultmanagement | RegionOne | > | | | public: http://10.23.90.131:18002 | > | | | RegionOne | > | | | internal: http://192.168.204.2:18002 | > | | | RegionOne | > | | | admin: http://192.168.204.2:18002 | > | | | | > | barbican | key-manager | RegionOne | > | | | public: http://10.23.90.131:9311 | > | | | RegionOne | > | | | internal: http://192.168.204.2:9311 | > | | | RegionOne | > | | | admin: http://192.168.204.2:9311 | > | | | | > | keystone | identity | RegionOne | > | | | public: http://10.23.90.131:5000/v3 | > | | | RegionOne | > | | | internal: http://192.168.204.2:5000/v3 | > | | | RegionOne | > | | | admin: http://192.168.204.2:5000/v3 | > | | | | > | sysinv | platform | RegionOne | > | | | public: http://10.23.90.131:6385/v1 | > | | | RegionOne | > | | | internal: http://192.168.204.2:6385/v1 | > | | | RegionOne | > | | | admin: http://192.168.204.2:6385/v1 | > | | | | > | patching | patching | RegionOne | > | | | public: http://10.23.90.131:15491 | > | | | RegionOne | > | | | internal: http://192.168.204.2:5491 | > | | | RegionOne | > | | | admin: http://192.168.204.2:5491 | > | | | | > | vim | nfv | RegionOne | > | | | public: http://10.23.90.131:4545 | > | | | RegionOne | > | | | internal: http://192.168.204.2:4545 | > | | | RegionOne | > | | | admin: http://192.168.204.2:4545 | > | | | | > | smapi | smapi | RegionOne | > | | | public: http://10.23.90.131:7777 | > | | | RegionOne | > | | | internal: http://192.168.204.2:7777 | > | | | RegionOne | > | | | admin: http://192.168.204.2:7777 | > | | | | > +----------+-----------------+------------------------------------------+ From Ghada.Khalil at windriver.com Mon Sep 16 22:02:37 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Mon, 16 Sep 2019 22:02:37 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Release Meeting - Sept 12/2019 Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C2BE8@ALA-MBD.corp.ad.wrs.com> Agenda/Minutes are posted at: https://etherpad.openstack.org/p/stx-releases Release Team Meeting - September 12 2019 stx.3.0 - Release Plan: https://docs.google.com/spreadsheets/d/1ZFR-9-riwhIwiBYBmWmi1qOVyHtgJ8Xk_FaF2jp5rY0/edit#gid=1010323020 - StoryBoard Dashboard: https://storyboard.openstack.org/#!/board/186 - Made good progress - Features with missing info - Upversion Openstack to train - Bruce - Bruce: No concrete plan yet. Not comfortable with resourcing yet, especially on the test side. AR: Bruce to work on plan for next week. - Performance Testing Framework - Victor - Bruce: Some preliminary measurements were done. Want to make sure we are measuring the right things the right way. From a feature perspective, this is not tied directly to MS-3 as it doesn't affect the code base. - Agreed that this doesn't hold up MS-2. - Flock Versioning - Saul - Plan updated. infrastructure for stx.3.0 - Feature Deferrals - Need to make a proposal to the TSC and get their input/approval - Containerize Ceph - Bruce: Propose to change to prep and defer testing. Dev works will continue. - Agreed that given the system impact, the code will likely only be merged in master after stx.3.0 RC1 (branch creation) - Containerize OVS-DPDK - Bruce: Propose to change to prep and defer testing. Dev works will continue. - Containerized Openstack clients - Frank: Propose to defer to stx.4.0 -- Had sanity issues last time. No direct end user impact. Requires several weeks of work. - Partial Features - Review with TSC - Distributed Cloud - Dariush: Propose to defer openstack support to stx.4.0. Focus in stx.3.0 is on the platform piece. - B&R with containers - Frank: Propose to defer openstack support to stx.4.0. Focus in stx.3.0 is on the platform piece. - Layered Build - Frank: Phase 1 is done, but no secure resourcing for phase 2. Propose deferring phase 2 to stx.4.0 - Unstaffed Features - Review with TSC - IPv6 pxeboot network - R2 >> R3 Upgrades - Test Status - Agreed that Feature Test can be lag MS-3 by two weeks (Oct 30) - Regression -- Are we confident with current dates/duration? Any risks? - Made adjustments to schedule based on input from the test team - Overall Release Dates - Proposal is to push regression by 2wks with a knock-on effect of 1wk to the overall schedule stx.2.0 - Release Notes - Location: https://docs.starlingx.io/releasenotes/r2_release.html - Raw data is ready. Bill will follow Mike's instructions to contribute it to the docs repo. - Also agreed to add a pointer to the stx.2.0 open bugs - Maintenance Release - Current Target: the week of Sept 30 (soft target) - stx.2.0 branch: https://review.opendev.org/#/q/projects:+starlingx+branch:r/stx.2.0 - stx.2.0 gating bugs: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.2.0 - Current count: 11 - Now that master is open, Send a reminder to the mailing list for cherrypicks to r/stx.2.0 for gating issues. - Need to have enough code fixes to warrant a maintenance release - 2 security fixes are ready in master and can be cherrypicked From bruce.e.jones at intel.com Mon Sep 16 22:57:59 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Mon, 16 Sep 2019 22:57:59 +0000 Subject: [Starlingx-discuss] CNCF certification? Message-ID: <9A85D2917C58154C960D95352B22818BD07D6B72@fmsmsx123.amr.corp.intel.com> Now that we fully support Kubernetes, would it make sense for StarlingX to be certified by CNCF? https://www.cncf.io/certification/software-conformance/ brucej -------------- next part -------------- An HTML attachment was scrubbed... URL: From glenn.seiler at windriver.com Mon Sep 16 23:15:22 2019 From: glenn.seiler at windriver.com (Seiler, Glenn) Date: Mon, 16 Sep 2019 23:15:22 +0000 Subject: [Starlingx-discuss] CNCF certification? In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D6B72@fmsmsx123.amr.corp.intel.com> References: <9A85D2917C58154C960D95352B22818BD07D6B72@fmsmsx123.amr.corp.intel.com> Message-ID: I think that would be a good idea. I've been discussing it with some folks as well. And then include it in the CNCF Landscape. It would be good promotion/visibility for StarlingX. BTW, I worked with LF to get StarlingX put into LF Edge landscape. -glenn From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] Sent: Monday, September 16, 2019 3:58 PM To: 'starlingx-discuss at lists.starlingx.io' Subject: [Starlingx-discuss] CNCF certification? Now that we fully support Kubernetes, would it make sense for StarlingX to be certified by CNCF? https://www.cncf.io/certification/software-conformance/ brucej -------------- next part -------------- An HTML attachment was scrubbed... URL: From vm.rod25 at gmail.com Mon Sep 16 23:31:59 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Mon, 16 Sep 2019 18:31:59 -0500 Subject: [Starlingx-discuss] CNCF certification? In-Reply-To: References: <9A85D2917C58154C960D95352B22818BD07D6B72@fmsmsx123.amr.corp.intel.com> Message-ID: On Mon, Sep 16, 2019 at 6:16 PM Seiler, Glenn wrote: > > I think that would be a good idea. I’ve been discussing it with some folks as well. > > And then include it in the CNCF Landscape. It would be good promotion/visibility for StarlingX. > > > > BTW, I worked with LF to get StarlingX put into LF Edge landscape. I am interested in this last part, what was the result from this? having starling x on the track of LF Edge Landscape should be pretty cool Regards > > > -glenn > > > > From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > Sent: Monday, September 16, 2019 3:58 PM > To: 'starlingx-discuss at lists.starlingx.io' > Subject: [Starlingx-discuss] CNCF certification? > > > > Now that we fully support Kubernetes, would it make sense for StarlingX to be certified by CNCF? > > > > https://www.cncf.io/certification/software-conformance/ > > > > brucej > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From cindy.xie at intel.com Mon Sep 16 23:42:17 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Mon, 16 Sep 2019 23:42:17 +0000 Subject: [Starlingx-discuss] zero byte image In-Reply-To: References: Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3604B105@SHSMSX104.ccr.corp.intel.com> Volker, You still have 1.0 running (2+2+3) and you still have your data, right? You just want to backup your user data & restore it in your new 2.0 deployment? I am hoping that you didn't lost your data. Thx. - cindy From: von Hoesslin, Volker Sent: Monday, September 16, 2019 9:14 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] zero byte image hi, i'm big in trouble... i'm with you from the first hour and run an staringX 2018.10 in production mode (i know, i know, no comment please ;)) so, update to the new starlingX 2.0 version will need to reinstall the complete stack, but i need to backup some VMs first. based on this dokumentation https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html i got always an zero byte image, at the internet i got some posting that indicate the same problem, but for now, i cant fix it :( i have an full starlinX install with dedicated storage (2x controller, 2x compute, 3x storage). maybe someone can help me? greez & thx, volker... -------------- next part -------------- An HTML attachment was scrubbed... URL: From glenn.seiler at windriver.com Mon Sep 16 23:49:34 2019 From: glenn.seiler at windriver.com (Seiler, Glenn) Date: Mon, 16 Sep 2019 23:49:34 +0000 Subject: [Starlingx-discuss] CNCF certification? In-Reply-To: References: <9A85D2917C58154C960D95352B22818BD07D6B72@fmsmsx123.amr.corp.intel.com> Message-ID: Hi Victor StarlingX has always had a foundation in the Linux Foundation Edge due to the Akraino Project. StarlingX is a key component in some of the Akraino 1.0 blueprints. The LF Edge landscape project was started just a few months ago and is modeled after the now-famous CNCF Landscape. It is very early and there are much less projects/submissions than CNCF. But StarlingX is listed as an Edge Platform. See: https://landscape.lfedge.org/ -glenn -----Original Message----- From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] Sent: Monday, September 16, 2019 4:32 PM To: Seiler, Glenn Cc: Jones, Bruce E; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] CNCF certification? On Mon, Sep 16, 2019 at 6:16 PM Seiler, Glenn wrote: > > I think that would be a good idea. I’ve been discussing it with some folks as well. > > And then include it in the CNCF Landscape. It would be good promotion/visibility for StarlingX. > > > > BTW, I worked with LF to get StarlingX put into LF Edge landscape. I am interested in this last part, what was the result from this? having starling x on the track of LF Edge Landscape should be pretty cool Regards > > > -glenn > > > > From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > Sent: Monday, September 16, 2019 3:58 PM > To: 'starlingx-discuss at lists.starlingx.io' > Subject: [Starlingx-discuss] CNCF certification? > > > > Now that we fully support Kubernetes, would it make sense for StarlingX to be certified by CNCF? > > > > https://www.cncf.io/certification/software-conformance/ > > > > brucej > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From lw2dht at gmail.com Tue Sep 17 00:08:40 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Mon, 16 Sep 2019 21:08:40 -0300 Subject: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0 In-Reply-To: <7242A3DC72E453498E3D783BBB134C3EA4EAB72A@ALA-MBD.corp.ad.wrs.com> References: <7242A3DC72E453498E3D783BBB134C3EA4EAB6CA@ALA-MBD.corp.ad.wrs.com> <7242A3DC72E453498E3D783BBB134C3EA4EAB72A@ALA-MBD.corp.ad.wrs.com> Message-ID: Thanks again for the explanation Tao!! Redgards, Mariano El lun., 16 sept. 2019 a las 18:32, Liu, Tao () escribió: > Hi Mariano > > > > Without ‘–f vswitch’, the memory is allocated to application by default. > > > > Tao > > > > *From:* Mariano Ucha [mailto:lw2dht at gmail.com] > *Sent:* Monday, September 16, 2019 5:29 PM > *To:* Liu, Tao > *Cc:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] Get vSwitch socket memory must be > allocated for numa node (0). after trying to unlock controller-0 > > > > Hi Liu! > > > > thanks you very much i used the example provided in the AIO-Simplex > > > > system host-memory-modify controller-0 0 -1G 100 > > system host-memory-modify controller-0 1 -1G 100 > > I used this command too that i found in mails > > > > system host-memory-modify -1G 6 controller-0 0 > > system host-memory-modify -1G 6 controller-0 1 > > > > But didn't work too. > > > > Now i think all is correct. > > > > [sysadmin at controller-0 ~(keystone_admin)]$ system host-memory-modify -f > vswitch -1G 1 controller-0 0 > > +-------------------------------------+--------------------------------------+ > | Property | Value > | > > +-------------------------------------+--------------------------------------+ > | Memory: Usable Total (MiB) | 0 > | > | Platform (MiB) | 14500 > | > | Available (MiB) | 0 > | > | Huge Pages Configured | True > | > | vSwitch Huge Pages: Size (MiB) | 1024 > | > | Total | 0 > | > | Available | 0 > | > | Required | 1 > | > | Application Pages (4K): Total | None > | > | Application Huge Pages (2M): Total | 0 > | > | Available | 0 > | > | Application Huge Pages (1G): Total | 0 > | > | Total Pending | 6 > | > | Available | 0 > | > | uuid | > 15bbaefc-2ce8-4a15-8443-f0d16ede8907 | > | ihost_uuid | > b70c90b6-4e55-46fe-9615-0858b992e829 | > | inode_uuid | > dc6d3381-7781-4bc8-b0d5-439fa446786d | > | created_at | 2019-09-16T17:06:50.852250+00:00 > | > | updated_at | 2019-09-16T18:21:26.726327+00:00 > | > > +-------------------------------------+--------------------------------------+ > [sysadmin at controller-0 ~(keystone_admin)]$ system host-memory-modify -f > vswitch -1G 1 controller-0 1 > > +-------------------------------------+--------------------------------------+ > | Property | Value > | > > +-------------------------------------+--------------------------------------+ > | Memory: Usable Total (MiB) | 0 > | > | Platform (MiB) | 2000 > | > | Available (MiB) | 0 > | > | Huge Pages Configured | True > | > | vSwitch Huge Pages: Size (MiB) | 1024 > | > | Total | 0 > | > | Available | 0 > | > | Required | 1 > | > | Application Pages (4K): Total | None > | > | Application Huge Pages (2M): Total | 0 > | > | Available | 0 > | > | Application Huge Pages (1G): Total | 0 > | > | Total Pending | 6 > | > | Available | 0 > | > | uuid | > 0c8bd491-03cf-438b-a2de-de456feeadbf | > | ihost_uuid | > b70c90b6-4e55-46fe-9615-0858b992e829 | > | inode_uuid | > 720ed9e1-b3b3-4f76-af0c-19c68c84a9bf | > | created_at | 2019-09-16T17:06:50.897623+00:00 > | > | updated_at | 2019-09-16T18:22:18.684078+00:00 > | > > +-------------------------------------+--------------------------------------+ > > > > [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 > +---------------------+-------------------------------------------------+ > | Property | Value | > +---------------------+-------------------------------------------------+ > | action | none | > | administrative | locked | > | availability | online | > | bm_ip | None | > | bm_type | None | > | bm_username | None | > | boot_device | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | > | capabilities | {u'stor_function': u'monitor'} | > | config_applied | 7f80fc2f-15aa-4ebd-ae60-6a74728bf933 | > | config_status | None | > | config_target | 8d1ec049-d395-47cf-81a0-475ed9a2241c | > | console | tty0 | > | created_at | 2019-09-16T17:06:19.948809+00:00 | > | hostname | controller-0 | > | id | 1 | > | install_output | text | > | install_state | None | > | install_state_info | None | > | inv_state | inventoried | > | invprovision | provisioning | > | location | {} | > | mgmt_ip | 192.168.204.3 | > | mgmt_mac | xx:xx:xx:xx:xx:f4 | > | operational | disabled | > | personality | controller | > | reserved | False | > | rootfs_device | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | > | serialid | None | > | software_load | 19.09 | > | subfunction_avail | online | > | subfunction_oper | disabled | > | subfunctions | controller,worker | > | task | Unlocking | > | tboot | false | > | ttys_dcd | None | > | updated_at | 2019-09-16T18:23:02.173472+00:00 | > | uptime | 9041 | > | uuid | b70c90b6-4e55-46fe-9615-0858b992e829 | > | vim_progress_status | None | > +---------------------+-------------------------------------------------+ > > > > Thank you very much for the help!!!! > > > > Mariano > > > > El lun., 16 sept. 2019 a las 18:18, Liu, Tao () > escribió: > > Hi Mariano, > > > > You will need to configure vSwitch memory for each NUMA node prior to > unlock: > > system host-memory-modify -f -1G <1G hugepages number> > > > > > system host-memory-modify -f vswitch -1G 1 controller-0 0 > > system host-memory-modify -f vswitch -1G 1 controller-0 1 > > > > > > Tao > > > > *From:* Mariano Ucha [mailto:lw2dht at gmail.com] > *Sent:* Monday, September 16, 2019 5:04 PM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Get vSwitch socket memory must be > allocated for numa node (0). after trying to unlock controller-0 > > > > Hi guys! > > > > I'm trying to unlock a AIO-Simplex and i get this error message. > > > > [sysadmin at controller-0 log(keystone_admin)]$ system host-unlock > controller-0 > vSwitch socket memory must be allocated for numa node (0). > > > > *I'm using OVS-DPDK* > > > > [sysadmin at controller-0 log(keystone_admin)]$ system show > +----------------------+--------------------------------------+ > | Property | Value | > +----------------------+--------------------------------------+ > | contact | None | > | created_at | 2019-09-16T17:04:24.225055+00:00 | > | description | None | > | https_enabled | False | > | location | None | > | name | 352094b2-28d1-4eec-abd1-25be70d0c8b9 | > | region_name | RegionOne | > | sdn_enabled | False | > | security_feature | spectre_meltdown_v1 | > | service_project_name | services | > | software_version | 19.09 | > | system_mode | simplex | > | system_type | All-in-one | > | timezone | America/Buenos_Aires | > | updated_at | 2019-09-16T17:19:59.886864+00:00 | > | uuid | d464f593-3ef8-417d-a5f7-ce31edda5240 | > | vswitch_type | ovs-dpdk | > +----------------------+--------------------------------------+ > > > > *Using this Build* > > > > ### > > ### StarlingX > > ### Built from master > > ### > > > > OS="centos" > > SW_VERSION="19.09" > > BUILD_TARGET="Host Installer" > > BUILD_TYPE="Formal" > > BUILD_ID="20190915T230000Z" > > > > JOB="STX_build_master_master" > > BUILD_BY="starlingx.build at cengn.ca" > > BUILD_NUMBER="251" > > BUILD_HOST="starlingx_mirror" > > BUILD_DATE="2019-09-15 23:00:00 +0000" > > But I get this error in a lost of build that i had downloaded. > > > > Any idea? > > > > Thanks, > > Mariano > > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lw2dht at gmail.com Tue Sep 17 00:15:17 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Mon, 16 Sep 2019 21:15:17 -0300 Subject: [Starlingx-discuss] Error with Ceph OSD Message-ID: Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 * health: HEALTH_WARN* Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) * osd: 1 osds: 0 up, 0 in* data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Tue Sep 17 00:15:55 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Tue, 17 Sep 2019 00:15:55 +0000 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os (regression worries) In-Reply-To: References: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3604B1D2@SHSMSX104.ccr.corp.intel.com> Cold restart vs hot restart is one thing, but I am more concerning about one node in system and another node in sysinit call while they are in the same cluster and SM needs to manage those different nodes still. -----Original Message----- From: Victor Rodriguez Sent: Tuesday, September 17, 2019 5:11 AM To: Dominig ar Foll (Intel Open Source) Cc: starlingx ; Bin.Qian at windriver.com Subject: Re: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os (regression worries) On Mon, Sep 16, 2019 at 9:45 AM Dominig ar Foll (Intel Open Source) wrote: > > Hello, > > One of the comment/worry that have seen on the instant message was > about the potential regression risk related to the move to systemD. > I would like to share the exchange as it relevant for all the > community concerned by that topic. > > Question: > I am afraid that changing this will impact flocks functionality or big > regression testing is required. > > Response: > Adding security and multiOS support will require some retest for sure. > But if we add a plugin we could keep different DBs for different OSes. > One calling for init.d scripts for legacy support while for multiOS a > new DB would call for systemD. > With that model, we would minimise risk, as only minimalistic > regression test would be required until the DB content is changed for a given OS. > I like the idea, keep the current system working as it is and do not interfere with functionality in order to enable another OS has been part of our goals. The plugin solution is a great idea. The testing part is naturally, the more features we have / os we run the more testing it is needed. Does anyone one on the community think that this change need a spec? Thoughts from other OSs ( Debian / Yocto ) Regards Victor R > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Brent.Rowsell at windriver.com Tue Sep 17 00:44:50 2019 From: Brent.Rowsell at windriver.com (Rowsell, Brent) Date: Tue, 17 Sep 2019 00:44:50 +0000 Subject: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os (regression worries) In-Reply-To: References: <187aaee9-faf2-3303-be7d-5f1c1ad29339@fridu.net> Message-ID: <2588653EBDFFA34B982FAF00F1B4844EC269B644@ALA-MBD.corp.ad.wrs.com> This just seems wrong, multiple implementations where there is no technical reason to do so. The work should be done to migrate the sysvint scripts to systemd and have a common implementation across the different OS's. Brent -----Original Message----- From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] Sent: Monday, September 16, 2019 5:11 PM To: Dominig ar Foll (Intel Open Source) Cc: starlingx ; Qian, Bin Subject: Re: [Starlingx-discuss] [multi os] Need of systemd for adoption of flock services in other os (regression worries) On Mon, Sep 16, 2019 at 9:45 AM Dominig ar Foll (Intel Open Source) wrote: > > Hello, > > One of the comment/worry that have seen on the instant message was > about the potential regression risk related to the move to systemD. > I would like to share the exchange as it relevant for all the > community concerned by that topic. > > Question: > I am afraid that changing this will impact flocks functionality or big > regression testing is required. > > Response: > Adding security and multiOS support will require some retest for sure. > But if we add a plugin we could keep different DBs for different OSes. > One calling for init.d scripts for legacy support while for multiOS a > new DB would call for systemD. > With that model, we would minimise risk, as only minimalistic > regression test would be required until the DB content is changed for a given OS. > I like the idea, keep the current system working as it is and do not interfere with functionality in order to enable another OS has been part of our goals. The plugin solution is a great idea. The testing part is naturally, the more features we have / os we run the more testing it is needed. Does anyone one on the community think that this change need a spec? Thoughts from other OSs ( Debian / Yocto ) Regards Victor R > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From austin.sun at intel.com Tue Sep 17 00:58:05 2019 From: austin.sun at intel.com (Sun, Austin) Date: Tue, 17 Sep 2019 00:58:05 +0000 Subject: [Starlingx-discuss] Creating flavor fails In-Reply-To: <64406542-e6fa-1086-2ed0-165d392926a8@linux.intel.com> References: <64406542-e6fa-1086-2ed0-165d392926a8@linux.intel.com> Message-ID: Hi Saul: I think your env is still in platform keystone env, not Openstack keystone env yet. 1) could you check 'system application-list' if stx-openstack application has been applied ? 2) check "/etc/openstack/clouds.yaml" existing or not ? 3) if 1) and 2) are ok, you can 'sudo su' to switch root user , 'export OS_CLOUD=openstack_helm", and 'openstack flavor list' or create flavor. Thanks. BR Austin Sun. -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Tuesday, September 17, 2019 5:58 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Creating flavor fails On 9/16/19 2:48 PM, Dean Troyer wrote: > On Mon, Sep 16, 2019 at 4:43 PM Saul Wold wrote: >> internal endpoint for compute service in RegionOne region not found > > What endpoints do you have for Compute in your service catalog? Check with: > > openstack catalog show compute > > I am not sure why it is trying to use an internal endpoint there, that > may not be accessible depending on where you run that command. > Well, seems I have no compute services! "service compute not found" I have set this up as an AIO-Simplex, the ansible playbook completed correctly and I followed up with the slew of commands to provision and unlock the controller-0 node. > dt > > openstack catalog list > +----------+-----------------+------------------------------------------+ > | Name | Type | Endpoints | > +----------+-----------------+------------------------------------------+ > | fm | faultmanagement | RegionOne | > | | | public: http://10.23.90.131:18002 | > | | | RegionOne | > | | | internal: http://192.168.204.2:18002 | > | | | RegionOne | > | | | admin: http://192.168.204.2:18002 | > | | | | > | barbican | key-manager | RegionOne | > | | | public: http://10.23.90.131:9311 | > | | | RegionOne | > | | | internal: http://192.168.204.2:9311 | > | | | RegionOne | > | | | admin: http://192.168.204.2:9311 | > | | | | > | keystone | identity | RegionOne | > | | | public: http://10.23.90.131:5000/v3 | > | | | RegionOne | > | | | internal: http://192.168.204.2:5000/v3 | > | | | RegionOne | > | | | admin: http://192.168.204.2:5000/v3 | > | | | | > | sysinv | platform | RegionOne | > | | | public: http://10.23.90.131:6385/v1 | > | | | RegionOne | > | | | internal: http://192.168.204.2:6385/v1 | > | | | RegionOne | > | | | admin: http://192.168.204.2:6385/v1 | > | | | | > | patching | patching | RegionOne | > | | | public: http://10.23.90.131:15491 | > | | | RegionOne | > | | | internal: http://192.168.204.2:5491 | > | | | RegionOne | > | | | admin: http://192.168.204.2:5491 | > | | | | > | vim | nfv | RegionOne | > | | | public: http://10.23.90.131:4545 | > | | | RegionOne | > | | | internal: http://192.168.204.2:4545 | > | | | RegionOne | > | | | admin: http://192.168.204.2:4545 | > | | | | > | smapi | smapi | RegionOne | > | | | public: http://10.23.90.131:7777 | > | | | RegionOne | > | | | internal: http://192.168.204.2:7777 | > | | | RegionOne | > | | | admin: http://192.168.204.2:7777 | > | | | | > +----------+-----------------+------------------------------------------+ _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From austin.sun at intel.com Tue Sep 17 01:09:12 2019 From: austin.sun at intel.com (Sun, Austin) Date: Tue, 17 Sep 2019 01:09:12 +0000 Subject: [Starlingx-discuss] zero byte image In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3604B105@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604B105@SHSMSX104.ccr.corp.intel.com> Message-ID: Hi Volker: Would you like running command 'collect' in system to collect all necessary logs ? And then create new bug https://bugs.launchpad.net/starlingx and attached log to bug. Thanks. BR Austin Sun. From: Xie, Cindy [mailto:cindy.xie at intel.com] Sent: Tuesday, September 17, 2019 7:42 AM To: von Hoesslin, Volker ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] zero byte image Volker, You still have 1.0 running (2+2+3) and you still have your data, right? You just want to backup your user data & restore it in your new 2.0 deployment? I am hoping that you didn't lost your data. Thx. - cindy From: von Hoesslin, Volker > Sent: Monday, September 16, 2019 9:14 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] zero byte image hi, i'm big in trouble... i'm with you from the first hour and run an staringX 2018.10 in production mode (i know, i know, no comment please ;)) so, update to the new starlingX 2.0 version will need to reinstall the complete stack, but i need to backup some VMs first. based on this dokumentation https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html i got always an zero byte image, at the internet i got some posting that indicate the same problem, but for now, i cant fix it :( i have an full starlinX install with dedicated storage (2x controller, 2x compute, 3x storage). maybe someone can help me? greez & thx, volker... -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Tue Sep 17 01:42:15 2019 From: sgw at linux.intel.com (Saul Wold) Date: Mon, 16 Sep 2019 18:42:15 -0700 Subject: [Starlingx-discuss] Creating flavor fails In-Reply-To: References: <64406542-e6fa-1086-2ed0-165d392926a8@linux.intel.com> Message-ID: On 9/16/19 5:58 PM, Sun, Austin wrote: > Hi Saul: > I think your env is still in platform keystone env, not Openstack keystone env yet. > 1) could you check 'system application-list' if stx-openstack application has been applied ? Yes, stx-openstack is fully applied. > 2) check "/etc/openstack/clouds.yaml" existing or not ? Yes, there is a clouds.yaml file. > 3) if 1) and 2) are ok, you can 'sudo su' to switch root user , 'export OS_CLOUD=openstack_helm", and 'openstack flavor list' or create flavor. > Yes, I was able to do this as root user, I thought everything could be done as the sysadmin user with no sudo or root requirements. Am I missing some setup still? Sau! > Thanks. > BR > Austin Sun. > > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Tuesday, September 17, 2019 5:58 AM > To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] Creating flavor fails > > > > > On 9/16/19 2:48 PM, Dean Troyer wrote: >> On Mon, Sep 16, 2019 at 4:43 PM Saul Wold wrote: >>> internal endpoint for compute service in RegionOne region not found >> >> What endpoints do you have for Compute in your service catalog? Check with: >> >> openstack catalog show compute >> >> I am not sure why it is trying to use an internal endpoint there, that >> may not be accessible depending on where you run that command. >> > Well, seems I have no compute services! > > "service compute not found" > > I have set this up as an AIO-Simplex, the ansible playbook completed correctly and I followed up with the slew of commands to provision and unlock the controller-0 node. > > > >> dt >> >> openstack catalog list >> +----------+-----------------+------------------------------------------+ >> | Name | Type | Endpoints | >> +----------+-----------------+------------------------------------------+ >> | fm | faultmanagement | RegionOne | >> | | | public: http://10.23.90.131:18002 | >> | | | RegionOne | >> | | | internal: http://192.168.204.2:18002 | >> | | | RegionOne | >> | | | admin: http://192.168.204.2:18002 | >> | | | | >> | barbican | key-manager | RegionOne | >> | | | public: http://10.23.90.131:9311 | >> | | | RegionOne | >> | | | internal: http://192.168.204.2:9311 | >> | | | RegionOne | >> | | | admin: http://192.168.204.2:9311 | >> | | | | >> | keystone | identity | RegionOne | >> | | | public: http://10.23.90.131:5000/v3 | >> | | | RegionOne | >> | | | internal: http://192.168.204.2:5000/v3 | >> | | | RegionOne | >> | | | admin: http://192.168.204.2:5000/v3 | >> | | | | >> | sysinv | platform | RegionOne | >> | | | public: http://10.23.90.131:6385/v1 | >> | | | RegionOne | >> | | | internal: http://192.168.204.2:6385/v1 | >> | | | RegionOne | >> | | | admin: http://192.168.204.2:6385/v1 | >> | | | | >> | patching | patching | RegionOne | >> | | | public: http://10.23.90.131:15491 | >> | | | RegionOne | >> | | | internal: http://192.168.204.2:5491 | >> | | | RegionOne | >> | | | admin: http://192.168.204.2:5491 | >> | | | | >> | vim | nfv | RegionOne | >> | | | public: http://10.23.90.131:4545 | >> | | | RegionOne | >> | | | internal: http://192.168.204.2:4545 | >> | | | RegionOne | >> | | | admin: http://192.168.204.2:4545 | >> | | | | >> | smapi | smapi | RegionOne | >> | | | public: http://10.23.90.131:7777 | >> | | | RegionOne | >> | | | internal: http://192.168.204.2:7777 | >> | | | RegionOne | >> | | | admin: http://192.168.204.2:7777 | >> | | | | >> +----------+-----------------+------------------------------------------+ > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From chenjie.xu at intel.com Tue Sep 17 03:32:20 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Tue, 17 Sep 2019 03:32:20 +0000 Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring Message-ID: Hi Matt, For task "OVS collectd interface/port state monitoring", which parts should be monitored? For example: Bridge, Port. https://storyboard.openstack.org/#!/story/2002948 https://bugs.launchpad.net/starlingx/+bug/1834512 Bridge "br-phy1" Port "br-phy1" Interface "br-phy1" type: internal Port "eth1" Interface "eth1" type: dpdk options: {dpdk-devargs="0000:18:00.1", n_rxq="1"} Port "lldp8a3c28ca-7f" Interface "lldp8a3c28ca-7f" type: internal The command "ovs-ofctl dump-ports-desc $ovs_bridge" can be used with collectd for both OVS and OVS-DPDK. The link status for interfaces can be detected as below: For OVS: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: LINK_DOWN current: COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 0 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: 0 current: 1GB-FD COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 1000 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max For OVS-DPDK: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: LINK_DOWN current: AUTO_NEG speed: 0 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10GB-FD AUTO_NEG speed: 10000 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From erich.cm.lists at yandex.com Tue Sep 17 04:03:15 2019 From: erich.cm.lists at yandex.com (Erich Cordoba) Date: Mon, 16 Sep 2019 23:03:15 -0500 Subject: [Starlingx-discuss] collectd functionaliy broken due to missing dependency Message-ID: <1568692995.10651.0@yandex.com> Hi, The changes to update packages from upstream has been merged. However, there was an orphan review that was affected by the repo split[0]. This review is about fixing a runtime dependency for the collectd package. So, this means that even if tomoroow's build will be successful, the collectd functionality will be broken. I created a new review pointing to the new repository. https://review.opendev.org/#/c/682529/ If core reviewers can help to merged as soon as possible, it will be really helpful. Thanks. [0] https://review.opendev.org/#/c/653513/ From build.starlingx at gmail.com Tue Sep 17 04:08:54 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Tue, 17 Sep 2019 00:08:54 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 130 - Still Failing! In-Reply-To: <698078534.225.1568417751396.JavaMail.javamailuser@localhost> References: <698078534.225.1568417751396.JavaMail.javamailuser@localhost> Message-ID: <845824409.236.1568693334895.JavaMail.javamailuser@localhost> Project: STX_build_docker_images Build #: 130 Status: Still Failing Timestamp: 20190917T013935Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190916T230000Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190916T230000Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190916T230000Z/logs MASTER_BUILD_NUMBER: 252 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190916T230000Z DOCKER_BUILD_ID: jenkins-master-20190916T230000Z-builder TIMESTAMP: 20190916T230000Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/outputs From build.starlingx at gmail.com Tue Sep 17 04:08:57 2019 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Tue, 17 Sep 2019 00:08:57 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_master_master - Build # 252 - Failure! Message-ID: <1152000005.239.1568693337896.JavaMail.javamailuser@localhost> Project: STX_build_master_master Build #: 252 Status: Failure Timestamp: 20190916T230000Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190916T230000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: false From ezpeerchen at gmail.com Tue Sep 17 07:45:11 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 17 Sep 2019 15:45:11 +0800 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 Message-ID: Dear all, Please help check if this is my misunderstanding. Issue: Flat Network not working on STX R2.0 but it's working on STX R1.0. VM instance can't ping to public network with static IP configuration. Create Flat network on STX R1.0: ============================================================= #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= Interface setting on STXR2.0: [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list controller-0 +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | uuid | name | class | type | vlan | ports | uses | used by | attributes | | | | | | id | | i/f | i/f | | +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list +--------------------------------------+----------+--------------+------+ | uuid | name | network_type | mtu | +--------------------------------------+----------+--------------+------+ | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | [sysadmin at controller-0 ~(keystone_admin)]$ system interface-datanetwork-list controller-0 +--------------+--------------------------------------+-----------+------------------+ | hostname | uuid | ifname | datanetwork_name | +--------------+--------------------------------------+-----------+------------------+ | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | phy-flat | +--------------+--------------------------------------+-----------+------------------+ Create Flat network on STX R2.0: ============================================================= #export OS_CLOUD=openstack_helm #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --project ${ADMINID} --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= The same procedure to create flat network on STX R1.0 and R2.0. But the vm instance can't get ip and can't ping to public network with static IP configuration on STX R2.0. Please help check this issue. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Tue Sep 17 08:04:37 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 17 Sep 2019 16:04:37 +0800 Subject: [Starlingx-discuss] Creating flavor fails In-Reply-To: References: <64406542-e6fa-1086-2ed0-165d392926a8@linux.intel.com> Message-ID: Dear Saul, follow this document: https://docs.starlingx.io/deploy_install_guides/current/access_starlingx_openstack.html *Do not use* source /etc/platform/openrc . example: controller-0:~$ export OS_CLOUD=openstack_helm controller-0:~$ openstack flavor create --ram 2048 --disk 20 --vcpus 1 --public --id auto test.small +----------------------------+--------------------------------------+ | Field | Value | +----------------------------+--------------------------------------+ | OS-FLV-DISABLED:disabled | False | | OS-FLV-EXT-DATA:ephemeral | 0 | | disk | 20 | | id | 2987b202-e340-4a0a-a234-36612fc4873a | | name | test.small | | os-flavor-access:is_public | True | | properties | | | ram | 2048 | | rxtx_factor | 1.0 | | swap | | | vcpus | 1 | +----------------------------+--------------------------------------+ controller-0:~$ Saul Wold 於 2019年9月17日 週二 上午9:44寫道: > > > On 9/16/19 5:58 PM, Sun, Austin wrote: > > Hi Saul: > > I think your env is still in platform keystone env, not Openstack > keystone env yet. > > 1) could you check 'system application-list' if stx-openstack > application has been applied ? > Yes, stx-openstack is fully applied. > > > 2) check "/etc/openstack/clouds.yaml" existing or not ? > Yes, there is a clouds.yaml file. > > > 3) if 1) and 2) are ok, you can 'sudo su' to switch root user , 'export > OS_CLOUD=openstack_helm", and 'openstack flavor list' or create flavor. > > > Yes, I was able to do this as root user, I thought everything could be > done as the sysadmin user with no sudo or root requirements. > > Am I missing some setup still? > > Sau! > > > Thanks. > > BR > > Austin Sun. > > > > -----Original Message----- > > From: Saul Wold [mailto:sgw at linux.intel.com] > > Sent: Tuesday, September 17, 2019 5:58 AM > > To: starlingx-discuss at lists.starlingx.io > > Subject: Re: [Starlingx-discuss] Creating flavor fails > > > > > > > > > > On 9/16/19 2:48 PM, Dean Troyer wrote: > >> On Mon, Sep 16, 2019 at 4:43 PM Saul Wold wrote: > >>> internal endpoint for compute service in RegionOne region not found > >> > >> What endpoints do you have for Compute in your service catalog? Check > with: > >> > >> openstack catalog show compute > >> > >> I am not sure why it is trying to use an internal endpoint there, that > >> may not be accessible depending on where you run that command. > >> > > Well, seems I have no compute services! > > > > "service compute not found" > > > > I have set this up as an AIO-Simplex, the ansible playbook completed > correctly and I followed up with the slew of commands to provision and > unlock the controller-0 node. > > > > > > > >> dt > >> > >> openstack catalog list > >> > +----------+-----------------+------------------------------------------+ > >> | Name | Type | Endpoints > | > >> > +----------+-----------------+------------------------------------------+ > >> | fm | faultmanagement | RegionOne > | > >> | | | public: http://10.23.90.131:18002 > | > >> | | | RegionOne > | > >> | | | internal: http://192.168.204.2:18002 > | > >> | | | RegionOne > | > >> | | | admin: http://192.168.204.2:18002 > | > >> | | | > | > >> | barbican | key-manager | RegionOne > | > >> | | | public: http://10.23.90.131:9311 > | > >> | | | RegionOne > | > >> | | | internal: http://192.168.204.2:9311 > | > >> | | | RegionOne > | > >> | | | admin: http://192.168.204.2:9311 > | > >> | | | > | > >> | keystone | identity | RegionOne > | > >> | | | public: http://10.23.90.131:5000/v3 > | > >> | | | RegionOne > | > >> | | | internal: http://192.168.204.2:5000/v3 > | > >> | | | RegionOne > | > >> | | | admin: http://192.168.204.2:5000/v3 > | > >> | | | > | > >> | sysinv | platform | RegionOne > | > >> | | | public: http://10.23.90.131:6385/v1 > | > >> | | | RegionOne > | > >> | | | internal: http://192.168.204.2:6385/v1 > | > >> | | | RegionOne > | > >> | | | admin: http://192.168.204.2:6385/v1 > | > >> | | | > | > >> | patching | patching | RegionOne > | > >> | | | public: http://10.23.90.131:15491 > | > >> | | | RegionOne > | > >> | | | internal: http://192.168.204.2:5491 > | > >> | | | RegionOne > | > >> | | | admin: http://192.168.204.2:5491 > | > >> | | | > | > >> | vim | nfv | RegionOne > | > >> | | | public: http://10.23.90.131:4545 > | > >> | | | RegionOne > | > >> | | | internal: http://192.168.204.2:4545 > | > >> | | | RegionOne > | > >> | | | admin: http://192.168.204.2:4545 > | > >> | | | > | > >> | smapi | smapi | RegionOne > | > >> | | | public: http://10.23.90.131:7777 > | > >> | | | RegionOne > | > >> | | | internal: http://192.168.204.2:7777 > | > >> | | | RegionOne > | > >> | | | admin: http://192.168.204.2:7777 > | > >> | | | > | > >> > +----------+-----------------+------------------------------------------+ > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Tue Sep 17 08:23:47 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Tue, 17 Sep 2019 08:23:47 +0000 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Hi Ezpeer, Could you please share all your steps for stx2.0 including creating datanetwork, binding interface to datanetwork and so on. The following commands will create an internal flat network for VMs: openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat Typically you should not create VMs on external network. You should create an internal network and create VMs on internal network. The external network and internal network should be connected by router. Then you can ping external network in VM. The below commands can be referred: ADMINID=`openstack project list | grep admin | awk '{print $2}'` PHYSNET0='flat_external' PHYSNET1='flat_internal' PUBLICNET='public-net0' EXTERNALNET='external-net0' PUBLICSUBNET='public-subnet0' EXTERNALSUBNET='external-subnet0' PUBLICROUTER='public-router0' openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=${PHYSNET0} --share --external ${EXTERNALNET} openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=${PHYSNET1} ${PUBLICNET} PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print $2}'` EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print $2}'` openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network ${PUBLICNET} --subnet-range 192.168.101.0/24 openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range 192.168.100.0/24 --ip-version 4 openstack router create ${PUBLICROUTER} PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk '{print $2}'` openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} --disable-snat openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Tuesday, September 17, 2019 3:45 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear all, Please help check if this is my misunderstanding. Issue: Flat Network not working on STX R2.0 but it's working on STX R1.0. VM instance can't ping to public network with static IP configuration. Create Flat network on STX R1.0: ============================================================= #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= Interface setting on STXR2.0: [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list controller-0 +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | uuid | name | class | type | vlan | ports | uses | used by | attributes | | | | | | id | | i/f | i/f | | +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list +--------------------------------------+----------+--------------+------+ | uuid | name | network_type | mtu | +--------------------------------------+----------+--------------+------+ | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | [sysadmin at controller-0 ~(keystone_admin)]$ system interface-datanetwork-list controller-0 +--------------+--------------------------------------+-----------+------------------+ | hostname | uuid | ifname | datanetwork_name | +--------------+--------------------------------------+-----------+------------------+ | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | phy-flat | +--------------+--------------------------------------+-----------+------------------+ Create Flat network on STX R2.0: ============================================================= #export OS_CLOUD=openstack_helm #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --project ${ADMINID} --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= The same procedure to create flat network on STX R1.0 and R2.0. But the vm instance can't get ip and can't ping to public network with static IP configuration on STX R2.0. Please help check this issue. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Tue Sep 17 08:30:35 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 17 Sep 2019 16:30:35 +0800 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Dear Chenjie, I follow this document: https://wiki.openstack.org/wiki/StarlingX/Networking Section: - Configure the flat network. My procedure on STX R1.0 is working, but not working on STX R2.0. data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> PC/NB 192.168.100.x/24 VM instance ping to PC/NB fail on STX R2.0. Thanks Xu, Chenjie 於 2019年9月17日 週二 下午4:23寫道: > Hi Ezpeer, > > Could you please share all your steps for stx2.0 including creating > datanetwork, binding interface to datanetwork and so on. > > > > The following commands will create an internal flat network for VMs: > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=phy-flat netflat > > > > Typically you should not create VMs on external network. You should create > an internal network and create VMs on internal network. The external > network and internal network should be connected by router. Then you can > ping external network in VM. The below commands can be referred: > > ADMINID=`openstack project list | grep admin | awk '{print $2}'` > > PHYSNET0='flat_external' > > PHYSNET1='flat_internal' > > PUBLICNET='public-net0' > > EXTERNALNET='external-net0' > > PUBLICSUBNET='public-subnet0' > > EXTERNALSUBNET='external-subnet0' > > PUBLICROUTER='public-router0' > > > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=${PHYSNET0} --share --external ${EXTERNALNET} > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=${PHYSNET1} ${PUBLICNET} > > PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print $2}'` > > EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print > $2}'` > > openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network > ${PUBLICNET} --subnet-range 192.168.101.0/24 > > openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway > 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range > 192.168.100.0/24 --ip-version 4 > > openstack router create ${PUBLICROUTER} > > PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk '{print > $2}'` > > openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} > --disable-snat > > openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} > > > > Best Regards, > > Xu, Chenjie > > > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Tuesday, September 17, 2019 3:45 PM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear all, > > > > Please help check if this is my misunderstanding. > > > > Issue: > > Flat Network not working on STX R2.0 but it's working on STX R1.0. VM > instance can't ping to public network with static IP configuration. > > > > > > Create Flat network on STX R1.0: > > ============================================================= > > #ADMINID=`openstack project list | grep admin | awk '{print $2}'` > #openstack network create --project ${ADMINID} > --provider-network-type=flat --provider-physical-network=phy-flat netflat > #openstack subnet create --project ${ADMINID} netflat-subnet --network > netflat --subnet-range 192.168.100.0/24 > #openstack server create --image cirros --flavor m1.tiny --network netflat > vm1 > > > > ============================================================= > > > > Interface setting on STXR2.0: > > > > [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list > controller-0 > > +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ > | uuid | name | class | type > | vlan | ports | uses | used by | attributes | > | | | | > | id | | i/f | i/f | | > > +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ > | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet > | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | > > > [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list > +--------------------------------------+----------+--------------+------+ > | uuid | name | network_type | mtu | > +--------------------------------------+----------+--------------+------+ > | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | > > > [sysadmin at controller-0 ~(keystone_admin)]$ system > interface-datanetwork-list controller-0 > > +--------------+--------------------------------------+-----------+------------------+ > | hostname | uuid | ifname | > datanetwork_name | > > +--------------+--------------------------------------+-----------+------------------+ > | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | > phy-flat | > > +--------------+--------------------------------------+-----------+------------------+ > > > > > > Create Flat network on STX R2.0: > > ============================================================= > > #export OS_CLOUD=openstack_helm > #ADMINID=`openstack project list | grep admin | awk '{print $2}'` > #openstack network create --project ${ADMINID} > --provider-network-type=flat --provider-physical-network=phy-flat netflat > #openstack subnet create --project ${ADMINID} netflat-subnet --network > netflat --subnet-range 192.168.100.0/24 > #openstack server create --project ${ADMINID} --image cirros --flavor > m1.tiny --network netflat vm1 > > > > ============================================================= > > > > > > The same procedure to create flat network on STX R1.0 and R2.0. > > > > But the vm instance can't get ip and can't ping to public network with > static IP configuration on STX R2.0. > > > > Please help check this issue. > > > > > > > > > > > > > > Thanks > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Tue Sep 17 09:34:40 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Tue, 17 Sep 2019 11:34:40 +0200 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? Message-ID: Hello, I wonder why StarlingX needs to build locally a version of Helm and Helm Infra. Would it be possible to use the OpenSUSE release ? Release 2.13 and 3.0 are already available. Would any do ? -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From ildiko.vancsa at gmail.com Tue Sep 17 09:40:22 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Tue, 17 Sep 2019 10:40:22 +0100 Subject: [Starlingx-discuss] Combined PL/TL/TSC Election Season - ACTION NEEDED In-Reply-To: <1E3D0871-72DF-47DB-A34A-CD988CCA0289@gmail.com> References: <4E11F7A6-79D6-4FD2-91F7-47869B67FE79@gmail.com> <9A85D2917C58154C960D95352B22818BD07C5B18@fmsmsx123.amr.corp.intel.com> <1E3D0871-72DF-47DB-A34A-CD988CCA0289@gmail.com> Message-ID: <6E9AF8CC-BBBF-4622-B179-443BEF9D1610@gmail.com> Hi StarlingX Community, I’m reaching out to you to remind you to some of the preparation steps for the upcoming elections. Please review your preferred email address in Gerrit and update in case needed by __September 20, 2019 00:00 UTC__. Please also remember to register a Foundation individual membership account in case you haven’t done it yet here: https://www.openstack.org/join/ For further details please visit: https://docs.starlingx.io/election/ If you have any questions which you feel affect others please reply to this email thread. If you have any questions that you wish to discuss in private please email any of the election officials[1] so that we may address your concerns. Thank you, [1] https://docs.starlingx.io/election/#election-officials >> >> -----Original Message----- >> From: Ildiko Vancsa [mailto:ildiko.vancsa at gmail.com] >> Sent: Thursday, September 5, 2019 4:06 AM >> To: starlingx >> Subject: [Starlingx-discuss] Combined PL/TL/TSC Election Season >> >> Hi StarlingX Community, >> >> The second election season is starting in just a bit over a month from now. This email contains important information about the elections, please read carefully. >> >> For all the details on the elections please visit: https://docs.starlingx.io/election/ >> >> The nomination period officially begins on __October 6, 2019, 20:45 UTC__. >> >> Please read the stipulations and timelines for candidates and electorate contained in the above governance documentation. >> >> IMPORTANT CHANGE: differently from the previous elections if you would like to run for any open position you need to register as an OpenStack Foundation individual member prior to when the nomination period starts. >> >> Also please note that you are required to confirm your preferred email address in Gerrit by __September 20, 2019 00:00 UTC__ as described here: https://docs.starlingx.io/election/#electorate to make sure ballots are sent out to the correct addresses. >> >> As decided by the TSC group and the election officials the 2019, H2 PL/TL and TSC elections will run concurrently; deadlines for their nomination and voting activities are synchronized but will still use separate ballots. >> >> Please note, if only one candidate is nominated as PL or TL for a project team during the PL/TL nomination period, that candidate will win by acclaim, and there will be no poll. There will only be a poll if there is more than one candidate stepping forward for a project team's PL or TL position. >> >> There will be further announcements posted to the mailing list as action is required from the electorate or candidates. This email is for information purposes only. >> >> If you have any questions which you feel affect others please reply to this email thread. >> >> If you have any questions that you which to discuss in private please email any of the election officials[1] so that we may address your concerns. >> >> Thank you, >> >> [1] https://docs.starlingx.io/election/#election-officials >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From cindy.xie at intel.com Tue Sep 17 10:02:56 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Tue, 17 Sep 2019 10:02:56 +0000 Subject: [Starlingx-discuss] Weekly StarlingX non-OpenStack distro meeting In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F35F28711@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F35F28711@SHSMSX104.ccr.corp.intel.com> Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3604BCA0@SHSMSX104.ccr.corp.intel.com> All, Please be informed that I am travelling and not able to host the meeting for this week - I am going to cancel tomorrow's meeting. We can follow up next week and please use mailing list for any topic needs attention. Thx. - cindy -----Original Appointment----- From: Xie, Cindy Sent: Thursday, April 25, 2019 5:42 PM To: Xie, Cindy; 'zhaos'; Wold, Saul; 'starlingx-discuss at lists.starlingx.io'; 'Rowsell, Brent' Cc: Armstrong, Robert H; 'Komiyama, Takeo'; 'Eslimi, Dariush'; 'Seiler, Glenn'; 'Peng Tan'; 'Chen, Jacky'; Gomez, Juan P; 'Waines, Greg'; 'Zhi Zhi2 Chang'; 'Badea, Daniel'; Jones, Bruce E; Chen, Tingjie; 'Carlos Cebrian'; Cobbley, David A; Hu, Wei W Subject: Weekly StarlingX non-OpenStack distro meeting When: Wednesday, September 18, 2019 9:00 PM-10:00 PM (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi. Where: https://zoom.us/j/342730236 * Cadence and time slot: o Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) * Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ * Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Tue Sep 17 10:30:30 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Tue, 17 Sep 2019 10:30:30 +0000 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: References: Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> + Tingjie who may able to provide help. From: Mariano Ucha Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 health: HEALTH_WARN Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) osd: 1 osds: 0 up, 0 in data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Tue Sep 17 11:41:19 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Tue, 17 Sep 2019 11:41:19 +0000 Subject: [Starlingx-discuss] Community Call (Sep 18, 2019) Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF91D1@ALA-MBD.corp.ad.wrs.com> Hi folks, reminder of the Community call tomorrow. Topics on the agenda include these - feel free to add more at [0]... - 3.0 Milestone-2 - Upcoming elections and project/repo restructuring - Erich's Guide to deploy simplex StarlingX 2.0 in a virtual environment - Requirements for commit messages - Project overview slide deck update - FYI: how to 'delete' a StoryBoard - and, lots of new ARs from last week's meeting Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190918T1400 From shaxiaoz_7443 at qq.com Tue Sep 17 07:00:35 2019 From: shaxiaoz_7443 at qq.com (=?gb18030?B?NTA0NjI2Njg0?=) Date: Tue, 17 Sep 2019 15:00:35 +0800 Subject: [Starlingx-discuss] what's the difference of the starlingx with Openstack In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3603EC7F@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3603EC7F@SHSMSX104.ccr.corp.intel.com> Message-ID: Hi, I am learning Starlingx. I will join. Thank you! -- LiuZheng ------------------ Original ------------------ From: "Xie, Cindy"; Date: Sat, Sep 7, 2019 12:43 PM To: "504626684";"Penney, Don";"Sun, Austin";"mailman";"luzitao at chinatelecom.cn"; Cc: "'starlingx-discuss at lists.starlingx.io'"; Subject: RE: what's the difference of the starlingx with Openstack Hi, Liu Zheng, Not sure if you question got answered. I noticed that you are in China, and if you’re still interested, we have a StarlingX meetup event in Beijing on Sep 20th, and you’re welcome to join. Details see: https://etherpad.openstack.org/p/OpenSource-StarlingX_meetup-Beijing Thx. - cindy From: 504626684 Sent: Tuesday, August 6, 2019 9:16 AM To: Penney, Don ; Xie, Cindy ; starlingx-discuss ; Sun, Austin ; mailman ; luzitao at chinatelecom.cn Subject: what's the difference of the starlingx with Openstack Hi, From now on, I read some projects and documents of Starlingx, but I haven't learned the real difference with the Openstack yet. Who have the infomation of this question, please tell me. Thank you. -- Liu zheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Tue Sep 17 10:03:07 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Tue, 17 Sep 2019 10:03:07 +0000 Subject: [Starlingx-discuss] Canceled: Weekly StarlingX non-OpenStack distro meeting Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3604BCAB@SHSMSX104.ccr.corp.intel.com> * Cadence and time slot: o Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) * Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ * Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 4054 bytes Desc: not available URL: From bruce.e.jones at intel.com Tue Sep 17 13:14:17 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Tue, 17 Sep 2019 13:14:17 +0000 Subject: [Starlingx-discuss] Need volunteers for OpenStack upgrade Message-ID: <9A85D2917C58154C960D95352B22818BD07E0D02@fmsmsx123.amr.corp.intel.com> We have a number of tasks that need to be completed for the upgrade to OpenStack Train. We were unable to find volunteers for the work at the distro.openstack meeting today so I am casting a wider net. If you are ready, willing and able to take on some of these tasks, please let me know soonest. The tasks can be found here: https://storyboard.openstack.org/#!/story/2006544 brucej -------------- next part -------------- An HTML attachment was scrubbed... URL: From Al.Bailey at windriver.com Tue Sep 17 13:23:00 2019 From: Al.Bailey at windriver.com (Bailey, Henry Albert (Al)) Date: Tue, 17 Sep 2019 13:23:00 +0000 Subject: [Starlingx-discuss] huge number of duplicated .pyo and .pyc files in packages In-Reply-To: <00416b82-b49b-1a03-c943-c227f21d0f41@fridu.net> References: <00416b82-b49b-1a03-c943-c227f21d0f41@fridu.net> Message-ID: I didn’t see if anyone already replied to your email Did you already try updating your Makefile or spec files with PYTHONDONTWRITEBYTECODE https://docs.python.org/2/using/cmdline.html#envvar-PYTHONDONTWRITEBYTECODE That env setting exists in python2 and python3. Al -----Original Message----- From: Dominig ar Foll (Intel Open Source) [mailto:dominig.arfoll at fridu.net] Sent: Monday, September 16, 2019 1:16 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] huge number of duplicated .pyo and .pyc files in packages Hello, I have just reworked the package "starlingx-dashboard" to read source from git. At build time, I have 189 warning which leads to an error (badness >100) which is well deserved. Obviously I can hide the error with an %fdupes macro but I do not like it. Do we need all those duplication in the installed packages ? Could it be made a bit cleaner by the package owner ? Thanks. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre .... [ 11s] starlingx-dashboard.noarch: W: files-duplicate /usr/lib/python2.7/site-packages/starlingx_dashboard/templatetags/getvalue.pyo /usr/lib/python2.7/site-packages/starlingx_dashboard/templatetags/getvalue.pyc [ 11s] starlingx-dashboard.noarch: W: files-duplicate /usr/lib/python2.7/site-packages/starlingx_dashboard/utils/__init__.pyo /usr/lib/python2.7/site-packages/starlingx_dashboard/utils/__init__.pyc [ 11s] starlingx-dashboard.noarch: W: files-duplicate /usr/lib/python2.7/site-packages/starlingx_dashboard/utils/objectify.pyc /usr/lib/python2.7/site-packages/starlingx_dashboard/utils/objectify.pyo [ 11s] starlingx-dashboard.noarch: W: files-duplicate /usr/lib/python2.7/site-packages/starlingx_dashboard/version.pyc /usr/lib/python2.7/site-packages/starlingx_dashboard/version.pyo [ 11s] starlingx-dashboard.noarch: W: no-version-in-last-changelog [ 11s] starlingx-dashboard.src: W: no-version-in-last-changelog [ 11s] The latest changelog entry doesn't contain a version. Please insert the [ 11s] version that is coherent with the version of the package and rebuild it. [ 11s] ... [ 11s] 2 packages and 0 specfiles checked; 1 errors, 189 warnings. [ 11s] starlingx-dashboard.noarch: E: files-duplicated-waste (Badness: 100) 916345 _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From haochuan.z.chen at intel.com Tue Sep 17 13:31:00 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Tue, 17 Sep 2019 13:31:00 +0000 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> Hi Mariano What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder /etc/ /var/log BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie ; Chen, Haochuan Z Subject: RE: [Starlingx-discuss] Error with Ceph OSD + Tingjie who may able to provide help. From: Mariano Ucha > Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 health: HEALTH_WARN Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) osd: 1 osds: 0 up, 0 in data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From wang.ya at 99cloud.net Tue Sep 17 13:30:59 2019 From: wang.ya at 99cloud.net (wang.ya) Date: Tue, 17 Sep 2019 21:30:59 +0800 Subject: [Starlingx-discuss] Need volunteers for OpenStack upgrade Message-ID: <569E0F05-B615-4D30-A81D-588157E0C2E2@99cloud.net> Hi: 36618: Did you mean generate docker image from OpenStack train code and test they can work, not build stx from OpenStack train code? 36621: The main code of NUMA aware live migration was merged upstream, need we port it to stx-nova? [1] 36622: I can help with this because I’m using ironic, but I’m not very familiar with stx-config & openstack-helm :( [1]: https://review.opendev.org/#/q/(status:merged+OR+status:open)+project:openstack/nova+branch:master+topic:bp/numa-aware-live-migration Best Regards From: on behalf of "Jones, Bruce E" Date: Tuesday, September 17, 2019 at 9:14 PM To: "'starlingx-discuss at lists.starlingx.io'" Subject: [Starlingx-discuss] Need volunteers for OpenStack upgrade We have a number of tasks that need to be completed for the upgrade to OpenStack Train. We were unable to find volunteers for the work at the distro.openstack meeting today so I am casting a wider net. If you are ready, willing and able to take on some of these tasks, please let me know soonest. The tasks can be found here: https://storyboard.openstack.org/#!/story/2006544 brucej _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matt.Peters at windriver.com Tue Sep 17 13:32:24 2019 From: Matt.Peters at windriver.com (Peters, Matt) Date: Tue, 17 Sep 2019 13:32:24 +0000 Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring In-Reply-To: References: Message-ID: <0C58DF2E-2CC4-4D6B-97D4-107ADCCA30CC@windriver.com> Hi Chenjie, Yes, the dump-ports-desc can be used to obtain the current port state and negotiated state with the peer. This data will need to be mapped back to the data interface mapping of the host so that the appropriate alarms may be raised against the proper entity. In addition, if the data interface is a bond, the following information will also have to be retrieved in order to obtain the full state of the bond interface, including LACP information (if applicable). ovs-appctl bond/show ovs-appctl lacp/show Finally, the alarming behavior should be the following: Data port is down and does not belong to a bond – Critical Alarm Data port(s) down, but enabled port remains in bond – Major Alarm (degraded service) All data ports down in a bond – Critical Alarm From: "Xu, Chenjie" Date: Monday, September 16, 2019 at 11:32 PM To: "Peters, Matt" Cc: "starlingx-discuss at lists.starlingx.io" , "Zhao, Forrest" , Ghada Khalil Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, For task “OVS collectd interface/port state monitoring”, which parts should be monitored? For example: Bridge, Port. https://storyboard.openstack.org/#!/story/2002948 https://bugs.launchpad.net/starlingx/+bug/1834512 Bridge "br-phy1" Port "br-phy1" Interface "br-phy1" type: internal Port "eth1" Interface "eth1" type: dpdk options: {dpdk-devargs="0000:18:00.1", n_rxq="1"} Port "lldp8a3c28ca-7f" Interface "lldp8a3c28ca-7f" type: internal The command “ovs-ofctl dump-ports-desc $ovs_bridge” can be used with collectd for both OVS and OVS-DPDK. The link status for interfaces can be detected as below: For OVS: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: LINK_DOWN current: COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 0 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: 0 current: 1GB-FD COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 1000 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max For OVS-DPDK: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: LINK_DOWN current: AUTO_NEG speed: 0 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10GB-FD AUTO_NEG speed: 10000 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From Don.Penney at windriver.com Tue Sep 17 13:35:37 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Tue, 17 Sep 2019 13:35:37 +0000 Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 130 - Still Failing! In-Reply-To: <845824409.236.1568693334895.JavaMail.javamailuser@localhost> References: <698078534.225.1568417751396.JavaMail.javamailuser@localhost> <845824409.236.1568693334895.JavaMail.javamailuser@localhost> Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC1581EBA@ALA-MBD.corp.ad.wrs.com> There was a typo in a recently added post build-docker-image script, causing last night's build failure. I've updated the script and launched a new build -----Original Message----- From: build.starlingx at gmail.com [mailto:build.starlingx at gmail.com] Sent: Tuesday, September 17, 2019 12:09 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 130 - Still Failing! Project: STX_build_docker_images Build #: 130 Status: Still Failing Timestamp: 20190917T013935Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190916T230000Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190916T230000Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190916T230000Z/logs MASTER_BUILD_NUMBER: 252 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190916T230000Z DOCKER_BUILD_ID: jenkins-master-20190916T230000Z-builder TIMESTAMP: 20190916T230000Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/outputs From yong.hu at intel.com Tue Sep 17 14:02:33 2019 From: yong.hu at intel.com (Yong Hu) Date: Tue, 17 Sep 2019 22:02:33 +0800 Subject: [Starlingx-discuss] Need volunteers for OpenStack upgrade In-Reply-To: <569E0F05-B615-4D30-A81D-588157E0C2E2@99cloud.net> References: <569E0F05-B615-4D30-A81D-588157E0C2E2@99cloud.net> Message-ID: <58020ea3-3347-6cad-f696-fd1d480e6ee2@intel.com> Hi Ya, Please see my comments inline. regards, yong On 17/09/2019 9:30 PM, wang.ya wrote: > Hi: > > 36618: Did you mean generate docker image from OpenStack train code and > test they can work, not build stx from OpenStack train code? > Firstly we generate docker images on the base of OpenStack train, for each of OpenStack projects, and then openstack-helm will use these docker images directly, when applying "stx-openstack" application. You can check files like: ~/starlingx/cgcs-root/stx/upstream/openstack/python-nova/centos/stx-nova.stable_docker_image ~/starlingx/cgcs-root/stx/upstream/openstack/python-neutron/centos/stx-neutron.stable_docker_image > *36621*: The main code of NUMA aware live migration was merged upstream, > need we port it to stx-nova? [1] > > 36622: I can help with this because I’m using ironic, but I’m not very > familiarwith stx-config & openstack-helm :( as a part of 36618, docker images for ironic will be generated together. so this task is more about bug fixing after upgrading ironic. > > [1]: > https://review.opendev.org/#/q/(status:merged+OR+status:open)+project:openstack/nova+branch:master+topic:bp/numa-aware-live-migration > > Best Regards > > *From: > * on > behalf of "Jones, Bruce E" > *Date: *Tuesday, September 17, 2019 at 9:14 PM > *To: *"'starlingx-discuss at lists.starlingx.io'" > > *Subject: *[Starlingx-discuss] Need volunteers for OpenStack upgrade > > We have a number of tasks that need to be completed for the upgrade to > OpenStack Train.  We were unable to find volunteers for the work at the > distro.openstack meeting today so I am casting a wider net.  If you are > ready, willing and able to take on some of these tasks, please let me > know soonest. > > The tasks can be found here: > https://storyboard.openstack.org/#!/story/2006544 > >           brucej > > _______________________________________________ Starlingx-discuss > mailing list Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From lw2dht at gmail.com Tue Sep 17 14:05:18 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Tue, 17 Sep 2019 11:05:18 -0300 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> Message-ID: Hi Martin! I created this launchpad https://bugs.launchpad.net/starlingx/+bug/1844332 I uploaded a brief description and the logs. Thank you very much in advance for the support! Regards, Mariano El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z (< haochuan.z.chen at intel.com>) escribió: > Hi Mariano > > > > What’s your image? You can submit a Launchpad issue, uploading tarball > with these two folder > > > > /etc/ > > /var/log > > > > BR! > > > > Martin, Chen > > SSP, Software Engineer > > 021-61164330 > > > > *From:* Xie, Cindy > *Sent:* Tuesday, September 17, 2019 6:31 PM > *To:* Mariano Ucha ; > starlingx-discuss at lists.starlingx.io; Chen, Tingjie < > tingjie.chen at intel.com>; Chen, Haochuan Z > *Subject:* RE: [Starlingx-discuss] Error with Ceph OSD > > > > + Tingjie who may able to provide help. > > > > *From:* Mariano Ucha > *Sent:* Tuesday, September 17, 2019 8:15 AM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Error with Ceph OSD > > > > Hi! I have my controller now unlocked but i see a problem with ceph OSD > that is not UP and i see this error in the logs. > > > > > > controller-0:/var/log/ceph$ tailf ceph-osd.0.log > > 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 191746 > 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 194950 > 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 198899 > 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 202282 > 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 206090 > 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 209145 > 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > > > > The output of ceph -s > > > > controller-0:/var/log/ceph$ ceph -s > cluster: > id: 6cbe0ddd-f791-4226-8530-7a8347f12437 > * health: HEALTH_WARN* > Reduced data availability: 64 pgs inactive > > services: > mon: 1 daemons, quorum controller-0 > mgr: controller-0(active) > * osd: 1 osds: 0 up, 0 in* > > data: > pools: 1 pools, 64 pgs > objects: 0 objects, 0 B > usage: 0 B used, 0 B / 0 B avail > pgs: 100.000% pgs unknown > 64 unknown > > > I have no osd UP. > > > > [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list > controller-0 > > > +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ > | uuid | function | osdid | state | > idisk_uuid | journal_path | > journal_node | journal_size_gib | tier_name | > > +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ > | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | > c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | > /dev/sdb2 | 1 | storage | > | | | | | > | .0-scsi-0:1:0:1-part2 | > | | | > | | | | | > | | > | | | > > +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ > [sysadmin at controller-0 ceph(keystone_admin)]$ > > [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list > controller-0 > > > +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ > | uuid | device_no | device_ | device_ | > size_ | available_ | rpm | serial_i | device_path > | > | | de | num | type | > gib | gib | | d | > | > > +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ > | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | > 300.0 | 16.977 | Undetermined | PCQVU0CR | > /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | > | | | | | > | | | H4J1HN | > | > | | | | | > | | | | > | > | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | > 538. | 0.0 | Undetermined | PCQVU0CR | > /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | > | | | | | > 33 | | | H4J1HN | > | > | | | | | > | | | | > | > > +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ > > > > I have no more idea to do. The unlock was not clear, i have to reboot the > server and then it finished all. > > > > Regards, > > Mariano > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dominig.arfoll at fridu.net Tue Sep 17 14:11:39 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Tue, 17 Sep 2019 16:11:39 +0200 Subject: [Starlingx-discuss] huge number of duplicated .pyo and .pyc files in packages In-Reply-To: References: <00416b82-b49b-1a03-c943-c227f21d0f41@fridu.net> Message-ID: Albert, no I cheated I used fdupes to go around the package. But concerning the extend of the issue a real correction would be a good idea. Regards Dominig On 17/09/2019 15:23, Bailey, Henry Albert (Al) wrote: > I didn’t see if anyone already replied to your email > > Did you already try updating your Makefile or spec files with PYTHONDONTWRITEBYTECODE > > https://docs.python.org/2/using/cmdline.html#envvar-PYTHONDONTWRITEBYTECODE > > That env setting exists in python2 and python3. > Al > > -----Original Message----- > From: Dominig ar Foll (Intel Open Source) [mailto:dominig.arfoll at fridu.net] > Sent: Monday, September 16, 2019 1:16 PM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] huge number of duplicated .pyo and .pyc files in packages > > Hello, > > I have just reworked the package "starlingx-dashboard" to read source > from git. > At build time, I have 189 warning which leads to an error (badness >100) > which is well deserved. > > Obviously I can hide the error with an %fdupes macro but I do not like it. > > Do we need all those duplication in the installed packages ? > Could it be made a bit cleaner by the package owner ? > > Thanks. > -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From dominig.arfoll at fridu.net Tue Sep 17 15:11:56 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Tue, 17 Sep 2019 17:11:56 +0200 Subject: [Starlingx-discuss] Release ID (1.0... ) in repo names Message-ID: <6d1d3330-6096-d2c4-f9ce-41c1efbf35b9@fridu.net> Hello, I notice that in the new repo scheme some name include release 1.0.0. That will not be very practical as self explanatory as we are on 2.0 moving toward 3.0. It would be better to correct that anomaly while we are still in the repo change process. dominig at dominig-t480:~/starlingx/git> find . -type d |grep 1.0.0 ./cgcs-root/stx/git/libvirt/tests/virscsidata/1-0-0-0 ./cgcs-root/stx/git/libvirt/tests/virscsidata/1-0-0-0/block ./cgcs-root/stx/git/libvirt/tests/virscsidata/1-0-0-0/block/sdh ./cgcs-root/stx/git/libvirt/tests/virscsidata/1-0-0-0/scsi_generic ./cgcs-root/stx/git/libvirt/tests/virscsidata/1-0-0-0/scsi_generic/sg8 ./cgcs-root/stx/ha/service-mgmt/sm-1.0.0 ./cgcs-root/stx/ha/service-mgmt/sm-1.0.0/centos ./cgcs-root/stx/ha/service-mgmt/sm-1.0.0/scripts ./cgcs-root/stx/ha/service-mgmt/sm-1.0.0/src ./cgcs-root/stx/ha/service-mgmt/sm-common-1.0.0 ./cgcs-root/stx/ha/service-mgmt/sm-common-1.0.0/centos ./cgcs-root/stx/ha/service-mgmt/sm-common-1.0.0/scripts ./cgcs-root/stx/ha/service-mgmt/sm-common-1.0.0/src ./cgcs-root/stx/ha/service-mgmt/sm-db-1.0.0 ./cgcs-root/stx/ha/service-mgmt/sm-db-1.0.0/centos ./cgcs-root/stx/ha/service-mgmt/sm-db-1.0.0/database ./cgcs-root/stx/ha/service-mgmt/sm-db-1.0.0/src -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From vm.rod25 at gmail.com Tue Sep 17 15:12:26 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Tue, 17 Sep 2019 10:12:26 -0500 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? In-Reply-To: References: Message-ID: You mean why do we build the RPM : http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/helm-2.13.1-0.tis.2.x86_64.rpm ?? On Tue, Sep 17, 2019 at 4:35 AM Dominig ar Foll (Intel Open Source) wrote: > > Hello, > > I wonder why StarlingX needs to build locally a version of Helm and Helm > Infra. > Would it be possible to use the OpenSUSE release ? > Release 2.13 and 3.0 are already available. Would any do ? > > -- > Dominig ar Foll > Senior Software Architect > Intel Open Source Technology Centre > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Tue Sep 17 15:28:53 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Tue, 17 Sep 2019 15:28:53 +0000 Subject: [Starlingx-discuss] Need volunteers for OpenStack upgrade In-Reply-To: <569E0F05-B615-4D30-A81D-588157E0C2E2@99cloud.net> References: <569E0F05-B615-4D30-A81D-588157E0C2E2@99cloud.net> Message-ID: <9A85D2917C58154C960D95352B22818BD07E0FCE@fmsmsx123.amr.corp.intel.com> Ya, thank you for the update on the NUMA code. That is really good news! Please continue your testing, it sounds like you found a problem in the merged code and hopefully it can be fixed asap. Meanwhile, I think Yong answered your question re: 36618 and thanks for offering to help with 36622 – let me see if I can find someone to lead on the work and work with you. brucej From: wang.ya [mailto:wang.ya at 99cloud.net] Sent: Tuesday, September 17, 2019 6:31 AM To: Jones, Bruce E ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Need volunteers for OpenStack upgrade Hi: 36618: Did you mean generate docker image from OpenStack train code and test they can work, not build stx from OpenStack train code? 36621: The main code of NUMA aware live migration was merged upstream, need we port it to stx-nova? [1] 36622: I can help with this because I’m using ironic, but I’m not very familiar with stx-config & openstack-helm :( [1]: https://review.opendev.org/#/q/(status:merged+OR+status:open)+project:openstack/nova+branch:master+topic:bp/numa-aware-live-migration Best Regards From: > on behalf of "Jones, Bruce E" > Date: Tuesday, September 17, 2019 at 9:14 PM To: "'starlingx-discuss at lists.starlingx.io'" > Subject: [Starlingx-discuss] Need volunteers for OpenStack upgrade We have a number of tasks that need to be completed for the upgrade to OpenStack Train. We were unable to find volunteers for the work at the distro.openstack meeting today so I am casting a wider net. If you are ready, willing and able to take on some of these tasks, please let me know soonest. The tasks can be found here: https://storyboard.openstack.org/#!/story/2006544 brucej _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From cristopher.j.lemus.contreras at intel.com Tue Sep 17 15:35:17 2019 From: cristopher.j.lemus.contreras at intel.com (Lemus Contreras, Cristopher J) Date: Tue, 17 Sep 2019 15:35:17 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190916T230000Z Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-17 (link) Status: RED Sanity is blocked, for virtual and baremetal environments, all configs. Main controller cannot be unlocked. Bug created: https://bugs.launchpad.net/starlingx/+bug/1844394 Thanks & Regards, Cristopher Lemus -------------- next part -------------- An HTML attachment was scrubbed... URL: From Don.Penney at windriver.com Tue Sep 17 19:34:36 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Tue, 17 Sep 2019 19:34:36 +0000 Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 130 - Still Failing! References: <698078534.225.1568417751396.JavaMail.javamailuser@localhost> <845824409.236.1568693334895.JavaMail.javamailuser@localhost> Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC1582340@ALA-MBD.corp.ad.wrs.com> The new build was successful: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190917T133140Z/outputs/ However, it does not have the fix for https://bugs.launchpad.net/starlingx/+bug/1817351 as it was launched before the commit merged. -----Original Message----- From: Penney, Don Sent: Tuesday, September 17, 2019 9:36 AM To: 'build.starlingx at gmail.com'; starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 130 - Still Failing! There was a typo in a recently added post build-docker-image script, causing last night's build failure. I've updated the script and launched a new build -----Original Message----- From: build.starlingx at gmail.com [mailto:build.starlingx at gmail.com] Sent: Tuesday, September 17, 2019 12:09 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_images - Build # 130 - Still Failing! Project: STX_build_docker_images Build #: 130 Status: Still Failing Timestamp: 20190917T013935Z Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190916T230000Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20190916T230000Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190916T230000Z/logs MASTER_BUILD_NUMBER: 252 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos PUBLISH_TIMESTAMP: 20190916T230000Z DOCKER_BUILD_ID: jenkins-master-20190916T230000Z-builder TIMESTAMP: 20190916T230000Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/inputs PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/20190916T230000Z/outputs From Kristine.Bujold at windriver.com Tue Sep 17 21:06:03 2019 From: Kristine.Bujold at windriver.com (Bujold, Kristine) Date: Tue, 17 Sep 2019 21:06:03 +0000 Subject: [Starlingx-discuss] [DOCS] Updates to 'system host', 'system ntp' and 'system ptp' CLIs Message-ID: <5ECD8395442B0C4FB807F9737625BB6768C7F3BC@ALA-MBD.corp.ad.wrs.com> A new property called 'clock_synchronization' was added to the host object. The CLIs and APIs have been updated. The default value for 'clock_synchronization' is 'ntp'. The 'enabled' property was removed from the NTP and PTP objects and the CLIs/APIs updated accordingly. The GUIs for these objects were also updated. See SB https://storyboard.openstack.org/#!/story/2006499 for more information. Some code is still in pending review. Affected CLIs Added clock_synchronization argument system host-update controller-0 clock_synchronization=ntp|ntp system host-add --personality worker --hostname test_ntp --clock_synchronization ntp|ptp system host-show Removed "enabled" argument system ntp-modify system ntp-show system ptp-modify system ptp-show Affected GUIs Admin / Platform/ Host Inventory / Host Detail: controller-0 Edit Host Admin / Platform / System Configuration / NTP Admin / Platform / System Configuration / PTP Edit PTP Edit NTP Thanks, Kristine -------------- next part -------------- An HTML attachment was scrubbed... URL: From vm.rod25 at gmail.com Tue Sep 17 23:08:21 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Tue, 17 Sep 2019 18:08:21 -0500 Subject: [Starlingx-discuss] CNCF certification? In-Reply-To: References: <9A85D2917C58154C960D95352B22818BD07D6B72@fmsmsx123.amr.corp.intel.com> Message-ID: On Mon, Sep 16, 2019 at 6:49 PM Seiler, Glenn wrote: > > Hi Victor > StarlingX has always had a foundation in the Linux Foundation Edge due to the Akraino Project. > StarlingX is a key component in some of the Akraino 1.0 blueprints. > > The LF Edge landscape project was started just a few months ago and is modeled after the now-famous CNCF Landscape. > It is very early and there are much less projects/submissions than CNCF. But StarlingX is listed as an Edge Platform. > > See: https://landscape.lfedge.org/ > > -glenn Thanks a lot glenn . I was not aware of it . Sounds pretty cool for startling x > > > -----Original Message----- > From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] > Sent: Monday, September 16, 2019 4:32 PM > To: Seiler, Glenn > Cc: Jones, Bruce E; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] CNCF certification? > > On Mon, Sep 16, 2019 at 6:16 PM Seiler, Glenn > wrote: > > > > I think that would be a good idea. I’ve been discussing it with some folks as well. > > > > And then include it in the CNCF Landscape. It would be good promotion/visibility for StarlingX. > > > > > > > > BTW, I worked with LF to get StarlingX put into LF Edge landscape. > > I am interested in this last part, what was the result from this? > having starling x on the track of LF Edge Landscape should be pretty > cool > > Regards > > > > > > > -glenn > > > > > > > > From: Jones, Bruce E [mailto:bruce.e.jones at intel.com] > > Sent: Monday, September 16, 2019 3:58 PM > > To: 'starlingx-discuss at lists.starlingx.io' > > Subject: [Starlingx-discuss] CNCF certification? > > > > > > > > Now that we fully support Kubernetes, would it make sense for StarlingX to be certified by CNCF? > > > > > > > > https://www.cncf.io/certification/software-conformance/ > > > > > > > > brucej > > > > > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From ezpeerchen at gmail.com Wed Sep 18 02:33:43 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Wed, 18 Sep 2019 10:33:43 +0800 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Dear all, add additional information: The nova:dhcp 's ip could ping to PC/NB. Thanks Ezpeer Chen 於 2019年9月17日 週二 下午4:30寫道: > Dear Chenjie, > > I follow this document: > https://wiki.openstack.org/wiki/StarlingX/Networking > > Section: > > - Configure the flat network. > > > > My procedure on STX R1.0 is working, but not working on STX R2.0. > > data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> > PC/NB 192.168.100.x/24 > > > VM instance ping to PC/NB fail on STX R2.0. > > > Thanks > > > > > > > Xu, Chenjie 於 2019年9月17日 週二 下午4:23寫道: > >> Hi Ezpeer, >> >> Could you please share all your steps for stx2.0 including creating >> datanetwork, binding interface to datanetwork and so on. >> >> >> >> The following commands will create an internal flat network for VMs: >> >> openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=phy-flat netflat >> >> >> >> Typically you should not create VMs on external network. You should >> create an internal network and create VMs on internal network. The external >> network and internal network should be connected by router. Then you can >> ping external network in VM. The below commands can be referred: >> >> ADMINID=`openstack project list | grep admin | awk '{print $2}'` >> >> PHYSNET0='flat_external' >> >> PHYSNET1='flat_internal' >> >> PUBLICNET='public-net0' >> >> EXTERNALNET='external-net0' >> >> PUBLICSUBNET='public-subnet0' >> >> EXTERNALSUBNET='external-subnet0' >> >> PUBLICROUTER='public-router0' >> >> >> >> openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=${PHYSNET0} >> --share --external ${EXTERNALNET} >> >> openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=${PHYSNET1} >> ${PUBLICNET} >> >> PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print >> $2}'` >> >> EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print >> $2}'` >> >> openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network >> ${PUBLICNET} --subnet-range 192.168.101.0/24 >> >> openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway >> 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range >> 192.168.100.0/24 --ip-version 4 >> >> openstack router create ${PUBLICROUTER} >> >> PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk >> '{print $2}'` >> >> openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} >> --disable-snat >> >> openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} >> >> >> >> Best Regards, >> >> Xu, Chenjie >> >> >> >> *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] >> *Sent:* Tuesday, September 17, 2019 3:45 PM >> *To:* starlingx-discuss at lists.starlingx.io >> *Subject:* [Starlingx-discuss] Flat Network not working on STX R2.0 >> >> >> >> Dear all, >> >> >> >> Please help check if this is my misunderstanding. >> >> >> >> Issue: >> >> Flat Network not working on STX R2.0 but it's working on STX R1.0. VM >> instance can't ping to public network with static IP configuration. >> >> >> >> >> >> Create Flat network on STX R1.0: >> >> ============================================================= >> >> #ADMINID=`openstack project list | grep admin | awk '{print $2}'` >> #openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=phy-flat netflat >> #openstack subnet create --project ${ADMINID} netflat-subnet --network >> netflat --subnet-range 192.168.100.0/24 >> #openstack server create --image cirros --flavor m1.tiny --network >> netflat vm1 >> >> >> >> ============================================================= >> >> >> >> Interface setting on STXR2.0: >> >> >> >> [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list >> controller-0 >> >> +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ >> | uuid | name | class | type >> | vlan | ports | uses | used by | attributes | >> | | | | >> | id | | i/f | i/f | | >> >> +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ >> | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet >> | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | >> >> >> [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list >> +--------------------------------------+----------+--------------+------+ >> | uuid | name | network_type | mtu | >> +--------------------------------------+----------+--------------+------+ >> | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | >> >> >> [sysadmin at controller-0 ~(keystone_admin)]$ system >> interface-datanetwork-list controller-0 >> >> +--------------+--------------------------------------+-----------+------------------+ >> | hostname | uuid | ifname | >> datanetwork_name | >> >> +--------------+--------------------------------------+-----------+------------------+ >> | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | >> phy-flat | >> >> +--------------+--------------------------------------+-----------+------------------+ >> >> >> >> >> >> Create Flat network on STX R2.0: >> >> ============================================================= >> >> #export OS_CLOUD=openstack_helm >> #ADMINID=`openstack project list | grep admin | awk '{print $2}'` >> #openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=phy-flat netflat >> #openstack subnet create --project ${ADMINID} netflat-subnet --network >> netflat --subnet-range 192.168.100.0/24 >> #openstack server create --project ${ADMINID} --image cirros --flavor >> m1.tiny --network netflat vm1 >> >> >> >> ============================================================= >> >> >> >> >> >> The same procedure to create flat network on STX R1.0 and R2.0. >> >> >> >> But the vm instance can't get ip and can't ping to public network with >> static IP configuration on STX R2.0. >> >> >> >> Please help check this issue. >> >> >> >> >> >> >> >> >> >> >> >> >> >> Thanks >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Wed Sep 18 02:56:45 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Wed, 18 Sep 2019 02:56:45 +0000 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Hi Ezpeer, Are you using OVS or OVS-DPDK? You mean you can ping external network through dhcp namespace like following? ip netns sudo ip netns exec $NAMESPACE bash ifconfig ping $external_ip If so, can you ping the DHCP ip from the VM with static IP configured. Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Wednesday, September 18, 2019 10:34 AM To: Xu, Chenjie Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear all, add additional information: The nova:dhcp 's ip could ping to PC/NB. Thanks Ezpeer Chen > 於 2019年9月17日 週二 下午4:30寫道: Dear Chenjie, I follow this document: https://wiki.openstack.org/wiki/StarlingX/Networking Section: · Configure the flat network. My procedure on STX R1.0 is working, but not working on STX R2.0. data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> PC/NB 192.168.100.x/24 VM instance ping to PC/NB fail on STX R2.0. Thanks Xu, Chenjie > 於 2019年9月17日 週二 下午4:23寫道: Hi Ezpeer, Could you please share all your steps for stx2.0 including creating datanetwork, binding interface to datanetwork and so on. The following commands will create an internal flat network for VMs: openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat Typically you should not create VMs on external network. You should create an internal network and create VMs on internal network. The external network and internal network should be connected by router. Then you can ping external network in VM. The below commands can be referred: ADMINID=`openstack project list | grep admin | awk '{print $2}'` PHYSNET0='flat_external' PHYSNET1='flat_internal' PUBLICNET='public-net0' EXTERNALNET='external-net0' PUBLICSUBNET='public-subnet0' EXTERNALSUBNET='external-subnet0' PUBLICROUTER='public-router0' openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=${PHYSNET0} --share --external ${EXTERNALNET} openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=${PHYSNET1} ${PUBLICNET} PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print $2}'` EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print $2}'` openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network ${PUBLICNET} --subnet-range 192.168.101.0/24 openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range 192.168.100.0/24 --ip-version 4 openstack router create ${PUBLICROUTER} PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk '{print $2}'` openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} --disable-snat openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Tuesday, September 17, 2019 3:45 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear all, Please help check if this is my misunderstanding. Issue: Flat Network not working on STX R2.0 but it's working on STX R1.0. VM instance can't ping to public network with static IP configuration. Create Flat network on STX R1.0: ============================================================= #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= Interface setting on STXR2.0: [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list controller-0 +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | uuid | name | class | type | vlan | ports | uses | used by | attributes | | | | | | id | | i/f | i/f | | +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list +--------------------------------------+----------+--------------+------+ | uuid | name | network_type | mtu | +--------------------------------------+----------+--------------+------+ | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | [sysadmin at controller-0 ~(keystone_admin)]$ system interface-datanetwork-list controller-0 +--------------+--------------------------------------+-----------+------------------+ | hostname | uuid | ifname | datanetwork_name | +--------------+--------------------------------------+-----------+------------------+ | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | phy-flat | +--------------+--------------------------------------+-----------+------------------+ Create Flat network on STX R2.0: ============================================================= #export OS_CLOUD=openstack_helm #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --project ${ADMINID} --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= The same procedure to create flat network on STX R1.0 and R2.0. But the vm instance can't get ip and can't ping to public network with static IP configuration on STX R2.0. Please help check this issue. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Wed Sep 18 03:05:03 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Wed, 18 Sep 2019 11:05:03 +0800 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Dear Chenjie, OVS-DPDK environment ( vswitch_type = ovs-dpdk) data network(VM instance 192.168.100.3/24, nova:dhcp 192.168.100.2/24) <=====> L2 switch <====> PC/NB 192.168.100.x/24 PC/NB ping 192.168.100.2 (nova:dhcp) =====> ok PC/NB ping 192.168.100.3 (VM instance) =====> Fail (VM instance can't get ip , manual configure static IP) Thanks Xu, Chenjie 於 2019年9月18日 週三 上午10:56寫道: > Hi Ezpeer, > > Are you using OVS or OVS-DPDK? You mean you can ping external network > through dhcp namespace like following? > > ip netns > > sudo ip netns exec $NAMESPACE bash > > ifconfig > > ping $external_ip > > > > If so, can you ping the DHCP ip from the VM with static IP configured. > > > > Best Regards, > > Xu, Chenjie > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Wednesday, September 18, 2019 10:34 AM > *To:* Xu, Chenjie > *Cc:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear all, > > > > add additional information: > > The nova:dhcp 's ip could ping to PC/NB. > > > > > > Thanks > > > > > > Ezpeer Chen 於 2019年9月17日 週二 下午4:30寫道: > > Dear Chenjie, > > > > I follow this document: > > https://wiki.openstack.org/wiki/StarlingX/Networking > > > > Section: > > · Configure the flat network. > > > > > > My procedure on STX R1.0 is working, but not working on STX R2.0. > > > > data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> > PC/NB 192.168.100.x/24 > > > > > > VM instance ping to PC/NB fail on STX R2.0. > > > > > > Thanks > > > > > > > > > > > > > > Xu, Chenjie 於 2019年9月17日 週二 下午4:23寫道: > > Hi Ezpeer, > > Could you please share all your steps for stx2.0 including creating > datanetwork, binding interface to datanetwork and so on. > > > > The following commands will create an internal flat network for VMs: > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=phy-flat netflat > > > > Typically you should not create VMs on external network. You should create > an internal network and create VMs on internal network. The external > network and internal network should be connected by router. Then you can > ping external network in VM. The below commands can be referred: > > ADMINID=`openstack project list | grep admin | awk '{print $2}'` > > PHYSNET0='flat_external' > > PHYSNET1='flat_internal' > > PUBLICNET='public-net0' > > EXTERNALNET='external-net0' > > PUBLICSUBNET='public-subnet0' > > EXTERNALSUBNET='external-subnet0' > > PUBLICROUTER='public-router0' > > > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=${PHYSNET0} --share --external ${EXTERNALNET} > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=${PHYSNET1} ${PUBLICNET} > > PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print $2}'` > > EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print > $2}'` > > openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network > ${PUBLICNET} --subnet-range 192.168.101.0/24 > > openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway > 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range > 192.168.100.0/24 --ip-version 4 > > openstack router create ${PUBLICROUTER} > > PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk '{print > $2}'` > > openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} > --disable-snat > > openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} > > > > Best Regards, > > Xu, Chenjie > > > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Tuesday, September 17, 2019 3:45 PM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear all, > > > > Please help check if this is my misunderstanding. > > > > Issue: > > Flat Network not working on STX R2.0 but it's working on STX R1.0. VM > instance can't ping to public network with static IP configuration. > > > > > > Create Flat network on STX R1.0: > > ============================================================= > > #ADMINID=`openstack project list | grep admin | awk '{print $2}'` > #openstack network create --project ${ADMINID} > --provider-network-type=flat --provider-physical-network=phy-flat netflat > #openstack subnet create --project ${ADMINID} netflat-subnet --network > netflat --subnet-range 192.168.100.0/24 > #openstack server create --image cirros --flavor m1.tiny --network netflat > vm1 > > > > ============================================================= > > > > Interface setting on STXR2.0: > > > > [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list > controller-0 > > +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ > | uuid | name | class | type > | vlan | ports | uses | used by | attributes | > | | | | > | id | | i/f | i/f | | > > +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ > | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet > | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | > > > [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list > +--------------------------------------+----------+--------------+------+ > | uuid | name | network_type | mtu | > +--------------------------------------+----------+--------------+------+ > | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | > > > [sysadmin at controller-0 ~(keystone_admin)]$ system > interface-datanetwork-list controller-0 > > +--------------+--------------------------------------+-----------+------------------+ > | hostname | uuid | ifname | > datanetwork_name | > > +--------------+--------------------------------------+-----------+------------------+ > | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | > phy-flat | > > +--------------+--------------------------------------+-----------+------------------+ > > > > > > Create Flat network on STX R2.0: > > ============================================================= > > #export OS_CLOUD=openstack_helm > #ADMINID=`openstack project list | grep admin | awk '{print $2}'` > #openstack network create --project ${ADMINID} > --provider-network-type=flat --provider-physical-network=phy-flat netflat > #openstack subnet create --project ${ADMINID} netflat-subnet --network > netflat --subnet-range 192.168.100.0/24 > #openstack server create --project ${ADMINID} --image cirros --flavor > m1.tiny --network netflat vm1 > > > > ============================================================= > > > > > > The same procedure to create flat network on STX R1.0 and R2.0. > > > > But the vm instance can't get ip and can't ping to public network with > static IP configuration on STX R2.0. > > > > Please help check this issue. > > > > > > > > > > > > > > Thanks > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Wed Sep 18 03:21:08 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Wed, 18 Sep 2019 11:21:08 +0800 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Dear Chenjie, OVS-DPDK environment ( vswitch_type = ovs-dpdk) data network(VM instance 192.168.100.3/24, nova:dhcp 192.168.100.2/24) <=====> L2 switch <====> PC/NB 192.168.100.x/24 PC/NB ping 192.168.100.2 (nova:dhcp) =====> ok PC/NB ping 192.168.100.3 (VM instance) =====> Fail (VM instance can't get ip , manual configure static IP) 192.168.100.3 (VM instance) ping 192.168.100.2 (nova:dhcp) =====> Fail Thanks Ezpeer Chen 於 2019年9月18日 週三 上午11:05寫道: > Dear Chenjie, > > OVS-DPDK environment ( vswitch_type = ovs-dpdk) > > > data network(VM instance 192.168.100.3/24, nova:dhcp 192.168.100.2/24) > <=====> L2 switch <====> PC/NB 192.168.100.x/24 > > PC/NB ping 192.168.100.2 (nova:dhcp) =====> ok > PC/NB ping 192.168.100.3 (VM instance) =====> Fail (VM instance > can't get ip , manual configure static IP) > > > > > > Thanks > > Xu, Chenjie 於 2019年9月18日 週三 上午10:56寫道: > >> Hi Ezpeer, >> >> Are you using OVS or OVS-DPDK? You mean you can ping external network >> through dhcp namespace like following? >> >> ip netns >> >> sudo ip netns exec $NAMESPACE bash >> >> ifconfig >> >> ping $external_ip >> >> >> >> If so, can you ping the DHCP ip from the VM with static IP configured. >> >> >> >> Best Regards, >> >> Xu, Chenjie >> >> *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] >> *Sent:* Wednesday, September 18, 2019 10:34 AM >> *To:* Xu, Chenjie >> *Cc:* starlingx-discuss at lists.starlingx.io >> *Subject:* Re: [Starlingx-discuss] Flat Network not working on STX R2.0 >> >> >> >> Dear all, >> >> >> >> add additional information: >> >> The nova:dhcp 's ip could ping to PC/NB. >> >> >> >> >> >> Thanks >> >> >> >> >> >> Ezpeer Chen 於 2019年9月17日 週二 下午4:30寫道: >> >> Dear Chenjie, >> >> >> >> I follow this document: >> >> https://wiki.openstack.org/wiki/StarlingX/Networking >> >> >> >> Section: >> >> · Configure the flat network. >> >> >> >> >> >> My procedure on STX R1.0 is working, but not working on STX R2.0. >> >> >> >> data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> >> PC/NB 192.168.100.x/24 >> >> >> >> >> >> VM instance ping to PC/NB fail on STX R2.0. >> >> >> >> >> >> Thanks >> >> >> >> >> >> >> >> >> >> >> >> >> >> Xu, Chenjie 於 2019年9月17日 週二 下午4:23寫道: >> >> Hi Ezpeer, >> >> Could you please share all your steps for stx2.0 including creating >> datanetwork, binding interface to datanetwork and so on. >> >> >> >> The following commands will create an internal flat network for VMs: >> >> openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=phy-flat netflat >> >> >> >> Typically you should not create VMs on external network. You should >> create an internal network and create VMs on internal network. The external >> network and internal network should be connected by router. Then you can >> ping external network in VM. The below commands can be referred: >> >> ADMINID=`openstack project list | grep admin | awk '{print $2}'` >> >> PHYSNET0='flat_external' >> >> PHYSNET1='flat_internal' >> >> PUBLICNET='public-net0' >> >> EXTERNALNET='external-net0' >> >> PUBLICSUBNET='public-subnet0' >> >> EXTERNALSUBNET='external-subnet0' >> >> PUBLICROUTER='public-router0' >> >> >> >> openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=${PHYSNET0} >> --share --external ${EXTERNALNET} >> >> openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=${PHYSNET1} >> ${PUBLICNET} >> >> PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print >> $2}'` >> >> EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print >> $2}'` >> >> openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network >> ${PUBLICNET} --subnet-range 192.168.101.0/24 >> >> openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway >> 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range >> 192.168.100.0/24 --ip-version 4 >> >> openstack router create ${PUBLICROUTER} >> >> PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk >> '{print $2}'` >> >> openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} >> --disable-snat >> >> openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} >> >> >> >> Best Regards, >> >> Xu, Chenjie >> >> >> >> *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] >> *Sent:* Tuesday, September 17, 2019 3:45 PM >> *To:* starlingx-discuss at lists.starlingx.io >> *Subject:* [Starlingx-discuss] Flat Network not working on STX R2.0 >> >> >> >> Dear all, >> >> >> >> Please help check if this is my misunderstanding. >> >> >> >> Issue: >> >> Flat Network not working on STX R2.0 but it's working on STX R1.0. VM >> instance can't ping to public network with static IP configuration. >> >> >> >> >> >> Create Flat network on STX R1.0: >> >> ============================================================= >> >> #ADMINID=`openstack project list | grep admin | awk '{print $2}'` >> #openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=phy-flat netflat >> #openstack subnet create --project ${ADMINID} netflat-subnet --network >> netflat --subnet-range 192.168.100.0/24 >> #openstack server create --image cirros --flavor m1.tiny --network >> netflat vm1 >> >> >> >> ============================================================= >> >> >> >> Interface setting on STXR2.0: >> >> >> >> [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list >> controller-0 >> >> +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ >> | uuid | name | class | type >> | vlan | ports | uses | used by | attributes | >> | | | | >> | id | | i/f | i/f | | >> >> +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ >> | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet >> | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | >> >> >> [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list >> +--------------------------------------+----------+--------------+------+ >> | uuid | name | network_type | mtu | >> +--------------------------------------+----------+--------------+------+ >> | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | >> >> >> [sysadmin at controller-0 ~(keystone_admin)]$ system >> interface-datanetwork-list controller-0 >> >> +--------------+--------------------------------------+-----------+------------------+ >> | hostname | uuid | ifname | >> datanetwork_name | >> >> +--------------+--------------------------------------+-----------+------------------+ >> | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | >> phy-flat | >> >> +--------------+--------------------------------------+-----------+------------------+ >> >> >> >> >> >> Create Flat network on STX R2.0: >> >> ============================================================= >> >> #export OS_CLOUD=openstack_helm >> #ADMINID=`openstack project list | grep admin | awk '{print $2}'` >> #openstack network create --project ${ADMINID} >> --provider-network-type=flat --provider-physical-network=phy-flat netflat >> #openstack subnet create --project ${ADMINID} netflat-subnet --network >> netflat --subnet-range 192.168.100.0/24 >> #openstack server create --project ${ADMINID} --image cirros --flavor >> m1.tiny --network netflat vm1 >> >> >> >> ============================================================= >> >> >> >> >> >> The same procedure to create flat network on STX R1.0 and R2.0. >> >> >> >> But the vm instance can't get ip and can't ping to public network with >> static IP configuration on STX R2.0. >> >> >> >> Please help check this issue. >> >> >> >> >> >> >> >> >> >> >> >> >> >> Thanks >> >> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Wed Sep 18 03:23:39 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Wed, 18 Sep 2019 03:23:39 +0000 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Hi Ezpeer, If OVS-DPDK is used, you need to add below property to your flavor: openstack flavor set $i --property hw:mem_page_size=large The VM created with above flavor will use hugepage. OVS-DPDK also uses hugepage and OVS-DPDK communicates with VM through shared memory. That’s why VM needs to use hugepage. You can check the flavor in stx1.0, the above property is set by default. Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Wednesday, September 18, 2019 11:05 AM To: Xu, Chenjie Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear Chenjie, OVS-DPDK environment ( vswitch_type = ovs-dpdk) data network(VM instance 192.168.100.3/24, nova:dhcp 192.168.100.2/24) <=====> L2 switch <====> PC/NB 192.168.100.x/24 PC/NB ping 192.168.100.2 (nova:dhcp) =====> ok PC/NB ping 192.168.100.3 (VM instance) =====> Fail (VM instance can't get ip , manual configure static IP) Thanks Xu, Chenjie > 於 2019年9月18日 週三 上午10:56寫道: Hi Ezpeer, Are you using OVS or OVS-DPDK? You mean you can ping external network through dhcp namespace like following? ip netns sudo ip netns exec $NAMESPACE bash ifconfig ping $external_ip If so, can you ping the DHCP ip from the VM with static IP configured. Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Wednesday, September 18, 2019 10:34 AM To: Xu, Chenjie > Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear all, add additional information: The nova:dhcp 's ip could ping to PC/NB. Thanks Ezpeer Chen > 於 2019年9月17日 週二 下午4:30寫道: Dear Chenjie, I follow this document: https://wiki.openstack.org/wiki/StarlingX/Networking Section: • Configure the flat network. My procedure on STX R1.0 is working, but not working on STX R2.0. data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> PC/NB 192.168.100.x/24 VM instance ping to PC/NB fail on STX R2.0. Thanks Xu, Chenjie > 於 2019年9月17日 週二 下午4:23寫道: Hi Ezpeer, Could you please share all your steps for stx2.0 including creating datanetwork, binding interface to datanetwork and so on. The following commands will create an internal flat network for VMs: openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat Typically you should not create VMs on external network. You should create an internal network and create VMs on internal network. The external network and internal network should be connected by router. Then you can ping external network in VM. The below commands can be referred: ADMINID=`openstack project list | grep admin | awk '{print $2}'` PHYSNET0='flat_external' PHYSNET1='flat_internal' PUBLICNET='public-net0' EXTERNALNET='external-net0' PUBLICSUBNET='public-subnet0' EXTERNALSUBNET='external-subnet0' PUBLICROUTER='public-router0' openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=${PHYSNET0} --share --external ${EXTERNALNET} openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=${PHYSNET1} ${PUBLICNET} PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print $2}'` EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print $2}'` openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network ${PUBLICNET} --subnet-range 192.168.101.0/24 openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range 192.168.100.0/24 --ip-version 4 openstack router create ${PUBLICROUTER} PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk '{print $2}'` openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} --disable-snat openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Tuesday, September 17, 2019 3:45 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear all, Please help check if this is my misunderstanding. Issue: Flat Network not working on STX R2.0 but it's working on STX R1.0. VM instance can't ping to public network with static IP configuration. Create Flat network on STX R1.0: ============================================================= #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= Interface setting on STXR2.0: [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list controller-0 +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | uuid | name | class | type | vlan | ports | uses | used by | attributes | | | | | | id | | i/f | i/f | | +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list +--------------------------------------+----------+--------------+------+ | uuid | name | network_type | mtu | +--------------------------------------+----------+--------------+------+ | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | [sysadmin at controller-0 ~(keystone_admin)]$ system interface-datanetwork-list controller-0 +--------------+--------------------------------------+-----------+------------------+ | hostname | uuid | ifname | datanetwork_name | +--------------+--------------------------------------+-----------+------------------+ | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | phy-flat | +--------------+--------------------------------------+-----------+------------------+ Create Flat network on STX R2.0: ============================================================= #export OS_CLOUD=openstack_helm #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --project ${ADMINID} --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= The same procedure to create flat network on STX R1.0 and R2.0. But the vm instance can't get ip and can't ping to public network with static IP configuration on STX R2.0. Please help check this issue. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Wed Sep 18 03:27:43 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Wed, 18 Sep 2019 03:27:43 +0000 Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring In-Reply-To: <0C58DF2E-2CC4-4D6B-97D4-107ADCCA30CC@windriver.com> References: <0C58DF2E-2CC4-4D6B-97D4-107ADCCA30CC@windriver.com> Message-ID: Hi Matt, Thank you for your information! I will submit a patch to implement this function. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Tuesday, September 17, 2019 9:32 PM To: Xu, Chenjie Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest ; Khalil, Ghada Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Chenjie, Yes, the dump-ports-desc can be used to obtain the current port state and negotiated state with the peer. This data will need to be mapped back to the data interface mapping of the host so that the appropriate alarms may be raised against the proper entity. In addition, if the data interface is a bond, the following information will also have to be retrieved in order to obtain the full state of the bond interface, including LACP information (if applicable). ovs-appctl bond/show ovs-appctl lacp/show Finally, the alarming behavior should be the following: Data port is down and does not belong to a bond – Critical Alarm Data port(s) down, but enabled port remains in bond – Major Alarm (degraded service) All data ports down in a bond – Critical Alarm From: "Xu, Chenjie" > Date: Monday, September 16, 2019 at 11:32 PM To: "Peters, Matt" > Cc: "starlingx-discuss at lists.starlingx.io" >, "Zhao, Forrest" >, Ghada Khalil > Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, For task “OVS collectd interface/port state monitoring”, which parts should be monitored? For example: Bridge, Port. https://storyboard.openstack.org/#!/story/2002948 https://bugs.launchpad.net/starlingx/+bug/1834512 Bridge "br-phy1" Port "br-phy1" Interface "br-phy1" type: internal Port "eth1" Interface "eth1" type: dpdk options: {dpdk-devargs="0000:18:00.1", n_rxq="1"} Port "lldp8a3c28ca-7f" Interface "lldp8a3c28ca-7f" type: internal The command “ovs-ofctl dump-ports-desc $ovs_bridge” can be used with collectd for both OVS and OVS-DPDK. The link status for interfaces can be detected as below: For OVS: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: LINK_DOWN current: COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 0 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: 0 current: 1GB-FD COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 1000 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max For OVS-DPDK: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: LINK_DOWN current: AUTO_NEG speed: 0 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10GB-FD AUTO_NEG speed: 10000 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Wed Sep 18 03:52:44 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Wed, 18 Sep 2019 11:52:44 +0800 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Dear Chenjie, It is working now. Thanks for your help. Thanks Xu, Chenjie 於 2019年9月18日 週三 上午11:23寫道: > Hi Ezpeer, > > If OVS-DPDK is used, you need to add below property to your flavor: > > openstack flavor set $i --property hw:mem_page_size=large > > > > The VM created with above flavor will use hugepage. OVS-DPDK also uses > hugepage and OVS-DPDK communicates with VM through shared memory. That’s > why VM needs to use hugepage. You can check the flavor in stx1.0, the above > property is set by default. > > > > Best Regards, > > Xu, Chenjie > > > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Wednesday, September 18, 2019 11:05 AM > *To:* Xu, Chenjie > *Cc:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear Chenjie, > > > > OVS-DPDK environment ( vswitch_type = ovs-dpdk) > > > > > > data network(VM instance 192.168.100.3/24, nova:dhcp 192.168.100.2/24) > <=====> L2 switch <====> PC/NB 192.168.100.x/24 > > > > PC/NB ping 192.168.100.2 (nova:dhcp) =====> ok > > PC/NB ping 192.168.100.3 (VM instance) =====> Fail (VM instance > can't get ip , manual configure static IP) > > > > > > > > > > > > Thanks > > > > Xu, Chenjie 於 2019年9月18日 週三 上午10:56寫道: > > Hi Ezpeer, > > Are you using OVS or OVS-DPDK? You mean you can ping external network > through dhcp namespace like following? > > ip netns > > sudo ip netns exec $NAMESPACE bash > > ifconfig > > ping $external_ip > > > > If so, can you ping the DHCP ip from the VM with static IP configured. > > > > Best Regards, > > Xu, Chenjie > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Wednesday, September 18, 2019 10:34 AM > *To:* Xu, Chenjie > *Cc:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear all, > > > > add additional information: > > The nova:dhcp 's ip could ping to PC/NB. > > > > > > Thanks > > > > > > Ezpeer Chen 於 2019年9月17日 週二 下午4:30寫道: > > Dear Chenjie, > > > > I follow this document: > > https://wiki.openstack.org/wiki/StarlingX/Networking > > > > Section: > > · Configure the flat network. > > > > > > My procedure on STX R1.0 is working, but not working on STX R2.0. > > > > data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> > PC/NB 192.168.100.x/24 > > > > > > VM instance ping to PC/NB fail on STX R2.0. > > > > > > Thanks > > > > > > > > > > > > > > Xu, Chenjie 於 2019年9月17日 週二 下午4:23寫道: > > Hi Ezpeer, > > Could you please share all your steps for stx2.0 including creating > datanetwork, binding interface to datanetwork and so on. > > > > The following commands will create an internal flat network for VMs: > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=phy-flat netflat > > > > Typically you should not create VMs on external network. You should create > an internal network and create VMs on internal network. The external > network and internal network should be connected by router. Then you can > ping external network in VM. The below commands can be referred: > > ADMINID=`openstack project list | grep admin | awk '{print $2}'` > > PHYSNET0='flat_external' > > PHYSNET1='flat_internal' > > PUBLICNET='public-net0' > > EXTERNALNET='external-net0' > > PUBLICSUBNET='public-subnet0' > > EXTERNALSUBNET='external-subnet0' > > PUBLICROUTER='public-router0' > > > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=${PHYSNET0} --share --external ${EXTERNALNET} > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=${PHYSNET1} ${PUBLICNET} > > PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print $2}'` > > EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print > $2}'` > > openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network > ${PUBLICNET} --subnet-range 192.168.101.0/24 > > openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway > 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range > 192.168.100.0/24 --ip-version 4 > > openstack router create ${PUBLICROUTER} > > PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk '{print > $2}'` > > openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} > --disable-snat > > openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} > > > > Best Regards, > > Xu, Chenjie > > > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Tuesday, September 17, 2019 3:45 PM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear all, > > > > Please help check if this is my misunderstanding. > > > > Issue: > > Flat Network not working on STX R2.0 but it's working on STX R1.0. VM > instance can't ping to public network with static IP configuration. > > > > > > Create Flat network on STX R1.0: > > ============================================================= > > #ADMINID=`openstack project list | grep admin | awk '{print $2}'` > #openstack network create --project ${ADMINID} > --provider-network-type=flat --provider-physical-network=phy-flat netflat > #openstack subnet create --project ${ADMINID} netflat-subnet --network > netflat --subnet-range 192.168.100.0/24 > #openstack server create --image cirros --flavor m1.tiny --network netflat > vm1 > > > > ============================================================= > > > > Interface setting on STXR2.0: > > > > [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list > controller-0 > > +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ > | uuid | name | class | type > | vlan | ports | uses | used by | attributes | > | | | | > | id | | i/f | i/f | | > > +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ > | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet > | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | > > > [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list > +--------------------------------------+----------+--------------+------+ > | uuid | name | network_type | mtu | > +--------------------------------------+----------+--------------+------+ > | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | > > > [sysadmin at controller-0 ~(keystone_admin)]$ system > interface-datanetwork-list controller-0 > > +--------------+--------------------------------------+-----------+------------------+ > | hostname | uuid | ifname | > datanetwork_name | > > +--------------+--------------------------------------+-----------+------------------+ > | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | > phy-flat | > > +--------------+--------------------------------------+-----------+------------------+ > > > > > > Create Flat network on STX R2.0: > > ============================================================= > > #export OS_CLOUD=openstack_helm > #ADMINID=`openstack project list | grep admin | awk '{print $2}'` > #openstack network create --project ${ADMINID} > --provider-network-type=flat --provider-physical-network=phy-flat netflat > #openstack subnet create --project ${ADMINID} netflat-subnet --network > netflat --subnet-range 192.168.100.0/24 > #openstack server create --project ${ADMINID} --image cirros --flavor > m1.tiny --network netflat vm1 > > > > ============================================================= > > > > > > The same procedure to create flat network on STX R1.0 and R2.0. > > > > But the vm instance can't get ip and can't ping to public network with > static IP configuration on STX R2.0. > > > > Please help check this issue. > > > > > > > > > > > > > > Thanks > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Wed Sep 18 05:11:16 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Wed, 18 Sep 2019 05:11:16 +0000 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Hi Ezpeer, You are welcome! Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Wednesday, September 18, 2019 11:53 AM To: Xu, Chenjie Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear Chenjie, It is working now. Thanks for your help. Thanks Xu, Chenjie > 於 2019年9月18日 週三 上午11:23寫道: Hi Ezpeer, If OVS-DPDK is used, you need to add below property to your flavor: openstack flavor set $i --property hw:mem_page_size=large The VM created with above flavor will use hugepage. OVS-DPDK also uses hugepage and OVS-DPDK communicates with VM through shared memory. That’s why VM needs to use hugepage. You can check the flavor in stx1.0, the above property is set by default. Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Wednesday, September 18, 2019 11:05 AM To: Xu, Chenjie > Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear Chenjie, OVS-DPDK environment ( vswitch_type = ovs-dpdk) data network(VM instance 192.168.100.3/24, nova:dhcp 192.168.100.2/24) <=====> L2 switch <====> PC/NB 192.168.100.x/24 PC/NB ping 192.168.100.2 (nova:dhcp) =====> ok PC/NB ping 192.168.100.3 (VM instance) =====> Fail (VM instance can't get ip , manual configure static IP) Thanks Xu, Chenjie > 於 2019年9月18日 週三 上午10:56寫道: Hi Ezpeer, Are you using OVS or OVS-DPDK? You mean you can ping external network through dhcp namespace like following? ip netns sudo ip netns exec $NAMESPACE bash ifconfig ping $external_ip If so, can you ping the DHCP ip from the VM with static IP configured. Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Wednesday, September 18, 2019 10:34 AM To: Xu, Chenjie > Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear all, add additional information: The nova:dhcp 's ip could ping to PC/NB. Thanks Ezpeer Chen > 於 2019年9月17日 週二 下午4:30寫道: Dear Chenjie, I follow this document: https://wiki.openstack.org/wiki/StarlingX/Networking Section: • Configure the flat network. My procedure on STX R1.0 is working, but not working on STX R2.0. data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> PC/NB 192.168.100.x/24 VM instance ping to PC/NB fail on STX R2.0. Thanks Xu, Chenjie > 於 2019年9月17日 週二 下午4:23寫道: Hi Ezpeer, Could you please share all your steps for stx2.0 including creating datanetwork, binding interface to datanetwork and so on. The following commands will create an internal flat network for VMs: openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat Typically you should not create VMs on external network. You should create an internal network and create VMs on internal network. The external network and internal network should be connected by router. Then you can ping external network in VM. The below commands can be referred: ADMINID=`openstack project list | grep admin | awk '{print $2}'` PHYSNET0='flat_external' PHYSNET1='flat_internal' PUBLICNET='public-net0' EXTERNALNET='external-net0' PUBLICSUBNET='public-subnet0' EXTERNALSUBNET='external-subnet0' PUBLICROUTER='public-router0' openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=${PHYSNET0} --share --external ${EXTERNALNET} openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=${PHYSNET1} ${PUBLICNET} PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print $2}'` EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print $2}'` openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network ${PUBLICNET} --subnet-range 192.168.101.0/24 openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range 192.168.100.0/24 --ip-version 4 openstack router create ${PUBLICROUTER} PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk '{print $2}'` openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} --disable-snat openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} Best Regards, Xu, Chenjie From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Tuesday, September 17, 2019 3:45 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 Dear all, Please help check if this is my misunderstanding. Issue: Flat Network not working on STX R2.0 but it's working on STX R1.0. VM instance can't ping to public network with static IP configuration. Create Flat network on STX R1.0: ============================================================= #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= Interface setting on STXR2.0: [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list controller-0 +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | uuid | name | class | type | vlan | ports | uses | used by | attributes | | | | | | id | | i/f | i/f | | +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list +--------------------------------------+----------+--------------+------+ | uuid | name | network_type | mtu | +--------------------------------------+----------+--------------+------+ | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | [sysadmin at controller-0 ~(keystone_admin)]$ system interface-datanetwork-list controller-0 +--------------+--------------------------------------+-----------+------------------+ | hostname | uuid | ifname | datanetwork_name | +--------------+--------------------------------------+-----------+------------------+ | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | phy-flat | +--------------+--------------------------------------+-----------+------------------+ Create Flat network on STX R2.0: ============================================================= #export OS_CLOUD=openstack_helm #ADMINID=`openstack project list | grep admin | awk '{print $2}'` #openstack network create --project ${ADMINID} --provider-network-type=flat --provider-physical-network=phy-flat netflat #openstack subnet create --project ${ADMINID} netflat-subnet --network netflat --subnet-range 192.168.100.0/24 #openstack server create --project ${ADMINID} --image cirros --flavor m1.tiny --network netflat vm1 ============================================================= The same procedure to create flat network on STX R1.0 and R2.0. But the vm instance can't get ip and can't ping to public network with static IP configuration on STX R2.0. Please help check this issue. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Wed Sep 18 06:19:15 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Wed, 18 Sep 2019 14:19:15 +0800 Subject: [Starlingx-discuss] Flat Network not working on STX R2.0 In-Reply-To: References: Message-ID: Dear Chenjie, I can't find that property in flavor on STX R1.0. controller-0:~$ source /etc/nova/openrc [wrsroot at controller-0 ~(keystone_admin)]$ openstack flavor create --vcpus 1 --disk 5 --ram 512 m1.tiny +----------------------------+------------------------------------------------------+ | Field | Value | +----------------------------+------------------------------------------------------+ | OS-FLV-DISABLED:disabled | False | | OS-FLV-EXT-DATA:ephemeral | 0 | | disk | 5 | | id | ad3157f1-441c-4d7c-a611-c2a75ba7fc1e | | name | m1.tiny | | os-flavor-access:is_public | True | | properties | aggregate_instance_extra_specs:storage='local_image' | | ram | 512 | | rxtx_factor | 1.0 | | swap | | | vcpus | 1 | +----------------------------+------------------------------------------------------+ [wrsroot at controller-0 ~(keystone_admin)]$ openstack flavor show ad3157f1-441c-4d7c-a611-c2a75ba7fc1e +----------------------------+------------------------------------------------------+ | Field | Value | +----------------------------+------------------------------------------------------+ | OS-FLV-DISABLED:disabled | False | | OS-FLV-EXT-DATA:ephemeral | 0 | | access_project_ids | None | | disk | 5 | | id | ad3157f1-441c-4d7c-a611-c2a75ba7fc1e | | name | m1.tiny | | os-flavor-access:is_public | True | | properties | aggregate_instance_extra_specs:storage='local_image' | | ram | 512 | | rxtx_factor | 1.0 | | swap | | | vcpus | 1 | +----------------------------+------------------------------------------------------+ [wrsroot at controller-0 ~(keystone_admin)]$ Thanks Xu, Chenjie 於 2019年9月18日 週三 下午1:11寫道: > Hi Ezpeer, > > You are welcome! > > > > Best Regards, > > Xu, Chenjie > > > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Wednesday, September 18, 2019 11:53 AM > *To:* Xu, Chenjie > *Cc:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear Chenjie, > > > > It is working now. > > > > Thanks for your help. > > > > > > > > > > Thanks > > > > > > Xu, Chenjie 於 2019年9月18日 週三 上午11:23寫道: > > Hi Ezpeer, > > If OVS-DPDK is used, you need to add below property to your flavor: > > openstack flavor set $i --property hw:mem_page_size=large > > > > The VM created with above flavor will use hugepage. OVS-DPDK also uses > hugepage and OVS-DPDK communicates with VM through shared memory. That’s > why VM needs to use hugepage. You can check the flavor in stx1.0, the above > property is set by default. > > > > Best Regards, > > Xu, Chenjie > > > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Wednesday, September 18, 2019 11:05 AM > *To:* Xu, Chenjie > *Cc:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear Chenjie, > > > > OVS-DPDK environment ( vswitch_type = ovs-dpdk) > > > > > > data network(VM instance 192.168.100.3/24, nova:dhcp 192.168.100.2/24) > <=====> L2 switch <====> PC/NB 192.168.100.x/24 > > > > PC/NB ping 192.168.100.2 (nova:dhcp) =====> ok > > PC/NB ping 192.168.100.3 (VM instance) =====> Fail (VM instance > can't get ip , manual configure static IP) > > > > > > > > > > > > Thanks > > > > Xu, Chenjie 於 2019年9月18日 週三 上午10:56寫道: > > Hi Ezpeer, > > Are you using OVS or OVS-DPDK? You mean you can ping external network > through dhcp namespace like following? > > ip netns > > sudo ip netns exec $NAMESPACE bash > > ifconfig > > ping $external_ip > > > > If so, can you ping the DHCP ip from the VM with static IP configured. > > > > Best Regards, > > Xu, Chenjie > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Wednesday, September 18, 2019 10:34 AM > *To:* Xu, Chenjie > *Cc:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear all, > > > > add additional information: > > The nova:dhcp 's ip could ping to PC/NB. > > > > > > Thanks > > > > > > Ezpeer Chen 於 2019年9月17日 週二 下午4:30寫道: > > Dear Chenjie, > > > > I follow this document: > > https://wiki.openstack.org/wiki/StarlingX/Networking > > > > Section: > > · Configure the flat network. > > > > > > My procedure on STX R1.0 is working, but not working on STX R2.0. > > > > data network(VM instance 192.168.100.X/24) <=====> L2 switch <====> > PC/NB 192.168.100.x/24 > > > > > > VM instance ping to PC/NB fail on STX R2.0. > > > > > > Thanks > > > > > > > > > > > > > > Xu, Chenjie 於 2019年9月17日 週二 下午4:23寫道: > > Hi Ezpeer, > > Could you please share all your steps for stx2.0 including creating > datanetwork, binding interface to datanetwork and so on. > > > > The following commands will create an internal flat network for VMs: > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=phy-flat netflat > > > > Typically you should not create VMs on external network. You should create > an internal network and create VMs on internal network. The external > network and internal network should be connected by router. Then you can > ping external network in VM. The below commands can be referred: > > ADMINID=`openstack project list | grep admin | awk '{print $2}'` > > PHYSNET0='flat_external' > > PHYSNET1='flat_internal' > > PUBLICNET='public-net0' > > EXTERNALNET='external-net0' > > PUBLICSUBNET='public-subnet0' > > EXTERNALSUBNET='external-subnet0' > > PUBLICROUTER='public-router0' > > > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=${PHYSNET0} --share --external ${EXTERNALNET} > > openstack network create --project ${ADMINID} --provider-network-type=flat > --provider-physical-network=${PHYSNET1} ${PUBLICNET} > > PUBLICNETID=`openstack network list | grep ${PUBLICNET} | awk '{print $2}'` > > EXTERNALNETID=`openstack network list | grep ${EXTERNALNET} | awk '{print > $2}'` > > openstack subnet create --project ${ADMINID} ${PUBLICSUBNET} --network > ${PUBLICNET} --subnet-range 192.168.101.0/24 > > openstack subnet create --project ${ADMINID} ${EXTERNALSUBNET} --gateway > 192.168.100.1 --no-dhcp --network ${EXTERNALNET} --subnet-range > 192.168.100.0/24 --ip-version 4 > > openstack router create ${PUBLICROUTER} > > PUBLICROUTERID=`openstack router list | grep ${PUBLICROUTER} | awk '{print > $2}'` > > openstack router set ${PUBLICROUTER} --external-gateway ${EXTERNALNETID} > --disable-snat > > openstack router add subnet ${PUBLICROUTER} ${PUBLICSUBNET} > > > > Best Regards, > > Xu, Chenjie > > > > *From:* Ezpeer Chen [mailto:ezpeerchen at gmail.com] > *Sent:* Tuesday, September 17, 2019 3:45 PM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Flat Network not working on STX R2.0 > > > > Dear all, > > > > Please help check if this is my misunderstanding. > > > > Issue: > > Flat Network not working on STX R2.0 but it's working on STX R1.0. VM > instance can't ping to public network with static IP configuration. > > > > > > Create Flat network on STX R1.0: > > ============================================================= > > #ADMINID=`openstack project list | grep admin | awk '{print $2}'` > #openstack network create --project ${ADMINID} > --provider-network-type=flat --provider-physical-network=phy-flat netflat > #openstack subnet create --project ${ADMINID} netflat-subnet --network > netflat --subnet-range 192.168.100.0/24 > #openstack server create --image cirros --flavor m1.tiny --network netflat > vm1 > > > > ============================================================= > > > > Interface setting on STXR2.0: > > > > [sysadmin at controller-0 ~(keystone_admin)]$ system host-if-list > controller-0 > > +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ > | uuid | name | class | type > | vlan | ports | uses | used by | attributes | > | | | | > | id | | i/f | i/f | | > > +--------------------------------------+-----------+-----------+----------+------+----------------+------+---------+---------------------------+ > | e0b545f0-dc0d-4c6c-9327-0008191cf3e6 | enp3s0 | data | ethernet > | None | [u'enp3s0'] | [] | [] | MTU=1500,accelerated=True | > > > [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list > +--------------------------------------+----------+--------------+------+ > | uuid | name | network_type | mtu | > +--------------------------------------+----------+--------------+------+ > | b42f45d1-a474-47cc-b603-8c3b4e50189b | phy-flat | flat | 1500 | > > > [sysadmin at controller-0 ~(keystone_admin)]$ system > interface-datanetwork-list controller-0 > > +--------------+--------------------------------------+-----------+------------------+ > | hostname | uuid | ifname | > datanetwork_name | > > +--------------+--------------------------------------+-----------+------------------+ > | controller-0 | 88dd6d9c-fd66-4034-98d5-c6a2155a5085 | enp3s0 | > phy-flat | > > +--------------+--------------------------------------+-----------+------------------+ > > > > > > Create Flat network on STX R2.0: > > ============================================================= > > #export OS_CLOUD=openstack_helm > #ADMINID=`openstack project list | grep admin | awk '{print $2}'` > #openstack network create --project ${ADMINID} > --provider-network-type=flat --provider-physical-network=phy-flat netflat > #openstack subnet create --project ${ADMINID} netflat-subnet --network > netflat --subnet-range 192.168.100.0/24 > #openstack server create --project ${ADMINID} --image cirros --flavor > m1.tiny --network netflat vm1 > > > > ============================================================= > > > > > > The same procedure to create flat network on STX R1.0 and R2.0. > > > > But the vm instance can't get ip and can't ping to public network with > static IP configuration on STX R2.0. > > > > Please help check this issue. > > > > > > > > > > > > > > Thanks > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From haochuan.z.chen at intel.com Wed Sep 18 06:40:09 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Wed, 18 Sep 2019 06:40:09 +0000 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D856264F8F@CDSMSX102.ccr.corp.intel.com> In the log file, you uploaded. log/puppet/2019-09-16-23-33-46_controller/puppet.log 2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l Still go on study your uploaded log. Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I created this launchpad https://bugs.launchpad.net/starlingx/+bug/1844332 I uploaded a brief description and the logs. Thank you very much in advance for the support! Regards, Mariano El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z (>) escribió: Hi Mariano What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder /etc/ /var/log BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie >; Chen, Haochuan Z > Subject: RE: [Starlingx-discuss] Error with Ceph OSD + Tingjie who may able to provide help. From: Mariano Ucha > Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 health: HEALTH_WARN Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) osd: 1 osds: 0 up, 0 in data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From haochuan.z.chen at intel.com Wed Sep 18 07:13:39 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Wed, 18 Sep 2019 07:13:39 +0000 Subject: [Starlingx-discuss] Error with Ceph OSD References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> And one more command to check. # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $? I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD In the log file, you uploaded. log/puppet/2019-09-16-23-33-46_controller/puppet.log 2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l Still go on study your uploaded log. Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I created this launchpad https://bugs.launchpad.net/starlingx/+bug/1844332 I uploaded a brief description and the logs. Thank you very much in advance for the support! Regards, Mariano El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z (>) escribió: Hi Mariano What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder /etc/ /var/log BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie >; Chen, Haochuan Z > Subject: RE: [Starlingx-discuss] Error with Ceph OSD + Tingjie who may able to provide help. From: Mariano Ucha > Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 health: HEALTH_WARN Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) osd: 1 osds: 0 up, 0 in data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From lw2dht at gmail.com Wed Sep 18 12:01:25 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Wed, 18 Sep 2019 09:01:25 -0300 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> Message-ID: <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> Hi Martin I added in the launchpad the outputs of all commands. Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again. I’ll wipe the partition and delete them and test, if not do a fresh install. Agaian thanks you very much for your help! Regards, Mariano De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD And one more command to check. # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $? I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD In the log file, you uploaded. log/puppet/2019-09-16-23-33-46_controller/puppet.log 2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l Still go on study your uploaded log. Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I created this launchpad https://bugs.launchpad.net/starlingx/+bug/1844332  I uploaded a brief description and the logs. Thank you very much in advance for the support! Regards, Mariano  El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z () escribió: Hi Mariano   What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder   /etc/ /var/log   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie ; Chen, Haochuan Z Subject: RE: [Starlingx-discuss] Error with Ceph OSD   + Tingjie who may able to provide help.   From: Mariano Ucha Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD   Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs.     controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory   The output of ceph -s   controller-0:/var/log/ceph$ ceph -s   cluster:     id:     6cbe0ddd-f791-4226-8530-7a8347f12437     health: HEALTH_WARN             Reduced data availability: 64 pgs inactive     services:     mon: 1 daemons, quorum controller-0     mgr: controller-0(active)     osd: 1 osds: 0 up, 0 in     data:     pools:   1 pools, 64 pgs     objects: 0  objects, 0 B     usage:   0 B used, 0 B / 0 B avail     pgs:     100.000% pgs unknown              64 unknown   I have no osd UP.   [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid                                 | function | osdid | state      | idisk_uuid                           | journal_path                     | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd      | 0     | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2    | 1                | storage   | |                                      |          |       |            |                                      | .0-scsi-0:1:0:1-part2            |              |                  |           | |                                      |          |       |            |                                      |                                  |              |                  |           | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$  [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid                                 | device_no | device_ | device_ | size_ | available_ | rpm          | serial_i | device_path                                     | |                                      | de        | num     | type    | gib   | gib        |              | d        |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda  | 2048    | HDD     | 300.0 | 16.977     | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | |                                      |           |         |         |       |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb  | 2064    | HDD     | 538.  | 0.0        | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | |                                      |           |         |         | 33    |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+   I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all.   Regards, Mariano   -------------- next part -------------- An HTML attachment was scrubbed... URL: From haochuan.z.chen at intel.com Wed Sep 18 13:42:57 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Wed, 18 Sep 2019 13:42:57 +0000 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> We are so happy, you like starlingx. And you check with wipe partition, and check with us with any hesitation. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Wednesday, September 18, 2019 8:01 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin I added in the launchpad the outputs of all commands. Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again. I’ll wipe the partition and delete them and test, if not do a fresh install. Agaian thanks you very much for your help! Regards, Mariano De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD And one more command to check. # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $? I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: RE: [Starlingx-discuss] Error with Ceph OSD In the log file, you uploaded. log/puppet/2019-09-16-23-33-46_controller/puppet.log 2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l Still go on study your uploaded log. Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I created this launchpad https://bugs.launchpad.net/starlingx/+bug/1844332 I uploaded a brief description and the logs. Thank you very much in advance for the support! Regards, Mariano El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z (>) escribió: Hi Mariano What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder /etc/ /var/log BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie >; Chen, Haochuan Z > Subject: RE: [Starlingx-discuss] Error with Ceph OSD + Tingjie who may able to provide help. From: Mariano Ucha > Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 health: HEALTH_WARN Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) osd: 1 osds: 0 up, 0 in data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Wed Sep 18 14:12:32 2019 From: sgw at linux.intel.com (Saul Wold) Date: Wed, 18 Sep 2019 07:12:32 -0700 Subject: [Starlingx-discuss] Missing cores from new repos Message-ID: Hi Scott, Can you review the list of cores for the new repos against the original cores for integ and other repos. We may not have gotten all the original cores added to the newer repos. Thanks Sau! From Frank.Miller at windriver.com Wed Sep 18 14:47:02 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Wed, 18 Sep 2019 14:47:02 +0000 Subject: [Starlingx-discuss] Missing cores from new repos In-Reply-To: References: Message-ID: Saul: Scott sent out a proposal for the new repos and which people should be Cores at the time of the restructuring. He based it on the existing Cores as best he could tell. You and I and I think others provided input at the time. At that time I thought we had it correct but apologies if we missed anyone. Since Scott has already done the exercise you have asked in your email today, I would instead suggest that you or any other Core look through the Cores list [1] and send an email for any repo where you think someone was missed. Frank [1] https://review.opendev.org/#/admin/groups/?filter=starlingx -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Wednesday, September 18, 2019 10:13 AM To: starlingx-discuss at lists.starlingx.io; Little, Scott Subject: [Starlingx-discuss] Missing cores from new repos Hi Scott, Can you review the list of cores for the new repos against the original cores for integ and other repos. We may not have gotten all the original cores added to the newer repos. Thanks Sau! _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Bill.Zvonar at windriver.com Wed Sep 18 15:05:54 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 18 Sep 2019 15:05:54 +0000 Subject: [Starlingx-discuss] Community Call (Sep 18, 2019) Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AF9EE6@ALA-MBD.corp.ad.wrs.com> >From today's call... Standing Topics - any Gerrit reviews that need attention? - Add collectd-python runtime dependency (Erich): https://review.opendev.org/#/c/682529/ - merged! - Add a network config item for novncproxy: https://review.opendev.org/#/c/680908/ and https://review.opendev.org/#/c/677126/ - some recent action - AR: Saul will send an email about core reviewers - sanity - any reds since last call? - yes - http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006194.html - AR: Erich investigate further - why did zuul allow the file(s) when there was a merge conflict - any unanswered calls for assistance on the mailing list? - Sai Chandu's bug - https://bugs.launchpad.net/starlingx/+bug/1843868 - to be triaged - otherwise, looking good this week 3.0 Milestone-2 - Ghada's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006145.html Upcoming elections and project/repo restructuring - after project/repo/git restructuring, when to re-claim the core reviewers for the new git projects?? - Ildiko: clarifying the list of teams/PL/TLs - once this finalized, the wiki page will be upated to align with the updated state - reminder to check your preferred email address in Gerrit - see Ildiko's email on this http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006176.html - also, don't forget you need to have an OpenStack foundation account Erich's Guide to deploy simplex StarlingX 2.0 in a virtual environment: http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006059.html - Mike T's doc team will review in the meeting today - Greg confirmed that this is covered in the official docs, but is more graphical - Jose noted that this readme file is also relevant to this general topic of deployment/installation https://opendev.org/starlingx/test/src/branch/master/automated-robot-suite Requirements for commit messages - Saul's email: http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006081.html - should be at the discretion of the cores whether they require a story - Saul: the commit message always needs to meaningful, and if either of the commit or the story is optional, it should be the story, since it's the commit that lives with the change - Ildiko: as well, having a story/task doesn't make the commit meaningful, esp. if it's just the story/task title - Ghada: at some point, we expect to ask cores to prioritize based on the stories we want to deliver in the release Project overview slide deck update - Ildiko's email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005970.html - to be discussed in the Community Planning call right after today's call FYI: how to 'delete' a StoryBoard - you can delete a StoryBoard story if you created it. Otherwise, if you mark all un-merged tasks as Invalid, the story will become inactive. Open Action Required (AR) Summary Sep 11, 2019 -- TEAM -- complete project sub-team re-alignment, need to finish this before we start the PL/TL election cycle, per TSC and https://review.opendev.org/#/c/680514/ - Sep 18: driven through the TSC Sep 11, 2019 -- Don -- change the manifest - docs, zuul-jobs & test - to raise the visibility of these to the developers as they make changes - Sep 18: done Sep 11, 2019 -- Ildiko -- look into documenting the process of adding customer documentation to the contributor guide - Sep 18: no update this week Sep 11, 2019 -- Abraham/Build -- sort out how/when to finish this off the renaming of the to-be-renamed system-client (nee: cgcs-client) - Sep 18: Abraham will look into this Sep 11, 2019 -- Bruce -- identify the feature documentation gaps - Sep 18: Mike tracking these via https://storyboard.openstack.org/#!/story/2006289 - see his post at http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006127.html - the doc team is offering to present a HOWTO to the community on how to write docs July 31, 2019 -- Ada/Yang -- combine sanity runs/reports - Sep 18: Ada's team is able to execute test cases using pytest framework, currently working on how to update the k8s test app to work in their environment where private registry is used June 26, 2019 -- Yang -- arrange an automation framework info session for the Community - Sep 18: Yang is fielding questions from Ada's team for now & they are able to execute testcases; Yang will look to hold a formal info session in Q4 June 26, 2019 -- Abraham -- provide a forecast for providing a Docker image list - Sep 18: Abraham to follow up on this June 5, 2019 --- -- provide requirements/input on Community Activity Dashboard (see notes from June 5 meeting) - Sep 5: Thierry added "Individual Contributor" page, see his email http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005913.html - see https://starlingx.biterg.io/ & https://etherpad.openstack.org/p/stx-bitergia May 8, 2019 -- Frank -- follow up with CENGN on storage for really large files for reference in Launchpads - Sep 17: Nathan Chen from Frank's team is looking into this now -----Original Message----- From: Zvonar, Bill Sent: Tuesday, September 17, 2019 7:41 AM To: starlingx-discuss at lists.starlingx.io Subject: Community Call (Sep 18, 2019) Hi folks, reminder of the Community call tomorrow. Topics on the agenda include these - feel free to add more at [0]... - 3.0 Milestone-2 - Upcoming elections and project/repo restructuring - Erich's Guide to deploy simplex StarlingX 2.0 in a virtual environment - Requirements for commit messages - Project overview slide deck update - FYI: how to 'delete' a StoryBoard - and, lots of new ARs from last week's meeting Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190918T1400 From Wei.Zhou at windriver.com Wed Sep 18 16:23:05 2019 From: Wei.Zhou at windriver.com (Zhou, Wei) Date: Wed, 18 Sep 2019 16:23:05 +0000 Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) Message-ID: <65F1E5C9D184934EB1576B5CCD6C643B2BC3187C@ALA-MBD.corp.ad.wrs.com> Hi, My following commit is merged today. It restructures StarlingX ansible-playbooks repo. https://opendev.org/starlingx/ansible-playbooks/commit/6e6e564a4f5a92020f8220f95fe8e5fa5f27bc1c As a result, the deployment/installation guild (e.g. for AIO-SX https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html#bootstrap-system-on-controller-0) needs to be updated to address the new location of bootstrap playbook. The path for the bootstrap playbook (bootstrap.yml) is changed from /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml to /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml. Thanks, -Wei -------------- next part -------------- An HTML attachment was scrubbed... URL: From bruce.e.jones at intel.com Wed Sep 18 17:20:55 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Wed, 18 Sep 2019 17:20:55 +0000 Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) In-Reply-To: <65F1E5C9D184934EB1576B5CCD6C643B2BC3187C@ALA-MBD.corp.ad.wrs.com> References: <65F1E5C9D184934EB1576B5CCD6C643B2BC3187C@ALA-MBD.corp.ad.wrs.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07E1C06@fmsmsx123.amr.corp.intel.com> Cool. The doc change you're requesting sounds like a one line change. Can you make it? It should be very easy. brucej From: Zhou, Wei [mailto:Wei.Zhou at windriver.com] Sent: Wednesday, September 18, 2019 9:23 AM To: starlingx-discuss at lists.starlingx.io Cc: Balaraj, Juanita Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) Hi, My following commit is merged today. It restructures StarlingX ansible-playbooks repo. https://opendev.org/starlingx/ansible-playbooks/commit/6e6e564a4f5a92020f8220f95fe8e5fa5f27bc1c As a result, the deployment/installation guild (e.g. for AIO-SX https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html#bootstrap-system-on-controller-0) needs to be updated to address the new location of bootstrap playbook. The path for the bootstrap playbook (bootstrap.yml) is changed from /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml to /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml. Thanks, -Wei -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.l.tullis at intel.com Wed Sep 18 17:25:22 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Wed, 18 Sep 2019 17:25:22 +0000 Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) In-Reply-To: <9A85D2917C58154C960D95352B22818BD07E1C06@fmsmsx123.amr.corp.intel.com> References: <65F1E5C9D184934EB1576B5CCD6C643B2BC3187C@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07E1C06@fmsmsx123.amr.corp.intel.com> Message-ID: <3808363B39586544A6839C76CF81445EA1BDD35F@ORSMSX104.amr.corp.intel.com> Yes, thanks Wei! Does this apply to R3 only, or is it retroactive to R2? -- Mike From: Jones, Bruce E Sent: Wednesday, September 18, 2019 11:21 AM To: Zhou, Wei Cc: Balaraj, Juanita ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) Cool. The doc change you're requesting sounds like a one line change. Can you make it? It should be very easy. brucej From: Zhou, Wei [mailto:Wei.Zhou at windriver.com] Sent: Wednesday, September 18, 2019 9:23 AM To: starlingx-discuss at lists.starlingx.io Cc: Balaraj, Juanita > Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) Hi, My following commit is merged today. It restructures StarlingX ansible-playbooks repo. https://opendev.org/starlingx/ansible-playbooks/commit/6e6e564a4f5a92020f8220f95fe8e5fa5f27bc1c As a result, the deployment/installation guild (e.g. for AIO-SX https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html#bootstrap-system-on-controller-0) needs to be updated to address the new location of bootstrap playbook. The path for the bootstrap playbook (bootstrap.yml) is changed from /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml to /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml. Thanks, -Wei -------------- next part -------------- An HTML attachment was scrubbed... URL: From Wei.Zhou at windriver.com Wed Sep 18 18:02:58 2019 From: Wei.Zhou at windriver.com (Zhou, Wei) Date: Wed, 18 Sep 2019 18:02:58 +0000 Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) In-Reply-To: <3808363B39586544A6839C76CF81445EA1BDD35F@ORSMSX104.amr.corp.intel.com> References: <65F1E5C9D184934EB1576B5CCD6C643B2BC3187C@ALA-MBD.corp.ad.wrs.com> <9A85D2917C58154C960D95352B22818BD07E1C06@fmsmsx123.amr.corp.intel.com> <3808363B39586544A6839C76CF81445EA1BDD35F@ORSMSX104.amr.corp.intel.com> Message-ID: <65F1E5C9D184934EB1576B5CCD6C643B2BC318AA@ALA-MBD.corp.ad.wrs.com> Mike, This is stx3 only. -Wei From: Tullis, Michael L [mailto:michael.l.tullis at intel.com] Sent: Wednesday, September 18, 2019 1:25 PM To: Jones, Bruce E; Zhou, Wei Cc: Balaraj, Juanita; starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) Yes, thanks Wei! Does this apply to R3 only, or is it retroactive to R2? -- Mike From: Jones, Bruce E Sent: Wednesday, September 18, 2019 11:21 AM To: Zhou, Wei Cc: Balaraj, Juanita ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) Cool. The doc change you're requesting sounds like a one line change. Can you make it? It should be very easy. brucej From: Zhou, Wei [mailto:Wei.Zhou at windriver.com] Sent: Wednesday, September 18, 2019 9:23 AM To: starlingx-discuss at lists.starlingx.io Cc: Balaraj, Juanita > Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) Hi, My following commit is merged today. It restructures StarlingX ansible-playbooks repo. https://opendev.org/starlingx/ansible-playbooks/commit/6e6e564a4f5a92020f8220f95fe8e5fa5f27bc1c As a result, the deployment/installation guild (e.g. for AIO-SX https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html#bootstrap-system-on-controller-0) needs to be updated to address the new location of bootstrap playbook. The path for the bootstrap playbook (bootstrap.yml) is changed from /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml to /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml. Thanks, -Wei -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.l.tullis at intel.com Wed Sep 18 21:59:00 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Wed, 18 Sep 2019 21:59:00 +0000 Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) In-Reply-To: <65F1E5C9D184934EB1576B5CCD6C643B2BC3187C@ALA-MBD.corp.ad.wrs.com> References: <65F1E5C9D184934EB1576B5CCD6C643B2BC3187C@ALA-MBD.corp.ad.wrs.com> Message-ID: <3808363B39586544A6839C76CF81445EA1BDD54E@ORSMSX104.amr.corp.intel.com> Thanks again. This is now https://storyboard.openstack.org/#!/story/2006576. We'll roll this change out to new docs versioned for R3 after our latest retrofitted changes for R2 merge. -- Mike From: Zhou, Wei Sent: Wednesday, September 18, 2019 10:23 AM To: starlingx-discuss at lists.starlingx.io Cc: Balaraj, Juanita Subject: [Starlingx-discuss] [DOCS] New location of Ansible bootstrap playbook (bootstrap.yml) Hi, My following commit is merged today. It restructures StarlingX ansible-playbooks repo. https://opendev.org/starlingx/ansible-playbooks/commit/6e6e564a4f5a92020f8220f95fe8e5fa5f27bc1c As a result, the deployment/installation guild (e.g. for AIO-SX https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html#bootstrap-system-on-controller-0) needs to be updated to address the new location of bootstrap playbook. The path for the bootstrap playbook (bootstrap.yml) is changed from /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml to /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml. Thanks, -Wei -------------- next part -------------- An HTML attachment was scrubbed... URL: From maria.g.perez.ibarra at intel.com Wed Sep 18 22:05:20 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Wed, 18 Sep 2019 22:05:20 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190918 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-18 (link) Status: Red =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 49 TCs [Blocked] Sanity Platform 07 TCs [Blocked] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 07 TCs [Blocked] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 08 TCs [Blocked] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 09 TCs [Blocked] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] stx-openstack fails to apply - libvirt pod error https://bugs.launchpad.net/starlingx/+bug/1844576 Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.l.tullis at intel.com Wed Sep 18 22:18:27 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Wed, 18 Sep 2019 22:18:27 +0000 Subject: [Starlingx-discuss] [DOCS] Updates to 'system host', 'system ntp' and 'system ptp' CLIs In-Reply-To: <5ECD8395442B0C4FB807F9737625BB6768C7F3BC@ALA-MBD.corp.ad.wrs.com> References: <5ECD8395442B0C4FB807F9737625BB6768C7F3BC@ALA-MBD.corp.ad.wrs.com> Message-ID: <3808363B39586544A6839C76CF81445EA1BDD578@ORSMSX104.amr.corp.intel.com> Thanks Kristine. This is now task 36688 in https://storyboard.openstack.org/#!/story/2006289. -- Mike From: Bujold, Kristine Sent: Tuesday, September 17, 2019 3:06 PM To: starlingx-discuss at lists.starlingx.io Cc: Balaraj, Juanita Subject: [Starlingx-discuss] [DOCS] Updates to 'system host', 'system ntp' and 'system ptp' CLIs A new property called 'clock_synchronization' was added to the host object. The CLIs and APIs have been updated. The default value for 'clock_synchronization' is 'ntp'. The 'enabled' property was removed from the NTP and PTP objects and the CLIs/APIs updated accordingly. The GUIs for these objects were also updated. See SB https://storyboard.openstack.org/#!/story/2006499 for more information. Some code is still in pending review. Affected CLIs Added clock_synchronization argument system host-update controller-0 clock_synchronization=ntp|ntp system host-add --personality worker --hostname test_ntp --clock_synchronization ntp|ptp system host-show Removed "enabled" argument system ntp-modify system ntp-show system ptp-modify system ptp-show Affected GUIs Admin / Platform/ Host Inventory / Host Detail: controller-0 Edit Host Admin / Platform / System Configuration / NTP Admin / Platform / System Configuration / PTP Edit PTP Edit NTP Thanks, Kristine -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Wed Sep 18 22:19:45 2019 From: sgw at linux.intel.com (Saul Wold) Date: Wed, 18 Sep 2019 15:19:45 -0700 Subject: [Starlingx-discuss] Failure launching Cirros Image Message-ID: <16840687-9ddc-2145-34b5-6e30dcb72e17@linux.intel.com> Folks, I have been working on setting up a baremetal system on a NUC with dual NICs. I have been able to provision it and have the stx-openstack application manifest fully loaded. I have created a flavor, image and subnet to use for this instance, but when I try to launch it with: openstack server create --image cirros --flavor f1.small --nic net-id=3fd14704-8482-4cdd-975d-6e9e0a14e61e vm-cirros-1 I get an Error and iget the following output from openstack server show. > controller-0:~$ openstack server show vm-cirros-1 > +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ > | Field | Value | > +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ > | OS-DCF:diskConfig | MANUAL | > | OS-EXT-AZ:availability_zone | | > | OS-EXT-SRV-ATTR:host | None | > | OS-EXT-SRV-ATTR:hypervisor_hostname | None | > | OS-EXT-SRV-ATTR:instance_name | instance-00000001 | > | OS-EXT-STS:power_state | NOSTATE | > | OS-EXT-STS:task_state | None | > | OS-EXT-STS:vm_state | error | > | OS-SRV-USG:launched_at | None | > | OS-SRV-USG:terminated_at | None | > | accessIPv4 | | > | accessIPv6 | | > | addresses | | > | config_drive | | > | created | 2019-09-18T21:26:48Z | > | fault | {u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 9525360e-6ac6-4da1-a0dd-8f5d8c82ee75.', u'code': 500, u'details': u' File "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", line 627, in build_instances\n raise exception.MaxRetriesExceeded(reason=msg)\n', u'created': u'2019-09-18T21:27:00Z'} | > | flavor | f1.small (15efd6ca-c402-4aba-819a-8ab323d9f482) | > | hostId | | > | id | 9525360e-6ac6-4da1-a0dd-8f5d8c82ee75 | > | image | cirros (88a002f8-ba00-4aa3-9920-66f126fd2efc) | > | key_name | None | > | name | vm-cirros-1 | > | project_id | 64f69c36cfd44c96802b40a3534d8906 | > | properties | | > | status | ERROR | > | updated | 2019-09-18T21:27:00Z | > | user_id | 079d6c910606497c9e9329bb81f9afb4 | > | volumes_attached | | > +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ More logs needed? Where do I look? Thoughts? Sau! From michael.l.tullis at intel.com Wed Sep 18 22:30:39 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Wed, 18 Sep 2019 22:30:39 +0000 Subject: [Starlingx-discuss] [docs][meetings] docs team meeting minutes 9/18 Message-ID: <3808363B39586544A6839C76CF81445EA1BDD5AB@ORSMSX104.amr.corp.intel.com> Join us if you have interest in StarlingX docs! We meet Wednesdays, and call logistics are here: https://wiki.openstack.org/wiki/Starlingx/Meetings. Our etherpad is here: https://etherpad.openstack.org/p/stx-documentation. -- Mike Current agenda and notes 2019-09-18 * All -- reviews in progress -- ? See summary at https://review.opendev.org/#/q/project:starlingx/docs. ? We have 6 open. Let's take a look to see how we can push these through. * https://review.opendev.org/#/c/682761/ -- Apply fixes from feedback on virtual install guides -- Greg reviewed and added comments. Kris addressed. +1 from Greg and +2 from Bruce. Ready to merge. * https://review.opendev.org/#/c/682708/ -- Release Note document for StarlingX 2.0 -- Thanks Bill and Bruce! Needs review from the doc team now. Greg and Kris with both review. Once Greg adds +1, Kris will +2. * https://review.opendev.org/#/c/682967/ -- Apply fixes from feedback on bare metal install guides -- Ready for Greg to review. * https://review.opendev.org/#/c/680787/ tied to https://bugs.launchpad.net/starlingx/+bug/1842993 -- Fix typos for controller-0 install instructions for R2 -- Greg reviewed and added comments to address. For background, see https://drive.google.com/file/d/1XkE-geSUkv6YtOyPjjPxNq8pLYtYw8aD. This will be abandoned, superseded with https://review.opendev.org/#/c/682761/ and https://review.opendev.org/#/c/682708/. * https://review.opendev.org/#/c/681850/ -- Initial creation Doc page Navigate Git Code story/2005184 -- This is a first contribution from an OpenStack community member adding a new page for what was a placeholder stub. Looks great. Has +2. Merge? Yes, merged! * https://review.opendev.org/#/c/679896/ tied to https://bugs.launchpad.net/starlingx/+bug/1837931 -- Add instructions for remote CLI access to Openstack -- For background, see https://drive.google.com/file/d/1-UulIR8oBFcphl_ov5as2W5-lwtl6Tqfand https://drive.google.com/file/d/1YUKKGsH-LoR_67wQOotiOZHStIziyh7i. This bug is not fully resolved with the current review, but the linked background emails may be enough. Specifically, we need instructions for REST API. Lower priority for now until we get the latest updates on the install/deploy guides merged. Greg will hunt down the REST API calls. * Abraham and all -- bug status -- https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.docs ? Resolution for all current bugs should be pushed to the R2 docs, not versioned for R3. ? Current status: 4 bugs open, 1 high priority. 2 of the bugs have open reviews as explained in the previous section. * Mike -- future/planned reviews for installation/deployment guides -- ? A recent code change will impact bare metal use cases (and possibly others). * See https://drive.google.com/file/d/1pic5wr_69fJb94-o3JM7U2xKMJ0HpGJZ for details. * This is for R3 and should not be rolled into R2 docs. So it will be rolled into the "upcoming release" section. ? Erich Cordoba Malibran wrote an installation/deployment guide that mostly overlaps with our own. * We need to review it to see if we can pull any goodness into our official docs. Greg will review. Could be the starting point for StarlingX in a box. * See https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ and http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006059.html for details. * Mike -- report out on any progress or plans for R3 stories -- ? Where we can add the most value right now is to add the stubbed out landing page for https://storyboard.openstack.org/#!/story/2006289. See http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006127.html for more info. We've discussed this in the community meeting and on the mailing list. We'll start this after the latest retrofitted changes to the R2 guides merge. ? Background: * R3 release is currently planned for late November or early December. * Current doc stories are here. We'll add to this list -- https://storyboard.openstack.org/#!/story/list?tags=stx.docs&tags=stx.3.0 -- * The community team is tracking top stories. I submitted these two for the doc team -- https://drive.google.com/file/d/1dXFLc6f4d5MA2l7rRBMnfyk4X6wZ07wX * Kris -- persistent URL requested for versioned docs -- ? We currently change the URL as docs are moved from "current" to "archive." See details here -- https://drive.google.com/file/d/1nw__0P_Ezomu7tRYNZ2dxk6B7v9PFGoD. ? Kris has an initial idea and will walk us through in the meeting today. * Rename "current" folder to be the r2_release, still listed on landing page as 'latest'. * All releases will be in the release specific folder e.g. r3_release, r4_release. * When a new release comes, or a release is archived, its location does not change, we just update the landing page to explain latest/archived. * Mike -- doc change notice from Kristine Bujold at Wind River -- ? See details here: https://drive.google.com/file/d/1rIftNkaX6hmXvl8HGPNesyuHeSMi5EqL/view?usp=sharing ? This is now task 36688 in https://storyboard.openstack.org/#!/story/2006289. Action required (AR) summary Completed ARs are archived here: https://etherpad.openstack.org/p/stx-documentation-files-003 * -- -- * 2019-05-15 -- Scott and Abraham -- Review these code and terminology changes impacting user docs -- https://drive.google.com/file/d/1sCB-lrWhDIJLNAGWBt7wJ1_JxY21m71p -- and report back on specific actions required. * 2019-07-03 -- Mike -- After the installation/deployment landing pages are updated and the applicable wikis are fully deprecated, send a message to the mailing list clarifying where the "single source of truth" is for the latest content -- wiki vs. doc site vs. Gerrit reviews in progress. * 2019-09-18 -- Greg -- Hunt down REST API specifics needed to close https://bugs.launchpad.net/starlingx/+bug/1837931. For background, see https://drive.google.com/file/d/1-UulIR8oBFcphl_ov5as2W5-lwtl6Tqf and https://drive.google.com/file/d/1YUKKGsH-LoR_67wQOotiOZHStIziyh7i. * 2019-09-18 -- Greg -- Hunt down Ansible-related updates for the guides. * 2019-09-18 -- Greg -- Review Erich's contribution at https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ to see if we need to retrofit anything into our existing guides. Also recommend anything toward "StarlingX in a box." -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Thu Sep 19 06:50:34 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Thu, 19 Sep 2019 14:50:34 +0800 Subject: [Starlingx-discuss] system lock fail and then can't unlock Message-ID: Dear all, I want to use system host-lock and then system host-unlock to reboot. But is cause task always locking. It also shows that "vim_progress_status | services-disable-failed." Log: [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:32:21.003163+00:00 | | uptime | 372 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disabled | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 Avoiding 'unlock' action on already 'unlocked' host controller-0 [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 Avoiding 'unlock' action on already 'unlocked' host controller-0 [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:33:29.533163+00:00 | | uptime | 442 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disabled | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 Avoiding 'unlock' action on already 'unlocked' host controller-0 [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:33:37.166469+00:00 | | uptime | 442 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disabled | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ [sysadmin at controller-0 ~(keystone_admin)]$ system host-show controller-0 +---------------------+----------------------------------------------------------------------+ | Property | Value | +---------------------+----------------------------------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor', u'Personality': u'Controller-Active'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:34:33.201421+00:00 | | uptime | 507 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disable-failed.. | +---------------------+----------------------------------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:35:21.167957+00:00 | | uptime | 507 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 Avoiding 'unlock' action on already 'unlocked' host controller-0 [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:36:15.197604+00:00 | | uptime | 572 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disable-failed.. | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvmpublic at gmail.com Thu Sep 19 07:29:24 2019 From: pvmpublic at gmail.com (Pratik M.) Date: Thu, 19 Sep 2019 12:59:24 +0530 Subject: [Starlingx-discuss] Trying to set simple password for sysadmin Message-ID: Hi, I can't figure out how to relax the PAM password policy for sysadmin user on private hosts. Have tried: 1. Removing enforce_root in /etc/pam.d/common-password and setting via root 2. Removing all *credit in /etc/pam.d/common-password 2. Setting all *credit to 0 in /etc/security/pwquality.conf Thanks in advance Pratik From pvmpublic at gmail.com Thu Sep 19 08:58:42 2019 From: pvmpublic at gmail.com (Pratik M.) Date: Thu, 19 Sep 2019 14:28:42 +0530 Subject: [Starlingx-discuss] controller-1 install/setup using ISO (not pxe) Message-ID: Hi, I have installed controller-0 and my OAM_IF is eno1 and MGMT_IF is eno2. I am trying to install controller-1. However, my existing OAM lab network already runs pxe. And my server BIOS does not have an option to select one specific network interface for PXE booting. So I tried to temporarily switch the cables (connect mgmt to eno1 and disconnect oam). The pxe boot works; controller-1 gets discovered. And I can do host-update 2 personality=controller. After the install and reboot, I switch back the cables. And try to set the OAM_IF to the correct/final interface (eno1). [sysadmin at controller-0 etc(keystone_admin)]$ OAM_IF=eno1 && MGMT_IF=eno2 [sysadmin at controller-0 etc(keystone_admin)]$ system host-if-modify controller-1 $OAM_IF -c platform Interface not found: host controller-1 if eno1 I see the controller-1 does not have an IP post reboot. I tried manually setting the eno2 IP to 192.168.204.2/24 but still it shows offline. [sysadmin at controller-0 ~(keystone_admin)]$ system host-list +----+--------------+-------------+----------------+-------------+--------------+ | id | hostname | personality | administrative | operational | availability | +----+--------------+-------------+----------------+-------------+--------------+ | 1 | controller-0 | controller | unlocked | enabled | available | | 2 | controller-1 | controller | locked | disabled | offline | +----+--------------+-------------+----------------+-------------+--------------+ I cannot reverse the cabling on the NICs for a different set of reasons. Any workaround? Is there a way to install the software using iso, set some IPs manually and then enroll the controller-1 to the cluster? Thanks in advance Pratik From Volker.Hoesslin at swsn.de Thu Sep 19 10:01:00 2019 From: Volker.Hoesslin at swsn.de (von Hoesslin, Volker) Date: Thu, 19 Sep 2019 10:01:00 +0000 Subject: [Starlingx-discuss] zero byte image In-Reply-To: References: <2FD5DDB5A04D264C80D42CA35194914F3604B105@SHSMSX104.ccr.corp.intel.com>, Message-ID: check it out: https://bugs.launchpad.net/starlingx/+bug/1844642 ________________________________ Von: Sun, Austin [austin.sun at intel.com] Gesendet: Dienstag, 17. September 2019 03:09 An: Xie, Cindy; von Hoesslin, Volker; starlingx-discuss at lists.starlingx.io Betreff: RE: zero byte image Hi Volker: Would you like running command ‘collect’ in system to collect all necessary logs ? And then create new bug https://bugs.launchpad.net/starlingx and attached log to bug. Thanks. BR Austin Sun. From: Xie, Cindy [mailto:cindy.xie at intel.com] Sent: Tuesday, September 17, 2019 7:42 AM To: von Hoesslin, Volker ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] zero byte image Volker, You still have 1.0 running (2+2+3) and you still have your data, right? You just want to backup your user data & restore it in your new 2.0 deployment? I am hoping that you didn’t lost your data. Thx. - cindy From: von Hoesslin, Volker > Sent: Monday, September 16, 2019 9:14 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] zero byte image hi, i'm big in trouble... i'm with you from the first hour and run an staringX 2018.10 in production mode (i know, i know, no comment please ;)) so, update to the new starlingX 2.0 version will need to reinstall the complete stack, but i need to backup some VMs first. based on this dokumentation https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html i got always an zero byte image, at the internet i got some posting that indicate the same problem, but for now, i cant fix it :( i have an full starlinX install with dedicated storage (2x controller, 2x compute, 3x storage). maybe someone can help me? greez & thx, volker... -------------- next part -------------- An HTML attachment was scrubbed... URL: From Barton.Wensley at windriver.com Thu Sep 19 11:33:47 2019 From: Barton.Wensley at windriver.com (Wensley, Barton) Date: Thu, 19 Sep 2019 11:33:47 +0000 Subject: [Starlingx-discuss] system lock fail and then can't unlock In-Reply-To: References: Message-ID: <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B78BC8@ALA-MBD.corp.ad.wrs.com> Ezpeer, The services-disable-failed indicates that the VIM was not able to safely disable the services on controller-0 (i.e. nova, neutron, kubernetes). There should be more information in /var/log/nfv-vim.log at the time when the lock was done. Bart From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: September 19, 2019 2:51 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] system lock fail and then can't unlock Dear all, I want to use system host-lock and then system host-unlock to reboot. But is cause task always locking. It also shows that "vim_progress_status | services-disable-failed." Log: [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:32:21.003163+00:00 | | uptime | 372 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disabled | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 Avoiding 'unlock' action on already 'unlocked' host controller-0 [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 Avoiding 'unlock' action on already 'unlocked' host controller-0 [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:33:29.533163+00:00 | | uptime | 442 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disabled | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 Avoiding 'unlock' action on already 'unlocked' host controller-0 [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:33:37.166469+00:00 | | uptime | 442 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disabled | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ [sysadmin at controller-0 ~(keystone_admin)]$ system host-show controller-0 +---------------------+----------------------------------------------------------------------+ | Property | Value | +---------------------+----------------------------------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor', u'Personality': u'Controller-Active'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:34:33.201421+00:00 | | uptime | 507 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disable-failed.. | +---------------------+----------------------------------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:35:21.167957+00:00 | | uptime | 507 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system host-unlock controller-0 Avoiding 'unlock' action on already 'unlocked' host controller-0 [sysadmin at controller-0 ~(keystone_admin)]$ system host-lock controller-0 +---------------------+--------------------------------------------+ | Property | Value | +---------------------+--------------------------------------------+ | action | none | | administrative | unlocked | | availability | available | | bm_ip | None | | bm_type | None | | bm_username | None | | boot_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | capabilities | {u'stor_function': u'monitor'} | | config_applied | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | config_status | None | | config_target | 1a574443-db19-4338-86c6-d0b3c2afd3ce | | console | tty0 | | created_at | 2019-09-10T10:15:49.779617+00:00 | | hostname | controller-0 | | id | 1 | | install_output | text | | install_state | None | | install_state_info | None | | inv_state | inventoried | | invprovision | provisioned | | location | {} | | mgmt_ip | 192.168.204.3 | | mgmt_mac | 00:00:00:00:00:00 | | operational | enabled | | personality | controller | | reserved | False | | rootfs_device | /dev/disk/by-path/pci-0000:00:11.5-ata-3.0 | | serialid | None | | software_load | 19.08 | | subfunction_avail | available | | subfunction_oper | enabled | | subfunctions | controller,worker | | task | Locking | | tboot | false | | ttys_dcd | None | | updated_at | 2019-09-19T06:36:15.197604+00:00 | | uptime | 572 | | uuid | 86ccb737-a20b-4cea-86ae-50032383cde8 | | vim_progress_status | services-disable-failed.. | +---------------------+--------------------------------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Thu Sep 19 12:05:14 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Thu, 19 Sep 2019 12:05:14 +0000 Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring In-Reply-To: References: <0C58DF2E-2CC4-4D6B-97D4-107ADCCA30CC@windriver.com> Message-ID: Hi Matt, During my implementation, I have several questions as below: 1. If a port is a bond, does the related bridge also has a name with format br-phy%index? 2. If OVS-DPDK is used, is bond still supported? 3. A bond may contain multiple interfaces. Do we have some restriction on the number of interfaces belonging to a same bond? 4. How can I get the root password in StarlingX. Because it has to be root to execute OVS commands. 5. How to decide the code is running on OpenStack worker node or not. Best Regards, Xu, Chenjie From: Xu, Chenjie Sent: Wednesday, September 18, 2019 11:28 AM To: Peters, Matt Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest ; Khalil, Ghada Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, Thank you for your information! I will submit a patch to implement this function. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Tuesday, September 17, 2019 9:32 PM To: Xu, Chenjie > Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest >; Khalil, Ghada > Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Chenjie, Yes, the dump-ports-desc can be used to obtain the current port state and negotiated state with the peer. This data will need to be mapped back to the data interface mapping of the host so that the appropriate alarms may be raised against the proper entity. In addition, if the data interface is a bond, the following information will also have to be retrieved in order to obtain the full state of the bond interface, including LACP information (if applicable). ovs-appctl bond/show ovs-appctl lacp/show Finally, the alarming behavior should be the following: Data port is down and does not belong to a bond – Critical Alarm Data port(s) down, but enabled port remains in bond – Major Alarm (degraded service) All data ports down in a bond – Critical Alarm From: "Xu, Chenjie" > Date: Monday, September 16, 2019 at 11:32 PM To: "Peters, Matt" > Cc: "starlingx-discuss at lists.starlingx.io" >, "Zhao, Forrest" >, Ghada Khalil > Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, For task “OVS collectd interface/port state monitoring”, which parts should be monitored? For example: Bridge, Port. https://storyboard.openstack.org/#!/story/2002948 https://bugs.launchpad.net/starlingx/+bug/1834512 Bridge "br-phy1" Port "br-phy1" Interface "br-phy1" type: internal Port "eth1" Interface "eth1" type: dpdk options: {dpdk-devargs="0000:18:00.1", n_rxq="1"} Port "lldp8a3c28ca-7f" Interface "lldp8a3c28ca-7f" type: internal The command “ovs-ofctl dump-ports-desc $ovs_bridge” can be used with collectd for both OVS and OVS-DPDK. The link status for interfaces can be detected as below: For OVS: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: LINK_DOWN current: COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 0 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: 0 current: 1GB-FD COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 1000 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max For OVS-DPDK: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: LINK_DOWN current: AUTO_NEG speed: 0 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10GB-FD AUTO_NEG speed: 10000 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From Don.Penney at windriver.com Thu Sep 19 13:40:40 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Thu, 19 Sep 2019 13:40:40 +0000 Subject: [Starlingx-discuss] controller-1 install/setup using ISO (not pxe) In-Reply-To: References: Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC1582B83@ALA-MBD.corp.ad.wrs.com> Only the first controller can install from ISO. All other nodes must install from the active controller via pxeboot. -----Original Message----- From: Pratik M. [mailto:pvmpublic at gmail.com] Sent: Thursday, September 19, 2019 4:59 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] controller-1 install/setup using ISO (not pxe) Hi, I have installed controller-0 and my OAM_IF is eno1 and MGMT_IF is eno2. I am trying to install controller-1. However, my existing OAM lab network already runs pxe. And my server BIOS does not have an option to select one specific network interface for PXE booting. So I tried to temporarily switch the cables (connect mgmt to eno1 and disconnect oam). The pxe boot works; controller-1 gets discovered. And I can do host-update 2 personality=controller. After the install and reboot, I switch back the cables. And try to set the OAM_IF to the correct/final interface (eno1). [sysadmin at controller-0 etc(keystone_admin)]$ OAM_IF=eno1 && MGMT_IF=eno2 [sysadmin at controller-0 etc(keystone_admin)]$ system host-if-modify controller-1 $OAM_IF -c platform Interface not found: host controller-1 if eno1 I see the controller-1 does not have an IP post reboot. I tried manually setting the eno2 IP to 192.168.204.2/24 but still it shows offline. [sysadmin at controller-0 ~(keystone_admin)]$ system host-list +----+--------------+-------------+----------------+-------------+--------------+ | id | hostname | personality | administrative | operational | availability | +----+--------------+-------------+----------------+-------------+--------------+ | 1 | controller-0 | controller | unlocked | enabled | available | | 2 | controller-1 | controller | locked | disabled | offline | +----+--------------+-------------+----------------+-------------+--------------+ I cannot reverse the cabling on the NICs for a different set of reasons. Any workaround? Is there a way to install the software using iso, set some IPs manually and then enroll the controller-1 to the cluster? Thanks in advance Pratik _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From cindy.xie at intel.com Thu Sep 19 14:29:46 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Thu, 19 Sep 2019 14:29:46 +0000 Subject: [Starlingx-discuss] zero byte image In-Reply-To: References: <2FD5DDB5A04D264C80D42CA35194914F3604B105@SHSMSX104.ccr.corp.intel.com>, Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3604EB9C@SHSMSX104.ccr.corp.intel.com> Thanks Volker. @Sun, Austin can you please follow up with this LP. Thx. - cindy From: von Hoesslin, Volker Sent: Thursday, September 19, 2019 6:01 PM To: Sun, Austin ; Xie, Cindy ; starlingx-discuss at lists.starlingx.io Subject: AW: zero byte image check it out: https://bugs.launchpad.net/starlingx/+bug/1844642 ________________________________ Von: Sun, Austin [austin.sun at intel.com] Gesendet: Dienstag, 17. September 2019 03:09 An: Xie, Cindy; von Hoesslin, Volker; starlingx-discuss at lists.starlingx.io Betreff: RE: zero byte image Hi Volker: Would you like running command 'collect' in system to collect all necessary logs ? And then create new bug https://bugs.launchpad.net/starlingx and attached log to bug. Thanks. BR Austin Sun. From: Xie, Cindy [mailto:cindy.xie at intel.com] Sent: Tuesday, September 17, 2019 7:42 AM To: von Hoesslin, Volker >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] zero byte image Volker, You still have 1.0 running (2+2+3) and you still have your data, right? You just want to backup your user data & restore it in your new 2.0 deployment? I am hoping that you didn't lost your data. Thx. - cindy From: von Hoesslin, Volker > Sent: Monday, September 16, 2019 9:14 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] zero byte image hi, i'm big in trouble... i'm with you from the first hour and run an staringX 2018.10 in production mode (i know, i know, no comment please ;)) so, update to the new starlingX 2.0 version will need to reinstall the complete stack, but i need to backup some VMs first. based on this dokumentation https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html i got always an zero byte image, at the internet i got some posting that indicate the same problem, but for now, i cant fix it :( i have an full starlinX install with dedicated storage (2x controller, 2x compute, 3x storage). maybe someone can help me? greez & thx, volker... -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.a.cobbley at intel.com Thu Sep 19 14:36:43 2019 From: david.a.cobbley at intel.com (Cobbley, David A) Date: Thu, 19 Sep 2019 14:36:43 +0000 Subject: [Starlingx-discuss] Community meetings and use of Zoom Message-ID: <6906D9F3-6AE1-44FD-A2F0-7A01BEB84C30@intel.com> We have had an issue arise lately when our community meetings are adjacent to each other. As you know, we use a limited version of Zoom to allow community members and sub project teams to meet and do their work. Unfortunately, the Zoom license we have for StarlingX only allows *one meeting* to occur at a time. That requires *all* participants to immediately drop at the end of each meeting, or subsequent meetings will not be able to start. Each of us should keep that in mind, and as soon as a StarlingX project or community meeting has ended, you should immediately exit that meeting on Zoom so another meeting can get started. For our Wednesday weekly community meeting, we have added a note to the end of the agenda each week to remind you of the importance of exiting the meeting as soon as Bill has declared it finished. We appreciate your efforts to close out your instances of our meetings as quickly as you can when they have ended. Thank you, -- David Cobbley -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Thu Sep 19 14:46:38 2019 From: sgw at linux.intel.com (Saul Wold) Date: Thu, 19 Sep 2019 07:46:38 -0700 Subject: [Starlingx-discuss] Failure launching Cirros Image In-Reply-To: <16840687-9ddc-2145-34b5-6e30dcb72e17@linux.intel.com> References: <16840687-9ddc-2145-34b5-6e30dcb72e17@linux.intel.com> Message-ID: <6ff10872-02d4-444f-dfe4-90b69e590a65@linux.intel.com> More information, I found that the neutron-ovs-agent-controller-0 was in CrashLoopBackOff status. > kubectl get pods --all-namespaces -o wide | grep -v Running | grep -v Completed > NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES > openstack neutron-ovs-agent-controller-0-937646f6-hxpdb 0/1 CrashLoopBackOff 231 19h 192.168.204.3 controller-0 > [sysadmin at controller-0 ~(keystone_admin)]$ kubectl logs neutron-ovs-agent-controller-0-937646f6-hxpdb -n openstack > + exec neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini > 2019-09-19 14:33:28.328 9214 INFO neutron.common.config [-] Logging enabled! > 2019-09-19 14:33:28.328 9214 INFO neutron.common.config [-] Logging enabled! > 2019-09-19 14:33:28.328 9214 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-openvswitch-agent version 14.0.3.dev46 > 2019-09-19 14:33:28.328 9214 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-openvswitch-agent version 14.0.3.dev46 > 2019-09-19 14:33:28.946 9214 INFO neutron.agent.agent_extensions_manager [-] Loaded agent extensions: [] > 2019-09-19 14:33:28.946 9214 INFO neutron.agent.agent_extensions_manager [-] Loaded agent extensions: [] > 2019-09-19 14:33:29.875 9214 INFO neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_bridge [-] Bridge br-int has datapath-ID 0000862009f0be4d > 2019-09-19 14:33:29.875 9214 INFO neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_bridge [-] Bridge br-int has datapath-ID 0000862009f0be4d > 2019-09-19 14:33:36.881 9214 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [-] Parsing bridge_mappings failed: Value br-phy0 in mapping: 'physnet1:br-phy0' not unique. Agent terminated! > 2019-09-19 14:33:36.881 9214 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [-] Parsing bridge_mappings failed: Value br-phy0 in mapping: 'physnet1:br-phy0' not unique. Agent terminated! I setup the networking based on the test/automated-robot-suite for baremetal provisioning. Recommendations for further debugging this? Thanks Sau! On 9/18/19 3:19 PM, Saul Wold wrote: > > Folks, > > I have been working on setting up a baremetal system on a NUC with dual > NICs.  I have been able to provision it and have the stx-openstack > application manifest fully loaded. > > I have created a flavor, image and subnet to use for this instance, but > when I try to launch it with: > > openstack server create --image cirros --flavor f1.small --nic > net-id=3fd14704-8482-4cdd-975d-6e9e0a14e61e vm-cirros-1 > > I get an Error and iget the following output from openstack server show. > >> controller-0:~$ openstack server show vm-cirros-1 >> +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ >> >> | Field                               | >> Value >> | >> +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ >> >> | OS-DCF:diskConfig                   | >> MANUAL >> | >> | OS-EXT-AZ:availability_zone >> | >> | >> | OS-EXT-SRV-ATTR:host                | >> None >> | >> | OS-EXT-SRV-ATTR:hypervisor_hostname | >> None >> | >> | OS-EXT-SRV-ATTR:instance_name       | >> instance-00000001 >> | >> | OS-EXT-STS:power_state              | >> NOSTATE >> | >> | OS-EXT-STS:task_state               | >> None >> | >> | OS-EXT-STS:vm_state                 | >> error >> | >> | OS-SRV-USG:launched_at              | >> None >> | >> | OS-SRV-USG:terminated_at            | >> None >> | >> | accessIPv4 >> | >> | >> | accessIPv6 >> | >> | >> | addresses >> | >> | >> | config_drive >> | >> | >> | created                             | >> 2019-09-18T21:26:48Z >> | >> | fault                               | {u'message': u'Exceeded >> maximum number of retries. Exhausted all hosts available for retrying >> build failures for instance 9525360e-6ac6-4da1-a0dd-8f5d8c82ee75.', >> u'code': 500, u'details': u'  File >> "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", >> line 627, in build_instances\n    raise >> exception.MaxRetriesExceeded(reason=msg)\n', u'created': >> u'2019-09-18T21:27:00Z'} | >> | flavor                              | f1.small >> (15efd6ca-c402-4aba-819a-8ab323d9f482) >> | >> | hostId >> | >> | >> | id                                  | >> 9525360e-6ac6-4da1-a0dd-8f5d8c82ee75 >> | >> | image                               | cirros >> (88a002f8-ba00-4aa3-9920-66f126fd2efc) >> | >> | key_name                            | >> None >> | >> | name                                | >> vm-cirros-1 >> | >> | project_id                          | >> 64f69c36cfd44c96802b40a3534d8906 >> | >> | properties >> | >> | >> | status                              | >> ERROR >> | >> | updated                             | >> 2019-09-18T21:27:00Z >> | >> | user_id                             | >> 079d6c910606497c9e9329bb81f9afb4 >> | >> | volumes_attached >> | >> | >> +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ >> > > More logs needed?  Where do I look? > > Thoughts? > > Sau! From jose.perez.carranza at intel.com Thu Sep 19 15:19:58 2019 From: jose.perez.carranza at intel.com (Perez Carranza, Jose) Date: Thu, 19 Sep 2019 15:19:58 +0000 Subject: [Starlingx-discuss] Help creating new branch on Test repo Message-ID: <2692339F-F332-4AE8-8600-6288E897EA86@intel.com> Hi Dean In order to have backwards compatibility on the test suite we require a new branch on Test repo [1] called “ stx_2.0 ” based on current master, are you able to help us creating that branch. 1. https://opendev.org/starlingx/test Regards Jose -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Thu Sep 19 15:36:19 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 19 Sep 2019 15:36:19 +0000 Subject: [Starlingx-discuss] Help creating new branch on Test repo In-Reply-To: <2692339F-F332-4AE8-8600-6288E897EA86@intel.com> References: <2692339F-F332-4AE8-8600-6288E897EA86@intel.com> Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C3E2D@ALA-MBD.corp.ad.wrs.com> Hi Jose, Can’t the r/stx.2.0 branch be used? Wasn’t it created for the test repo at the time of stx.2.0 RC1? Regards, Ghada From: Perez Carranza, Jose [mailto:jose.perez.carranza at intel.com] Sent: Thursday, September 19, 2019 11:20 AM To: starlingx-discuss at lists.starlingx.io; Dean Troyer; Lemus Contreras, Cristopher J Subject: [Starlingx-discuss] Help creating new branch on Test repo Hi Dean In order to have backwards compatibility on the test suite we require a new branch on Test repo [1] called “ stx_2.0 ” based on current master, are you able to help us creating that branch. 1- https://opendev.org/starlingx/test Regards Jose -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Thu Sep 19 15:38:14 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Thu, 19 Sep 2019 15:38:14 +0000 Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring References: <0C58DF2E-2CC4-4D6B-97D4-107ADCCA30CC@windriver.com> Message-ID: Hi Matt, One more question: OVS is running on openstack worker node and we can retrieve the host interface state through OVS commands. But we can’s retrieve the host interface state through OVS commands on non-openstack worker node. StarlingX will support non-openstack worker node and OVS won’t run on this kind of node. The host interfaces for datanetwork are also used in non-openstack worker node. For example: SR-IOV CNI plugin. Do we needs to cover this scenario? Best Regards, Xu, Chenjie From: Xu, Chenjie Sent: Thursday, September 19, 2019 8:05 PM To: 'Peters, Matt' Cc: 'starlingx-discuss at lists.starlingx.io' ; Zhao, Forrest ; 'Khalil, Ghada' Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, During my implementation, I have several questions as below: 1. If a port is a bond, does the related bridge also has a name with format br-phy%index? 2. If OVS-DPDK is used, is bond still supported? 3. A bond may contain multiple interfaces. Do we have some restriction on the number of interfaces belonging to a same bond? 4. How can I get the root password in StarlingX. Because it has to be root to execute OVS commands. 5. How to decide the code is running on OpenStack worker node or not. Best Regards, Xu, Chenjie From: Xu, Chenjie Sent: Wednesday, September 18, 2019 11:28 AM To: Peters, Matt > Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest >; Khalil, Ghada > Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, Thank you for your information! I will submit a patch to implement this function. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Tuesday, September 17, 2019 9:32 PM To: Xu, Chenjie > Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest >; Khalil, Ghada > Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Chenjie, Yes, the dump-ports-desc can be used to obtain the current port state and negotiated state with the peer. This data will need to be mapped back to the data interface mapping of the host so that the appropriate alarms may be raised against the proper entity. In addition, if the data interface is a bond, the following information will also have to be retrieved in order to obtain the full state of the bond interface, including LACP information (if applicable). ovs-appctl bond/show ovs-appctl lacp/show Finally, the alarming behavior should be the following: Data port is down and does not belong to a bond – Critical Alarm Data port(s) down, but enabled port remains in bond – Major Alarm (degraded service) All data ports down in a bond – Critical Alarm From: "Xu, Chenjie" > Date: Monday, September 16, 2019 at 11:32 PM To: "Peters, Matt" > Cc: "starlingx-discuss at lists.starlingx.io" >, "Zhao, Forrest" >, Ghada Khalil > Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, For task “OVS collectd interface/port state monitoring”, which parts should be monitored? For example: Bridge, Port. https://storyboard.openstack.org/#!/story/2002948 https://bugs.launchpad.net/starlingx/+bug/1834512 Bridge "br-phy1" Port "br-phy1" Interface "br-phy1" type: internal Port "eth1" Interface "eth1" type: dpdk options: {dpdk-devargs="0000:18:00.1", n_rxq="1"} Port "lldp8a3c28ca-7f" Interface "lldp8a3c28ca-7f" type: internal The command “ovs-ofctl dump-ports-desc $ovs_bridge” can be used with collectd for both OVS and OVS-DPDK. The link status for interfaces can be detected as below: For OVS: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: LINK_DOWN current: COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 0 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: 0 current: 1GB-FD COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 1000 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max For OVS-DPDK: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: LINK_DOWN current: AUTO_NEG speed: 0 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10GB-FD AUTO_NEG speed: 10000 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Thu Sep 19 15:44:15 2019 From: scott.little at windriver.com (Scott Little) Date: Thu, 19 Sep 2019 11:44:15 -0400 Subject: [Starlingx-discuss] update spreadsheetcgts-client In-Reply-To: <0398ccba-7f0f-3db0-020c-5d7c2963d4e9@fridu.net> References: <0398ccba-7f0f-3db0-020c-5d7c2963d4e9@fridu.net> Message-ID: <7660c95b-fc41-be43-00e2-aca955e71cc8@windriver.com> Just checked CENGN's latest build.  The relocation and rename have NOT been done. Story/Task: *2006166/36707* The work item is as follows ... * Relocate from git 'config', subdir 'sysinv/cgts-client', to git 'utilities', subdir 'system-client', *with full git histor**y.* * Rename rpm package from 'cgts-client' to 'system-client' * Fix rpm packages that list cgts-client as a require or build require * Rename python module from 'cgts-client' to 'system-client' * Scan function names and/or variables for any that contain 'cgts' ... replace with 'system' ... can we do this in a backward compatible way? * Fix users of the client to import using the new name, and reference any renamed functions/data. * Fix ISO and/or docker images that list this package for inclusion. Scott On 2019-09-16 12:03 p.m., Dominig ar Foll (Intel Open Source) wrote: > Hello, > > > In the new/old repo conversion spread sheet I see the following line. > stx-config    sysinv/cgts-client    cgts-client    utilities > system-client    system-client    This relocation deferred till a future > date. > It seems that the move has already be done. > Could some one with write access on the spreadsheet do the update. > Thanks > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jose.perez.carranza at intel.com Thu Sep 19 15:55:04 2019 From: jose.perez.carranza at intel.com (Perez Carranza, Jose) Date: Thu, 19 Sep 2019 15:55:04 +0000 Subject: [Starlingx-discuss] Help creating new branch on Test repo In-Reply-To: <151EE31B9FCCA54397A757BC674650F0C15C3E2D@ALA-MBD.corp.ad.wrs.com> References: <2692339F-F332-4AE8-8600-6288E897EA86@intel.com> <151EE31B9FCCA54397A757BC674650F0C15C3E2D@ALA-MBD.corp.ad.wrs.com> Message-ID: <9CE59315-1E06-4E5B-A56C-3A413DFF32A7@intel.com> Hi Ghada I only see `master` branch listed. So a new one needs to be created, the name could be “r/stx2.0” to be in the same shape as other repos. Regards Jose -- From: "Khalil, Ghada" Date: Thursday, September 19, 2019 at 10:37 AM To: "Perez Carranza, Jose" , "starlingx-discuss at lists.starlingx.io" , Dean Troyer , "Lemus Contreras, Cristopher J" Subject: RE: [Starlingx-discuss] Help creating new branch on Test repo Hi Jose, Can’t the r/stx.2.0 branch be used? Wasn’t it created for the test repo at the time of stx.2.0 RC1? Regards, Ghada From: Perez Carranza, Jose [mailto:jose.perez.carranza at intel.com] Sent: Thursday, September 19, 2019 11:20 AM To: starlingx-discuss at lists.starlingx.io; Dean Troyer; Lemus Contreras, Cristopher J Subject: [Starlingx-discuss] Help creating new branch on Test repo Hi Dean In order to have backwards compatibility on the test suite we require a new branch on Test repo [1] called “ stx_2.0 ” based on current master, are you able to help us creating that branch. 1. https://opendev.org/starlingx/test Regards Jose -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvmpublic at gmail.com Thu Sep 19 16:28:26 2019 From: pvmpublic at gmail.com (Pratik M.) Date: Thu, 19 Sep 2019 21:58:26 +0530 Subject: [Starlingx-discuss] controller-1 install/setup using ISO (not pxe) In-Reply-To: <6703202FD9FDFF4A8DA9ACF104AE129FC1582B83@ALA-MBD.corp.ad.wrs.com> References: <6703202FD9FDFF4A8DA9ACF104AE129FC1582B83@ALA-MBD.corp.ad.wrs.com> Message-ID: Thank you. Is there any workaround? That allows me to swap my oam-if and mgmt-if before/after unlocking. I also noticed that in controller-1, the pxe installation seems to rename the cluster-interface to mgmt0. Any help would be appreciated. This should be a normal occurrence in any network that does pxe on the OAM, right? Thanks in advance On Thu, Sep 19, 2019 at 7:10 PM Penney, Don wrote: > > Only the first controller can install from ISO. All other nodes must install from the active controller via pxeboot. > > -----Original Message----- > From: Pratik M. [mailto:pvmpublic at gmail.com] > Sent: Thursday, September 19, 2019 4:59 AM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] controller-1 install/setup using ISO (not pxe) > > Hi, > I have installed controller-0 and my OAM_IF is eno1 and MGMT_IF is > eno2. I am trying to install controller-1. However, my existing OAM > lab network already runs pxe. And my server BIOS does not have an > option to select one specific network interface for PXE booting. > > So I tried to temporarily switch the cables (connect mgmt to eno1 and > disconnect oam). The pxe boot works; controller-1 gets discovered. And > I can do host-update 2 personality=controller. After the install and > reboot, I switch back the cables. And try to set the OAM_IF to the > correct/final interface (eno1). > [sysadmin at controller-0 etc(keystone_admin)]$ OAM_IF=eno1 && MGMT_IF=eno2 > [sysadmin at controller-0 etc(keystone_admin)]$ system host-if-modify > controller-1 $OAM_IF -c platform > Interface not found: host controller-1 if eno1 > > I see the controller-1 does not have an IP post reboot. I tried > manually setting the eno2 IP to 192.168.204.2/24 but still it shows > offline. > > [sysadmin at controller-0 ~(keystone_admin)]$ system host-list > +----+--------------+-------------+----------------+-------------+--------------+ > | id | hostname | personality | administrative | operational | > availability | > +----+--------------+-------------+----------------+-------------+--------------+ > | 1 | controller-0 | controller | unlocked | enabled | > available | > | 2 | controller-1 | controller | locked | disabled | > offline | > +----+--------------+-------------+----------------+-------------+--------------+ > > I cannot reverse the cabling on the NICs for a different set of reasons. > > Any workaround? Is there a way to install the software using iso, set > some IPs manually and then enroll the controller-1 to the cluster? > > Thanks in advance > Pratik > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Matt.Peters at windriver.com Thu Sep 19 18:25:05 2019 From: Matt.Peters at windriver.com (Peters, Matt) Date: Thu, 19 Sep 2019 18:25:05 +0000 Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring In-Reply-To: References: <0C58DF2E-2CC4-4D6B-97D4-107ADCCA30CC@windriver.com> Message-ID: <28087A59-7DE7-4D1C-8202-BDC004C4A0EA@windriver.com> Hi Chenjie, That would definitely be nice to have since this is not currently covered by any link monitoring. However, the K8s SRIOV Device Plugin will monitor the link state and only include devices that are in an UP state. Unfortunately, this does not cover the scenario of the device or link going down after it has been scheduled and is in use. I think we should capture this as a secondary task. Did you want to capture this item as a new task under the existing Storyboard? If not, I can create a new one to track this. The best way to monitor sriov data interfaces would be to update the lmon (link monitor) to include the additional data interfaces. Currently lmon obtains the list of interfaces from /etc/platform/platform.conf which only has the platform interfaces. To expand on this, I would propose that we create a specific configuration file for lmon to consume that would include the list of all interfaces that need to be monitored, including the association of network assignment. This would avoid having the association done by lmon and it would be populated explicitly by Puppet from the stored system inventory data. -Matt From: "Xu, Chenjie" Date: Thursday, September 19, 2019 at 11:39 AM To: "Peters, Matt" Cc: "'starlingx-discuss at lists.starlingx.io'" , "Zhao, Forrest" , Ghada Khalil Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, One more question: OVS is running on openstack worker node and we can retrieve the host interface state through OVS commands. But we can’s retrieve the host interface state through OVS commands on non-openstack worker node. StarlingX will support non-openstack worker node and OVS won’t run on this kind of node. The host interfaces for datanetwork are also used in non-openstack worker node. For example: SR-IOV CNI plugin. Do we needs to cover this scenario? Best Regards, Xu, Chenjie From: Xu, Chenjie Sent: Thursday, September 19, 2019 8:05 PM To: 'Peters, Matt' Cc: 'starlingx-discuss at lists.starlingx.io' ; Zhao, Forrest ; 'Khalil, Ghada' Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, During my implementation, I have several questions as below: 1. If a port is a bond, does the related bridge also has a name with format br-phy%index? 2. If OVS-DPDK is used, is bond still supported? 3. A bond may contain multiple interfaces. Do we have some restriction on the number of interfaces belonging to a same bond? 4. How can I get the root password in StarlingX. Because it has to be root to execute OVS commands. 5. How to decide the code is running on OpenStack worker node or not. Best Regards, Xu, Chenjie From: Xu, Chenjie Sent: Wednesday, September 18, 2019 11:28 AM To: Peters, Matt > Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest >; Khalil, Ghada > Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, Thank you for your information! I will submit a patch to implement this function. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Tuesday, September 17, 2019 9:32 PM To: Xu, Chenjie > Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest >; Khalil, Ghada > Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Chenjie, Yes, the dump-ports-desc can be used to obtain the current port state and negotiated state with the peer. This data will need to be mapped back to the data interface mapping of the host so that the appropriate alarms may be raised against the proper entity. In addition, if the data interface is a bond, the following information will also have to be retrieved in order to obtain the full state of the bond interface, including LACP information (if applicable). ovs-appctl bond/show ovs-appctl lacp/show Finally, the alarming behavior should be the following: Data port is down and does not belong to a bond – Critical Alarm Data port(s) down, but enabled port remains in bond – Major Alarm (degraded service) All data ports down in a bond – Critical Alarm From: "Xu, Chenjie" > Date: Monday, September 16, 2019 at 11:32 PM To: "Peters, Matt" > Cc: "starlingx-discuss at lists.starlingx.io" >, "Zhao, Forrest" >, Ghada Khalil > Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, For task “OVS collectd interface/port state monitoring”, which parts should be monitored? For example: Bridge, Port. https://storyboard.openstack.org/#!/story/2002948 https://bugs.launchpad.net/starlingx/+bug/1834512 Bridge "br-phy1" Port "br-phy1" Interface "br-phy1" type: internal Port "eth1" Interface "eth1" type: dpdk options: {dpdk-devargs="0000:18:00.1", n_rxq="1"} Port "lldp8a3c28ca-7f" Interface "lldp8a3c28ca-7f" type: internal The command “ovs-ofctl dump-ports-desc $ovs_bridge” can be used with collectd for both OVS and OVS-DPDK. The link status for interfaces can be detected as below: For OVS: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: LINK_DOWN current: COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 0 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: 0 current: 1GB-FD COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 1000 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max For OVS-DPDK: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: LINK_DOWN current: AUTO_NEG speed: 0 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10GB-FD AUTO_NEG speed: 10000 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matt.Peters at windriver.com Thu Sep 19 19:00:07 2019 From: Matt.Peters at windriver.com (Peters, Matt) Date: Thu, 19 Sep 2019 19:00:07 +0000 Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring In-Reply-To: References: <0C58DF2E-2CC4-4D6B-97D4-107ADCCA30CC@windriver.com> Message-ID: <99EB4B44-5CD6-4F36-B41D-04C7008E9707@windriver.com> See inline (MP>) From: "Xu, Chenjie" Date: Thursday, September 19, 2019 at 8:05 AM To: "Peters, Matt" Cc: "'starlingx-discuss at lists.starlingx.io'" , "Zhao, Forrest" , Ghada Khalil Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, During my implementation, I have several questions as below: 1. If a port is a bond, does the related bridge also has a name with format br-phy%index? MP> Yes it does. It would contain a bond port with the interfaces as members. 2. If OVS-DPDK is used, is bond still supported? MP> Yes. 3. A bond may contain multiple interfaces. Do we have some restriction on the number of interfaces belonging to a same bond? MP> The upper bound for DPDK is 32 (default). However, practically speaking I have never seen anything more than 4. 4. How can I get the root password in StarlingX. Because it has to be root to execute OVS commands. MP> The collectd process runs as root and would therefore have sufficient privileges to read/write to the OVS socket. BTW, you should not need to execute and parse the output from ovs-xxxctl commands. You can use the Python API / library to interact with AVS from the collectd python plugin. https://python-ovs-vsctl.readthedocs.io/en/latest/ 5. How to decide the code is running on OpenStack worker node or not. MP> I would simplify the plugin check and just have it look for the existence of the OVS unix socket or fail gracefully if it can’t connect or collect information. The alternative would be to dynamically load the plugin in /etc/collectd.d and have Puppet setup the configuration file dynamically (or via soft link). I prefer the first option since it avoids a bunch of end-to-end configuration just to identify the presence of OVS or OVS-DPDK. Best Regards, Xu, Chenjie From: Xu, Chenjie Sent: Wednesday, September 18, 2019 11:28 AM To: Peters, Matt Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest ; Khalil, Ghada Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, Thank you for your information! I will submit a patch to implement this function. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Tuesday, September 17, 2019 9:32 PM To: Xu, Chenjie > Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest >; Khalil, Ghada > Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Chenjie, Yes, the dump-ports-desc can be used to obtain the current port state and negotiated state with the peer. This data will need to be mapped back to the data interface mapping of the host so that the appropriate alarms may be raised against the proper entity. In addition, if the data interface is a bond, the following information will also have to be retrieved in order to obtain the full state of the bond interface, including LACP information (if applicable). ovs-appctl bond/show ovs-appctl lacp/show Finally, the alarming behavior should be the following: Data port is down and does not belong to a bond – Critical Alarm Data port(s) down, but enabled port remains in bond – Major Alarm (degraded service) All data ports down in a bond – Critical Alarm From: "Xu, Chenjie" > Date: Monday, September 16, 2019 at 11:32 PM To: "Peters, Matt" > Cc: "starlingx-discuss at lists.starlingx.io" >, "Zhao, Forrest" >, Ghada Khalil > Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, For task “OVS collectd interface/port state monitoring”, which parts should be monitored? For example: Bridge, Port. https://storyboard.openstack.org/#!/story/2002948 https://bugs.launchpad.net/starlingx/+bug/1834512 Bridge "br-phy1" Port "br-phy1" Interface "br-phy1" type: internal Port "eth1" Interface "eth1" type: dpdk options: {dpdk-devargs="0000:18:00.1", n_rxq="1"} Port "lldp8a3c28ca-7f" Interface "lldp8a3c28ca-7f" type: internal The command “ovs-ofctl dump-ports-desc $ovs_bridge” can be used with collectd for both OVS and OVS-DPDK. The link status for interfaces can be detected as below: For OVS: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: LINK_DOWN current: COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 0 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: 0 current: 1GB-FD COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 1000 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max For OVS-DPDK: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: LINK_DOWN current: AUTO_NEG speed: 0 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10GB-FD AUTO_NEG speed: 10000 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Thu Sep 19 20:22:00 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 19 Sep 2019 20:22:00 +0000 Subject: [Starlingx-discuss] stx.3.0 milestone-2 -- Milestone Declared Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C43C0@ALA-MBD.corp.ad.wrs.com> Hello all, The stx.3.0 milestone-2 status was reviewed with the TSC today. No concerns were raised. The release team is pleased to declare this milestone. Many thanks to all who contributed towards this milestone. Regards, Ghada -----Original Message----- From: Khalil, Ghada [mailto:Ghada.Khalil at windriver.com] Sent: Monday, September 16, 2019 4:21 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] stx.3.0 milestone-2 status Hello TSC & community members, The stx release team would like to share with you the status of milestone-2 and the overall stx.3.0 release. Your feedback is welcome. - Features on track for stx.3.0 - Count: 9 - Fault Containerization - Upversion K8s and dependencies - Upversion Openstack to Train (Risk: yellow. Plan is still being worked) - Intel GPU support for K8s - Intel QAT support for K8s (Risk: yellow) - TSN Support in VM - Redfish Support - Infrastructure & Cluster Monitoring - Support remote auth via OIDC / OAUTH2 for K8s API - Features with partial or prep delivery in stx.3.0 - Count: 7 - Distributed Cloud (support for platform only; no openstack) - Backup & Restore with containers (support for platform only; no openstack) - Layered Build - Sysvinit >> systemd Conversion/Cleanup - Multi-OS Support - Intel FPGA support for K8s - Flock Versioning - Features proposed for deferral to stx.4.0 due to staffing constraints - Count: 4 - Containerized Openstack clients - Containerize Ceph - Containerize OVS-DPDK - Unstaffed features (no current plan for delivery) >> considered out of stx.3.0 - Count: 2 - IPv6 support for PXE boot network - R2 >> R3 Upgrades In terms of overall proposal for the release dates, the current plans show a date move of 2wks for feature test & regression and ~1wk to the overall release date. - Milestone-2 -- Plan: 9/4/2019, Forecast: 9/19/2019 - Milestone-3 -- Plan: 10/16/2019, Forecast: no change - Feature Test -- Plan: 10/16/2019, Forecast: 10/30/2019 - Regression Test -- Plan: 11/8/2019, Forecast: 11/22/2019 - RC1 (Branch Creation) -- Plan: 11/13/2019, Forecast: 11/20/2019 - Final Regression - Plan: 11/27/2019, Forecast: 12/6/2019 - Release - Plan: 12/4/2019, Forecast: 12/13/2019 At this point, the release team feels we have enough to proceed with declaring milestone-2 pending review and feedback from the TSC. Regards, Ghada PS: Finally, if there are additional community resources available to contribute to stx.3.0 deliverables, please reach out to the release team (myself, Bill Zvonar or Bruce Jones). _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Ghada.Khalil at windriver.com Thu Sep 19 20:41:15 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 19 Sep 2019 20:41:15 +0000 Subject: [Starlingx-discuss] [Release] r/stx.2.0 cherrypicking & rc build for maintenance release Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C43F6@ALA-MBD.corp.ad.wrs.com> Hello all, The release team is looking to have a candidate build for the stx.2.0 maintenance release (stx.2.0.1) on 2019-09-25 evening ET. Sanity and automated regression are planned starting 2019-09-26. This is a reminder for developers fixing stx.2.0 gating bugs to: - Merge the fix in master first - Wait for a green sanity on master (w/ load including the fix) - Optional: wait for soak or follow-up on targeted testing on master. This is left to the discretion of the developer depending on the complexity/risk of the code change. - Cherry-pick the fix to r/stx.2.0 (manual cherry-picking may be required due to the repo restructuring in master) If you have a fix ready (or close), please plan to cherry-pick it before 2019-09-25. References: - stx.2.0 branch: https://review.opendev.org/#/q/projects:+starlingx+branch:r/stx.2.0 - stx.2.0 open gating bugs: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.2.0 - stx.2.0 fixed bugs that need to be cherry-picked: (as of 2019-09-19) https://bugs.launchpad.net/starlingx/+bug/1817936 https://bugs.launchpad.net/starlingx/+bug/1830736 Regards, Ghada On behalf of the release team From Ghada.Khalil at windriver.com Thu Sep 19 21:10:38 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 19 Sep 2019 21:10:38 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Release Meeting - Sept 19/2019 Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C444C@ALA-MBD.corp.ad.wrs.com> Agenda/Minutes are posted at: https://etherpad.openstack.org/p/stx-releases stx.3.0 - Release Plan: https://docs.google.com/spreadsheets/d/1ZFR-9-riwhIwiBYBmWmi1qOVyHtgJ8Xk_FaF2jp5rY0/edit#gid=1010323020 - StoryBoard Dashboard: https://storyboard.openstack.org/#!/board/186 - Readout from review with TSC -- Bill - Reviewed stx.3.0 milestone-2 status: http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/005881.html - No main concerns raised by the TSC team. - Milestone-2 can be declared. - Items to keep an eye on: - Upversion openstack to train - Not making a lot of progress on securing resources; no volunteers from the community; only partially staffed - Tasks are defined - A few will be covered by 99cloud. - The main task is not covered yet - Bruce reaching out to the broader Intel community as well as Cindy; may need to shift resources from other features. - Tracking Feature Test Completion in SB - Agreed to have the test prime add a "Feature Test" to the top-level story for each feature. - Gives us a more visible way of tracking when feature test is done (story won't merge until task is marked as complete) - Example: https://storyboard.openstack.org/#!/story/2005516 - Task: [Feature Test] Time Sensitive Networking stx.2.0 - stx.2.0 branch: https://review.opendev.org/#/q/projects:+starlingx+branch:r/stx.2.0 - 7 commits merged since stx.2.0 final compile - 2 security fixes & 2 bugs - To be cherrypicked: (waiting for sanity/soak. Note added requesting the developers to cherrypick when appropriate) - https://bugs.launchpad.net/starlingx/+bug/1817936 - https://bugs.launchpad.net/starlingx/+bug/1830736 - stx.2.0 gating bugs: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.2.0 - Current count: 12 - Discuss date for an initial rc build for maintenance release - Ada confirmed that the test team can run a sanity and automated regression - Any manual regression would be focused on the bug fixes that got merged - Agreed to have an "rc" build for the maintenance release on Sept 25 with sanity/regression on Sept 26-27 - stx.2.0 Process: ** email sent to mailing list ** - Merge the fix in master first - Wait for a green sanity on master (load including the fix) - Optional: wait for soak or targeted testing on master. This is left at the discretion of the developer depending on the complexity/risk of the code change. - Cherry-pick the fix to r/stx.2.0 & work thru the merge process - Bill is suggesting we do a community retrospective for stx.2.0 - what went well? what can be done better? - To cover in one of the community calls Regards, Ghada From maria.g.perez.ibarra at intel.com Thu Sep 19 21:25:31 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Thu, 19 Sep 2019 21:25:31 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190919 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-19 (link) Status: Red =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 49 TCs [Blocked] Sanity Platform 07 TCs [Blocked] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 07 TCs [Blocked] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 08 TCs [Blocked] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 09 TCs [Blocked] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] ------------------------------------------------------------------------------------------------------------------------------------- stx-openstack fails to apply - libvirt pod error https://bugs.launchpad.net/starlingx/+bug/1844576 Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Thu Sep 19 21:40:39 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 19 Sep 2019 21:40:39 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190919 In-Reply-To: References: Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C4481@ALA-MBD.corp.ad.wrs.com> Hi Maria, The fix for https://bugs.launchpad.net/starlingx/+bug/1844576 will be in tonight's CENGN build. Cheers, Ghada From: Perez Ibarra, Maria G [mailto:maria.g.perez.ibarra at intel.com] Sent: Thursday, September 19, 2019 5:26 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity Test - ISO 20190919 Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-19 (link) Status: Red =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 49 TCs [Blocked] Sanity Platform 07 TCs [Blocked] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 07 TCs [Blocked] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 08 TCs [Blocked] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [FAIL] Sanity OpenStack 52 TCs [Blocked] Sanity Platform 09 TCs [Blocked] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] ------------------------------------------------------------------------------------------------------------------------------------- stx-openstack fails to apply - libvirt pod error https://bugs.launchpad.net/starlingx/+bug/1844576 Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Thu Sep 19 21:55:27 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 19 Sep 2019 21:55:27 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Networking Meeting - 09/19 Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C44C0@ALA-MBD.corp.ad.wrs.com> Meeting minutes/agenda are captured at: https://etherpad.openstack.org/p/stx-networking Team Meeting Agenda/Notes - Sept 19/2019 stx.3.0 Features / Enhancements - TSN Support - Prime: Huifeng - Elio - Tes setup is in progress. Huifeng will send details of the test environment to assist in replicating the configuration in the test labs. - OVS-DPDK Containerization - Prime: Cheng Li - story link: https://storyboard.openstack.org/#!/story/2005496 - The neutron chart patch has been merged. There is one ovs enhancement patch is in review (cgroup configuration) - Making progress. No blocking items currently. - OVS collectd resource monitoring - Prime: Chenjie - https://storyboard.openstack.org/#!/story/2002948 / https://bugs.launchpad.net/starlingx/+bug/1834512 - Working on the implementation. An email sent to Matt to discuss some implementation details. - New cni sriov plugin - https://bugs.launchpad.net/starlingx/+bug/1835020 - Prime: Steve - Have not started on this task. Planning on starting next week. stx.2.0 Bugs - https://bugs.launchpad.net/starlingx/+bug/1817936 - Austin - Fix merged in master / need to cherrypick to r/stx.2.0 - https://bugs.launchpad.net/starlingx/+bug/1835807 - Joseph - Not currently working on this issue. Attempts to reconfigure without HA configuration, but still the issue is present. Will attempt to reproduce with a simplier and more predictable method so that an upstream bug with Rabbit may be filed. - https://bugs.launchpad.net/starlingx/+bug/1836252 - Joseph - Have not seen this issue recently. Seems to be a general timeout with setting up the specific network. The CPU processing on the compute is not sufficient to complete within the 60 second timeout. Would need an enhancement within Neutron to make the setup more robust to support a longer setup time. - https://bugs.launchpad.net/starlingx/+bug/1839181 - Chenjie, need more info from bug reporter. Can not reproduce the issue. Looking for additional information, or put on hold for another reproduction where more data may be gathered. - https://bugs.launchpad.net/starlingx/+bug/1840156 - Joseph - Duplicate of 1835807. Will update Bug report to track under the other bug. stx.3.0 Bugs - Query: https://bugs.launchpad.net/starlingx/+bugs?field.searchtext=&orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=stx.networking+stx.3.0&field.tags_combinator=ALL&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search - Current count: 16 / In Progress: 4 - https://bugs.launchpad.net/starlingx/+bug/1838432 - Chenjie, bug has been root caused and need a better candidate to delete codes related to /var/run/.disable_worker_services. - Matt: Provide set of patches for the commits that originally introduced the change to help identify the required code changes. Marvin to review the changes to determine if the changes can be made based on that additional information. - https://bugs.launchpad.net/starlingx/+bug/1836969 - Teresa, in code review ** Many thanks to Matt for chairing the meeting today From lw2dht at gmail.com Thu Sep 19 23:37:33 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Thu, 19 Sep 2019 20:37:33 -0300 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> Message-ID: Hi Martin! I like StarlingX but i getting mad trying to install it hehe. I have no lucky. I have done a dd if=/dev/zero of=/dev/sdb1 and them remove all partition with fdisk. But unfortunately ceph is not working properly again. Before i unlock the server restart like two times and have no contriners running. I made again another reboot and them things are "working". I added again de logs from /etc and /var/log and the las commands output to the launchpad. Thank you for your patience. Regards, Mariano El mié., 18 sept. 2019 a las 10:43, Chen, Haochuan Z (< haochuan.z.chen at intel.com>) escribió: > We are so happy, you like starlingx. And you check with wipe partition, > and check with us with any hesitation. > > > > BR! > > > > Martin, Chen > > SSP, Software Engineer > > 021-61164330 > > > > *From:* Mariano Ucha [mailto:lw2dht at gmail.com] > *Sent:* Wednesday, September 18, 2019 8:01 PM > *To:* Chen, Haochuan Z > *Cc:* Xie, Cindy ; > starlingx-discuss at lists.starlingx.io; Chen, Tingjie < > tingjie.chen at intel.com> > *Subject:* RE: [Starlingx-discuss] Error with Ceph OSD > > > > Hi Martin > > > > I added in the launchpad the outputs of all commands. > > > > Yes I was thinking the same thing, I used this server to test several > StarlingX images before. I think the every reinstall Will wipe the > partition and create again. > > > > I’ll wipe the partition and delete them and test, if not do a fresh > install. > > > > Agaian thanks you very much for your help! > > > > Regards, > > Mariano > > > > *De: *Chen, Haochuan Z > *Enviado: *miércoles, 18 de septiembre de 2019 04:13 > *Para: *Mariano Ucha > *CC: *Xie, Cindy ; > starlingx-discuss at lists.starlingx.io; Chen, Tingjie > > *Asunto: *RE: [Starlingx-discuss] Error with Ceph OSD > > > > And one more command to check. > > > > # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " > *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" > | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' > > # echo $? > > > > I think it will be 0, which means your /dev/sdb disk must be used for ceph > before. > > You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” > and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or > shutdown and reinstall to check. > > > > BR! > > > > Martin, Chen > > SSP, Software Engineer > > 021-61164330 > > > > *From:* Chen, Haochuan Z > *Sent:* Wednesday, September 18, 2019 2:40 PM > *To:* 'Mariano Ucha' > *Cc:* Xie, Cindy ; > starlingx-discuss at lists.starlingx.io; Chen, Tingjie < > tingjie.chen at intel.com> > *Subject:* RE: [Starlingx-discuss] Error with Ceph OSD > > > > In the log file, you uploaded. > > > > log/puppet/2019-09-16-23-33-46_controller/puppet.log > > > > 2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 > /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: > *mount_activate: Failed to activate*^[[0m > > 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 > /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: > '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', > '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', > 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']*' failed with > status code* 17^[[0m > > > > Could you help to check, these two commands > > # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 > > # ls /var/lib/ceph/osd/ceph-0 -l > > > > Still go on study your uploaded log. > > > > Thanks! > > > > Martin, Chen > > SSP, Software Engineer > > 021-61164330 > > > > *From:* Mariano Ucha [mailto:lw2dht at gmail.com ] > *Sent:* Tuesday, September 17, 2019 10:05 PM > *To:* Chen, Haochuan Z > *Cc:* Xie, Cindy ; > starlingx-discuss at lists.starlingx.io; Chen, Tingjie < > tingjie.chen at intel.com> > *Subject:* Re: [Starlingx-discuss] Error with Ceph OSD > > > > Hi Martin! > > > > I created this launchpad > > > > https://bugs.launchpad.net/starlingx/+bug/1844332 > > > > I uploaded a brief description and the logs. > > > > Thank you very much in advance for the support! > > > > Regards, > > Mariano > > > > El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z (< > haochuan.z.chen at intel.com>) escribió: > > Hi Mariano > > > > What’s your image? You can submit a Launchpad issue, uploading tarball > with these two folder > > > > /etc/ > > /var/log > > > > BR! > > > > Martin, Chen > > SSP, Software Engineer > > 021-61164330 > > > > *From:* Xie, Cindy > *Sent:* Tuesday, September 17, 2019 6:31 PM > *To:* Mariano Ucha ; > starlingx-discuss at lists.starlingx.io; Chen, Tingjie < > tingjie.chen at intel.com>; Chen, Haochuan Z > *Subject:* RE: [Starlingx-discuss] Error with Ceph OSD > > > > + Tingjie who may able to provide help. > > > > *From:* Mariano Ucha > *Sent:* Tuesday, September 17, 2019 8:15 AM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Error with Ceph OSD > > > > Hi! I have my controller now unlocked but i see a problem with ceph OSD > that is not UP and i see this error in the logs. > > > > > > controller-0:/var/log/ceph$ tailf ceph-osd.0.log > > 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 191746 > 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 194950 > 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 198899 > 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 202282 > 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 206090 > 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 > (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process > ceph-osd, pid 209145 > 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD > superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory > > > > The output of ceph -s > > > > controller-0:/var/log/ceph$ ceph -s > cluster: > id: 6cbe0ddd-f791-4226-8530-7a8347f12437 > * health: HEALTH_WARN* > Reduced data availability: 64 pgs inactive > > services: > mon: 1 daemons, quorum controller-0 > mgr: controller-0(active) > * osd: 1 osds: 0 up, 0 in* > > data: > pools: 1 pools, 64 pgs > objects: 0 objects, 0 B > usage: 0 B used, 0 B / 0 B avail > pgs: 100.000% pgs unknown > 64 unknown > > > I have no osd UP. > > > > [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list > controller-0 > > > +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ > | uuid | function | osdid | state | > idisk_uuid | journal_path | > journal_node | journal_size_gib | tier_name | > > +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ > | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | > c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | > /dev/sdb2 | 1 | storage | > | | | | | > | .0-scsi-0:1:0:1-part2 | > | | | > | | | | | > | | > | | | > > +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ > [sysadmin at controller-0 ceph(keystone_admin)]$ > > [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list > controller-0 > > > +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ > | uuid | device_no | device_ | device_ | > size_ | available_ | rpm | serial_i | device_path > | > | | de | num | type | > gib | gib | | d | > | > > +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ > | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | > 300.0 | 16.977 | Undetermined | PCQVU0CR | > /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | > | | | | | > | | | H4J1HN | > | > | | | | | > | | | | > | > | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | > 538. | 0.0 | Undetermined | PCQVU0CR | > /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | > | | | | | > 33 | | | H4J1HN | > | > | | | | | > | | | | > | > > +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ > > > > I have no more idea to do. The unlock was not clear, i have to reboot the > server and then it finished all. > > > > Regards, > > Mariano > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From haochuan.z.chen at intel.com Fri Sep 20 01:30:02 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Fri, 20 Sep 2019 01:30:02 +0000 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D856265576@CDSMSX102.ccr.corp.intel.com> Hi Mariano Everytime reboot puppet will apply ceph osd configuration. So another way to ensure deploy successfully, system host-stor-delete, and use dd if=/dev/zero of=/dev/sdb. After that, press power button to shutdown directly and reinstall. After you once successfully installed, you will be more proficient. Thank you for your patience! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 7:38 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I like StarlingX but i getting mad trying to install it hehe. I have no lucky. I have done a dd if=/dev/zero of=/dev/sdb1 and them remove all partition with fdisk. But unfortunately ceph is not working properly again. Before i unlock the server restart like two times and have no contriners running. I made again another reboot and them things are "working". I added again de logs from /etc and /var/log and the las commands output to the launchpad. Thank you for your patience. Regards, Mariano El mié., 18 sept. 2019 a las 10:43, Chen, Haochuan Z (>) escribió: We are so happy, you like starlingx. And you check with wipe partition, and check with us with any hesitation. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Wednesday, September 18, 2019 8:01 PM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin I added in the launchpad the outputs of all commands. Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again. I’ll wipe the partition and delete them and test, if not do a fresh install. Agaian thanks you very much for your help! Regards, Mariano De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD And one more command to check. # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $? I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: RE: [Starlingx-discuss] Error with Ceph OSD In the log file, you uploaded. log/puppet/2019-09-16-23-33-46_controller/puppet.log 2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l Still go on study your uploaded log. Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I created this launchpad https://bugs.launchpad.net/starlingx/+bug/1844332 I uploaded a brief description and the logs. Thank you very much in advance for the support! Regards, Mariano El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z (>) escribió: Hi Mariano What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder /etc/ /var/log BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie >; Chen, Haochuan Z > Subject: RE: [Starlingx-discuss] Error with Ceph OSD + Tingjie who may able to provide help. From: Mariano Ucha > Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 health: HEALTH_WARN Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) osd: 1 osds: 0 up, 0 in data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From lw2dht at gmail.com Fri Sep 20 02:08:24 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Thu, 19 Sep 2019 23:08:24 -0300 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <56829C2A36C2E542B0CCB9854828E4D856265576@CDSMSX102.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856265576@CDSMSX102.ccr.corp.intel.com> Message-ID: <5d843499.1c69fb81.32bdf.1ca3@mx.google.com> Hi Martin! Yes I see in the puppet logs, the error of trying to configure the OSD. When i execute system-host-delete pls uuid I got this error. system host-stor-delete 20640458-c15b-45cc-8ca1-1fa1203f2261 Deleting a Storage Function other than 'journal' and 'osd' in state 'configuring-on-unlock' is not supported on this setup. Now I’m running dd if=/dev/zero of=/dev/sdb with the 2 partition deleted. I don’t know why systems keeps rebooting after the first unlock. Seems to be a component not installed correctly. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 22:30 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Hi Mariano Everytime reboot puppet will apply ceph osd configuration. So another way to ensure deploy successfully, system host-stor-delete, and use dd if=/dev/zero of=/dev/sdb. After that, press power button to shutdown directly and reinstall. After you once successfully installed, you will be more proficient. Thank you for your patience! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 7:38 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I like StarlingX but i getting mad trying to install it hehe. I have no lucky. I have done a dd if=/dev/zero of=/dev/sdb1 and them remove all partition with fdisk. But unfortunately  ceph is not working properly again. Before i unlock the server restart like two times and have no contriners running. I made again another reboot and them things are "working". I added again de logs from /etc and /var/log and the las commands output to the launchpad. Thank you for your patience. Regards, Mariano El mié., 18 sept. 2019 a las 10:43, Chen, Haochuan Z () escribió: We are so happy, you like starlingx. And you check with wipe partition, and check with us with any hesitation.   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Wednesday, September 18, 2019 8:01 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD   Hi Martin   I added in the launchpad the outputs of all commands.   Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again.   I’ll wipe the partition and delete them and test, if not do a fresh install.   Agaian thanks you very much for your help!   Regards, Mariano   De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD   And one more command to check.   # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $?   I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check.   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD   In the log file, you uploaded.   log/puppet/2019-09-16-23-33-46_controller/puppet.log   2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m   Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l   Still go on study your uploaded log.   Thanks!   Martin, Chen SSP, Software Engineer 021-61164330   From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD   Hi Martin!   I created this launchpad   https://bugs.launchpad.net/starlingx/+bug/1844332    I uploaded a brief description and the logs.   Thank you very much in advance for the support!   Regards, Mariano    El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z () escribió: Hi Mariano   What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder   /etc/ /var/log   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie ; Chen, Haochuan Z Subject: RE: [Starlingx-discuss] Error with Ceph OSD   + Tingjie who may able to provide help.   From: Mariano Ucha Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD   Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs.     controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory   The output of ceph -s   controller-0:/var/log/ceph$ ceph -s   cluster:     id:     6cbe0ddd-f791-4226-8530-7a8347f12437     health: HEALTH_WARN             Reduced data availability: 64 pgs inactive     services:     mon: 1 daemons, quorum controller-0     mgr: controller-0(active)     osd: 1 osds: 0 up, 0 in     data:     pools:   1 pools, 64 pgs     objects: 0  objects, 0 B     usage:   0 B used, 0 B / 0 B avail     pgs:     100.000% pgs unknown              64 unknown   I have no osd UP.   [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid                                 | function | osdid | state      | idisk_uuid                           | journal_path                     | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd      | 0     | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2    | 1                | storage   | |                                      |          |       |            |                                      | .0-scsi-0:1:0:1-part2            |              |                  |           | |                                      |          |       |            |                                      |                                  |              |                  |           | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$  [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid                                 | device_no | device_ | device_ | size_ | available_ | rpm          | serial_i | device_path                                     | |                                      | de        | num     | type    | gib   | gib        |              | d        |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda  | 2048    | HDD     | 300.0 | 16.977     | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | |                                      |           |         |         |       |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb  | 2064    | HDD     | 538.  | 0.0        | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | |                                      |           |         |         | 33    |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+   I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all.   Regards, Mariano     -------------- next part -------------- An HTML attachment was scrubbed... URL: From haochuan.z.chen at intel.com Fri Sep 20 02:32:34 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Fri, 20 Sep 2019 02:32:34 +0000 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <5d843499.1c69fb81.32bdf.1ca3@mx.google.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856265576@CDSMSX102.ccr.corp.intel.com> <5d843499.1c69fb81.32bdf.1ca3@mx.google.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D8562655CB@CDSMSX102.ccr.corp.intel.com> Actually dd to erase disk is abrupt way. So you can check after erase partition, “# shutdown –P 0” and reinstall. I could help you to check “configuring-on-unlock” issue. Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 10:08 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin! Yes I see in the puppet logs, the error of trying to configure the OSD. When i execute system-host-delete pls uuid I got this error. system host-stor-delete 20640458-c15b-45cc-8ca1-1fa1203f2261 Deleting a Storage Function other than 'journal' and 'osd' in state 'configuring-on-unlock' is not supported on this setup. Now I’m running dd if=/dev/zero of=/dev/sdb with the 2 partition deleted. I don’t know why systems keeps rebooting after the first unlock. Seems to be a component not installed correctly. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 22:30 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Hi Mariano Everytime reboot puppet will apply ceph osd configuration. So another way to ensure deploy successfully, system host-stor-delete, and use dd if=/dev/zero of=/dev/sdb. After that, press power button to shutdown directly and reinstall. After you once successfully installed, you will be more proficient. Thank you for your patience! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 7:38 AM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I like StarlingX but i getting mad trying to install it hehe. I have no lucky. I have done a dd if=/dev/zero of=/dev/sdb1 and them remove all partition with fdisk. But unfortunately ceph is not working properly again. Before i unlock the server restart like two times and have no contriners running. I made again another reboot and them things are "working". I added again de logs from /etc and /var/log and the las commands output to the launchpad. Thank you for your patience. Regards, Mariano El mié., 18 sept. 2019 a las 10:43, Chen, Haochuan Z (>) escribió: We are so happy, you like starlingx. And you check with wipe partition, and check with us with any hesitation. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Wednesday, September 18, 2019 8:01 PM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin I added in the launchpad the outputs of all commands. Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again. I’ll wipe the partition and delete them and test, if not do a fresh install. Agaian thanks you very much for your help! Regards, Mariano De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD And one more command to check. # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $? I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: RE: [Starlingx-discuss] Error with Ceph OSD In the log file, you uploaded. log/puppet/2019-09-16-23-33-46_controller/puppet.log 2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l Still go on study your uploaded log. Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I created this launchpad https://bugs.launchpad.net/starlingx/+bug/1844332 I uploaded a brief description and the logs. Thank you very much in advance for the support! Regards, Mariano El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z (>) escribió: Hi Mariano What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder /etc/ /var/log BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie >; Chen, Haochuan Z > Subject: RE: [Starlingx-discuss] Error with Ceph OSD + Tingjie who may able to provide help. From: Mariano Ucha > Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 health: HEALTH_WARN Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) osd: 1 osds: 0 up, 0 in data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From lw2dht at gmail.com Fri Sep 20 02:53:02 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Thu, 19 Sep 2019 23:53:02 -0300 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <56829C2A36C2E542B0CCB9854828E4D8562655CB@CDSMSX102.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856265576@CDSMSX102.ccr.corp.intel.com> <5d843499.1c69fb81.32bdf.1ca3@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D8562655CB@CDSMSX102.ccr.corp.intel.com> Message-ID: <5d843f0f.1c69fb81.32bdf.2072@mx.google.com> Martin, First i’ll try with this DD command and fresh reinstallation. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 23:32 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Actually dd to erase disk is abrupt way. So you can check after erase partition, “# shutdown –P 0” and reinstall. I could help you to check “configuring-on-unlock” issue. Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 10:08 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin! Yes I see in the puppet logs, the error of trying to configure the OSD. When i execute system-host-delete pls uuid I got this error. system host-stor-delete 20640458-c15b-45cc-8ca1-1fa1203f2261 Deleting a Storage Function other than 'journal' and 'osd' in state 'configuring-on-unlock' is not supported on this setup. Now I’m running dd if=/dev/zero of=/dev/sdb with the 2 partition deleted. I don’t know why systems keeps rebooting after the first unlock. Seems to be a component not installed correctly. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 22:30 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Hi Mariano Everytime reboot puppet will apply ceph osd configuration. So another way to ensure deploy successfully, system host-stor-delete, and use dd if=/dev/zero of=/dev/sdb. After that, press power button to shutdown directly and reinstall. After you once successfully installed, you will be more proficient. Thank you for your patience! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 7:38 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I like StarlingX but i getting mad trying to install it hehe. I have no lucky. I have done a dd if=/dev/zero of=/dev/sdb1 and them remove all partition with fdisk. But unfortunately  ceph is not working properly again. Before i unlock the server restart like two times and have no contriners running. I made again another reboot and them things are "working". I added again de logs from /etc and /var/log and the las commands output to the launchpad. Thank you for your patience. Regards, Mariano El mié., 18 sept. 2019 a las 10:43, Chen, Haochuan Z () escribió: We are so happy, you like starlingx. And you check with wipe partition, and check with us with any hesitation.   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Wednesday, September 18, 2019 8:01 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD   Hi Martin   I added in the launchpad the outputs of all commands.   Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again.   I’ll wipe the partition and delete them and test, if not do a fresh install.   Agaian thanks you very much for your help!   Regards, Mariano   De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD   And one more command to check.   # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $?   I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check.   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD   In the log file, you uploaded.   log/puppet/2019-09-16-23-33-46_controller/puppet.log   2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m   Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l   Still go on study your uploaded log.   Thanks!   Martin, Chen SSP, Software Engineer 021-61164330   From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD   Hi Martin!   I created this launchpad   https://bugs.launchpad.net/starlingx/+bug/1844332    I uploaded a brief description and the logs.   Thank you very much in advance for the support!   Regards, Mariano    El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z () escribió: Hi Mariano   What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder   /etc/ /var/log   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie ; Chen, Haochuan Z Subject: RE: [Starlingx-discuss] Error with Ceph OSD   + Tingjie who may able to provide help.   From: Mariano Ucha Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD   Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs.     controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory   The output of ceph -s   controller-0:/var/log/ceph$ ceph -s   cluster:     id:     6cbe0ddd-f791-4226-8530-7a8347f12437     health: HEALTH_WARN             Reduced data availability: 64 pgs inactive     services:     mon: 1 daemons, quorum controller-0     mgr: controller-0(active)     osd: 1 osds: 0 up, 0 in     data:     pools:   1 pools, 64 pgs     objects: 0  objects, 0 B     usage:   0 B used, 0 B / 0 B avail     pgs:     100.000% pgs unknown              64 unknown   I have no osd UP.   [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid                                 | function | osdid | state      | idisk_uuid                           | journal_path                     | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd      | 0     | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2    | 1                | storage   | |                                      |          |       |            |                                      | .0-scsi-0:1:0:1-part2            |              |                  |           | |                                      |          |       |            |                                      |                                  |              |                  |           | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$  [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid                                 | device_no | device_ | device_ | size_ | available_ | rpm          | serial_i | device_path                                     | |                                      | de        | num     | type    | gib   | gib        |              | d        |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda  | 2048    | HDD     | 300.0 | 16.977     | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | |                                      |           |         |         |       |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb  | 2064    | HDD     | 538.  | 0.0        | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | |                                      |           |         |         | 33    |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+   I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all.   Regards, Mariano     -------------- next part -------------- An HTML attachment was scrubbed... URL: From qianjiang at baicells.com Fri Sep 20 04:06:50 2019 From: qianjiang at baicells.com (=?UTF-8?B?6ZKx5rGf?=) Date: Fri, 20 Sep 2019 12:06:50 +0800 Subject: [Starlingx-discuss] =?utf-8?q?command_=22fm_alarm-show_800=2E011?= =?utf-8?q?=22_doesn=27t_work?= Message-ID: <3ee309e5-bdb3-4b4c-8828-894d4d96d131.qianjiang@baicells.com> Hi, I got an error during applying the openstack application. I don't know how to check the log, later I find "fm" command may work. [sysadmin at controller-0 ~(keystone_admin)]$ fm alarm-list +----------+---------------------------------------------------------------------+--------------------------------------+----------+-----------------------+ | Alarm ID | Reason Text | Entity ID | Severity | Time Stamp | +----------+---------------------------------------------------------------------+--------------------------------------+----------+-----------------------+ | 200.001 | controller-0 was administratively locked to take it out-of-service. | host=controller-0 | warning | 2019-09-20T03:36:20. | | | | | | 251464 | | | | | | | | 750.002 | Application Apply Failure | k8s_application=stx-openstack | major | 2019-09-20T02:03:28. | | | | | | 153979 | Then, I use "fm alarm-show" to get details [sysadmin at controller-0 ~(keystone_admin)]$ fm alarm-show 750.002 Alarm not found: 750.002 It says, the alarm is not found, isn't the "750.002" uuid? Or is there another way to check the log of an applicaiton failure? [sysadmin at controller-0 ~(keystone_admin)]$ system application-show stx-openstack +---------------+------------------------------------------+ | Property | Value | +---------------+------------------------------------------+ | active | False | | app_version | 1.0-18-centos-stable-latest | | created_at | 2019-09-19T06:44:02.827627+00:00 | | manifest_file | stx-openstack.yaml | | manifest_name | armada-manifest | | name | stx-openstack | | progress | operation aborted, check logs for detail | | status | apply-failed | | updated_at | 2019-09-20T02:03:28.251645+00:00 | +---------------+------------------------------------------+ -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenjie.xu at intel.com Fri Sep 20 12:23:22 2019 From: chenjie.xu at intel.com (Xu, Chenjie) Date: Fri, 20 Sep 2019 12:23:22 +0000 Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring In-Reply-To: <28087A59-7DE7-4D1C-8202-BDC004C4A0EA@windriver.com> References: <0C58DF2E-2CC4-4D6B-97D4-107ADCCA30CC@windriver.com> <28087A59-7DE7-4D1C-8202-BDC004C4A0EA@windriver.com> Message-ID: Hi Matt, Thank you for your feedback! Capture the new item under the existing Storyboard is ok to me. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Friday, September 20, 2019 2:25 AM To: Xu, Chenjie Cc: 'starlingx-discuss at lists.starlingx.io' ; Zhao, Forrest ; Khalil, Ghada Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Chenjie, That would definitely be nice to have since this is not currently covered by any link monitoring. However, the K8s SRIOV Device Plugin will monitor the link state and only include devices that are in an UP state. Unfortunately, this does not cover the scenario of the device or link going down after it has been scheduled and is in use. I think we should capture this as a secondary task. Did you want to capture this item as a new task under the existing Storyboard? If not, I can create a new one to track this. The best way to monitor sriov data interfaces would be to update the lmon (link monitor) to include the additional data interfaces. Currently lmon obtains the list of interfaces from /etc/platform/platform.conf which only has the platform interfaces. To expand on this, I would propose that we create a specific configuration file for lmon to consume that would include the list of all interfaces that need to be monitored, including the association of network assignment. This would avoid having the association done by lmon and it would be populated explicitly by Puppet from the stored system inventory data. -Matt From: "Xu, Chenjie" > Date: Thursday, September 19, 2019 at 11:39 AM To: "Peters, Matt" > Cc: "'starlingx-discuss at lists.starlingx.io'" >, "Zhao, Forrest" >, Ghada Khalil > Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, One more question: OVS is running on openstack worker node and we can retrieve the host interface state through OVS commands. But we can’s retrieve the host interface state through OVS commands on non-openstack worker node. StarlingX will support non-openstack worker node and OVS won’t run on this kind of node. The host interfaces for datanetwork are also used in non-openstack worker node. For example: SR-IOV CNI plugin. Do we needs to cover this scenario? Best Regards, Xu, Chenjie From: Xu, Chenjie Sent: Thursday, September 19, 2019 8:05 PM To: 'Peters, Matt' > Cc: 'starlingx-discuss at lists.starlingx.io' >; Zhao, Forrest >; 'Khalil, Ghada' > Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, During my implementation, I have several questions as below: 1. If a port is a bond, does the related bridge also has a name with format br-phy%index? 2. If OVS-DPDK is used, is bond still supported? 3. A bond may contain multiple interfaces. Do we have some restriction on the number of interfaces belonging to a same bond? 4. How can I get the root password in StarlingX. Because it has to be root to execute OVS commands. 5. How to decide the code is running on OpenStack worker node or not. Best Regards, Xu, Chenjie From: Xu, Chenjie Sent: Wednesday, September 18, 2019 11:28 AM To: Peters, Matt > Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest >; Khalil, Ghada > Subject: RE: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, Thank you for your information! I will submit a patch to implement this function. Best Regards, Xu, Chenjie From: Peters, Matt [mailto:Matt.Peters at windriver.com] Sent: Tuesday, September 17, 2019 9:32 PM To: Xu, Chenjie > Cc: starlingx-discuss at lists.starlingx.io; Zhao, Forrest >; Khalil, Ghada > Subject: Re: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Chenjie, Yes, the dump-ports-desc can be used to obtain the current port state and negotiated state with the peer. This data will need to be mapped back to the data interface mapping of the host so that the appropriate alarms may be raised against the proper entity. In addition, if the data interface is a bond, the following information will also have to be retrieved in order to obtain the full state of the bond interface, including LACP information (if applicable). ovs-appctl bond/show ovs-appctl lacp/show Finally, the alarming behavior should be the following: Data port is down and does not belong to a bond – Critical Alarm Data port(s) down, but enabled port remains in bond – Major Alarm (degraded service) All data ports down in a bond – Critical Alarm From: "Xu, Chenjie" > Date: Monday, September 16, 2019 at 11:32 PM To: "Peters, Matt" > Cc: "starlingx-discuss at lists.starlingx.io" >, "Zhao, Forrest" >, Ghada Khalil > Subject: [Starlingx-discuss] OVS collectd interface/port state monitoring Hi Matt, For task “OVS collectd interface/port state monitoring”, which parts should be monitored? For example: Bridge, Port. https://storyboard.openstack.org/#!/story/2002948 https://bugs.launchpad.net/starlingx/+bug/1834512 Bridge "br-phy1" Port "br-phy1" Interface "br-phy1" type: internal Port "eth1" Interface "eth1" type: dpdk options: {dpdk-devargs="0000:18:00.1", n_rxq="1"} Port "lldp8a3c28ca-7f" Interface "lldp8a3c28ca-7f" type: internal The command “ovs-ofctl dump-ports-desc $ovs_bridge” can be used with collectd for both OVS and OVS-DPDK. The link status for interfaces can be detected as below: For OVS: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: LINK_DOWN current: COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 0 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy0 OFPST_PORT_DESC reply (xid=0x2): 1(enp51s0f3): addr:0c:c4:7a:ff:5f:ef config: 0 state: 0 current: 1GB-FD COPPER AUTO_NEG advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG AUTO_PAUSE speed: 1000 Mbps now, 1000 Mbps max 2(phy-br-phy0): addr:1a:0a:21:03:6a:1e config: 0 state: 0 speed: 0 Mbps now, 0 Mbps max LOCAL(br-phy0): addr:0c:c4:7a:ff:5f:ef config: PORT_DOWN state: LINK_DOWN speed: 0 Mbps now, 0 Mbps max For OVS-DPDK: After pull the cabel: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: LINK_DOWN current: AUTO_NEG speed: 0 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max After plug in the cable: controller-0:/home/sysadmin# ovs-ofctl dump-ports-desc br-phy1 OFPST_PORT_DESC reply (xid=0x2): 1(eth1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10GB-FD AUTO_NEG speed: 10000 Mbps now, 0 Mbps max 2(lldp8a3c28ca-7f): addr:52:97:0b:a4:ef:23 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max LOCAL(br-phy1): addr:3c:fd:fe:da:e8:85 config: 0 state: 0 current: 10MB-FD COPPER speed: 10 Mbps now, 0 Mbps max Best Regards, Xu, Chenjie -------------- next part -------------- An HTML attachment was scrubbed... URL: From Barton.Wensley at windriver.com Fri Sep 20 13:01:47 2019 From: Barton.Wensley at windriver.com (Wensley, Barton) Date: Fri, 20 Sep 2019 13:01:47 +0000 Subject: [Starlingx-discuss] command "fm alarm-show 800.011" doesn't work In-Reply-To: <3ee309e5-bdb3-4b4c-8828-894d4d96d131.qianjiang@baicells.com> References: <3ee309e5-bdb3-4b4c-8828-894d4d96d131.qianjiang@baicells.com> Message-ID: <5CDBBEDBFFF82E4C9E004A2C0F42FE58C1B7915C@ALA-MBD.corp.ad.wrs.com> To see the details of an alarm, use “fm alarm-list --uuid” to find the uuid and then use the uuid with the “fm alarm-show” command. To find out why the stx-openstack apply failed, take a look at the /var/log/armada/stx-openstack-apply.log file. Bart From: 钱江 [mailto:qianjiang at baicells.com] Sent: September 20, 2019 12:07 AM To: starlingx-discuss Subject: [Starlingx-discuss] command "fm alarm-show 800.011" doesn't work Hi, I got an error during applying the openstack application. I don't know how to check the log, later I find "fm" command may work. [sysadmin at controller-0 ~(keystone_admin)]$ fm alarm-list +----------+---------------------------------------------------------------------+--------------------------------------+----------+-----------------------+ | Alarm ID | Reason Text | Entity ID | Severity | Time Stamp | +----------+---------------------------------------------------------------------+--------------------------------------+----------+-----------------------+ | 200.001 | controller-0 was administratively locked to take it out-of-service. | host=controller-0 | warning | 2019-09-20T03:36:20. | | | | | | 251464 | | | | | | | | 750.002 | Application Apply Failure | k8s_application=stx-openstack | major | 2019-09-20T02:03:28. | | | | | | 153979 | Then, I use "fm alarm-show" to get details [sysadmin at controller-0 ~(keystone_admin)]$ fm alarm-show 750.002 Alarm not found: 750.002 It says, the alarm is not found, isn't the "750.002" uuid? Or is there another way to check the log of an applicaiton failure? [sysadmin at controller-0 ~(keystone_admin)]$ system application-show stx-openstack +---------------+------------------------------------------+ | Property | Value | +---------------+------------------------------------------+ | active | False | | app_version | 1.0-18-centos-stable-latest | | created_at | 2019-09-19T06:44:02.827627+00:00 | | manifest_file | stx-openstack.yaml | | manifest_name | armada-manifest | | name | stx-openstack | | progress | operation aborted, check logs for detail | | status | apply-failed | | updated_at | 2019-09-20T02:03:28.251645+00:00 | +---------------+------------------------------------------+ -------------- next part -------------- An HTML attachment was scrubbed... URL: From Volker.Hoesslin at swsn.de Fri Sep 20 14:47:05 2019 From: Volker.Hoesslin at swsn.de (von Hoesslin, Volker) Date: Fri, 20 Sep 2019 14:47:05 +0000 Subject: [Starlingx-discuss] zero byte image In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3604EB9C@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604B105@SHSMSX104.ccr.corp.intel.com>, , <2FD5DDB5A04D264C80D42CA35194914F3604EB9C@SHSMSX104.ccr.corp.intel.com> Message-ID: hi! so, documented in bug-report i have helped by my self. thx for the attention, but another problem came up by this way: if i try to convert an 2TB volume to an image, cinder crash all the time! command: $ openstack image create --volume 3c9414bb-98bd-45d4-9b38-2b073e958f81 --disk-format qcow2 "test - snap - vol - img" $ tail /var/log/cinder/cinder-volume.log 2019-09-20 14:30:35.202 26339 WARNING oslo.service.loopingcall [req-4435ac18-f021-4784-8fcd-b73d257636a7 - - - - -] Function 'cinder.service.Service.report_state' run outlasted interval by 2.95 sec 2019-09-20 14:30:45.595 22211 INFO oslo_service.service [req-962ea9a1-97c7-48b0-99a4-b1651b8c2cac - - - - -] Caught SIGTERM, stopping children 2019-09-20 14:30:45.596 22211 INFO oslo_service.service [req-962ea9a1-97c7-48b0-99a4-b1651b8c2cac - - - - -] Waiting on 1 children to exit in the same way, the complete controller will unavailable and openstack will switch to the other one and bring it to active ... this is not so good :( i realy need this volume/image ... greez & thx, volker... ________________________________ Von: Xie, Cindy [cindy.xie at intel.com] Gesendet: Donnerstag, 19. September 2019 16:29 An: von Hoesslin, Volker; Sun, Austin; starlingx-discuss at lists.starlingx.io Betreff: Re: [Starlingx-discuss] zero byte image Thanks Volker. @Sun, Austin can you please follow up with this LP. Thx. - cindy From: von Hoesslin, Volker Sent: Thursday, September 19, 2019 6:01 PM To: Sun, Austin ; Xie, Cindy ; starlingx-discuss at lists.starlingx.io Subject: AW: zero byte image check it out: https://bugs.launchpad.net/starlingx/+bug/1844642 ________________________________ Von: Sun, Austin [austin.sun at intel.com] Gesendet: Dienstag, 17. September 2019 03:09 An: Xie, Cindy; von Hoesslin, Volker; starlingx-discuss at lists.starlingx.io Betreff: RE: zero byte image Hi Volker: Would you like running command ‘collect’ in system to collect all necessary logs ? And then create new bug https://bugs.launchpad.net/starlingx and attached log to bug. Thanks. BR Austin Sun. From: Xie, Cindy [mailto:cindy.xie at intel.com] Sent: Tuesday, September 17, 2019 7:42 AM To: von Hoesslin, Volker >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] zero byte image Volker, You still have 1.0 running (2+2+3) and you still have your data, right? You just want to backup your user data & restore it in your new 2.0 deployment? I am hoping that you didn’t lost your data. Thx. - cindy From: von Hoesslin, Volker > Sent: Monday, September 16, 2019 9:14 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] zero byte image hi, i'm big in trouble... i'm with you from the first hour and run an staringX 2018.10 in production mode (i know, i know, no comment please ;)) so, update to the new starlingX 2.0 version will need to reinstall the complete stack, but i need to backup some VMs first. based on this dokumentation https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html i got always an zero byte image, at the internet i got some posting that indicate the same problem, but for now, i cant fix it :( i have an full starlinX install with dedicated storage (2x controller, 2x compute, 3x storage). maybe someone can help me? greez & thx, volker... -------------- next part -------------- An HTML attachment was scrubbed... URL: From vm.rod25 at gmail.com Fri Sep 20 15:35:59 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Fri, 20 Sep 2019 10:35:59 -0500 Subject: [Starlingx-discuss] [performance] Starling X Performance test plan for R 3.0 Message-ID: Hi team This is the updated Starling X Performance test plan [1], this include updates in : * Performance test suite framework spec file (under review, thanks TSC) * Description of Core Performance metrics ( for community review ) * Tools develop to measure the footprint Please take a look at the Core Performance metrics, is important for us that core maintainers review the test design and send us the feedback/corrections. If more tests are required by the community, please add them in https://etherpad.openstack.org/p/stx_performance_metrics Next steps: * Get the approval of spec file * Agree with core developers on test design * Send patches for automated scripts for Core Performance metrics to test repo * Work on incorporating more tests from other existing cloud performance measurement tools [2] Thanks a lot to the team involved in this milestone for R3.0 Regards Victor Rodriguez [1] https://docs.google.com/presentation/d/1Nr12zDRXf34kpjiA0LsFLU8GIpMY8Y-H2zmiC96CD4A/edit?usp=sharing [2] OPNF (yardstick) & Rally https://docs.openstack.org/self-healing-sig/latest/testing/tools-list.html From lw2dht at gmail.com Fri Sep 20 18:11:13 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Fri, 20 Sep 2019 15:11:13 -0300 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <5d843f0f.1c69fb81.32bdf.2072@mx.google.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856265576@CDSMSX102.ccr.corp.intel.com> <5d843499.1c69fb81.32bdf.1ca3@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D8562655CB@CDSMSX102.ccr.corp.intel.com> <5d843f0f.1c69fb81.32bdf.2072@mx.google.com> Message-ID: <5d851642.1c69fb81.ea938.9c4d@mx.google.com> No way, again the same problem. Server keeps rebooing a couple of times then i have to reboot manually. After that i check ceph and no osd running and the same problema ☹ Regards, Mariano De: Mariano Ucha Enviado: jueves, 19 de septiembre de 2019 23:53 Para: Chen, Haochuan Z CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Martin,                 First i’ll try with this DD command and fresh reinstallation. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 23:32 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Actually dd to erase disk is abrupt way. So you can check after erase partition, “# shutdown –P 0” and reinstall. I could help you to check “configuring-on-unlock” issue. Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 10:08 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin! Yes I see in the puppet logs, the error of trying to configure the OSD. When i execute system-host-delete pls uuid I got this error. system host-stor-delete 20640458-c15b-45cc-8ca1-1fa1203f2261 Deleting a Storage Function other than 'journal' and 'osd' in state 'configuring-on-unlock' is not supported on this setup. Now I’m running dd if=/dev/zero of=/dev/sdb with the 2 partition deleted. I don’t know why systems keeps rebooting after the first unlock. Seems to be a component not installed correctly. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 22:30 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Hi Mariano Everytime reboot puppet will apply ceph osd configuration. So another way to ensure deploy successfully, system host-stor-delete, and use dd if=/dev/zero of=/dev/sdb. After that, press power button to shutdown directly and reinstall. After you once successfully installed, you will be more proficient. Thank you for your patience! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 7:38 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I like StarlingX but i getting mad trying to install it hehe. I have no lucky. I have done a dd if=/dev/zero of=/dev/sdb1 and them remove all partition with fdisk. But unfortunately  ceph is not working properly again. Before i unlock the server restart like two times and have no contriners running. I made again another reboot and them things are "working". I added again de logs from /etc and /var/log and the las commands output to the launchpad. Thank you for your patience. Regards, Mariano El mié., 18 sept. 2019 a las 10:43, Chen, Haochuan Z () escribió: We are so happy, you like starlingx. And you check with wipe partition, and check with us with any hesitation.   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Wednesday, September 18, 2019 8:01 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD   Hi Martin   I added in the launchpad the outputs of all commands.   Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again.   I’ll wipe the partition and delete them and test, if not do a fresh install.   Agaian thanks you very much for your help!   Regards, Mariano   De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD   And one more command to check.   # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $?   I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check.   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD   In the log file, you uploaded.   log/puppet/2019-09-16-23-33-46_controller/puppet.log   2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m   Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l   Still go on study your uploaded log.   Thanks!   Martin, Chen SSP, Software Engineer 021-61164330   From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD   Hi Martin!   I created this launchpad   https://bugs.launchpad.net/starlingx/+bug/1844332    I uploaded a brief description and the logs.   Thank you very much in advance for the support!   Regards, Mariano    El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z () escribió: Hi Mariano   What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder   /etc/ /var/log   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie ; Chen, Haochuan Z Subject: RE: [Starlingx-discuss] Error with Ceph OSD   + Tingjie who may able to provide help.   From: Mariano Ucha Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD   Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs.     controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory   The output of ceph -s   controller-0:/var/log/ceph$ ceph -s   cluster:     id:     6cbe0ddd-f791-4226-8530-7a8347f12437     health: HEALTH_WARN             Reduced data availability: 64 pgs inactive     services:     mon: 1 daemons, quorum controller-0     mgr: controller-0(active)     osd: 1 osds: 0 up, 0 in     data:     pools:   1 pools, 64 pgs     objects: 0  objects, 0 B     usage:   0 B used, 0 B / 0 B avail     pgs:     100.000% pgs unknown              64 unknown   I have no osd UP.   [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid                                 | function | osdid | state      | idisk_uuid                           | journal_path                     | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd      | 0     | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2    | 1                | storage   | |                                      |          |       |            |                                      | .0-scsi-0:1:0:1-part2            |              |                  |           | |                                      |          |       |            |                                      |                                  |              |                  |           | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$  [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid                                 | device_no | device_ | device_ | size_ | available_ | rpm          | serial_i | device_path                                     | |                                      | de        | num     | type    | gib   | gib        |              | d        |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda  | 2048    | HDD     | 300.0 | 16.977     | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | |                                      |           |         |         |       |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb  | 2064    | HDD     | 538.  | 0.0        | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | |                                      |           |         |         | 33    |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+   I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all.   Regards, Mariano     -------------- next part -------------- An HTML attachment was scrubbed... URL: From Frank.Miller at windriver.com Fri Sep 20 18:14:00 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Fri, 20 Sep 2019 18:14:00 +0000 Subject: [Starlingx-discuss] StarlingX Bi-Weekly Containerization Meeting Message-ID: Here is the agenda for our next containerization meeting on Sept 23: Minutes/Agenda for September 23 meeting: 1. Feature description/overview for Decouple Container Apps from Platform https://storyboard.openstack.org/#!/story/2006537 [Bob Church] o Bob will present a proposal for how to remove application specific code from the platform and use a plug-in approach 2. stx.3.0 feature updates: o 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] - last fcst from Cindy is 9/27 - still on track? o 2004008: [Feature] Create HELM chart for Fault project [An Ran] - last fcst is 10/11 - still on track? Help needed with commit re o 2005860: Upversion container components [Al Bailey] o 2006536 Collect tool enhancements for containers [Dan Voiculeasa] o 2004761: Integrate Backup & Restore with Containers [Wei Zhou/Ovidiu Poncea] 3. LP status (29 which is +1 from last meeting: 5 High, 24 Medium) Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 3240 bytes Desc: not available URL: From Frank.Miller at windriver.com Fri Sep 20 18:48:56 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Fri, 20 Sep 2019 18:48:56 +0000 Subject: [Starlingx-discuss] StarlingX Bi-Weekly Containerization Meeting Message-ID: Here is the agenda for our next containerization meeting on Sept 23: Minutes/Agenda for September 23 meeting: 1. Feature description/overview for Decouple Container Apps from Platform https://storyboard.openstack.org/#!/story/2006537 [Bob Church] o Bob will present a proposal for how to remove application specific code from the platform and use a plug-in approach 2. stx.3.0 feature updates: o 2005937: Intel GPU K8s device plugin support in StarlingX [An Ran] - last fcst from Cindy is 9/27 - still on track? o 2004008: [Feature] Create HELM chart for Fault project [An Ran] - last fcst is 10/11 - still on track? Help needed with commit re o 2005860: Upversion container components [Al Bailey] o 2006536 Collect tool enhancements for containers [Dan Voiculeasa] o 2004761: Integrate Backup & Restore with Containers [Wei Zhou/Ovidiu Poncea] 3. LP status (29 which is +1 from last meeting: 5 High, 24 Medium) Etherpad: https://etherpad.openstack.org/p/stx-containerization Timeslot: 11am EST / 8am PDT / 1600 UTC Call details * Zoom link: https://zoom.us/j/342730236 * Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes Project notes are at https://etherpad.openstack.org/p/stx-containerization Containerization subproject wiki: https://wiki.openstack.org/wiki/StarlingX/Containers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 3745 bytes Desc: not available URL: From maria.g.perez.ibarra at intel.com Fri Sep 20 20:55:18 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Fri, 20 Sep 2019 20:55:18 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190920 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-20 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.friesen at windriver.com Fri Sep 20 21:42:47 2019 From: chris.friesen at windriver.com (Chris Friesen) Date: Fri, 20 Sep 2019 15:42:47 -0600 Subject: [Starlingx-discuss] zero byte image In-Reply-To: References: <2FD5DDB5A04D264C80D42CA35194914F3604B105@SHSMSX104.ccr.corp.intel.com> <2FD5DDB5A04D264C80D42CA35194914F3604EB9C@SHSMSX104.ccr.corp.intel.com> Message-ID: <8295ffc6-4b7e-12ba-afd4-5d09f1093415@windriver.com> Can we get the collect logs for this scenario?  We need to see the logs to see what's going on. You might want to try adding "--container-format bare" to the command below, after the "--disk-format qcow2" portion just to see if that helps. Thanks, Chris On 9/20/2019 8:47 AM, von Hoesslin, Volker wrote: > hi! > so, documented in bug-report i have helped by my self. thx for the > attention, but another problem came up by this way: > > if i try to convert an 2TB volume to an image, cinder crash all the time! > > command: > $ openstack image create --volume 3c9414bb-98bd-45d4-9b38-2b073e958f81 > --disk-format qcow2 "test - snap - vol - img" > > > $ tail /var/log/cinder/cinder-volume.log > 2019-09-20 14:30:35.202 26339 WARNING oslo.service.loopingcall > [req-4435ac18-f021-4784-8fcd-b73d257636a7 - - - - -] Function > 'cinder.service.Service.report_state' run outlasted interval by 2.95 sec > 2019-09-20 14:30:45.595 22211 INFO oslo_service.service > [req-962ea9a1-97c7-48b0-99a4-b1651b8c2cac - - - - -] Caught SIGTERM, > stopping children > 2019-09-20 14:30:45.596 22211 INFO oslo_service.service > [req-962ea9a1-97c7-48b0-99a4-b1651b8c2cac - - - - -] Waiting on 1 > children to exit > > > > in the same way, the complete controller will unavailable and > openstack will switch to the other one and bring it to active ... this > is not so good :( i realy need this volume/image ... > > greez & thx, volker... > > > ------------------------------------------------------------------------ > *Von:* Xie, Cindy [cindy.xie at intel.com] > *Gesendet:* Donnerstag, 19. September 2019 16:29 > *An:* von Hoesslin, Volker; Sun, Austin; > starlingx-discuss at lists.starlingx.io > *Betreff:* Re: [Starlingx-discuss] zero byte image > > Thanks Volker. @Sun, Austin can you > please follow up with this LP. > > Thx. - cindy > > *From:* von Hoesslin, Volker > *Sent:* Thursday, September 19, 2019 6:01 PM > *To:* Sun, Austin ; Xie, Cindy > ; starlingx-discuss at lists.starlingx.io > *Subject:* AW: zero byte image > > check it out: https://bugs.launchpad.net/starlingx/+bug/1844642 > > ------------------------------------------------------------------------ > > *Von:*Sun, Austin [austin.sun at intel.com] > *Gesendet:* Dienstag, 17. September 2019 03:09 > *An:* Xie, Cindy; von Hoesslin, Volker; > starlingx-discuss at lists.starlingx.io > > *Betreff:* RE: zero byte image > > Hi Volker: > > Would you like running command ‘collect’ in system to collect all > necessary logs ? > > And then create new bug https://bugs.launchpad.net/starlingx and > attached log to bug. > > Thanks. > BR > Austin Sun. > > *From:*Xie, Cindy [mailto:cindy.xie at intel.com] > *Sent:* Tuesday, September 17, 2019 7:42 AM > *To:* von Hoesslin, Volker >; > starlingx-discuss at lists.starlingx.io > > *Subject:* Re: [Starlingx-discuss] zero byte image > > Volker, > > You still have 1.0 running (2+2+3) and you still have your data, > right? You just want to backup your user data & restore it in your new > 2.0 deployment? I am hoping that you didn’t lost your data. > > Thx. - cindy > > *From:*von Hoesslin, Volker > > *Sent:* Monday, September 16, 2019 9:14 PM > *To:* starlingx-discuss at lists.starlingx.io > > *Subject:* [Starlingx-discuss] zero byte image > > hi, > > i'm big in trouble... i'm with you from the first hour and run an > staringX 2018.10 in production mode (i know, i know, no comment please > ;)) so, update to the new starlingX 2.0 version will need to reinstall > the complete stack, but i need to backup some VMs first. > > based on this dokumentation > https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html > i got always an zero byte image, at the internet i got some posting > that indicate the same problem, but for now, i cant fix it :( > > i have an full starlinX install with dedicated storage (2x controller, > 2x compute, 3x storage). maybe someone can help me? > > greez & thx, volker... > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From lw2dht at gmail.com Sat Sep 21 01:26:41 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Fri, 20 Sep 2019 22:26:41 -0300 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <5d851642.1c69fb81.ea938.9c4d@mx.google.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856265576@CDSMSX102.ccr.corp.intel.com> <5d843499.1c69fb81.32bdf.1ca3@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D8562655CB@CDSMSX102.ccr.corp.intel.com> <5d843f0f.1c69fb81.32bdf.2072@mx.google.com> <5d851642.1c69fb81.ea938.9c4d@mx.google.com> Message-ID: <5d857c52.1c69fb81.5eb5b.90a3@mx.google.com> Hi! I made a WorkAround and solve this problema. I execute a dd if=/dev/zero of=/dev/sdb with FS unmounted. Then rebooted the server. When it came I have to lock and unlock. And now is running ok. Is a strange behaviour and i do not know with always happens the same. Regards and have a good weekend. Mariano De: Mariano Ucha Enviado: viernes, 20 de septiembre de 2019 15:11 Para: Chen, Haochuan Z CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD No way, again the same problem. Server keeps rebooing a couple of times then i have to reboot manually. After that i check ceph and no osd running and the same problema ☹ Regards, Mariano De: Mariano Ucha Enviado: jueves, 19 de septiembre de 2019 23:53 Para: Chen, Haochuan Z CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Martin,                 First i’ll try with this DD command and fresh reinstallation. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 23:32 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Actually dd to erase disk is abrupt way. So you can check after erase partition, “# shutdown –P 0” and reinstall. I could help you to check “configuring-on-unlock” issue. Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 10:08 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin! Yes I see in the puppet logs, the error of trying to configure the OSD. When i execute system-host-delete pls uuid I got this error. system host-stor-delete 20640458-c15b-45cc-8ca1-1fa1203f2261 Deleting a Storage Function other than 'journal' and 'osd' in state 'configuring-on-unlock' is not supported on this setup. Now I’m running dd if=/dev/zero of=/dev/sdb with the 2 partition deleted. I don’t know why systems keeps rebooting after the first unlock. Seems to be a component not installed correctly. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 22:30 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Hi Mariano Everytime reboot puppet will apply ceph osd configuration. So another way to ensure deploy successfully, system host-stor-delete, and use dd if=/dev/zero of=/dev/sdb. After that, press power button to shutdown directly and reinstall. After you once successfully installed, you will be more proficient. Thank you for your patience! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 7:38 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I like StarlingX but i getting mad trying to install it hehe. I have no lucky. I have done a dd if=/dev/zero of=/dev/sdb1 and them remove all partition with fdisk. But unfortunately  ceph is not working properly again. Before i unlock the server restart like two times and have no contriners running. I made again another reboot and them things are "working". I added again de logs from /etc and /var/log and the las commands output to the launchpad. Thank you for your patience. Regards, Mariano El mié., 18 sept. 2019 a las 10:43, Chen, Haochuan Z () escribió: We are so happy, you like starlingx. And you check with wipe partition, and check with us with any hesitation.   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Wednesday, September 18, 2019 8:01 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD   Hi Martin   I added in the launchpad the outputs of all commands.   Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again.   I’ll wipe the partition and delete them and test, if not do a fresh install.   Agaian thanks you very much for your help!   Regards, Mariano   De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD   And one more command to check.   # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $?   I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check.   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD   In the log file, you uploaded.   log/puppet/2019-09-16-23-33-46_controller/puppet.log   2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m   Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l   Still go on study your uploaded log.   Thanks!   Martin, Chen SSP, Software Engineer 021-61164330   From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: Re: [Starlingx-discuss] Error with Ceph OSD   Hi Martin!   I created this launchpad   https://bugs.launchpad.net/starlingx/+bug/1844332    I uploaded a brief description and the logs.   Thank you very much in advance for the support!   Regards, Mariano    El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z () escribió: Hi Mariano   What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder   /etc/ /var/log   BR!   Martin, Chen SSP, Software Engineer 021-61164330   From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie ; Chen, Haochuan Z Subject: RE: [Starlingx-discuss] Error with Ceph OSD   + Tingjie who may able to provide help.   From: Mariano Ucha Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD   Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs.     controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0  0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1  ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory   The output of ceph -s   controller-0:/var/log/ceph$ ceph -s   cluster:     id:     6cbe0ddd-f791-4226-8530-7a8347f12437     health: HEALTH_WARN             Reduced data availability: 64 pgs inactive     services:     mon: 1 daemons, quorum controller-0     mgr: controller-0(active)     osd: 1 osds: 0 up, 0 in     data:     pools:   1 pools, 64 pgs     objects: 0  objects, 0 B     usage:   0 B used, 0 B / 0 B avail     pgs:     100.000% pgs unknown              64 unknown   I have no osd UP.   [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid                                 | function | osdid | state      | idisk_uuid                           | journal_path                     | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd      | 0     | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2    | 1                | storage   | |                                      |          |       |            |                                      | .0-scsi-0:1:0:1-part2            |              |                  |           | |                                      |          |       |            |                                      |                                  |              |                  |           | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$  [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid                                 | device_no | device_ | device_ | size_ | available_ | rpm          | serial_i | device_path                                     | |                                      | de        | num     | type    | gib   | gib        |              | d        |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda  | 2048    | HDD     | 300.0 | 16.977     | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | |                                      |           |         |         |       |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb  | 2064    | HDD     | 538.  | 0.0        | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | |                                      |           |         |         | 33    |            |              | H4J1HN   |                                                 | |                                      |           |         |         |       |            |              |          |                                                 | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+   I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all.   Regards, Mariano     -------------- next part -------------- An HTML attachment was scrubbed... URL: From TSDTW at outlook.com Sat Sep 21 02:55:44 2019 From: TSDTW at outlook.com (=?gb2312?B?1cUgxO67qg==?=) Date: Sat, 21 Sep 2019 02:55:44 +0000 Subject: [Starlingx-discuss] help Message-ID: Hi all, I want to add one compute node on a server. There were already one controller and one compute node.I took following steps: 1. source /etc/nova/openrc 2. system host-port-list compute-0 3. system host-if-modify -p providernet-a -c data compute-0 enp132s0f0 After the third step, I got error: Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found Neutron server returns request_ids: ['req-5b7df42c-17a5-4eb2-a89a-99d5893019e9'] Anybody knows how to fix this? 发送自 Windows 10 版邮件应用 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: log.txt URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 6dfb9a3100930cd233f1008f4853efe.png Type: image/png Size: 32556 bytes Desc: 6dfb9a3100930cd233f1008f4853efe.png URL: From shuicheng.lin at intel.com Sat Sep 21 09:07:13 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Sat, 21 Sep 2019 09:07:13 +0000 Subject: [Starlingx-discuss] help In-Reply-To: References: Message-ID: <9700A18779F35F49AF027300A49E7C76608CB907@SHSMSX105.ccr.corp.intel.com> Hi, The picture you attached shows it is “compute-1”, not “compute-0” for the 3rd step. Is it the issue? Best Regards Shuicheng From: 张 念华 [mailto:TSDTW at outlook.com] Sent: Saturday, September 21, 2019 10:56 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] help Hi all, I want to add one compute node on a server. There were already one controller and one compute node.I took following steps: 1. source /etc/nova/openrc 2. system host-port-list compute-0 3. system host-if-modify -p providernet-a -c data compute-0 enp132s0f0 After the third step, I got error: Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found Neutron server returns request_ids: ['req-5b7df42c-17a5-4eb2-a89a-99d5893019e9'] Anybody knows how to fix this? 发送自 Windows 10 版邮件应用 -------------- next part -------------- An HTML attachment was scrubbed... URL: From wang.ya at 99cloud.net Tue Sep 17 12:44:38 2019 From: wang.ya at 99cloud.net (wang.ya) Date: Tue, 17 Sep 2019 20:44:38 +0800 Subject: [Starlingx-discuss] [nova] The test of NUMA aware live migration Message-ID: <6A5C6F83-F6A9-4DE1-A859-B787E3490AC6@99cloud.net> Hi: The main code of NUMA aware live migration was merged. I’m testing it recently. If only set NUMA property(‘hw:numa_nodes’, ‘hw:numa_cpus’, ‘hw:numa_mem’), it works well. But if add the property “hw:cpu_policy='dedicated'”, it will not correct after serval live migrations. Which means the live migrate can be success, but the vCPU pin are not correct(two instance have serval same vCPU pin on same host). Below is my test steps. env:        code: master branch (build on 16 September 2019, include the patches of NUMA aware live migration) three compute node: - s1:                  24C, 48G (2 NUMA nodes) - stein-2:         12C, 24G (2 NUMA nodes) - stein-3:         8C, 16G (2 NUMA nodes) flavor1 (2c2g): hw:cpu_policy='dedicated', hw:numa_cpus.0='0', hw:numa_cpus.1='1', hw:numa_mem.0='1024', hw:numa_mem.1='1024', hw:numa_nodes='2' flavor2 (4c4g): hw:cpu_policy='dedicated', hw:numa_cpus.0='0,1,2', hw:numa_cpus.1='3', hw:numa_mem.0='1024', hw:numa_mem.1='3072', hw:numa_nodes='2' image has no property. I create four instances(2*flavor1, 2* flavor2), then begin live migration on by one(one instance live migrate done, next instance begin live migrate) and check the vCPU pin whether is correct. After serval live migrations, the vCPU pin will not correct. (You can find full migration list in attached file). The last live migrate is: +-----+--------------------------------------+-------------+-----------+----------------+--------------+----------------+-----------+--------------------------------------+------------+------------+----------------------------+----------------------------+----------------+ | Id  | UUID                                 | Source Node | Dest Node | Source Compute | Dest Compute | Dest Host      | Status    | Instance UUID                        | Old Flavor | New Flavor | Created At                 | Updated At                 | Type           | +-----+--------------------------------------+-------------+-----------+----------------+--------------+----------------+-----------+--------------------------------------+------------+------------+----------------------------+----------------------------+----------------+ | 470 | 2a9ba183-4f91-4fbf-93cf-6f0e55cc085a | s1          | stein-3   | s1             | stein-3      | 172.16.130.153 | completed | bf0466f6-4815-4824-8586-899817207564 | 1          | 1          | 2019-09-17T10:28:46.000000 | 2019-09-17T10:29:09.000000 | live-migration | | 469 | c05ea0e8-f040-463e-8957-a59f70ed8bf6 | s1          | stein-3   | s1             | stein-3      | 172.16.130.153 | completed | a3ec7a29-80de-4541-989d-4b9f4377f0bd | 1          | 1          | 2019-09-17T10:28:21.000000 | 2019-09-17T10:28:45.000000 | live-migration | | 468 | cef4c609-157e-4b39-b6cc-f5528d49c75a | s1          | stein-2   | s1             | stein-2      | 172.16.130.152 | completed | 83dab721-3343-436d-bee7-f5ffc0d0d38d | 4          | 4          | 2019-09-17T10:27:57.000000 | 2019-09-17T10:28:21.000000 | live-migration | | 467 | 5471e441-2a50-465a-bb63-3fe1bb2e81b9 | s1          | stein-2   | s1             | stein-2      | 172.16.130.152 | completed | e3c19fbe-7b94-4a65-a803-51daa9934378 | 4          | 4          | 2019-09-17T10:27:32.000000 | 2019-09-17T10:27:57.000000 | live-migration | There are two instances land on stein-3, and the two instances have same vCPU pin: (nova-libvirt)[root at stein-3 /]# virsh list --all Id    Name                           State ---------------------------------------------------- 32    instance-00000025              running 33    instance-00000024              running (nova-libvirt)[root at stein-3 /]# virsh vcpupin 32 VCPU: CPU Affinity ----------------------------------    0: 2    1: 7 (nova-libvirt)[root at stein-3 /]# virsh vcpupin 33 VCPU: CPU Affinity ----------------------------------    0: 2    1: 7 I checked the nova compute’s log on stein-3(you can find the log in attached log), then I found ‘host_topology’ isn’t updated when ‘hardware.numa_fit_instance_to_host’ be called in claims. ‘host_topology’ is the property of ‘objects.ComputeNode’ and it’s cached in ‘ResourceTracker’, it will use cached ‘cn’ to build  ‘claim’ when ‘check_can_live_migrate_destination’ called. Therefore, I guess the cache was not updated or updated too late or some other reason. I also checked the database, the NUMA topology of  the two instances have same vCPU pin: “[0,2], [1,7]”, and the compute node: stein-3 only has vCPU pin: “[2], [7]”. Please correct me if there is something wrong :) Best Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: migration-list.log Type: application/octet-stream Size: 15344 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nova-compute.stein-3.log Type: application/octet-stream Size: 139018 bytes Desc: not available URL: From notartom at gmail.com Tue Sep 17 15:11:55 2019 From: notartom at gmail.com (Artom Lifshitz) Date: Tue, 17 Sep 2019 11:11:55 -0400 Subject: [Starlingx-discuss] [nova] The test of NUMA aware live migration In-Reply-To: <6A5C6F83-F6A9-4DE1-A859-B787E3490AC6@99cloud.net> References: <6A5C6F83-F6A9-4DE1-A859-B787E3490AC6@99cloud.net> Message-ID: If you can post the full logs (in debug mode) somewhere I can have a look. Based on what you're saying, it looks like there might be a race between updating the host topology and another instance claiming resources - although claims are supposed to be race-free because they use the COMPUTE_RESOURCES_SEMAPHORE [1]. [1] https://github.com/openstack/nova/blob/082c91a9286ae55fd5eb6adeed52500dc75be5ce/nova/compute/resource_tracker.py#L257 On Tue, Sep 17, 2019 at 8:44 AM wang.ya wrote: > Hi: > > > > The main code of NUMA aware live migration was merged. I’m testing it > recently. > > > > If only set NUMA property(‘hw:numa_nodes’, ‘hw:numa_cpus’, ‘hw:numa_mem’), > it works well. But if add the property “hw:cpu_policy='dedicated'”, it will > not correct after serval live migrations. > > Which means the live migrate can be success, but the vCPU pin are not > correct(two instance have serval same vCPU pin on same host). > > > > Below is my test steps. > > env: > > code: master branch (build on 16 September 2019, include the > patches of NUMA aware live migration) > > three compute node: > > - s1: 24C, 48G (2 NUMA nodes) > > - stein-2: 12C, 24G (2 NUMA nodes) > > - stein-3: 8C, 16G (2 NUMA nodes) > > > > flavor1 (2c2g): hw:cpu_policy='dedicated', hw:numa_cpus.0='0', > hw:numa_cpus.1='1', hw:numa_mem.0='1024', hw:numa_mem.1='1024', > hw:numa_nodes='2' > > flavor2 (4c4g): hw:cpu_policy='dedicated', hw:numa_cpus.0='0,1,2', > hw:numa_cpus.1='3', hw:numa_mem.0='1024', hw:numa_mem.1='3072', > hw:numa_nodes='2' > > image has no property. > > > > > > I create four instances(2*flavor1, 2* flavor2), then begin live migration > on by one(one instance live migrate done, next instance begin live migrate) > and check the vCPU pin whether is correct. > > After serval live migrations, the vCPU pin will not correct. (You can find > full migration list in attached file). The last live migrate is: > > > > > *+-----+--------------------------------------+-------------+-----------+----------------+--------------+----------------+-----------+--------------------------------------+------------+------------+----------------------------+----------------------------+----------------+* > > *| Id | UUID | Source Node | Dest Node | > Source Compute | Dest Compute | Dest Host | Status | Instance > UUID | Old Flavor | New Flavor | Created > At | Updated At | Type |* > > > *+-----+--------------------------------------+-------------+-----------+----------------+--------------+----------------+-----------+--------------------------------------+------------+------------+----------------------------+----------------------------+----------------+* > > *| 470 | 2a9ba183-4f91-4fbf-93cf-6f0e55cc085a | s1 | stein-3 | > s1 | stein-3 | 172.16.130.153 | completed | > bf0466f6-4815-4824-8586-899817207564 | 1 | 1 | > 2019-09-17T10:28:46.000000 | 2019-09-17T10:29:09.000000 | live-migration |* > > *| 469 | c05ea0e8-f040-463e-8957-a59f70ed8bf6 | s1 | stein-3 | > s1 | stein-3 | 172.16.130.153 | completed | > a3ec7a29-80de-4541-989d-4b9f4377f0bd | 1 | 1 | > 2019-09-17T10:28:21.000000 | 2019-09-17T10:28:45.000000 | live-migration |* > > *| 468 | cef4c609-157e-4b39-b6cc-f5528d49c75a | s1 | stein-2 | > s1 | stein-2 | 172.16.130.152 | completed | > 83dab721-3343-436d-bee7-f5ffc0d0d38d | 4 | 4 | > 2019-09-17T10:27:57.000000 | 2019-09-17T10:28:21.000000 | live-migration |* > > *| 467 | 5471e441-2a50-465a-bb63-3fe1bb2e81b9 | s1 | stein-2 | > s1 | stein-2 | 172.16.130.152 | completed | > e3c19fbe-7b94-4a65-a803-51daa9934378 | 4 | 4 | > 2019-09-17T10:27:32.000000 | 2019-09-17T10:27:57.000000 | live-migration |* > > > > > > There are two instances land on stein-3, and the two instances have same > vCPU pin: > > > > *(nova-libvirt)[root at stein-3 /]# virsh list --all* > > * Id Name State* > > *----------------------------------------------------* > > * 32 instance-00000025 running* > > * 33 instance-00000024 running* > > > > *(nova-libvirt)[root at stein-3 /]# virsh vcpupin 32* > > *VCPU: CPU Affinity* > > *----------------------------------* > > * 0: 2* > > * 1: 7* > > > > *(nova-libvirt)[root at stein-3 /]# virsh vcpupin 33* > > *VCPU: CPU Affinity* > > *----------------------------------* > > * 0: 2* > > * 1: 7* > > > > > > I checked the nova compute’s log on stein-3(you can find the log in > attached log), then I found ‘host_topology’ isn’t updated when > ‘hardware.numa_fit_instance_to_host’ be called in claims. ‘host_topology’ > is the property of ‘objects.ComputeNode’ and it’s cached in > ‘ResourceTracker’, it will use cached ‘cn’ to build ‘claim’ when > ‘check_can_live_migrate_destination’ called. Therefore, I guess the cache > was not updated or updated too late or some other reason. > > I also checked the database, the NUMA topology of *the two instances* > have same vCPU pin: “[0,2], [1,7]”, and the *compute node: stein-*3 only > has vCPU pin: “[2], [7]”. > > > > Please correct me if there is something wrong :) > > > > Best Regards > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From austin.sun at intel.com Mon Sep 23 01:44:36 2019 From: austin.sun at intel.com (Sun, Austin) Date: Mon, 23 Sep 2019 01:44:36 +0000 Subject: [Starlingx-discuss] zero byte image In-Reply-To: <8295ffc6-4b7e-12ba-afd4-5d09f1093415@windriver.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604B105@SHSMSX104.ccr.corp.intel.com> <2FD5DDB5A04D264C80D42CA35194914F3604EB9C@SHSMSX104.ccr.corp.intel.com> <8295ffc6-4b7e-12ba-afd4-5d09f1093415@windriver.com> Message-ID: Hi Volker: Could you upload the new log of cinder crash to LP again ? Thanks. And I noticed your system is using ceph as backend, I think you can directly use ceph to backup/restore the volume . you can check [1] as reference . [1] https://blog.headup.ws/node/34 Thanks. BR Austin Sun. From: Chris Friesen Sent: Saturday, September 21, 2019 5:43 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] zero byte image Can we get the collect logs for this scenario? We need to see the logs to see what's going on. You might want to try adding "--container-format bare" to the command below, after the "--disk-format qcow2" portion just to see if that helps. Thanks, Chris On 9/20/2019 8:47 AM, von Hoesslin, Volker wrote: hi! so, documented in bug-report i have helped by my self. thx for the attention, but another problem came up by this way: if i try to convert an 2TB volume to an image, cinder crash all the time! command: $ openstack image create --volume 3c9414bb-98bd-45d4-9b38-2b073e958f81 --disk-format qcow2 "test - snap - vol - img" $ tail /var/log/cinder/cinder-volume.log 2019-09-20 14:30:35.202 26339 WARNING oslo.service.loopingcall [req-4435ac18-f021-4784-8fcd-b73d257636a7 - - - - -] Function 'cinder.service.Service.report_state' run outlasted interval by 2.95 sec 2019-09-20 14:30:45.595 22211 INFO oslo_service.service [req-962ea9a1-97c7-48b0-99a4-b1651b8c2cac - - - - -] Caught SIGTERM, stopping children 2019-09-20 14:30:45.596 22211 INFO oslo_service.service [req-962ea9a1-97c7-48b0-99a4-b1651b8c2cac - - - - -] Waiting on 1 children to exit in the same way, the complete controller will unavailable and openstack will switch to the other one and bring it to active ... this is not so good :( i realy need this volume/image ... greez & thx, volker... ________________________________ Von: Xie, Cindy [cindy.xie at intel.com] Gesendet: Donnerstag, 19. September 2019 16:29 An: von Hoesslin, Volker; Sun, Austin; starlingx-discuss at lists.starlingx.io Betreff: Re: [Starlingx-discuss] zero byte image Thanks Volker. @Sun, Austin can you please follow up with this LP. Thx. - cindy From: von Hoesslin, Volker Sent: Thursday, September 19, 2019 6:01 PM To: Sun, Austin ; Xie, Cindy ; starlingx-discuss at lists.starlingx.io Subject: AW: zero byte image check it out: https://bugs.launchpad.net/starlingx/+bug/1844642 ________________________________ Von: Sun, Austin [austin.sun at intel.com] Gesendet: Dienstag, 17. September 2019 03:09 An: Xie, Cindy; von Hoesslin, Volker; starlingx-discuss at lists.starlingx.io Betreff: RE: zero byte image Hi Volker: Would you like running command 'collect' in system to collect all necessary logs ? And then create new bug https://bugs.launchpad.net/starlingx and attached log to bug. Thanks. BR Austin Sun. From: Xie, Cindy [mailto:cindy.xie at intel.com] Sent: Tuesday, September 17, 2019 7:42 AM To: von Hoesslin, Volker >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] zero byte image Volker, You still have 1.0 running (2+2+3) and you still have your data, right? You just want to backup your user data & restore it in your new 2.0 deployment? I am hoping that you didn't lost your data. Thx. - cindy From: von Hoesslin, Volker > Sent: Monday, September 16, 2019 9:14 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] zero byte image hi, i'm big in trouble... i'm with you from the first hour and run an staringX 2018.10 in production mode (i know, i know, no comment please ;)) so, update to the new starlingX 2.0 version will need to reinstall the complete stack, but i need to backup some VMs first. based on this dokumentation https://docs.openstack.org/nova/rocky/admin/migrate-instance-with-snapshot.html i got always an zero byte image, at the internet i got some posting that indicate the same problem, but for now, i cant fix it :( i have an full starlinX install with dedicated storage (2x controller, 2x compute, 3x storage). maybe someone can help me? greez & thx, volker... _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From haochuan.z.chen at intel.com Mon Sep 23 05:20:58 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Mon, 23 Sep 2019 05:20:58 +0000 Subject: [Starlingx-discuss] Error with Ceph OSD In-Reply-To: <5d857c52.1c69fb81.5eb5b.90a3@mx.google.com> References: <2FD5DDB5A04D264C80D42CA35194914F3604BD6A@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264DE3@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264FB4@CDSMSX102.ccr.corp.intel.com> <5d821c97.1c69fb81.17ce7.cc12@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D856265205@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856265576@CDSMSX102.ccr.corp.intel.com> <5d843499.1c69fb81.32bdf.1ca3@mx.google.com> <56829C2A36C2E542B0CCB9854828E4D8562655CB@CDSMSX102.ccr.corp.intel.com> <5d843f0f.1c69fb81.32bdf.2072@mx.google.com> <5d851642.1c69fb81.ea938.9c4d@mx.google.com> <5d857c52.1c69fb81.5eb5b.90a3@mx.google.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D856265A01@CDSMSX102.ccr.corp.intel.com> Hi Mariano Sorry, I have should inform to lock host firstly. To make change to host lock host. And when you debug any issue, such as always reboot, host lock firstly and check log. $ system host-lock BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha Sent: Saturday, September 21, 2019 9:27 AM To: Chen, Haochuan Z Cc: Xie, Cindy ; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi! I made a WorkAround and solve this problema. I execute a dd if=/dev/zero of=/dev/sdb with FS unmounted. Then rebooted the server. When it came I have to lock and unlock. And now is running ok. Is a strange behaviour and i do not know with always happens the same. Regards and have a good weekend. Mariano De: Mariano Ucha Enviado: viernes, 20 de septiembre de 2019 15:11 Para: Chen, Haochuan Z CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD No way, again the same problem. Server keeps rebooing a couple of times then i have to reboot manually. After that i check ceph and no osd running and the same problema ☹ Regards, Mariano De: Mariano Ucha Enviado: jueves, 19 de septiembre de 2019 23:53 Para: Chen, Haochuan Z CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Martin, First i’ll try with this DD command and fresh reinstallation. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 23:32 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Actually dd to erase disk is abrupt way. So you can check after erase partition, “# shutdown –P 0” and reinstall. I could help you to check “configuring-on-unlock” issue. Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 10:08 AM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin! Yes I see in the puppet logs, the error of trying to configure the OSD. When i execute system-host-delete pls uuid I got this error. system host-stor-delete 20640458-c15b-45cc-8ca1-1fa1203f2261 Deleting a Storage Function other than 'journal' and 'osd' in state 'configuring-on-unlock' is not supported on this setup. Now I’m running dd if=/dev/zero of=/dev/sdb with the 2 partition deleted. I don’t know why systems keeps rebooting after the first unlock. Seems to be a component not installed correctly. Regards, Mariano De: Chen, Haochuan Z Enviado: jueves, 19 de septiembre de 2019 22:30 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD Hi Mariano Everytime reboot puppet will apply ceph osd configuration. So another way to ensure deploy successfully, system host-stor-delete, and use dd if=/dev/zero of=/dev/sdb. After that, press power button to shutdown directly and reinstall. After you once successfully installed, you will be more proficient. Thank you for your patience! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Friday, September 20, 2019 7:38 AM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I like StarlingX but i getting mad trying to install it hehe. I have no lucky. I have done a dd if=/dev/zero of=/dev/sdb1 and them remove all partition with fdisk. But unfortunately ceph is not working properly again. Before i unlock the server restart like two times and have no contriners running. I made again another reboot and them things are "working". I added again de logs from /etc and /var/log and the las commands output to the launchpad. Thank you for your patience. Regards, Mariano El mié., 18 sept. 2019 a las 10:43, Chen, Haochuan Z (>) escribió: We are so happy, you like starlingx. And you check with wipe partition, and check with us with any hesitation. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Wednesday, September 18, 2019 8:01 PM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: RE: [Starlingx-discuss] Error with Ceph OSD Hi Martin I added in the launchpad the outputs of all commands. Yes I was thinking the same thing, I used this server to test several StarlingX images before. I think the every reinstall Will wipe the partition and create again. I’ll wipe the partition and delete them and test, if not do a fresh install. Agaian thanks you very much for your help! Regards, Mariano De: Chen, Haochuan Z Enviado: miércoles, 18 de septiembre de 2019 04:13 Para: Mariano Ucha CC: Xie, Cindy; starlingx-discuss at lists.starlingx.io; Chen, Tingjie Asunto: RE: [Starlingx-discuss] Error with Ceph OSD And one more command to check. # /usr/sbin/ceph-disk list | grep -v 'unknown cluster' | grep " *$(readlink -f /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1).*ceph data" | grep -v unprepared | grep 'osd uuid c04938b2-cb80-411b-af2a-1a6b82d13df4' # echo $? I think it will be 0, which means your /dev/sdb disk must be used for ceph before. You should erase all data on /dev/sdb1 with “dd if=/dev/zero of=/dev/sdb1” and delete /dev/sdb1 and /dev/sdb2 with fdisk. And host-stor-add again or shutdown and reinstall to check. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Wednesday, September 18, 2019 2:40 PM To: 'Mariano Ucha' > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: RE: [Starlingx-discuss] Error with Ceph OSD In the log file, you uploaded. log/puppet/2019-09-16-23-33-46_controller/puppet.log 2019-09-16T23:35:57.103 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: mount_activate: Failed to activate^[[0m 2019-09-16T23:35:57.105 ^[[mNotice: 2019-09-16 20:35:57 -0300 /Stage[main]/Platform::Ceph::Osds/Platform_ceph_osd[stor-1]/Ceph::Osd[/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/Exec[ceph-osd-activate-/dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1]/returns: '['ceph', '--cluster', 'ceph', '--name', 'client.bootstrap-osd', '--keyring', '/var/lib/ceph/bootstrap-osd/ceph.keyring', '-i', '-', 'osd', 'new', u'c04938b2-cb80-411b-af2a-1a6b82d13df4', u'0']' failed with status code 17^[[0m Could you help to check, these two commands # mount /dev/sdb1 /var/lib/ceph/osd/ceph-0 # ls /var/lib/ceph/osd/ceph-0 -l Still go on study your uploaded log. Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Mariano Ucha [mailto:lw2dht at gmail.com] Sent: Tuesday, September 17, 2019 10:05 PM To: Chen, Haochuan Z > Cc: Xie, Cindy >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie > Subject: Re: [Starlingx-discuss] Error with Ceph OSD Hi Martin! I created this launchpad https://bugs.launchpad.net/starlingx/+bug/1844332 I uploaded a brief description and the logs. Thank you very much in advance for the support! Regards, Mariano El mar., 17 sept. 2019 a las 10:31, Chen, Haochuan Z (>) escribió: Hi Mariano What’s your image? You can submit a Launchpad issue, uploading tarball with these two folder /etc/ /var/log BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Xie, Cindy Sent: Tuesday, September 17, 2019 6:31 PM To: Mariano Ucha >; starlingx-discuss at lists.starlingx.io; Chen, Tingjie >; Chen, Haochuan Z > Subject: RE: [Starlingx-discuss] Error with Ceph OSD + Tingjie who may able to provide help. From: Mariano Ucha > Sent: Tuesday, September 17, 2019 8:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Error with Ceph OSD Hi! I have my controller now unlocked but i see a problem with ceph OSD that is not UP and i see this error in the logs. controller-0:/var/log/ceph$ tailf ceph-osd.0.log 2019-09-16 21:04:35.099 7fae54cc51c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 191746 2019-09-16 21:04:35.126 7fae54cc51c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:06.616 7f29425401c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 194950 2019-09-16 21:05:06.645 7f29425401c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:05:37.588 7f60d58081c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 198899 2019-09-16 21:05:37.615 7f60d58081c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:09.540 7fb94c4771c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 202282 2019-09-16 21:06:09.568 7fb94c4771c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:06:41.656 7f33b6a111c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 206090 2019-09-16 21:06:41.681 7f33b6a111c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory 2019-09-16 21:07:13.623 7f3fe3c031c0 0 ceph version 13.2.2 (00071a2d9e839b95f9439daaccd4677c5d15eaa6) mimic (stable), process ceph-osd, pid 209145 2019-09-16 21:07:13.651 7f3fe3c031c0 -1 ** ERROR: unable to open OSD superblock on /var/lib/ceph/osd/ceph-0: (2) No such file or directory The output of ceph -s controller-0:/var/log/ceph$ ceph -s cluster: id: 6cbe0ddd-f791-4226-8530-7a8347f12437 health: HEALTH_WARN Reduced data availability: 64 pgs inactive services: mon: 1 daemons, quorum controller-0 mgr: controller-0(active) osd: 1 osds: 0 up, 0 in data: pools: 1 pools, 64 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 64 unknown I have no osd UP. [sysadmin at controller-0 ceph(keystone_admin)]$ system host-stor-list controller-0 +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | uuid | function | osdid | state | idisk_uuid | journal_path | journal_node | journal_size_gib | tier_name | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ | c04938b2-cb80-411b-af2a-1a6b82d13df4 | osd | 0 | configured | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/disk/by-path/pci-0000:03:00 | /dev/sdb2 | 1 | storage | | | | | | | .0-scsi-0:1:0:1-part2 | | | | | | | | | | | | | | +--------------------------------------+----------+-------+------------+--------------------------------------+----------------------------------+--------------+------------------+-----------+ [sysadmin at controller-0 ceph(keystone_admin)]$ [sysadmin at controller-0 ceph(keystone_admin)]$ system host-disk-list controller-0 +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | uuid | device_no | device_ | device_ | size_ | available_ | rpm | serial_i | device_path | | | de | num | type | gib | gib | | d | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ | d04d36cf-abc2-4b0b-b911-028b9eaebf82 | /dev/sda | 2048 | HDD | 300.0 | 16.977 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0 | | | | | | | | | H4J1HN | | | | | | | | | | | | | c99b1eb9-789e-4f55-ae65-96d3bb147224 | /dev/sdb | 2064 | HDD | 538. | 0.0 | Undetermined | PCQVU0CR | /dev/disk/by-path/pci-0000:03:00.0-scsi-0:1:0:1 | | | | | | 33 | | | H4J1HN | | | | | | | | | | | | +--------------------------------------+-----------+---------+---------+-------+------------+--------------+----------+-------------------------------------------------+ I have no more idea to do. The unlock was not clear, i have to reboot the server and then it finished all. Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Mon Sep 23 10:09:48 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Mon, 23 Sep 2019 18:09:48 +0800 Subject: [Starlingx-discuss] How to create containerized instance on STX R2.0? Message-ID: Dear all, STX R2.0 should support both VM and containers. How to create containerized instance on STX R2.0? Is the container instance (created by user) running on Openstack or on k8s pod ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Mon Sep 23 13:48:39 2019 From: scott.little at windriver.com (Scott Little) Date: Mon, 23 Sep 2019 09:48:39 -0400 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? In-Reply-To: References: Message-ID: I believe there was a minimum version required to support another package, and CentOS build of that version was not available... at least not at that time. Scott On 2019-09-17 11:12 a.m., Victor Rodriguez wrote: > You mean why do we build the RPM : > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/helm-2.13.1-0.tis.2.x86_64.rpm > ?? > > On Tue, Sep 17, 2019 at 4:35 AM Dominig ar Foll (Intel Open Source) > wrote: >> Hello, >> >> I wonder why StarlingX needs to build locally a version of Helm and Helm >> Infra. >> Would it be possible to use the OpenSUSE release ? >> Release 2.13 and 3.0 are already available. Would any do ? >> >> -- >> Dominig ar Foll >> Senior Software Architect >> Intel Open Source Technology Centre >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From vm.rod25 at gmail.com Mon Sep 23 14:43:41 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Mon, 23 Sep 2019 09:43:41 -0500 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? In-Reply-To: References: Message-ID: On Mon, Sep 23, 2019 at 8:51 AM Scott Little wrote: > > I believe there was a minimum version required to support another > package, and CentOS build of that version was not available... at least > not at that time. > If is supported now, do you think we could work on using the existing one provided by the distro ? > Scott > > > On 2019-09-17 11:12 a.m., Victor Rodriguez wrote: > > You mean why do we build the RPM : > > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/helm-2.13.1-0.tis.2.x86_64.rpm > > ?? > > > > On Tue, Sep 17, 2019 at 4:35 AM Dominig ar Foll (Intel Open Source) > > wrote: > >> Hello, > >> > >> I wonder why StarlingX needs to build locally a version of Helm and Helm > >> Infra. > >> Would it be possible to use the OpenSUSE release ? > >> Release 2.13 and 3.0 are already available. Would any do ? > >> > >> -- > >> Dominig ar Foll > >> Senior Software Architect > >> Intel Open Source Technology Centre > >> > >> > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Don.Penney at windriver.com Mon Sep 23 14:56:32 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Mon, 23 Sep 2019 14:56:32 +0000 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? In-Reply-To: References: Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC1583CC9@ALA-MBD.corp.ad.wrs.com> Don't we also have a large number of patches to these? -----Original Message----- From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] Sent: Monday, September 23, 2019 10:44 AM To: Little, Scott Cc: starlingx Subject: Re: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? On Mon, Sep 23, 2019 at 8:51 AM Scott Little wrote: > > I believe there was a minimum version required to support another > package, and CentOS build of that version was not available... at least > not at that time. > If is supported now, do you think we could work on using the existing one provided by the distro ? > Scott > > > On 2019-09-17 11:12 a.m., Victor Rodriguez wrote: > > You mean why do we build the RPM : > > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/helm-2.13.1-0.tis.2.x86_64.rpm > > ?? > > > > On Tue, Sep 17, 2019 at 4:35 AM Dominig ar Foll (Intel Open Source) > > wrote: > >> Hello, > >> > >> I wonder why StarlingX needs to build locally a version of Helm and Helm > >> Infra. > >> Would it be possible to use the OpenSUSE release ? > >> Release 2.13 and 3.0 are already available. Would any do ? > >> > >> -- > >> Dominig ar Foll > >> Senior Software Architect > >> Intel Open Source Technology Centre > >> > >> > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From vm.rod25 at gmail.com Mon Sep 23 16:13:21 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Mon, 23 Sep 2019 11:13:21 -0500 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? In-Reply-To: <6703202FD9FDFF4A8DA9ACF104AE129FC1583CC9@ALA-MBD.corp.ad.wrs.com> References: <6703202FD9FDFF4A8DA9ACF104AE129FC1583CC9@ALA-MBD.corp.ad.wrs.com> Message-ID: On Mon, Sep 23, 2019 at 9:56 AM Penney, Don wrote: > > Don't we also have a large number of patches to these? > Good point Don : https://opendev.org/starlingx/openstack-armada-app/src/branch/master/openstack-helm/centos/openstack-helm.spec Dominig we do have many patches for helm package > -----Original Message----- > From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] > Sent: Monday, September 23, 2019 10:44 AM > To: Little, Scott > Cc: starlingx > Subject: Re: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? > > On Mon, Sep 23, 2019 at 8:51 AM Scott Little wrote: > > > > I believe there was a minimum version required to support another > > package, and CentOS build of that version was not available... at least > > not at that time. > > > > If is supported now, do you think we could work on using the existing > one provided by the distro ? > > > Scott > > > > > > On 2019-09-17 11:12 a.m., Victor Rodriguez wrote: > > > You mean why do we build the RPM : > > > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/helm-2.13.1-0.tis.2.x86_64.rpm > > > ?? > > > > > > On Tue, Sep 17, 2019 at 4:35 AM Dominig ar Foll (Intel Open Source) > > > wrote: > > >> Hello, > > >> > > >> I wonder why StarlingX needs to build locally a version of Helm and Helm > > >> Infra. > > >> Would it be possible to use the OpenSUSE release ? > > >> Release 2.13 and 3.0 are already available. Would any do ? > > >> > > >> -- > > >> Dominig ar Foll > > >> Senior Software Architect > > >> Intel Open Source Technology Centre > > >> > > >> > > >> _______________________________________________ > > >> Starlingx-discuss mailing list > > >> Starlingx-discuss at lists.starlingx.io > > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > _______________________________________________ > > > Starlingx-discuss mailing list > > > Starlingx-discuss at lists.starlingx.io > > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From chris.friesen at windriver.com Mon Sep 23 16:40:16 2019 From: chris.friesen at windriver.com (Chris Friesen) Date: Mon, 23 Sep 2019 10:40:16 -0600 Subject: [Starlingx-discuss] How to create containerized instance on STX R2.0? In-Reply-To: References: Message-ID: <135281bc-ff37-ceea-6acb-642f2795d7e5@windriver.com> STX provides a Kubernetes environment in which you can dedicate specific nodes to run OpenStack. If you want to create containers you can use the various Kubernetes APIs and tools to manage them, including things like Helm and Airship-Armada. If you run the OpenStack application on top of STX, it allows you to dedicate some worker nodes as OpenStack compute nodes, and you can then create hardware-accelerated VMs using the normal OpenStack tools to manage them. Chris On 9/23/2019 4:09 AM, Ezpeer Chen wrote: > > Dear all, > > STX R2.0 should support both VM and containers. > > How to create containerized instance on STX R2.0? > > Is the container instance (created by user)  running on Openstack or > on k8s pod ? > > > > Thanks > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From juan.carlos.alonso at intel.com Mon Sep 23 18:35:01 2019 From: juan.carlos.alonso at intel.com (Alonso, Juan Carlos) Date: Mon, 23 Sep 2019 18:35:01 +0000 Subject: [Starlingx-discuss] [ Test ] meeting notes for 09/10 In-Reply-To: <9A85D2917C58154C960D95352B22818BD07D48D4@fmsmsx123.amr.corp.intel.com> References: <4F6AACE4B0F173488D033B02A8BB5B7E7CEC9756@FMSMSX114.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D48D4@fmsmsx123.amr.corp.intel.com> Message-ID: <8557B550001AFB46A43A0CCC314BF8516E8A6310@FMSMSX108.amr.corp.intel.com> Hello Bruce, I reviewed the last test plan for OpenStack patch elimination for STX 2.0: https://docs.google.com/spreadsheets/d/15us6HWgcb0dmHHZe2SyOR_UI5BvVpoU8TCST0rQd4zg/edit?pli=1#gid=307402153 The features I tested were: - Nova: SR-IOV Functionality - Nova: PT Functionality - Nova: vSwitch Affinity - Nova: DB Purge - Nova: PCI Interrupt Affinity - Neutron: Network Segmentation Range Management - Glance: Cache raw Extension - Horizon: Custom Confirmation Messages I don't know if same features will be tested for STX 3.0, will them? Do you have a general overview, or datasheet link of the features to be testes for patch elimination in SXT 3.0? Is there any meeting where I can ask for it? Regards. Juan Carlos Alonso -----Original Message----- From: Jones, Bruce E Sent: Thursday, September 12, 2019 12:51 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [ Test ] meeting notes for 09/10 > Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. Hi JC. I don't know enough to have a plan for this. What testing do you think is needed? What did we do for 2.0? Distro.openstack folks - what do we think needs to be done here? brucej -----Original Message----- From: Cabrales, Ada [mailto:ada.cabrales at intel.com] Sent: Thursday, September 12, 2019 10:01 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [ Test ] meeting notes for 09/10 Agenda for 09/10 Attendees: Elio, Cristopher, Fernando, JC, Jose, Maria P, JP, Richo, Yang, Ada 1. Sanity status - Cristopher Still green. After the change in the repos we found a small issue, but is fixed now. Issues: app port unreachable from external - https://bugs.launchpad.net/starlingx/+bug/1841802 - still not fixed. After host-swact completed, unexpected swact occurred due to ceph error - https://bugs.launchpad.net/starlingx/+bug/1840176 - intermittent issue, fixed now. 2. Unified sanity - JC Slides: https://drive.google.com/file/d/1hBfWCb4Rn_SmteeqjWSpgluzDH192sHv/view?usp=sharing What we have today: 4 configs (SX, DX, Standard local storage, standard external storage) Bare metal and virtual, no proxy, proxy and local registry deployments. Sanity for platform (containers) and OpenStack Proposal: WR and Intel running two configs each. Are we considering ping and ssh tests? those are included in the pytest suite We will use only pytest for running sanity testing. Three tests from robot are not in the pytest suite. Resize are in the regression repo. Rebuild to be added Reboot could be added into the nova_actions test. Still having problems with the natbox setup - please send the question to the mailing list. Please also add this info to the documentation. Not a date defined yet due to the problems with the infrastructure, but next week will have more visibility. For reporting: Wind River will send their results to Intel and the report will be consolidated and sent out (in the mean time we do automatic reporting). 3. stx.3.0 - release and feature testing plans - Ada Schedule updated - https://docs.google.com/spreadsheets/d/16JxIbfX7hQBjyPkaxYYuPij3XwTWDHMsB-GRwodG78M/edit?usp=sharing Actions: Containerized Openstack clients - Yang to ask Frank if implicit testing (sanity) is enough - update to suite is required. Fault Containerization - Jose to ask if implicit testing is enough - maybe a small regression for covering this (Horizon should be manually verified) Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. Redfish Support - Ada to check on this one Performance Testing/Measurement Framework - Elio to check the deliverable expected. For regression - test plan is to run automated testing and select a subset of the new tests created for features for 2.0 as the manual test plan. Ada to work on the list and make it public. 4. Opens - All Yang is taking Numan's position into StarlingX. Thanks Yang! _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From sgw at linux.intel.com Mon Sep 23 18:59:39 2019 From: sgw at linux.intel.com (Saul Wold) Date: Mon, 23 Sep 2019 11:59:39 -0700 Subject: [Starlingx-discuss] Unable to generate distroless docker image In-Reply-To: References: <9BAB5B7CAF57C3459E4636391F1071CE05321DD1@shsmsx102.ccr.corp.intel.com> <6703202FD9FDFF4A8DA9ACF104AE129FC1578268@ALA-MBD.corp.ad.wrs.com> <9BAB5B7CAF57C3459E4636391F1071CE0532222A@shsmsx102.ccr.corp.intel.com> Message-ID: <4fa53df5-71da-6602-4572-eaf69ba30498@linux.intel.com> Scott, Don: Just following up on this, was this task on CENGN completed? Thanks Sau! On 8/29/19 7:26 AM, Arce Moreno, Abraham wrote: > Hi Ran, > > We will bring your request in today’s build meeting. > > Best Regards > > Abraham > > *From:* An, Ran1 [mailto:ran1.an at intel.com] > *Sent:* Wednesday, August 28, 2019 8:44 PM > *To:* 'Penney, Don' ; > starlingx-discuss at lists.starlingx.io > *Cc:* Little, Scott > *Subject:* Re: [Starlingx-discuss] Unable to generate distroless docker > image > > Is the CENGN build script in our starlingX project? Or it require an > admin to updated? > > Thanks > > Ran > > *From:* Penney, Don [mailto:Don.Penney at windriver.com] > *Sent:* Wednesday, August 28, 2019 12:43 AM > *To:* An, Ran1 >; > starlingx-discuss at lists.starlingx.io > > *Cc:* Little, Scott > > *Subject:* RE: [Starlingx-discuss]Unable to generate distroless docker image > > That requires an update to the CENGN build scripts, as it would > currently just be building --os centos. > > *From:*An, Ran1 [mailto:ran1.an at intel.com] > *Sent:* Tuesday, August 27, 2019 11:48 AM > *To:* starlingx-discuss at lists.starlingx.io > > *Cc:* Penney, Don; Little, Scott > *Subject:* [Starlingx-discuss]Unable to generate distroless docker image > > Hi core reviewers: > >    With patch[1] has been merged, a docker image > “starlingx/intel-gpu-plugin docker” required by story/2005937 > [2] should be > generated and pushed to docker hub by Cengn automatically. > >    However, there are no new repository “starlingx/intel-gpu-plugin > docker” on docker hub after the latest docker images weekly built. I’m > not sure if there is anything I missed or some other configurations are > required. Could you help and check it? > >    By the way, “starlingx/intel-gpu-plugin docker” is an image based on > distro-less system, listed in file “starlingx/integ > /*distroless*_stable_docker_images.inc”. It can be built by following > command. > >   “ > > > WHEELS=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-${BUILD_STREAM}-wheels.tar > >   DOCKER_USER={my_docker_user_name} > >   time $MY_REPO/build-tools/build-docker-images/build-stx-images.sh \ > >     --os distroless \ > >     --stream stable \ > >     --base gcr.io/distroless/base \ > >     --wheels ${WHEELS} \ > >     --user ${DOCKER_USER} \ > >     --push --latest \ > >   ” > > [1] https://review.opendev.org/#/c/668808 > > [2] https://storyboard.openstack.org/#!/story/2005937 > > Thanks > > Ran > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From sgw at linux.intel.com Mon Sep 23 19:04:56 2019 From: sgw at linux.intel.com (Saul Wold) Date: Mon, 23 Sep 2019 12:04:56 -0700 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? In-Reply-To: References: <6703202FD9FDFF4A8DA9ACF104AE129FC1583CC9@ALA-MBD.corp.ad.wrs.com> Message-ID: On 9/23/19 9:13 AM, Victor Rodriguez wrote: > On Mon, Sep 23, 2019 at 9:56 AM Penney, Don wrote: >> >> Don't we also have a large number of patches to these? >> > > Good point Don : > https://opendev.org/starlingx/openstack-armada-app/src/branch/master/openstack-helm/centos/openstack-helm.spec > > Dominig we do have many patches for helm package > Are these backports or have any chance of actually being upstreamed to openstack-helm? Sau! > > >> -----Original Message----- >> From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] >> Sent: Monday, September 23, 2019 10:44 AM >> To: Little, Scott >> Cc: starlingx >> Subject: Re: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? >> >> On Mon, Sep 23, 2019 at 8:51 AM Scott Little wrote: >>> >>> I believe there was a minimum version required to support another >>> package, and CentOS build of that version was not available... at least >>> not at that time. >>> >> >> If is supported now, do you think we could work on using the existing >> one provided by the distro ? >> >>> Scott >>> >>> >>> On 2019-09-17 11:12 a.m., Victor Rodriguez wrote: >>>> You mean why do we build the RPM : >>>> http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/helm-2.13.1-0.tis.2.x86_64.rpm >>>> ?? >>>> >>>> On Tue, Sep 17, 2019 at 4:35 AM Dominig ar Foll (Intel Open Source) >>>> wrote: >>>>> Hello, >>>>> >>>>> I wonder why StarlingX needs to build locally a version of Helm and Helm >>>>> Infra. >>>>> Would it be possible to use the OpenSUSE release ? >>>>> Release 2.13 and 3.0 are already available. Would any do ? >>>>> >>>>> -- >>>>> Dominig ar Foll >>>>> Senior Software Architect >>>>> Intel Open Source Technology Centre >>>>> >>>>> >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From Don.Penney at windriver.com Mon Sep 23 19:06:53 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Mon, 23 Sep 2019 19:06:53 +0000 Subject: [Starlingx-discuss] Unable to generate distroless docker image In-Reply-To: <4fa53df5-71da-6602-4572-eaf69ba30498@linux.intel.com> References: <9BAB5B7CAF57C3459E4636391F1071CE05321DD1@shsmsx102.ccr.corp.intel.com> <6703202FD9FDFF4A8DA9ACF104AE129FC1578268@ALA-MBD.corp.ad.wrs.com> <9BAB5B7CAF57C3459E4636391F1071CE0532222A@shsmsx102.ccr.corp.intel.com> <4fa53df5-71da-6602-4572-eaf69ba30498@linux.intel.com> Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC1583EF7@ALA-MBD.corp.ad.wrs.com> Yes, you can see the new image in the docker hub here: https://hub.docker.com/r/starlingx/intel-gpu-plugin/tags The built/published image record can be found here: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/docker-images/images-distroless-stable-versioned.lst -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Monday, September 23, 2019 3:00 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Unable to generate distroless docker image Scott, Don: Just following up on this, was this task on CENGN completed? Thanks Sau! On 8/29/19 7:26 AM, Arce Moreno, Abraham wrote: > Hi Ran, > > We will bring your request in today’s build meeting. > > Best Regards > > Abraham > > *From:* An, Ran1 [mailto:ran1.an at intel.com] > *Sent:* Wednesday, August 28, 2019 8:44 PM > *To:* 'Penney, Don' ; > starlingx-discuss at lists.starlingx.io > *Cc:* Little, Scott > *Subject:* Re: [Starlingx-discuss] Unable to generate distroless docker > image > > Is the CENGN build script in our starlingX project? Or it require an > admin to updated? > > Thanks > > Ran > > *From:* Penney, Don [mailto:Don.Penney at windriver.com] > *Sent:* Wednesday, August 28, 2019 12:43 AM > *To:* An, Ran1 >; > starlingx-discuss at lists.starlingx.io > > *Cc:* Little, Scott > > *Subject:* RE: [Starlingx-discuss]Unable to generate distroless docker image > > That requires an update to the CENGN build scripts, as it would > currently just be building --os centos. > > *From:*An, Ran1 [mailto:ran1.an at intel.com] > *Sent:* Tuesday, August 27, 2019 11:48 AM > *To:* starlingx-discuss at lists.starlingx.io > > *Cc:* Penney, Don; Little, Scott > *Subject:* [Starlingx-discuss]Unable to generate distroless docker image > > Hi core reviewers: > >    With patch[1] has been merged, a docker image > “starlingx/intel-gpu-plugin docker” required by story/2005937 > [2] should be > generated and pushed to docker hub by Cengn automatically. > >    However, there are no new repository “starlingx/intel-gpu-plugin > docker” on docker hub after the latest docker images weekly built. I’m > not sure if there is anything I missed or some other configurations are > required. Could you help and check it? > >    By the way, “starlingx/intel-gpu-plugin docker” is an image based on > distro-less system, listed in file “starlingx/integ > /*distroless*_stable_docker_images.inc”. It can be built by following > command. > >   “ > > > WHEELS=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-${BUILD_STREAM}-wheels.tar > >   DOCKER_USER={my_docker_user_name} > >   time $MY_REPO/build-tools/build-docker-images/build-stx-images.sh \ > >     --os distroless \ > >     --stream stable \ > >     --base gcr.io/distroless/base \ > >     --wheels ${WHEELS} \ > >     --user ${DOCKER_USER} \ > >     --push --latest \ > >   ” > > [1] https://review.opendev.org/#/c/668808 > > [2] https://storyboard.openstack.org/#!/story/2005937 > > Thanks > > Ran > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From abraham.arce.moreno at intel.com Mon Sep 23 19:52:36 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Mon, 23 Sep 2019 19:52:36 +0000 Subject: [Starlingx-discuss] Private Docker Registry: Docker Image List Message-ID: Ada, QA Team, Based in Cheng's request [0] to provide a list of docker images downloaded at runtime, discussed initially in StarlingX status [1] meeting and later brought to StarlingX build [2] meeting, we need your help to generate that docker image list during sanity tests and attach it to the sanity report so people with private registries can significantly speed up images updates. Both a bug [3] and a story [4] has been created to track this effort. Thanks for your support. [0] http://lists.starlingx.io/pipermail/starlingx-discuss/2019-June/005063.html [1] https://etherpad.openstack.org/p/stx-status [2] https://etherpad.openstack.org/p/stx-build [3] https://bugs.launchpad.net/starlingx/+bug/1834504 [4] https://storyboard.openstack.org/#!/story/2006602 From bruce.e.jones at intel.com Mon Sep 23 20:11:08 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Mon, 23 Sep 2019 20:11:08 +0000 Subject: [Starlingx-discuss] [ Test ] meeting notes for 09/10 In-Reply-To: <8557B550001AFB46A43A0CCC314BF8516E8A6310@FMSMSX108.amr.corp.intel.com> References: <4F6AACE4B0F173488D033B02A8BB5B7E7CEC9756@FMSMSX114.amr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07D48D4@fmsmsx123.amr.corp.intel.com> <8557B550001AFB46A43A0CCC314BF8516E8A6310@FMSMSX108.amr.corp.intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07E77B7@fmsmsx123.amr.corp.intel.com> Hi JC. Please join the distro.openstack call tomorrow where this topic is the first thing on the agenda. -----Original Message----- From: Alonso, Juan Carlos Sent: Monday, September 23, 2019 11:35 AM To: Jones, Bruce E ; starlingx-discuss at lists.starlingx.io Subject: RE: [ Test ] meeting notes for 09/10 Hello Bruce, I reviewed the last test plan for OpenStack patch elimination for STX 2.0: https://docs.google.com/spreadsheets/d/15us6HWgcb0dmHHZe2SyOR_UI5BvVpoU8TCST0rQd4zg/edit?pli=1#gid=307402153 The features I tested were: - Nova: SR-IOV Functionality - Nova: PT Functionality - Nova: vSwitch Affinity - Nova: DB Purge - Nova: PCI Interrupt Affinity - Neutron: Network Segmentation Range Management - Glance: Cache raw Extension - Horizon: Custom Confirmation Messages I don't know if same features will be tested for STX 3.0, will them? Do you have a general overview, or datasheet link of the features to be testes for patch elimination in SXT 3.0? Is there any meeting where I can ask for it? Regards. Juan Carlos Alonso -----Original Message----- From: Jones, Bruce E Sent: Thursday, September 12, 2019 12:51 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [ Test ] meeting notes for 09/10 > Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. Hi JC. I don't know enough to have a plan for this. What testing do you think is needed? What did we do for 2.0? Distro.openstack folks - what do we think needs to be done here? brucej -----Original Message----- From: Cabrales, Ada [mailto:ada.cabrales at intel.com] Sent: Thursday, September 12, 2019 10:01 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [ Test ] meeting notes for 09/10 Agenda for 09/10 Attendees: Elio, Cristopher, Fernando, JC, Jose, Maria P, JP, Richo, Yang, Ada 1. Sanity status - Cristopher Still green. After the change in the repos we found a small issue, but is fixed now. Issues: app port unreachable from external - https://bugs.launchpad.net/starlingx/+bug/1841802 - still not fixed. After host-swact completed, unexpected swact occurred due to ceph error - https://bugs.launchpad.net/starlingx/+bug/1840176 - intermittent issue, fixed now. 2. Unified sanity - JC Slides: https://drive.google.com/file/d/1hBfWCb4Rn_SmteeqjWSpgluzDH192sHv/view?usp=sharing What we have today: 4 configs (SX, DX, Standard local storage, standard external storage) Bare metal and virtual, no proxy, proxy and local registry deployments. Sanity for platform (containers) and OpenStack Proposal: WR and Intel running two configs each. Are we considering ping and ssh tests? those are included in the pytest suite We will use only pytest for running sanity testing. Three tests from robot are not in the pytest suite. Resize are in the regression repo. Rebuild to be added Reboot could be added into the nova_actions test. Still having problems with the natbox setup - please send the question to the mailing list. Please also add this info to the documentation. Not a date defined yet due to the problems with the infrastructure, but next week will have more visibility. For reporting: Wind River will send their results to Intel and the report will be consolidated and sent out (in the mean time we do automatic reporting). 3. stx.3.0 - release and feature testing plans - Ada Schedule updated - https://docs.google.com/spreadsheets/d/16JxIbfX7hQBjyPkaxYYuPij3XwTWDHMsB-GRwodG78M/edit?usp=sharing Actions: Containerized Openstack clients - Yang to ask Frank if implicit testing (sanity) is enough - update to suite is required. Fault Containerization - Jose to ask if implicit testing is enough - maybe a small regression for covering this (Horizon should be manually verified) Upversion Openstack to Train - JC to get in contact to Bruce and ask for the plan. Redfish Support - Ada to check on this one Performance Testing/Measurement Framework - Elio to check the deliverable expected. For regression - test plan is to run automated testing and select a subset of the new tests created for features for 2.0 as the manual test plan. Ada to work on the list and make it public. 4. Opens - All Yang is taking Numan's position into StarlingX. Thanks Yang! _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From bruce.e.jones at intel.com Mon Sep 23 21:06:46 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Mon, 23 Sep 2019 21:06:46 +0000 Subject: [Starlingx-discuss] Release note doc - review request Message-ID: <9A85D2917C58154C960D95352B22818BD07E784B@fmsmsx123.amr.corp.intel.com> The 2.0 release note document is posted for review. Please take a look if you have a few minutes. Your feedback is most welcome, as are +2's from the Docs team! https://review.opendev.org/#/c/682708/ brucej -------------- next part -------------- An HTML attachment was scrubbed... URL: From maria.g.perez.ibarra at intel.com Mon Sep 23 21:09:04 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Mon, 23 Sep 2019 21:09:04 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190923 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-23 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ada.cabrales at intel.com Mon Sep 23 22:59:55 2019 From: ada.cabrales at intel.com (Cabrales, Ada) Date: Mon, 23 Sep 2019 22:59:55 +0000 Subject: [Starlingx-discuss] [ Test ] meeting agenda for 09/24 Message-ID: <4F6AACE4B0F173488D033B02A8BB5B7E7CEE102B@FMSMSX114.amr.corp.intel.com> Agenda for 09/24 1. Sanity status 2. stx.3.0 testing Feature testing tracker - https://docs.google.com/spreadsheets/d/1n9P7as4iqO55DytIRuIGdyc7x0n2WM_q-cMfHcItJlY/edit?usp=sharing Regression testing tracker - https://docs.google.com/spreadsheets/d/1X085xI96M6PIeum87w6IEF11G-TG-W1OeGuAJWnrAWI/edit?usp=sharing For features requiring on stx.3.0, there would be an entry on the main storyboard to track the test task. Example: https://storyboard.openstack.org/#!/story/2005516 3. stx.2.0 maintenance release Agreed to have an "rc" build for the maintenance release on Sept 25 with sanity/regression on Sept 26-27 4. Requests Testing on fix for - https://bugs.launchpad.net/starlingx/+bug/1817936 Provide a list of docker images downloaded at runtime - https://bugs.launchpad.net/starlingx/+bug/1834504 5. Opens -- A. From shuicheng.lin at intel.com Tue Sep 24 01:44:00 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Tue, 24 Sep 2019 01:44:00 +0000 Subject: [Starlingx-discuss] About task "update keystone on the host from the SRPM" of Openstack Train Message-ID: <9700A18779F35F49AF027300A49E7C76608CBF08@SHSMSX105.ccr.corp.intel.com> Hi all, There is a task 36619 [0] "update keystone on the host from the SRPM" of story 2006544 "Integrate with OpenStack Train (master)". Due to Train is not released yet, and it will take sometime for CentOS to support Train and provide the SRPM. We have two option as below. And I prefer Option 2, since host keystone is to serve flock service, not OpenStack service. Please help provide your suggestion. Thanks in advance. Option 1: To catch stx 3.0 release, we need switch SRPM to use upstream git directly. Advantage: Host keystone will align with containerized keystone. Disadvantage: A few keystone related packages need switch from SRPM to git repository. Other rpms may need be upgraded also if they have dependency on keystone. Option 2: We defer the upgrade task to stx 4.0, wait until SRPM is available in CentOS mirror. Advantage: Follow current design, and related packages could be upgraded easily together. Disadvantage: Host keystone will differ from containerized keystone. Not sure when CentOS will provide SRPM for Train. [0]: https://storyboard.openstack.org/#!/story/2006544 Best Regards Shuicheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Tue Sep 24 01:59:03 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 24 Sep 2019 09:59:03 +0800 Subject: [Starlingx-discuss] How to create containerized instance on STX R2.0? In-Reply-To: <135281bc-ff37-ceea-6acb-642f2795d7e5@windriver.com> References: <135281bc-ff37-ceea-6acb-642f2795d7e5@windriver.com> Message-ID: Dear Chris, To use openstack CLI to create a bare mental container instance managed by Openstack is that possible? Do you mean that there's no unified interface to manage both VM and container pod ? Thanks Chris Friesen 於 2019年9月24日 週二 上午12:43寫道: > STX provides a Kubernetes environment in which you can dedicate specific > nodes to run OpenStack. > > If you want to create containers you can use the various Kubernetes APIs > and tools to manage them, including things like Helm and Airship-Armada. > > If you run the OpenStack application on top of STX, it allows you to > dedicate some worker nodes as OpenStack compute nodes, and you can then > create hardware-accelerated VMs using the normal OpenStack tools to manage > them. > > Chris > > On 9/23/2019 4:09 AM, Ezpeer Chen wrote: > > > Dear all, > > STX R2.0 should support both VM and containers. > > How to create containerized instance on STX R2.0? > > Is the container instance (created by user) running on Openstack or on > k8s pod ? > > > > Thanks > > _______________________________________________ > Starlingx-discuss mailing listStarlingx-discuss at lists.starlingx.iohttp://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mingyuan.qi at intel.com Tue Sep 24 02:21:21 2019 From: mingyuan.qi at intel.com (Qi, Mingyuan) Date: Tue, 24 Sep 2019 02:21:21 +0000 Subject: [Starlingx-discuss] [Container] user application apply error in stx2.0 Message-ID: Hi Angie, Jose is testing a user application and encountered a "SERVICE_PARAM_NAME_DOCKER_DOCKER_REGISTRY" issue that you've fixed[0] a month ago in mainline. It seems this patch is not cherry-picked to stx.2.0 branch, could you please have a check? The LP reported is [1] And according to Jose's log this issue is also happened in master iso, I'm not sure about this. [0] https://review.opendev.org/#/c/676213/ [1] https://bugs.launchpad.net/starlingx/+bug/1843915 Best Regards, Mingyuan -------------- next part -------------- An HTML attachment was scrubbed... URL: From mingyuan.qi at intel.com Tue Sep 24 02:48:38 2019 From: mingyuan.qi at intel.com (Qi, Mingyuan) Date: Tue, 24 Sep 2019 02:48:38 +0000 Subject: [Starlingx-discuss] How to create containerized instance on STX R2.0? In-Reply-To: References: <135281bc-ff37-ceea-6acb-642f2795d7e5@windriver.com> Message-ID: Ezpeer, Openstack magnum is not enabled in stx 2.0. And there is no unified interface to manage both VM and container. Mingyuan From: Ezpeer Chen [mailto:ezpeerchen at gmail.com] Sent: Tuesday, September 24, 2019 9:59 To: Chris Friesen Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] How to create containerized instance on STX R2.0? Dear Chris, To use openstack CLI to create a bare mental container instance managed by Openstack is that possible? Do you mean that there's no unified interface to manage both VM and container pod ? Thanks Chris Friesen > 於 2019年9月24日 週二 上午12:43寫道: STX provides a Kubernetes environment in which you can dedicate specific nodes to run OpenStack. If you want to create containers you can use the various Kubernetes APIs and tools to manage them, including things like Helm and Airship-Armada. If you run the OpenStack application on top of STX, it allows you to dedicate some worker nodes as OpenStack compute nodes, and you can then create hardware-accelerated VMs using the normal OpenStack tools to manage them. Chris On 9/23/2019 4:09 AM, Ezpeer Chen wrote: Dear all, STX R2.0 should support both VM and containers. How to create containerized instance on STX R2.0? Is the container instance (created by user) running on Openstack or on k8s pod ? Thanks _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Tue Sep 24 10:40:23 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Tue, 24 Sep 2019 10:40:23 +0000 Subject: [Starlingx-discuss] About task "update keystone on the host from the SRPM" of Openstack Train In-Reply-To: <9700A18779F35F49AF027300A49E7C76608CBF08@SHSMSX105.ccr.corp.intel.com> References: <9700A18779F35F49AF027300A49E7C76608CBF08@SHSMSX105.ccr.corp.intel.com> Message-ID: <2FD5DDB5A04D264C80D42CA35194914F36054C6E@SHSMSX104.ccr.corp.intel.com> Shuicheng, I thought we do have one patch on keystone on host? If we follow either Option#1 or #2, this means we have zero patches from StarlingX on keystone, correct? Thx. - cindy From: Lin, Shuicheng Sent: Tuesday, September 24, 2019 9:44 AM To: starlingx-discuss at lists.starlingx.io; Jones, Bruce E ; Hu, Yong Subject: [Starlingx-discuss] About task "update keystone on the host from the SRPM" of Openstack Train Hi all, There is a task 36619 [0] "update keystone on the host from the SRPM" of story 2006544 "Integrate with OpenStack Train (master)". Due to Train is not released yet, and it will take sometime for CentOS to support Train and provide the SRPM. We have two option as below. And I prefer Option 2, since host keystone is to serve flock service, not OpenStack service. Please help provide your suggestion. Thanks in advance. Option 1: To catch stx 3.0 release, we need switch SRPM to use upstream git directly. Advantage: Host keystone will align with containerized keystone. Disadvantage: A few keystone related packages need switch from SRPM to git repository. Other rpms may need be upgraded also if they have dependency on keystone. Option 2: We defer the upgrade task to stx 4.0, wait until SRPM is available in CentOS mirror. Advantage: Follow current design, and related packages could be upgraded easily together. Disadvantage: Host keystone will differ from containerized keystone. Not sure when CentOS will provide SRPM for Train. [0]: https://storyboard.openstack.org/#!/story/2006544 Best Regards Shuicheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From ezpeerchen at gmail.com Tue Sep 24 10:47:09 2019 From: ezpeerchen at gmail.com (Ezpeer Chen) Date: Tue, 24 Sep 2019 18:47:09 +0800 Subject: [Starlingx-discuss] How to access Openstack Rest API from external? Message-ID: Dear all, How to access Openstack Rest API from external? Document: https://docs.starlingx.io/deploy_install_guides/current/access_starlingx_openstack.html#id4 REST APIs Documentation coming soon. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From shuicheng.lin at intel.com Tue Sep 24 11:10:52 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Tue, 24 Sep 2019 11:10:52 +0000 Subject: [Starlingx-discuss] About task "update keystone on the host from the SRPM" of Openstack Train In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F36054C6E@SHSMSX104.ccr.corp.intel.com> References: <9700A18779F35F49AF027300A49E7C76608CBF08@SHSMSX105.ccr.corp.intel.com> <2FD5DDB5A04D264C80D42CA35194914F36054C6E@SHSMSX104.ccr.corp.intel.com> Message-ID: <9700A18779F35F49AF027300A49E7C76608CBFD3@SHSMSX105.ccr.corp.intel.com> Hi Cindy, There is a patch for host keystone. It is a STX specific patch, so it will be kept during upgrade for both option. Best Regards Shuicheng From: Xie, Cindy Sent: Tuesday, September 24, 2019 6:40 PM To: Lin, Shuicheng ; starlingx-discuss at lists.starlingx.io; Jones, Bruce E ; Hu, Yong Subject: RE: About task "update keystone on the host from the SRPM" of Openstack Train Shuicheng, I thought we do have one patch on keystone on host? If we follow either Option#1 or #2, this means we have zero patches from StarlingX on keystone, correct? Thx. - cindy From: Lin, Shuicheng > Sent: Tuesday, September 24, 2019 9:44 AM To: starlingx-discuss at lists.starlingx.io; Jones, Bruce E >; Hu, Yong > Subject: [Starlingx-discuss] About task "update keystone on the host from the SRPM" of Openstack Train Hi all, There is a task 36619 [0] "update keystone on the host from the SRPM" of story 2006544 "Integrate with OpenStack Train (master)". Due to Train is not released yet, and it will take sometime for CentOS to support Train and provide the SRPM. We have two option as below. And I prefer Option 2, since host keystone is to serve flock service, not OpenStack service. Please help provide your suggestion. Thanks in advance. Option 1: To catch stx 3.0 release, we need switch SRPM to use upstream git directly. Advantage: Host keystone will align with containerized keystone. Disadvantage: A few keystone related packages need switch from SRPM to git repository. Other rpms may need be upgraded also if they have dependency on keystone. Option 2: We defer the upgrade task to stx 4.0, wait until SRPM is available in CentOS mirror. Advantage: Follow current design, and related packages could be upgraded easily together. Disadvantage: Host keystone will differ from containerized keystone. Not sure when CentOS will provide SRPM for Train. [0]: https://storyboard.openstack.org/#!/story/2006544 Best Regards Shuicheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From lw2dht at gmail.com Tue Sep 24 12:16:06 2019 From: lw2dht at gmail.com (Mariano Ucha) Date: Tue, 24 Sep 2019 09:16:06 -0300 Subject: [Starlingx-discuss] Cannot allocate a VM - STX2.0-AIO-SX - Error 500 Message-ID: Hi all! I'm having a trouble now trying to allocate a VM con Openstack. I'm using STX 2.0 AIO-SX with DPDK so when i'm trying to allocate a VM with a flavor that have hw:mem_page_size=large metadata the system gives me *error 500 **No valid host was found. There are not enough hosts available.* File "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", line 1346, in schedule_and_build_instances instance_uuids, return_alternates=True) File "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", line 800, in _schedule_instances return_alternates=return_alternates) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations instance_uuids, return_objects, return_alternates) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations return cctxt.call(ctxt, 'select_destinations', **msg_args) File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 178, in call retry=self.retry) File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send retry=retry) File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send call_monitor_timeout, retry=retry) File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send raise result *Logs from Nova Scheduler* 2019-09-23 17:37:56.537 1 INFO nova.filters [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] Filter NUMATopologyFilter returned 0 hosts 2019-09-23 17:37:56.537 1 INFO nova.filters [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] Filter NUMATopologyFilter returned 0 hosts 2019-09-23 17:37:56.538 1 INFO nova.filters [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] Filtering removed all hosts for the request with instance ID '66175096-37a4-4a2c-b23a-e7a4a6f10ca1'. Filter results: ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: 1)', 'AvailabilityZoneFilter: (start: 1, end: 1)', 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', 'ComputeCapabilitiesFilter: (start: 1, end: 1)', 'ImagePropertiesFilter: (start: 1, end: 1)', 'NUMATopologyFilter: (start: 1, end: 0)'] 2019-09-23 17:37:56.538 1 INFO nova.filters [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] Filtering removed all hosts for the request with instance ID '66175096-37a4-4a2c-b23a-e7a4a6f10ca1'. Filter results: ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: 1)', 'AvailabilityZoneFilter: (start: 1, end: 1)', 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', 'ComputeCapabilitiesFilter: (start: 1, end: 1)', 'ImagePropertiesFilter: (start: 1, end: 1)', 'NUMATopologyFilter: (start: 1, end: 0)'] *Logs from Nova Conductor* 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most recent call last): 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", line 1346, in schedule_and_build_instances 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager instance_uuids, return_alternates=True) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", line 800, in _schedule_instances 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return_alternates=return_alternates) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager instance_uuids, return_objects, return_alternates) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return cctxt.call(ctxt, 'select_destinations', **msg_args) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 178, in call 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager retry=self.retry) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager retry=retry) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager call_monitor_timeout, retry=retry) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager raise result 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager NoValidHost_Remote: No valid host was found. There are not enough hosts available. 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most recent call last): 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", line 229, in inner 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return func(*args, **kwargs) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", line 168, in select_destinations 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager allocation_request_version, return_alternates) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 96, in select_destinations 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager allocation_request_version, return_alternates) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 265, in _schedule 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager claimed_instance_uuids) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 302, in _ensure_sufficient_hosts 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager raise exception.NoValidHost(reason=reason) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager NoValidHost: No valid host was found. There are not enough hosts available. 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] Failed to schedule instances: NoValidHost_Remote: No valid host was found. There are not enough hosts available. Traceback (most recent call last): File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", line 229, in inner return func(*args, **kwargs) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", line 168, in select_destinations allocation_request_version, return_alternates) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 96, in select_destinations allocation_request_version, return_alternates) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 265, in _schedule claimed_instance_uuids) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 302, in _ensure_sufficient_hosts raise exception.NoValidHost(reason=reason) NoValidHost: No valid host was found. There are not enough hosts available. 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most recent call last): 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", line 1346, in schedule_and_build_instances 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager instance_uuids, return_alternates=True) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", line 800, in _schedule_instances 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return_alternates=return_alternates) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager instance_uuids, return_objects, return_alternates) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return cctxt.call(ctxt, 'select_destinations', **msg_args) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 178, in call 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager retry=self.retry) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager retry=retry) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager call_monitor_timeout, retry=retry) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager raise result 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager NoValidHost_Remote: No valid host was found. There are not enough hosts available. 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most recent call last): 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", line 229, in inner 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return func(*args, **kwargs) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", line 168, in select_destinations 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager allocation_request_version, return_alternates) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 96, in select_destinations 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager allocation_request_version, return_alternates) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 265, in _schedule 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager claimed_instance_uuids) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 302, in _ensure_sufficient_hosts 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager raise exception.NoValidHost(reason=reason) 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager NoValidHost: No valid host was found. There are not enough hosts available. 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager 2019-09-23 17:37:56.627 1 WARNING nova.scheduler.utils [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] Failed to compute_task_build_instances: No valid host was found. There are not enough hosts available. Traceback (most recent call last): File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", line 229, in inner return func(*args, **kwargs) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", line 168, in select_destinations allocation_request_version, return_alternates) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 96, in select_destinations allocation_request_version, return_alternates) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 265, in _schedule claimed_instance_uuids) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 302, in _ensure_sufficient_hosts raise exception.NoValidHost(reason=reason) NoValidHost: No valid host was found. There are not enough hosts available. : NoValidHost_Remote: No valid host was found. There are not enough hosts available. 2019-09-23 17:37:56.627 1 WARNING nova.scheduler.utils [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] Failed to compute_task_build_instances: No valid host was found. There are not enough hosts available. Traceback (most recent call last): File "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", line 229, in inner return func(*args, **kwargs) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", line 168, in select_destinations allocation_request_version, return_alternates) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 96, in select_destinations allocation_request_version, return_alternates) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 265, in _schedule claimed_instance_uuids) File "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 302, in _ensure_sufficient_hosts raise exception.NoValidHost(reason=reason) NoValidHost: No valid host was found. There are not enough hosts available. : NoValidHost_Remote: No valid host was found. There are not enough hosts available. 2019-09-23 17:37:56.630 1 WARNING nova.scheduler.utils [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] [instance: 66175096-37a4-4a2c-b23a-e7a4a6f10ca1] Setting instance to ERROR state.: NoValidHost_Remote: No valid host was found. There are not enough hosts available. 2019-09-23 17:37:56.630 1 WARNING nova.scheduler.utils [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - default default] [instance: 66175096-37a4-4a2c-b23a-e7a4a6f10ca1] Setting instance to ERROR state. How can i change Nova log mode to DEBUG? Anything more i can check? Regards, Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: From jose.perez.carranza at intel.com Tue Sep 24 12:24:53 2019 From: jose.perez.carranza at intel.com (Perez Carranza, Jose) Date: Tue, 24 Sep 2019 12:24:53 +0000 Subject: [Starlingx-discuss] [Container] user application apply error in stx2.0 In-Reply-To: References: Message-ID: <48AAFFEF-A804-49EF-AAA8-839813EC5C85@intel.com> Hi Mingyuan / Angie, Yesterday I tested on master and the issue is not reproducible, is only reproducible on the stx2.0 branch. I added the comment on the bug [1] 1 - https://bugs.launchpad.net/starlingx/+bug/1843915/comments/6 Regards Jose -- From: "Qi, Mingyuan" Date: Monday, September 23, 2019 at 9:21 PM To: "Wang, Jing (Angie)" , "Perez Carranza, Jose" , "starlingx-discuss at lists.starlingx.io" Subject: [Container] user application apply error in stx2.0 Hi Angie, Jose is testing a user application and encountered a “SERVICE_PARAM_NAME_DOCKER_DOCKER_REGISTRY” issue that you’ve fixed[0] a month ago in mainline. It seems this patch is not cherry-picked to stx.2.0 branch, could you please have a check? The LP reported is [1] And according to Jose’s log this issue is also happened in master iso, I’m not sure about this. [0] https://review.opendev.org/#/c/676213/ [1] https://bugs.launchpad.net/starlingx/+bug/1843915 Best Regards, Mingyuan -------------- next part -------------- An HTML attachment was scrubbed... URL: From Frank.Miller at windriver.com Tue Sep 24 13:31:09 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Tue, 24 Sep 2019 13:31:09 +0000 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? In-Reply-To: References: <6703202FD9FDFF4A8DA9ACF104AE129FC1583CC9@ALA-MBD.corp.ad.wrs.com> Message-ID: Saul: The strategy we have been using for StarlingX is to not allow a change in stx-upstream for a openstack-helm or openstack-helm-infra change unless a corresponding commit is proposed to those upstream projects. Then each time someone in StarlingX upversions our builds to a newer version of openstack-helm and openstack-helm-infra, they remove the stx-upstream patches for all commits that were merged into that version of openstack-helm. Frank -----Original Message----- From: Saul Wold [mailto:sgw at linux.intel.com] Sent: Monday, September 23, 2019 3:05 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? On 9/23/19 9:13 AM, Victor Rodriguez wrote: > On Mon, Sep 23, 2019 at 9:56 AM Penney, Don wrote: >> >> Don't we also have a large number of patches to these? >> > > Good point Don : > https://opendev.org/starlingx/openstack-armada-app/src/branch/master/o > penstack-helm/centos/openstack-helm.spec > > Dominig we do have many patches for helm package > Are these backports or have any chance of actually being upstreamed to openstack-helm? Sau! > > >> -----Original Message----- >> From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] >> Sent: Monday, September 23, 2019 10:44 AM >> To: Little, Scott >> Cc: starlingx >> Subject: Re: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? >> >> On Mon, Sep 23, 2019 at 8:51 AM Scott Little wrote: >>> >>> I believe there was a minimum version required to support another >>> package, and CentOS build of that version was not available... at >>> least not at that time. >>> >> >> If is supported now, do you think we could work on using the existing >> one provided by the distro ? >> >>> Scott >>> >>> >>> On 2019-09-17 11:12 a.m., Victor Rodriguez wrote: >>>> You mean why do we build the RPM : >>>> http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/lat >>>> est_build/outputs/RPMS/std/helm-2.13.1-0.tis.2.x86_64.rpm >>>> ?? >>>> >>>> On Tue, Sep 17, 2019 at 4:35 AM Dominig ar Foll (Intel Open Source) >>>> wrote: >>>>> Hello, >>>>> >>>>> I wonder why StarlingX needs to build locally a version of Helm >>>>> and Helm Infra. >>>>> Would it be possible to use the OpenSUSE release ? >>>>> Release 2.13 and 3.0 are already available. Would any do ? >>>>> >>>>> -- >>>>> Dominig ar Foll >>>>> Senior Software Architect >>>>> Intel Open Source Technology Centre >>>>> >>>>> >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discu >>>>> ss >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discus >>>> s >>> >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From sgw at linux.intel.com Tue Sep 24 14:25:23 2019 From: sgw at linux.intel.com (Saul Wold) Date: Tue, 24 Sep 2019 07:25:23 -0700 Subject: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? In-Reply-To: References: <6703202FD9FDFF4A8DA9ACF104AE129FC1583CC9@ALA-MBD.corp.ad.wrs.com> Message-ID: On 9/24/19 6:31 AM, Miller, Frank wrote: > Saul: > > The strategy we have been using for StarlingX is to not allow a change in stx-upstream for a openstack-helm or openstack-helm-infra change unless a corresponding commit is proposed to those upstream projects. Then each time someone in StarlingX upversions our builds to a newer version of openstack-helm and openstack-helm-infra, they remove the stx-upstream patches for all commits that were merged into that version of openstack-helm. > Great news! I was not tracking the actual upstream of openstack-helm-*, are most of the proposed changes accepted upstream? Thanks, glad to see we are working upstream first. Sau! > Frank > > -----Original Message----- > From: Saul Wold [mailto:sgw at linux.intel.com] > Sent: Monday, September 23, 2019 3:05 PM > To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? > > > > On 9/23/19 9:13 AM, Victor Rodriguez wrote: >> On Mon, Sep 23, 2019 at 9:56 AM Penney, Don wrote: >>> >>> Don't we also have a large number of patches to these? >>> >> >> Good point Don : >> https://opendev.org/starlingx/openstack-armada-app/src/branch/master/o >> penstack-helm/centos/openstack-helm.spec >> >> Dominig we do have many patches for helm package >> > Are these backports or have any chance of actually being upstreamed to openstack-helm? > > Sau! > >> >> >>> -----Original Message----- >>> From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] >>> Sent: Monday, September 23, 2019 10:44 AM >>> To: Little, Scott >>> Cc: starlingx >>> Subject: Re: [Starlingx-discuss] MultiOS: why do we build or own Helm and Helm-infra rather than to use th eone provided by the distro? >>> >>> On Mon, Sep 23, 2019 at 8:51 AM Scott Little wrote: >>>> >>>> I believe there was a minimum version required to support another >>>> package, and CentOS build of that version was not available... at >>>> least not at that time. >>>> >>> >>> If is supported now, do you think we could work on using the existing >>> one provided by the distro ? >>> >>>> Scott >>>> >>>> >>>> On 2019-09-17 11:12 a.m., Victor Rodriguez wrote: >>>>> You mean why do we build the RPM : >>>>> http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/lat >>>>> est_build/outputs/RPMS/std/helm-2.13.1-0.tis.2.x86_64.rpm >>>>> ?? >>>>> >>>>> On Tue, Sep 17, 2019 at 4:35 AM Dominig ar Foll (Intel Open Source) >>>>> wrote: >>>>>> Hello, >>>>>> >>>>>> I wonder why StarlingX needs to build locally a version of Helm >>>>>> and Helm Infra. >>>>>> Would it be possible to use the OpenSUSE release ? >>>>>> Release 2.13 and 3.0 are already available. Would any do ? >>>>>> >>>>>> -- >>>>>> Dominig ar Foll >>>>>> Senior Software Architect >>>>>> Intel Open Source Technology Centre >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Starlingx-discuss mailing list >>>>>> Starlingx-discuss at lists.starlingx.io >>>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discu >>>>>> ss >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discus >>>>> s >>>> >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From Ian.Jolliffe at windriver.com Tue Sep 24 14:48:03 2019 From: Ian.Jolliffe at windriver.com (Jolliffe, Ian) Date: Tue, 24 Sep 2019 14:48:03 +0000 Subject: [Starlingx-discuss] [TSC] Minutes - September 19 Message-ID: <94CB670B-D311-47CE-BAD9-CF61080D467C@windriver.com> Hi all; We had a short meeting this week. A few highlights: Close on repo/team structure changes - from 9/12 meeting - proposed changes discussed with the sub teams involved last week - no changes planned at this time Bill shared the progress the community is making on Release 3.0 - great progress. 3.0 Milestone-2 (Bill): http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006145.html Regards; Ian From cindy.xie at intel.com Tue Sep 24 15:18:16 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Tue, 24 Sep 2019 15:18:16 +0000 Subject: [Starlingx-discuss] Weekly StarlingX non-OpenStack distro meeting In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F35F28711@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F35F28711@SHSMSX104.ccr.corp.intel.com> Message-ID: <2FD5DDB5A04D264C80D42CA35194914F36055028@SHSMSX104.ccr.corp.intel.com> All, This meeting is on tomorrow, but Yong HU will chair the meeting as I have a conflict at the same slot. Yong will publish the agenda soon. Thanks. - cindy -----Original Appointment----- From: Xie, Cindy Sent: Thursday, April 25, 2019 5:42 PM To: Xie, Cindy; 'zhaos'; Wold, Saul; 'starlingx-discuss at lists.starlingx.io'; 'Rowsell, Brent' Cc: Armstrong, Robert H; 'Komiyama, Takeo'; 'Eslimi, Dariush'; 'Seiler, Glenn'; 'Peng Tan'; 'Chen, Jacky'; Gomez, Juan P; 'Waines, Greg'; 'Zhi Zhi2 Chang'; 'Badea, Daniel'; Jones, Bruce E; Chen, Tingjie; 'Carlos Cebrian'; Cobbley, David A; Hu, Wei W Subject: Weekly StarlingX non-OpenStack distro meeting When: Wednesday, September 25, 2019 9:00 PM-10:00 PM (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi. Where: https://zoom.us/j/342730236 * Cadence and time slot: o Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) * Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ * Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other -------------- next part -------------- An HTML attachment was scrubbed... URL: From Al.Bailey at windriver.com Tue Sep 24 19:16:41 2019 From: Al.Bailey at windriver.com (Bailey, Henry Albert (Al)) Date: Tue, 24 Sep 2019 19:16:41 +0000 Subject: [Starlingx-discuss] [Container] user application apply error in stx2.0 In-Reply-To: <48AAFFEF-A804-49EF-AAA8-839813EC5C85@intel.com> References: <48AAFFEF-A804-49EF-AAA8-839813EC5C85@intel.com> Message-ID: I have created the cherry pick for Angie’s change, and updated the Launchpad with a reference to the cherry pick Al From: Perez Carranza, Jose [mailto:jose.perez.carranza at intel.com] Sent: Tuesday, September 24, 2019 8:25 AM To: Qi, Mingyuan; Wang, Jing (Angie); starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [Container] user application apply error in stx2.0 Hi Mingyuan / Angie, Yesterday I tested on master and the issue is not reproducible, is only reproducible on the stx2.0 branch. I added the comment on the bug [1] 1 - https://bugs.launchpad.net/starlingx/+bug/1843915/comments/6 Regards Jose -- From: "Qi, Mingyuan" Date: Monday, September 23, 2019 at 9:21 PM To: "Wang, Jing (Angie)" , "Perez Carranza, Jose" , "starlingx-discuss at lists.starlingx.io" Subject: [Container] user application apply error in stx2.0 Hi Angie, Jose is testing a user application and encountered a “SERVICE_PARAM_NAME_DOCKER_DOCKER_REGISTRY” issue that you’ve fixed[0] a month ago in mainline. It seems this patch is not cherry-picked to stx.2.0 branch, could you please have a check? The LP reported is [1] And according to Jose’s log this issue is also happened in master iso, I’m not sure about this. [0] https://review.opendev.org/#/c/676213/ [1] https://bugs.launchpad.net/starlingx/+bug/1843915 Best Regards, Mingyuan -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Tue Sep 24 19:54:48 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Tue, 24 Sep 2019 19:54:48 +0000 Subject: [Starlingx-discuss] [Release] r/stx.2.0 cherrypicking & rc build for maintenance release Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C56B0@ALA-MBD.corp.ad.wrs.com> Hello all, We are going to delay the candidate build for stx.2.0 (for a few days) as we are still waiting for a number of fixes to merge in the r/stx.2.0 branch: https://bugs.launchpad.net/starlingx/+bug/1817936 https://bugs.launchpad.net/starlingx/+bug/1830736 https://bugs.launchpad.net/starlingx/+bug/1827246 https://bugs.launchpad.net/starlingx/+bug/1843915 If any developers have any other stx.2.0 bugs that are nearing completion, please let me know. Thanks, Ghada -----Original Message----- From: Khalil, Ghada Sent: Thursday, September 19, 2019 4:41 PM To: starlingx-discuss at lists.starlingx.io Subject: [Release] r/stx.2.0 cherrypicking & rc build for maintenance release Hello all, The release team is looking to have a candidate build for the stx.2.0 maintenance release (stx.2.0.1) on 2019-09-25 evening ET. Sanity and automated regression are planned starting 2019-09-26. This is a reminder for developers fixing stx.2.0 gating bugs to: - Merge the fix in master first - Wait for a green sanity on master (w/ load including the fix) - Optional: wait for soak or follow-up on targeted testing on master. This is left to the discretion of the developer depending on the complexity/risk of the code change. - Cherry-pick the fix to r/stx.2.0 (manual cherry-picking may be required due to the repo restructuring in master) If you have a fix ready (or close), please plan to cherry-pick it before 2019-09-25. References: - stx.2.0 branch: https://review.opendev.org/#/q/projects:+starlingx+branch:r/stx.2.0 - stx.2.0 open gating bugs: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.2.0 - stx.2.0 fixed bugs that need to be cherry-picked: (as of 2019-09-19) https://bugs.launchpad.net/starlingx/+bug/1817936 https://bugs.launchpad.net/starlingx/+bug/1830736 Regards, Ghada On behalf of the release team From bruce.e.jones at intel.com Tue Sep 24 20:07:28 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Tue, 24 Sep 2019 20:07:28 +0000 Subject: [Starlingx-discuss] About task "update keystone on the host from the SRPM" of Openstack Train In-Reply-To: <9700A18779F35F49AF027300A49E7C76608CBF08@SHSMSX105.ccr.corp.intel.com> References: <9700A18779F35F49AF027300A49E7C76608CBF08@SHSMSX105.ccr.corp.intel.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07E882D@fmsmsx123.amr.corp.intel.com> Shuicheng, thank you. I tend to agree with you that Option 2 is the way to go, but I have some questions that maybe you or someone else in the community can answer. * Do we know how long it will take CentOS to produce the RPM on Train's Keystone? * Do we know if the Stein Keystone is compatible with Train? * How did we handle this in the past? * Why do we need CentOS to provide an RPM? Can we make our own from upstream Train sources? brucej From: Lin, Shuicheng Sent: Monday, September 23, 2019 6:44 PM To: starlingx-discuss at lists.starlingx.io; Jones, Bruce E ; Hu, Yong Subject: About task "update keystone on the host from the SRPM" of Openstack Train Hi all, There is a task 36619 [0] "update keystone on the host from the SRPM" of story 2006544 "Integrate with OpenStack Train (master)". Due to Train is not released yet, and it will take sometime for CentOS to support Train and provide the SRPM. We have two option as below. And I prefer Option 2, since host keystone is to serve flock service, not OpenStack service. Please help provide your suggestion. Thanks in advance. Option 1: To catch stx 3.0 release, we need switch SRPM to use upstream git directly. Advantage: Host keystone will align with containerized keystone. Disadvantage: A few keystone related packages need switch from SRPM to git repository. Other rpms may need be upgraded also if they have dependency on keystone. Option 2: We defer the upgrade task to stx 4.0, wait until SRPM is available in CentOS mirror. Advantage: Follow current design, and related packages could be upgraded easily together. Disadvantage: Host keystone will differ from containerized keystone. Not sure when CentOS will provide SRPM for Train. [0]: https://storyboard.openstack.org/#!/story/2006544 Best Regards Shuicheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From ada.cabrales at intel.com Tue Sep 24 20:14:46 2019 From: ada.cabrales at intel.com (Cabrales, Ada) Date: Tue, 24 Sep 2019 20:14:46 +0000 Subject: [Starlingx-discuss] [ Test ] meeting notes for 09/24 Message-ID: <4F6AACE4B0F173488D033B02A8BB5B7E7CEE16A1@FMSMSX114.amr.corp.intel.com> Agenda for 09/24 Attendees: Elio, JC, Fer, Ada, Maria P, Yang, Chris 1. Sanity status Green Status after two bugs fixed: https://bugs.launchpad.net/starlingx/+bug/1844394 -> Fixed by Erich, a python plugin was moved out of the rpm and provided as a separate package. https://bugs.launchpad.net/starlingx/+bug/1844576 -> Fixed by Tao, kernel parameters required an adjustment, changed page size on /dev/hugepages to be the same as the kernel default hugepage size. Unified Sanity - we have progress on running the tests, a meeting will be held tomorrow to review next steps. 2. stx.3.0 testing Feature testing tracker - https://docs.google.com/spreadsheets/d/1n9P7as4iqO55DytIRuIGdyc7x0n2WM_q-cMfHcItJlY/edit?usp=sharing Regression testing tracker - https://docs.google.com/spreadsheets/d/1X085xI96M6PIeum87w6IEF11G-TG-W1OeGuAJWnrAWI/edit?usp=sharing For pytests automated tests, it takes around 24 hours to complete a run. For robot automated tests, it takes between 2-3 days to complete a run. Ada to continue working on the selection and it will send an email to mailing list asking for revision (by EOW). For features requiring on stx.3.0, there would be an entry on the main storyboard to track the test task. Example: https://storyboard.openstack.org/#!/story/2005516 Ada will add this last task to the feature's storyboard. For the ones owned by WR, Yang will be assigned initially and she will re-assign. Distributed cloud - working on the setup, having issues in the environment. Expectation is complete setup by EOW. Backup and restore - feature is not complete yet, but the parts done are under test. TSN - results based on performance improvements get with the feature enabled. Plan is to finish today. GPU for K8 - having issues getting the hardware to run the tests. Seems that we don't have it. Ask the China team for them. QAT for K8 - in contact with Mingyuan, it's not ready yet. 3. stx.2.0 maintenance release Agreed to have an "rc" build for the maintenance release on Sept 25 with sanity/regression on Sept 26-27 Yang will schedule a run of maintenance tests automated by end of this week. Elio to do likewise. 4. Requests Testing on fix for - https://bugs.launchpad.net/starlingx/+bug/1817936 - Elio to work on this. Provide a list of docker images downloaded at runtime - https://bugs.launchpad.net/starlingx/+bug/1834504 - Cristopher to take this one. 5. Opens Elio - Will take a look at the bug testing after the performance work is finished. From maria.g.perez.ibarra at intel.com Tue Sep 24 22:48:55 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Tue, 24 Sep 2019 22:48:55 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190924 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-24 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From abraham.arce.moreno at intel.com Wed Sep 25 00:55:08 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Wed, 25 Sep 2019 00:55:08 +0000 Subject: [Starlingx-discuss] openSUSE: sm-db build failure Message-ID: Hi Bin, Based in our work for openSUSE [0], and due to rpmlint configuration, we are having 2 warnings treated as errors while building sm-db package: [ 4s] sm_db_service_heartbeat.c: In function 'SmErrorT sm_db_service_heartbeat_insert(SmDbHandleT*, SmDbServiceHeartbeatT*)': [ 4s] sm_db_service_heartbeat.c:321:13: error: format '%li' expects argument of type 'long int', but argument 35 has type 'SmTimerIdT {aka int}' [-Werror=format=] [ 4s] record->heartbeat_timer_id, [ 4s] sm_db_service_heartbeat.c: In function 'SmErrorT sm_db_service_heartbeat_update(SmDbHandleT*, SmDbServiceHeartbeatT*)': [ 4s] sm_db_service_heartbeat.c:438:49: error: format '%li' expects argument of type 'long int', but argument 5 has type 'SmTimerIdT {aka int}' [-Werror=format=] [ 4s] record->heartbeat_timer_id ); [ 4s] cc1plus: all warnings being treated as errors We have confirmed the package gets built after reverting commit "Enhance timer system to avoid double deregister" [1]. Can you please guide us into the right direction to get this properly fixed? [0] https://review.opendev.org/#/c/679686/ [1] https://review.opendev.org/#/c/675936/ From yong.hu at intel.com Wed Sep 25 08:15:46 2019 From: yong.hu at intel.com (Yong Hu) Date: Wed, 25 Sep 2019 16:15:46 +0800 Subject: [Starlingx-discuss] Weekly StarlingX non-OpenStack distro meeting In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F36055028@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F35F28711@SHSMSX104.ccr.corp.intel.com> <2FD5DDB5A04D264C80D42CA35194914F36055028@SHSMSX104.ccr.corp.intel.com> Message-ID: <2f1cd7b4-8f2c-9c0f-b1e6-34a08ffb237e@intel.com> Here is the agenda for today. Pls feel free to raise up other topics if needed. Agenda: 1). CentOS 7.7 and CentOS 8.0.1905 have been released. - will consider upversioning CentOS7.7 for stx.3.0? - CentOS 8.0 for StarlingX 4.0 for sure,but we need volunteers to start the work ASAP. 2). Bug Status Review On 24/09/2019 11:18 PM, Xie, Cindy wrote: > All, > This meeting is on tomorrow, but Yong HU will chair the meeting as I > have a conflict at the same slot. Yong will publish the agenda soon. > Thanks. - cindy > -----Original Appointment----- > *From:* Xie, Cindy > *Sent:* Thursday, April 25, 2019 5:42 PM > *To:* Xie, Cindy; 'zhaos'; Wold, Saul; > 'starlingx-discuss at lists.starlingx.io'; 'Rowsell, Brent' > *Cc:* Armstrong, Robert H; 'Komiyama, Takeo'; 'Eslimi, Dariush'; > 'Seiler, Glenn'; 'Peng Tan'; 'Chen, Jacky'; Gomez, Juan P; 'Waines, > Greg'; 'Zhi Zhi2 Chang'; 'Badea, Daniel'; Jones, Bruce E; Chen, Tingjie; > 'Carlos Cebrian'; Cobbley, David A; Hu, Wei W > *Subject:* Weekly StarlingX non-OpenStack distro meeting > *When:* Wednesday, September 25, 2019 9:00 PM-10:00 PM (UTC+08:00) > Beijing, Chongqing, Hong Kong, Urumqi. > *Where:* https://zoom.us/j/342730236 > > * Cadence and time slot: > > * Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) > > * Call Details: > > * Zoom link: https://zoom.us/j/342730236 > * Dialing in from phone: > * Dial(for higher quality, dial a number based on your current > location): US: +1 669 900 6833 or +1 646 876 9923 > * Meeting ID: 342 730 236 > * International numbers available: https://zoom.us/u/ed95sU7aQ > > * Meeting Agenda and Minutes: > > * https://etherpad.openstack.org/p/stx-distro-other > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From shuicheng.lin at intel.com Wed Sep 25 08:33:26 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Wed, 25 Sep 2019 08:33:26 +0000 Subject: [Starlingx-discuss] About task "update keystone on the host from the SRPM" of Openstack Train In-Reply-To: <9A85D2917C58154C960D95352B22818BD07E882D@fmsmsx123.amr.corp.intel.com> References: <9700A18779F35F49AF027300A49E7C76608CBF08@SHSMSX105.ccr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07E882D@fmsmsx123.amr.corp.intel.com> Message-ID: <9700A18779F35F49AF027300A49E7C76608CC28F@SHSMSX105.ccr.corp.intel.com> Hi Bruce, Please check my inline comments. Best Regards Shuicheng From: Jones, Bruce E Sent: Wednesday, September 25, 2019 4:07 AM To: Lin, Shuicheng ; starlingx-discuss at lists.starlingx.io; Hu, Yong Subject: RE: About task "update keystone on the host from the SRPM" of Openstack Train Shuicheng, thank you. I tend to agree with you that Option 2 is the way to go, but I have some questions that maybe you or someone else in the community can answer. * Do we know how long it will take CentOS to produce the RPM on Train's Keystone? [shuicheng] Per history of Stein and Rocky, it is about 1 month after OpenStack's release date. * Do we know if the Stein Keystone is compatible with Train? [shuicheng] I assume Host keystone (Stein) should have no communication with OpenStack(Train). Please correct me if it is wrong. * How did we handle this in the past? [shuicheng] Based on git history, we always use SRPM/RPM from CentOS for keystone. * Why do we need CentOS to provide an RPM? Can we make our own from upstream Train sources? [shuicheng] We could do it. Option 1 is to use upstream keystone code directly. The risk is other dependent packages may need be upgraded together. For Option 2, CentOS help handle the dependency. brucej From: Lin, Shuicheng Sent: Monday, September 23, 2019 6:44 PM To: starlingx-discuss at lists.starlingx.io; Jones, Bruce E >; Hu, Yong > Subject: About task "update keystone on the host from the SRPM" of Openstack Train Hi all, There is a task 36619 [0] "update keystone on the host from the SRPM" of story 2006544 "Integrate with OpenStack Train (master)". Due to Train is not released yet, and it will take sometime for CentOS to support Train and provide the SRPM. We have two option as below. And I prefer Option 2, since host keystone is to serve flock service, not OpenStack service. Please help provide your suggestion. Thanks in advance. Option 1: To catch stx 3.0 release, we need switch SRPM to use upstream git directly. Advantage: Host keystone will align with containerized keystone. Disadvantage: A few keystone related packages need switch from SRPM to git repository. Other rpms may need be upgraded also if they have dependency on keystone. Option 2: We defer the upgrade task to stx 4.0, wait until SRPM is available in CentOS mirror. Advantage: Follow current design, and related packages could be upgraded easily together. Disadvantage: Host keystone will differ from containerized keystone. Not sure when CentOS will provide SRPM for Train. [0]: https://storyboard.openstack.org/#!/story/2006544 Best Regards Shuicheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From cindy.xie at intel.com Wed Sep 25 09:00:59 2019 From: cindy.xie at intel.com (Xie, Cindy) Date: Wed, 25 Sep 2019 09:00:59 +0000 Subject: [Starlingx-discuss] Weekly StarlingX non-OpenStack distro meeting In-Reply-To: <2f1cd7b4-8f2c-9c0f-b1e6-34a08ffb237e@intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F35F28711@SHSMSX104.ccr.corp.intel.com> <2FD5DDB5A04D264C80D42CA35194914F36055028@SHSMSX104.ccr.corp.intel.com> <2f1cd7b4-8f2c-9c0f-b1e6-34a08ffb237e@intel.com> Message-ID: <2FD5DDB5A04D264C80D42CA35194914F3605625F@SHSMSX104.ccr.corp.intel.com> Another topic from Tingjie is progress for containerized Ceph. -----Original Message----- From: Yong Hu Sent: Wednesday, September 25, 2019 4:16 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Weekly StarlingX non-OpenStack distro meeting Here is the agenda for today. Pls feel free to raise up other topics if needed. Agenda: 1). CentOS 7.7 and CentOS 8.0.1905 have been released. - will consider upversioning CentOS7.7 for stx.3.0? - CentOS 8.0 for StarlingX 4.0 for sure,but we need volunteers to start the work ASAP. 2). Bug Status Review On 24/09/2019 11:18 PM, Xie, Cindy wrote: > All, > This meeting is on tomorrow, but Yong HU will chair the meeting as I > have a conflict at the same slot. Yong will publish the agenda soon. > Thanks. - cindy > -----Original Appointment----- > *From:* Xie, Cindy > *Sent:* Thursday, April 25, 2019 5:42 PM > *To:* Xie, Cindy; 'zhaos'; Wold, Saul; > 'starlingx-discuss at lists.starlingx.io'; 'Rowsell, Brent' > *Cc:* Armstrong, Robert H; 'Komiyama, Takeo'; 'Eslimi, Dariush'; > 'Seiler, Glenn'; 'Peng Tan'; 'Chen, Jacky'; Gomez, Juan P; 'Waines, > Greg'; 'Zhi Zhi2 Chang'; 'Badea, Daniel'; Jones, Bruce E; Chen, Tingjie; > 'Carlos Cebrian'; Cobbley, David A; Hu, Wei W > *Subject:* Weekly StarlingX non-OpenStack distro meeting > *When:* Wednesday, September 25, 2019 9:00 PM-10:00 PM (UTC+08:00) > Beijing, Chongqing, Hong Kong, Urumqi. > *Where:* https://zoom.us/j/342730236 > > * Cadence and time slot: > > * Wednesday 9AM Winter EDT (10PM China time, US PDT Winter time 6AM) > > * Call Details: > > * Zoom link: https://zoom.us/j/342730236 > * Dialing in from phone: > * Dial(for higher quality, dial a number based on your current > location): US: +1 669 900 6833 or +1 646 876 9923 > * Meeting ID: 342 730 236 > * International numbers available: https://zoom.us/u/ed95sU7aQ > > * Meeting Agenda and Minutes: > > * https://etherpad.openstack.org/p/stx-distro-other > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From dominig.arfoll at fridu.net Wed Sep 25 10:10:55 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 25 Sep 2019 12:10:55 +0200 Subject: [Starlingx-discuss] openSUSE: sm-db build failure In-Reply-To: References: Message-ID: <941a33a1-e587-d695-a395-6a61db8899f0@fridu.net> OpenSUSE is pretty strict when it comes to the quality of the code which gets in their repo and enforce some compiler warnings to to upgraded as error. There are several ways to correct those issues: 1) fix the problem in the source The best and prefer option is to fix the code. These type errors can induce nasty side effect and often are easy to correct. 2) change the compiler option In the make file, select the the required option to ignore the error. If there is no warning from the compiler, OpenSUSE will assume (rightly or wrongly) that you know what you do and you had no choose in keeping such ugliness. 3) use rpmlinrc rpmlint calculate an ugliness marking and if you pass the threshold it fails the package. You can change the ugliness marks allocated to certain type of errors. It's often easier to go around the issue, when possible (not for all warning type) but as bad as solution 2). Conclusion. ------------------ It's often not longer to fix the code once for all. That is the prefer route. Dominig On 25/09/2019 02:55, Arce Moreno, Abraham wrote: > Hi Bin, > > Based in our work for openSUSE [0], and due to rpmlint configuration, we are having 2 warnings treated as errors while building sm-db package: > > [ 4s] sm_db_service_heartbeat.c: In function 'SmErrorT sm_db_service_heartbeat_insert(SmDbHandleT*, SmDbServiceHeartbeatT*)': > [ 4s] sm_db_service_heartbeat.c:321:13: error: format '%li' expects argument of type 'long int', but argument 35 has type 'SmTimerIdT {aka int}' [-Werror=format=] > [ 4s] record->heartbeat_timer_id, > [ 4s] sm_db_service_heartbeat.c: In function 'SmErrorT sm_db_service_heartbeat_update(SmDbHandleT*, SmDbServiceHeartbeatT*)': > [ 4s] sm_db_service_heartbeat.c:438:49: error: format '%li' expects argument of type 'long int', but argument 5 has type 'SmTimerIdT {aka int}' [-Werror=format=] > [ 4s] record->heartbeat_timer_id ); > [ 4s] cc1plus: all warnings being treated as errors > > We have confirmed the package gets built after reverting commit "Enhance timer system to avoid double deregister" [1]. > Can you please guide us into the right direction to get this properly fixed? > > [0] https://review.opendev.org/#/c/679686/ > [1] https://review.opendev.org/#/c/675936/ > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Bill.Zvonar at windriver.com Wed Sep 25 11:43:42 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 25 Sep 2019 11:43:42 +0000 Subject: [Starlingx-discuss] Community Call (Sep 25, 2019) Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AFC9AA@ALA-MBD.corp.ad.wrs.com> Hi all, reminder of the Community call coming up later today. Topics on the agenda include these - feel free to add more at [0]... - upcoming elections and project/repo restructuring - 2.0 retrospective discussion - what went well, what could we improve - and the usual standing topics... - Gerrit reviews that need attention - Red sanity learnings - unanswered requests for help in the mailing list - open AR review Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190925T1400 From saichandu.behara at calsoftinc.com Wed Sep 25 12:21:10 2019 From: saichandu.behara at calsoftinc.com (Saichandu Behara) Date: Wed, 25 Sep 2019 17:51:10 +0530 Subject: [Starlingx-discuss] Calsoft's Contribution to StarlingX Message-ID: <60cc06c0-7326-518a-2f53-d8e7effd0c86@calsoftinc.com> Hello All, The deployment of EdgeX in StarlingX is done successfully. But we faced a lot of challenges during whole process. Thus, to ease the process for a newbie, we have created ready-to-use qcow2 images. One can simply use this image to deploy the VM /(containing StarlingX with //K8//S and EdgeX//)/. We are in process of creating the document of how to use these images to create VMs and how to further utilize it. This is our very first step as contribution to this community and we would like to add more in future. Please let us know where can we upload these images and documents. -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bin.Qian at windriver.com Wed Sep 25 12:29:32 2019 From: Bin.Qian at windriver.com (Qian, Bin) Date: Wed, 25 Sep 2019 12:29:32 +0000 Subject: [Starlingx-discuss] openSUSE: sm-db build failure In-Reply-To: <941a33a1-e587-d695-a395-6a61db8899f0@fridu.net> References: , <941a33a1-e587-d695-a395-6a61db8899f0@fridu.net> Message-ID: Dominig, I am wondering there is something not right in your build environment. The SmTimerIdT is defined as: typedef int64_t SmTimerIdT; in sm_timer.h [1] patch set 1..3, which is part of the sm-common lib. There are multiple printf statements in sm-common lib that use the formater "%li" such as [2], line 150, 201. I don't expect you see the same errors from sm-common build, or otherwise the sm-db won't start building as it needs sm-common. Based on the error message in your first email, apparently the SmTimerIdT was "int" ('SmTimerIdT {aka int}'). That was the code before my commit "Enhance timer system to avoid double deregister". [1] line 23 on the "base". I would suggest you verify the sm_timer.h to see if it include the changes in [1], and possibly clean up your build environment to see if it helps. If your sm-common build also encountered the same errors, you may want to verify the size of int64_t on your build environment, it is expected to be 8-byte integer. Regards, Bin [1] https://review.opendev.org/#/c/675936/3/service-mgmt/sm-common-1.0.0/src/sm_timer.h [2] https://review.opendev.org/#/c/675936/3/service-mgmt/sm-common-1.0.0/src/sm_timer.c ________________________________________ From: Dominig ar Foll (Intel Open Source) [dominig.arfoll at fridu.net] Sent: Wednesday, September 25, 2019 3:10 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] openSUSE: sm-db build failure OpenSUSE is pretty strict when it comes to the quality of the code which gets in their repo and enforce some compiler warnings to to upgraded as error. There are several ways to correct those issues: 1) fix the problem in the source The best and prefer option is to fix the code. These type errors can induce nasty side effect and often are easy to correct. 2) change the compiler option In the make file, select the the required option to ignore the error. If there is no warning from the compiler, OpenSUSE will assume (rightly or wrongly) that you know what you do and you had no choose in keeping such ugliness. 3) use rpmlinrc rpmlint calculate an ugliness marking and if you pass the threshold it fails the package. You can change the ugliness marks allocated to certain type of errors. It's often easier to go around the issue, when possible (not for all warning type) but as bad as solution 2). Conclusion. ------------------ It's often not longer to fix the code once for all. That is the prefer route. Dominig On 25/09/2019 02:55, Arce Moreno, Abraham wrote: > Hi Bin, > > Based in our work for openSUSE [0], and due to rpmlint configuration, we are having 2 warnings treated as errors while building sm-db package: > > [ 4s] sm_db_service_heartbeat.c: In function 'SmErrorT sm_db_service_heartbeat_insert(SmDbHandleT*, SmDbServiceHeartbeatT*)': > [ 4s] sm_db_service_heartbeat.c:321:13: error: format '%li' expects argument of type 'long int', but argument 35 has type 'SmTimerIdT {aka int}' [-Werror=format=] > [ 4s] record->heartbeat_timer_id, > [ 4s] sm_db_service_heartbeat.c: In function 'SmErrorT sm_db_service_heartbeat_update(SmDbHandleT*, SmDbServiceHeartbeatT*)': > [ 4s] sm_db_service_heartbeat.c:438:49: error: format '%li' expects argument of type 'long int', but argument 5 has type 'SmTimerIdT {aka int}' [-Werror=format=] > [ 4s] record->heartbeat_timer_id ); > [ 4s] cc1plus: all warnings being treated as errors > > We have confirmed the package gets built after reverting commit "Enhance timer system to avoid double deregister" [1]. > Can you please guide us into the right direction to get this properly fixed? > > [0] https://review.opendev.org/#/c/679686/ > [1] https://review.opendev.org/#/c/675936/ > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From marcela.a.rosales.jimenez at intel.com Wed Sep 25 14:47:44 2019 From: marcela.a.rosales.jimenez at intel.com (Rosales Jimenez, Marcela A) Date: Wed, 25 Sep 2019 14:47:44 +0000 Subject: [Starlingx-discuss] [MultiOS ] Team meeting 9/23/19 Message-ID: <44D27B53-6941-48DB-8DCE-7B26B45FE382@intel.com> Meeting notes are here: https://etherpad.openstack.org/p/stx-multios Multi-OS team meeting - 9/23/2019 Agenda: opens: - What is our end of october milestone? to have the configuation complete in openSUSE as it is in CentOS. openSUSE: - opensuse specs on gerrit - maintenance - complete - next: use sysinv example in the _service file add a line refs/changes/86/679686/3 osc localrun / osc build - config - complete - HA - Hardwire dependencies of specific versions of packages - OpenSUSE flock bring-up - Systemd cleanup for CentOS - NFV - WIP - Fault - complete - next step is integration with OBS following sysinv example - https://build.opensuse.org/package/view_file/Cloud:StarlingX:2.0/sysinv/_service?expand=1 - setup -n https://opendev.org/starlingx/config/src/branch/master/sysinv/sysinv/opensuse/sysinv.spec - how to manage services' dependencies like: database with specific schema, interfaces, hostname controller-0 - prefered method: don't write own scripts, try to enable same configuration that is happening in centos (ansible and puppet) - seems that puppet doesnt exist in obs ecosystem - review this http://download.opensuse.org/repositories/systemsmanagement:/puppet/ - to-do: provide a list with missing puppet rpms, or confirmation that all dependencies are met. Yocto: - working on bring up other services not starlingx, ex: kubernetes -------------- next part -------------- An HTML attachment was scrubbed... URL: From erich.cordoba.malibran at intel.com Wed Sep 25 15:10:47 2019 From: erich.cordoba.malibran at intel.com (Cordoba Malibran, Erich) Date: Wed, 25 Sep 2019 15:10:47 +0000 Subject: [Starlingx-discuss] Correct workflow for testing gerrit changes in OBS Message-ID: <3e222a0f3954e7380e19c6296839509cae715e87.camel@intel.com> Hi, As part of the multi-os effort we are moving specfiles from Open Build Service (OBS)[0] to git. To test the complete flow, I defined the following _service file. git https://opendev.org/starlingx/fault refs/changes/95/684395/5 1.0 fm-mgr fm-mgr disable opensuse/fm-mgr.spec opensuse/fm-mgr.changes gz *.tar Where the "revision" parameter points to the branch created in gerrit. Doing a local `osc service run` works and I can checkout to that specific revision, however, if I send this same _service file to OBS then I get an error as is unable to find such revision: Running /usr/lib/obs/service//obs_scm --scm git \ --url https://opendev.org/starlingx/fault \ --revision refs/changes/95/684395/5 --version 1.0 \ --subdir fm-common --filename fm-common \ --changesgenerate disable --extract opensuse/fm-common.spec \ --extract opensuse/fm-common.changes --outdir /var/cache/obs/z2nh9MaFtIWq/out refs/changes/95/684395/5: No such revision It seems that the server doesn't have an updated version of the repo, is there way to force the server to do a git fetch ? You can see the complete error log here: https://build.opensuse.org/package/show/home:erichcm:branches:Cloud:StarlingX:2.0/fm-common Thanks! - [0] https://build.opensuse.org/project/show/Cloud:StarlingX:2.0 From vm.rod25 at gmail.com Wed Sep 25 15:20:40 2019 From: vm.rod25 at gmail.com (Victor Rodriguez) Date: Wed, 25 Sep 2019 10:20:40 -0500 Subject: [Starlingx-discuss] Calsoft's Contribution to StarlingX In-Reply-To: <60cc06c0-7326-518a-2f53-d8e7effd0c86@calsoftinc.com> References: <60cc06c0-7326-518a-2f53-d8e7effd0c86@calsoftinc.com> Message-ID: On Wed, Sep 25, 2019 at 7:21 AM Saichandu Behara wrote: > > Hello All, > > The deployment of EdgeX in StarlingX is done successfully. But we faced a lot of challenges during whole process. Thus, to ease the process for a newbie, we have created ready-to-use qcow2 images. One can simply use this image to deploy the VM (containing StarlingX with K8S and EdgeX). We are in process of creating the document of how to use these images to create VMs and how to further utilize it. > > This is our very first step as contribution to this community and we would like to add more in future. > > Please let us know where can we upload these images and documents. > > -- > Thanks & Regards > Sai Chandu Behara > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss Hi Sai Thanks a lot for this great contribution, this is an idea we had in STX long time ago ( starling X in a box). The documentation team (MichellTullis) will be more than happy to share with you the proper place to document it. Many of us will be more than happy to test the qcow2 images and let you know how do they work. About the place where to upload them, I don't know if CENGN could be a good place (Scott ? ) Thanks a lot for your contributions, we really appreciate your help to the project Regards Victor Rodriguez From abraham.arce.moreno at intel.com Wed Sep 25 15:48:57 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Wed, 25 Sep 2019 15:48:57 +0000 Subject: [Starlingx-discuss] openSUSE: High Availability Installation Update Message-ID: Hi, Please find a preliminary update [0] of our journey to install the created "high availability" packages from our openSUSE StarlingX project space [1]. These procedure will be repeated once the packages are generated using the non-yet merged StarlingX HA Upstream Specfiles [2]. In summary: The following packages were successfully installed, no missing zypper or python dependencies: - sm-common - libsm-db1 - sm The following packages were successfully installed after additional zypper and/or python packages were installed, work in progress to add them into their respective specfile: - sm-tools - sm-client - sm-api You will find in the guide: 1. The openSUSE based Vagrant image 2. The installation of the packages and package binaries execution 3. Output for both installation and package binaries execution [0] https://github.com/xe1gyq/starlingx/blob/master/multios/opensuse_ha_install.md [1] https://build.opensuse.org/project/show/Cloud:StarlingX:2.0 [2] https://review.opendev.org/#/c/679686/ From abraham.arce.moreno at intel.com Wed Sep 25 15:58:52 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Wed, 25 Sep 2019 15:58:52 +0000 Subject: [Starlingx-discuss] openSUSE: sm-db build failure In-Reply-To: <941a33a1-e587-d695-a395-6a61db8899f0@fridu.net> References: <941a33a1-e587-d695-a395-6a61db8899f0@fridu.net> Message-ID: Thanks Dominig, > OpenSUSE is pretty strict when it comes to the quality of the code which gets > in their repo and enforce some compiler warnings to to upgraded as error. > There are several ways to correct those issues: > > 1) fix the problem in the source > The best and prefer option is to fix the code. These type errors can induce > nasty side effect and often are easy to correct. > > 2) change the compiler option > In the make file, select the the required option to ignore the error. If there is > no warning from the compiler, OpenSUSE will assume (rightly or > wrongly) that you know what you do and you had no choose in keeping such > ugliness. Yes, if I remove -Werror flag under CCFLAGS in src/Makefile, rpm gets generated. > 3) use rpmlinrc > rpmlint calculate an ugliness marking and if you pass the threshold it fails the > package. You can change the ugliness marks allocated to certain type of > errors. > It's often easier to go around the issue, when possible (not for all warning > type) but as bad as solution 2). I do not know about this tool, I will learn about it. > Conclusion. > ------------------ > It's often not longer to fix the code once for all. > That is the prefer route. Let me give second review to go for option one. From abraham.arce.moreno at intel.com Wed Sep 25 16:02:22 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Wed, 25 Sep 2019 16:02:22 +0000 Subject: [Starlingx-discuss] openSUSE: sm-db build failure In-Reply-To: References: , <941a33a1-e587-d695-a395-6a61db8899f0@fridu.net> Message-ID: Thanks Bin, > I am wondering there is something not right in your build environment. The > SmTimerIdT is defined as: > typedef int64_t SmTimerIdT; > in sm_timer.h [1] patch set 1..3, which is part of the sm-common lib. > There are multiple printf statements in sm-common lib that use the formater > "%li" such as [2], line 150, 201. I don't expect you see the same errors from > sm-common build, or otherwise the sm-db won't start building as it needs > sm-common. I am using container and virtual machine (vagrant) as development environments in a Ubuntu workstation. > Based on the error message in your first email, apparently the SmTimerIdT > was "int" ('SmTimerIdT {aka int}'). That was the code before my commit > "Enhance timer system to avoid double deregister". [1] line 23 on the > "base". Let me check again, I have repeated the process to confirm I am really using upstream code with our openSUSE HA specfiles. > I would suggest you verify the sm_timer.h to see if it include the changes in > [1], and possibly clean up your build environment to see if it helps. > If your sm-common build also encountered the same errors, you may want > to verify the size of int64_t on your build environment, it is expected to be 8- > byte integer. I will... thanks! From bruce.e.jones at intel.com Wed Sep 25 16:26:14 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Wed, 25 Sep 2019 16:26:14 +0000 Subject: [Starlingx-discuss] Calsoft's Contribution to StarlingX In-Reply-To: <60cc06c0-7326-518a-2f53-d8e7effd0c86@calsoftinc.com> References: <60cc06c0-7326-518a-2f53-d8e7effd0c86@calsoftinc.com> Message-ID: <9A85D2917C58154C960D95352B22818BD07E8F08@fmsmsx123.amr.corp.intel.com> This is very cool! Speaking as part of the Docs team, I’d be happy to work with you (if needed) on adding the document you’re working on to the docs.starlingx.io site. Sadly, the project does not have dedicated storage for large files. Perhaps our partner @Cengn.ca can help? brucej From: Saichandu Behara [mailto:saichandu.behara at calsoftinc.com] Sent: Wednesday, September 25, 2019 5:21 AM To: Bill.Zvonar at windriver.com; starlingx-discuss at lists.starlingx.io Cc: Pavan Gupta Subject: [Starlingx-discuss] Calsoft's Contribution to StarlingX Hello All, The deployment of EdgeX in StarlingX is done successfully. But we faced a lot of challenges during whole process. Thus, to ease the process for a newbie, we have created ready-to-use qcow2 images. One can simply use this image to deploy the VM (containing StarlingX with K8S and EdgeX). We are in process of creating the document of how to use these images to create VMs and how to further utilize it. This is our very first step as contribution to this community and we would like to add more in future. Please let us know where can we upload these images and documents. -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From abraham.arce.moreno at intel.com Wed Sep 25 16:35:59 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Wed, 25 Sep 2019 16:35:59 +0000 Subject: [Starlingx-discuss] How to access Openstack Rest API from external? In-Reply-To: References: Message-ID: Hi Ezpeer, > Dear all, > How to access Openstack Rest API from external? Patch in progress https://review.opendev.org/#/c/679896/ Any help with that, feel free to give us a shout. From dominig.arfoll at fridu.net Wed Sep 25 16:47:05 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 25 Sep 2019 18:47:05 +0200 Subject: [Starlingx-discuss] openSUSE: High Availability Installation Update In-Reply-To: References: Message-ID: <265084f0-e806-a351-b9e7-701fa020a9db@fridu.net> Hello, I have looked at your documentation provided as pointers and I would like to make a few comments : 1) you are mixing repo. The Vagrant image is made on OpenSUSE 15.0 but I notice that you pull some packages from "openSUSE-Tumbleweed-Oss". Mixing repo from different release is a ticket for problem. I guess it's an error. Rather than to ignore key, it's better to import them once for all. 2) dependencies The easier way to manage complex software installation, is to create a meta package in OBS. It's a package that only has "Required:" statement an calls for needed packages. If the called packages are in spread out in directories which are not commonly referenced by default, it can be 'User Friendly' to create aggregate version of the target packages in the same directory than the meta package,  to ease the end use life. 3) pip Using pip to upload python module is not the preferred method, as  those modules will not be updated when the distro is updated and their release is unknown as it depends of the installation timing. The packages that you are calling are available from OpenSUSE repo in Python2 and 3, so a call from the meta package could be done automatically.   S  | Name           | Summary                                 | Type   ---+----------------+-----------------------------------------+-------- i+ | psutils        | Tools for Manipulating PostScript Files | package    | python2-psutil | A process utilities module for Python   | package    | python3-psutil | A process utilities module for Python   | package Would a package not be available, it would be better to create a virtual package which does the install as part of a simple %post and call it from the meta package. Which such model, to enforce the update, we would just have to increase the version number. 4) DB and various Config file initialisation Rather than to do them by hand, it would be better to trigger them in a %post statement of the meta package. Which such solution, the could be fully automated via a "1 click Install" (works only from Firefox). A special test might be required to not break changes during update. Have a nice day Dominig On 25/09/2019 17:48, Arce Moreno, Abraham wrote: > Hi, > > Please find a preliminary update [0] of our journey to install the created "high availability" packages from our openSUSE StarlingX project space [1]. > These procedure will be repeated once the packages are generated using the non-yet merged StarlingX HA Upstream Specfiles [2]. > In summary: > > The following packages were successfully installed, no missing zypper or python dependencies: > - sm-commonS | Name | Summary | Type > ---+----------------+-----------------------------------------+-------- > i+ | psutils | Tools for Manipulating PostScript Files | package > | python2-psutil | A process utilities module for Python | package > | python3-psutil | A process utilities module for Python | package > - libsm-db1 > - sm > > The following packages were successfully installed after additional zypper and/or python packages were installed, work in progress to add them into their respective specfile: > - sm-tools > - sm-client > - sm-api > > You will find in the guide: > > 1. The openSUSE based Vagrant image > 2. The installation of the packages and package binaries execution > 3. Output for both installation and package binaries execution > > [0] https://github.com/xe1gyq/starlingx/blob/master/multios/opensuse_ha_install.md > [1] https://build.opensuse.org/project/show/Cloud:StarlingX:2.0 > [2] https://review.opendev.org/#/c/679686/ > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From abraham.arce.moreno at intel.com Wed Sep 25 17:23:38 2019 From: abraham.arce.moreno at intel.com (Arce Moreno, Abraham) Date: Wed, 25 Sep 2019 17:23:38 +0000 Subject: [Starlingx-discuss] openSUSE: High Availability Installation Update In-Reply-To: <265084f0-e806-a351-b9e7-701fa020a9db@fridu.net> References: <265084f0-e806-a351-b9e7-701fa020a9db@fridu.net> Message-ID: Thanks Dominig for sharing your comments, > I have looked at your documentation provided as pointers and I would > like to make a few comments : > > 1) you are mixing repo. > The Vagrant image is made on OpenSUSE 15.0 but I notice that you pull > some packages from "openSUSE-Tumbleweed-Oss". > Mixing repo from different release is a ticket for problem. I guess it's > an error. > Rather than to ignore key, it's better to import them once for all. Agree, my typos. I initially launched a Tumbleweed based Vagrant image and did not remove the content. The steps were finally installed in one Leap 15.0 based. My Documentation needs to be updated. > 2) dependencies > The easier way to manage complex software installation, is to create a > meta package in OBS. > It's a package that only has "Required:" statement an calls for needed > packages. > If the called packages are in spread out in directories which are not > commonly referenced by default, it can be 'User Friendly' to create > aggregate version of the target packages in the same directory than the > meta package,  to ease the end use life. When do you decide this require dependencies should be in the Specfile or in that meta package? In case the meta package is the right option, should we create one per component (ha)? per package (sm-tools)? Can you please point me into the specific documentation to learn about this concept, not a clear result from google. Also a OBS example of some other project? :) > 3) pip > Using pip to upload python module is not the preferred method, as  those > modules will not be updated when the distro is updated and their release > is unknown as it depends of the installation timing. Understood, this was an temporal step to be able to use the package binaries (e.g. sm-dump) > The packages that you are calling are available from OpenSUSE repo in > Python2 and 3, so a call from the meta package could be done automatically. > > S  | Name           | Summary                                 | Type > ---+----------------+-----------------------------------------+-------- > i+ | psutils        | Tools for Manipulating PostScript Files | package >    | python2-psutil | A process utilities module for Python   | package >    | python3-psutil | A process utilities module for Python   | package > > Would a package not be available, it would be better to create a virtual > package which does the install as part of a simple %post and call it > from the meta package. Which such model, to enforce the update, we would > just have to increase the version number. Work in progress to learn about this meta package concept... > 4) DB and various Config file initialisation > Rather than to do them by hand, it would be better to trigger them in a > %post statement of the meta package. Agree, same as with pip package dependencies, only a temporal step to be able to finally use package binaries (e.g. sm-tools) I will work in a change proposal. > Which such solution, the could be fully automated via a "1 click > Install" (works only from Firefox). > > A special test might be required to not break changes during update. > > Have a nice day You too! I am taking vacations for the following 3 days so please bear with me if I do not reply back soon. From sgw at linux.intel.com Wed Sep 25 17:43:27 2019 From: sgw at linux.intel.com (Saul Wold) Date: Wed, 25 Sep 2019 10:43:27 -0700 Subject: [Starlingx-discuss] [multios][openSUSE] puppet packages for openSUSE 15 / 15.1 Message-ID: <2cce71ce-0c21-4ac0-74a0-531c5203006b@linux.intel.com> Hi Dominig, Dirk: As we are working through more of the StarlingX packages, we need to ensure that we have current puppet packages for openSUSE. I did find that there was some puppet packages for 12.3 and 13.2, but nothing for the newer Leap 15.x releases. Am I searching in the wrong place? Any pointers would be helpful and/or help getting a current puppet repo available would be great. Thanks Sau! From dominig.arfoll at fridu.net Wed Sep 25 18:02:38 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 25 Sep 2019 20:02:38 +0200 Subject: [Starlingx-discuss] openSUSE: High Availability Installation Update In-Reply-To: References: <265084f0-e806-a351-b9e7-701fa020a9db@fridu.net> Message-ID: <31d28eb3-73d8-81b9-aab0-ef46c2ecd714@fridu.net> On 25/09/2019 19:23, Arce Moreno, Abraham wrote: > Thanks Dominig for sharing your comments, > Agree, my typos. I initially launched a Tumbleweed based Vagrant image > and did not remove the content. > > The steps were finally installed in one Leap 15.0 based. My Documentation > needs to be updated. Good. A non issue then. > > When do you decide this require dependencies should be in the Specfile > or in that meta package? I personally tend to put all the runtime dependency in the Meta package, so all the packages which are called by it have the same set. If you plan to allow individual package installation, then it should be within the package. > In case the meta package is the right option, should we create one per > component (ha)? per package (sm-tools)? The optimum strategy, is to create 1 meta package for each subsystem that can be installed and run independently. Then we can create a meta package which calls for the sub meta packages. > Can you please point me into the specific documentation to learn about > this concept, not a clear result from google. Also a OBS example of some > other project? :) Not very well documented feature but you can look at my personal project.   https://build.opensuse.org/package/show/Application:Geo:OpenCPN/OpenCPN-5.x I have a meta package that call for the entire installation. You can even force for given version of packages to stop people to break tested configurations. As it's a full package, you can also provide %pre and %post section as desired. > You too! I am taking vacations for the following 3 days so please > bear with me if I do not reply back soon. Understood. -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From dominig.arfoll at fridu.net Wed Sep 25 18:24:55 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 25 Sep 2019 20:24:55 +0200 Subject: [Starlingx-discuss] Ansible for OpenSUSE Message-ID: <91756fad-a65b-6aea-b000-bbd79d90dc5d@fridu.net> Hello, It seems that having Ansible for OpenSUSE could ease project progress. Please let me know if the packages available provides what is need or not. If not, what is missing. Ansible can found here on OBS:   https://build.opensuse.org/project/show/systemsmanagement -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From dominig.arfoll at fridu.net Wed Sep 25 20:58:56 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Wed, 25 Sep 2019 22:58:56 +0200 Subject: [Starlingx-discuss] Correct workflow for testing gerrit changes in OBS In-Reply-To: <3e222a0f3954e7380e19c6296839509cae715e87.camel@intel.com> References: <3e222a0f3954e7380e19c6296839509cae715e87.camel@intel.com> Message-ID: Erich, am afraid that you have found a bug in git service from OBS. A patch is on its way. I will keep you posted when available. You can follow progress here if you wish.    https://github.com/openSUSE/obs-service-tar_scm/issues/330 Sorry, I do not have a quick work around. Dominig On 25/09/2019 17:10, Cordoba Malibran, Erich wrote: > Hi, > > As part of the multi-os effort we are moving specfiles from Open Build > Service (OBS)[0] to git. > > To test the complete flow, I defined the following _service file. > > > > > git > https://opendev.org/starlingx/fault > refs/changes/95/684395/5 > 1.0 > fm-mgr > fm-mgr > disable > opensuse/fm-mgr.spec > opensuse/fm-mgr.changes > > > > gz > *.tar > > > > > Where the "revision" parameter points to the branch created in gerrit. > > Doing a local `osc service run` works and I can checkout to that > specific revision, however, if I send this same _service file to OBS > then I get an error as is unable to find such revision: > > Running /usr/lib/obs/service//obs_scm --scm git \ > --url https://opendev.org/starlingx/fault \ > --revision refs/changes/95/684395/5 --version 1.0 \ > --subdir fm-common --filename fm-common \ > --changesgenerate disable --extract opensuse/fm-common.spec \ > --extract opensuse/fm-common.changes --outdir /var/cache/obs/z2nh9MaFtIWq/out > refs/changes/95/684395/5: No such revision > > It seems that the server doesn't have an updated version of the repo, is there way > to force the server to do a git fetch ? > > You can see the complete error log here: > https://build.opensuse.org/package/show/home:erichcm:branches:Cloud:StarlingX:2.0/fm-common > > Thanks! > > - [0] https://build.opensuse.org/project/show/Cloud:StarlingX:2.0 > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From maria.g.perez.ibarra at intel.com Wed Sep 25 21:33:00 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Wed, 25 Sep 2019 21:33:00 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190925 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-25 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Wed Sep 25 22:14:34 2019 From: sgw at linux.intel.com (Saul Wold) Date: Wed, 25 Sep 2019 15:14:34 -0700 Subject: [Starlingx-discuss] Ansible for OpenSUSE In-Reply-To: <91756fad-a65b-6aea-b000-bbd79d90dc5d@fridu.net> References: <91756fad-a65b-6aea-b000-bbd79d90dc5d@fridu.net> Message-ID: On 9/25/19 11:24 AM, Dominig ar Foll (Intel Open Source) wrote: > Hello, > > It seems that having Ansible for OpenSUSE could ease project progress. > Please let me know if the packages available provides what is need or not. > If not, what is missing. > Ansible can found here on OBS: >   https://build.opensuse.org/project/show/systemsmanagement > I did a very quick zypper install of the default ansible available into an openSUSE Leap 15.0 docker container and tried to run bootstrap playbook. It was able to run until it tried to find some of the system/platform configuration that the StarlingX build lays down on an installed system. So I think Ansible is not an issue, but Puppet will be, see my previous email. Thanks Sau! From michael.l.tullis at intel.com Wed Sep 25 22:38:00 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Wed, 25 Sep 2019 22:38:00 +0000 Subject: [Starlingx-discuss] [docs][meetings] docs team meeting minutes 9/25 Message-ID: <3808363B39586544A6839C76CF81445EA1BDFAB8@ORSMSX104.amr.corp.intel.com> Join us if you have interest in StarlingX docs! We meet Wednesdays, and call logistics are here: https://wiki.openstack.org/wiki/Starlingx/Meetings. Our etherpad is here: https://etherpad.openstack.org/p/stx-documentation. -- Mike CURRENT AGENDA AND NOTES 2019-09-25 * Mike -- Welcome Mary Camp to the doc team -- * All -- reviews in progress and recent merges -- * See summary at https://review.opendev.org/#/q/project:starlingx/docs. * Recent merges. Great job team! * https://review.opendev.org/#/c/682761/ -- Apply fixes from feedback on virtual install guides -- MERGED * https://review.opendev.org/#/c/682708/ -- Release Note document for StarlingX 2.0 -- MERGED * https://review.opendev.org/#/c/682967/ -- Apply fixes from feedback on bare metal install guides -- MERGED * https://review.opendev.org/#/c/681850/ -- Initial creation Doc page Navigate Git Code story/2005184 -- MERGED * We have 3 open. Let's take a look to see how we can push these through. * https://review.opendev.org/#/c/679896/ tied to https://bugs.launchpad.net/starlingx/+bug/1837931 -- Add instructions for remote CLI access to Openstack -- For background, see https://drive.google.com/file/d/1-UulIR8oBFcphl_ov5as2W5-lwtl6Tqfand https://drive.google.com/file/d/1YUKKGsH-LoR_67wQOotiOZHStIziyh7i. This bug is not fully resolved with the current review, but the linked background emails may be enough. Specifically, we need instructions for REST API. Lower priority for now until we get the latest updates on the install/deploy guides merged. Greg will hunt down the REST API calls. * https://review.opendev.org/#/c/684148/ -- Improve readability of install guides R2 -- This flattens headings from 5 levels to 3 or fewer and improves usability. Almost ready to merge. * https://review.opendev.org/#/c/684820/ -- Introduction editorial updates -- * Abraham and all -- bug status -- https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.docs * Resolution for all current bugs should be pushed to the R2 docs, not versioned for R3. * Current status: 3 bugs open, 1 high, 1 med, 1 low. 2 of the bugs have open reviews. * For https://bugs.launchpad.net/starlingx/+bug/1844656, Kris will verify if it is already addressed. If so, close bug and reference Gerrit reviews. * Bruce/Mike -- StarlingX-in-a-box via ready-to-use qcow2 images -- * See http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006316.html. * Next steps? Bruce volunteered to help with doc submission. * Mike -- future/planned reviews for installation/deployment guides -- * A recent code change will impact bare metal use cases (and possibly others). * See https://drive.google.com/file/d/1pic5wr_69fJb94-o3JM7U2xKMJ0HpGJZ for details. * This is for R3 and should not be rolled into R2 docs. So it will be rolled into the "upcoming release" section. * Erich Cordoba Malibran wrote an installation/deployment guide that mostly overlaps with our own. * We need to review it to see if we can pull any goodness into our official docs. Greg will review. Could be the starting point for StarlingX in a box. * See https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ and http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006059.html for details. * Mike -- report out on any progress or plans for R3 stories -- * Where we can add the most value right now is to add the stubbed out landing page for https://storyboard.openstack.org/#!/story/2006289. See http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006127.html for more info. We've discussed this in the community meeting and on the mailing list. We'll start this after the latest retrofitted changes to the R2 guides merge. This fits into the "gap" discussion from community. * Background: * R3 release is currently planned for early December. * Current doc stories are here. We'll add to this list -- https://storyboard.openstack.org/#!/story/list?tags=stx.docs&tags=stx.3.0 -- * The community team is tracking top stories. I submitted these two for the doc team -- https://drive.google.com/file/d/1dXFLc6f4d5MA2l7rRBMnfyk4X6wZ07wX * Kris -- persistent URL requested for versioned docs -- Report out on status. Moving forward, we'll have explicit and persistent version URLs. ACTION REQUIRED (AR) SUMMARY Completed ARs are archived here: https://etherpad.openstack.org/p/stx-documentation-files-003 * -- -- * 2019-05-15 -- Scott and Abraham -- Review these code and terminology changes impacting user docs -- https://drive.google.com/file/d/1sCB-lrWhDIJLNAGWBt7wJ1_JxY21m71p -- and report back on specific actions required. * 2019-07-03 -- Mike -- After the installation/deployment landing pages are updated and the applicable wikis are fully deprecated, send a message to the mailing list clarifying where the "single source of truth" is for the latest content -- wiki vs. doc site vs. Gerrit reviews in progress. Wait until we have the R3 versioned path. * 2019-09-18 -- Greg -- Hunt down REST API specifics needed to close https://bugs.launchpad.net/starlingx/+bug/1837931. For background, see https://drive.google.com/file/d/1-UulIR8oBFcphl_ov5as2W5-lwtl6Tqf and https://drive.google.com/file/d/1YUKKGsH-LoR_67wQOotiOZHStIziyh7i. * 2019-09-18 -- Greg -- Hunt down Ansible-related updates for the guides. * 2019-09-18 -- Greg -- Review Erich's contribution at https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ to see if we need to retrofit anything into our existing guides. Also recommend anything toward "StarlingX in a box." * 2019-09-25 -- Kris -- For https://bugs.launchpad.net/starlingx/+bug/1844656, verify if it is already addressed. If so, close bug and reference Gerrit reviews. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bin.Qian at windriver.com Thu Sep 26 03:56:51 2019 From: Bin.Qian at windriver.com (Qian, Bin) Date: Thu, 26 Sep 2019 03:56:51 +0000 Subject: [Starlingx-discuss] openSUSE: sm-db build failure In-Reply-To: References: , <941a33a1-e587-d695-a395-6a61db8899f0@fridu.net> , Message-ID: Please DO NOT remove the compile flag -Werror. In this case it could cause read buffer overflow, as the printf will read 8 bytes from a 4 bytes allocated memory address, which could be significant stability and security issue. We will have to identify and solve the issue of a broken link SmTimerIdT = int64_t = long long int = 8 bytes integer. Thanks, Bin ________________________________________ From: Arce Moreno, Abraham [abraham.arce.moreno at intel.com] Sent: Wednesday, September 25, 2019 9:02 AM To: Qian, Bin; Dominig ar Foll (Intel Open Source); starlingx-discuss at lists.starlingx.io Subject: RE: [Starlingx-discuss] openSUSE: sm-db build failure Thanks Bin, > I am wondering there is something not right in your build environment. The > SmTimerIdT is defined as: > typedef int64_t SmTimerIdT; > in sm_timer.h [1] patch set 1..3, which is part of the sm-common lib. > There are multiple printf statements in sm-common lib that use the formater > "%li" such as [2], line 150, 201. I don't expect you see the same errors from > sm-common build, or otherwise the sm-db won't start building as it needs > sm-common. I am using container and virtual machine (vagrant) as development environments in a Ubuntu workstation. > Based on the error message in your first email, apparently the SmTimerIdT > was "int" ('SmTimerIdT {aka int}'). That was the code before my commit > "Enhance timer system to avoid double deregister". [1] line 23 on the > "base". Let me check again, I have repeated the process to confirm I am really using upstream code with our openSUSE HA specfiles. > I would suggest you verify the sm_timer.h to see if it include the changes in > [1], and possibly clean up your build environment to see if it helps. > If your sm-common build also encountered the same errors, you may want > to verify the size of int64_t on your build environment, it is expected to be 8- > byte integer. I will... thanks! From Bill.Zvonar at windriver.com Thu Sep 26 12:30:33 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Thu, 26 Sep 2019 12:30:33 +0000 Subject: [Starlingx-discuss] Community Call (Sep 25, 2019) Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AFD0DF@ALA-MBD.corp.ad.wrs.com> Updates from yesterday's community call... - standing topics - any Gerrit reviews that need attention? - nothing this week, Saul gave a shout-out to the reviewers of the OpenSUSE stuff - sanity - any reds since last call? - issue #1 (https://bugs.launchpad.net/starlingx/+bug/1844394): due to multiple updates going in together - the full set of updates didn't get merged together - issue #2 (https://bugs.launchpad.net/starlingx/+bug/1844576): due to test coverage - issue only manifested itself in the OpenStack config - any unanswered calls for assistance on the mailing list? - seems to be ok for the past week - update from Sai Chandu (Calsoft): see http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006308.html - looking for a spot to make images & documents available to the community - 2.0 Retrospective - Release Notes - Mike T: this was later than it should have been in 2.0, we should do these more 'as we go' in 3.0 - Ghada: start preparing the release notes at RC1 - add this to the Release Team's RC1 checklist (AR: release team do this) - Documentation - Mike T: the input from the dev team was good, so this was a good thing - keep doing this - Mike also gave a shout out for some - RC1 Process - Ghada: the RC1 process went well, the test team's spreadsheet was very good (+1 from Bill on that) - Bill to send a specific note about this to the mailing list -----Original Message----- From: Zvonar, Bill Sent: Wednesday, September 25, 2019 7:44 AM To: starlingx-discuss at lists.starlingx.io Subject: Community Call (Sep 25, 2019) Hi all, reminder of the Community call coming up later today. Topics on the agenda include these - feel free to add more at [0]... - upcoming elections and project/repo restructuring - 2.0 retrospective discussion - what went well, what could we improve - and the usual standing topics... - Gerrit reviews that need attention - Red sanity learnings - unanswered requests for help in the mailing list - open AR review Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_PDT_.2F_1400_UTC_-_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190925T1400 From scott.little at windriver.com Thu Sep 26 15:38:46 2019 From: scott.little at windriver.com (Scott Little) Date: Thu, 26 Sep 2019 11:38:46 -0400 Subject: [Starlingx-discuss] FW: [Build] Build layering reviews In-Reply-To: <56829C2A36C2E542B0CCB9854828E4D856266584@CDSMSX102.ccr.corp.intel.com> References: <58efa3fb-9958-4af1-27f4-21db5a90da19@windriver.com> <2FD5DDB5A04D264C80D42CA35194914F360482ED@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264A3B@CDSMSX102.ccr.corp.intel.com> <59676767-1870-b9a4-d256-77ff3a4148c8@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856265D08@CDSMSX102.ccr.corp.intel.com> <157958eb-6c13-318c-b087-a3d6b8a68662@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856266584@CDSMSX102.ccr.corp.intel.com> Message-ID: <92bad81a-e05f-6e1d-d83f-71263c01f29f@windriver.com> Returning this discussion to the mailing list. If possible, join the Build call next week.  https://wiki.openstack.org/wiki/Starlingx/Meetings 1) When mock installs for the first time. it uses rpms that have been download via lst file. The mock pseudo-layer lst files capture reflect the rpms needed by mock. The mock lst's are merged with the layers lst's.  In this way, the mock rpms don't have to be listed in each and every layer's lst. 2) Adding tools to generate an lst file reflacting the output of a build  layer, and adding that lst for consumprion by higher layers, is indeed a possibility possibility I wanted to persue.  Reference to that output lst could then be added to as a new arg to the download script when invoked by a higher layer, or a config file could specify where to find it (cengn is the likely default supplier). compile layer) The compile layer is a true layer, built prior to the distro layer.  Only a few build related packages go here.  Compilers, language interpreters, rpm.  I wanted those packages in place so that all distro layer packages build with the same tools. Scott On 2019-09-25 10:24 p.m., Chen, Haochuan Z wrote: > > Still not clear about mock layer. > > 1, In build container, mock is already installed, why request to > download mock required package firstly? > > 2, To build distro or flock layer, we could add compile layer’s tis > rpm in distro and flock layer’s lst file. By download compile layer’s > binary in mirror, it could also ensure user building package with same > tool. > > Why introduces compile layer? > > Thanks! > > Martin, Chen > > SSP, Software Engineer > > 021-61164330 > > *From:*Scott Little > *Sent:* Thursday, September 26, 2019 12:25 AM > *To:* Chen, Haochuan Z > *Subject:* Re: FW: [Starlingx-discuss] [Build] Build layering reviews > > See inline ... > > Scott > > On 2019-09-23 11:00 a.m., Chen, Haochuan Z wrote: > > Hi Scott > > I studied your patch and some questions. > > 1, why there is mock and compile layer, what's usage or intention > for these two layers? > > Build-pkgs uses a tool called mock to create a reproducible > compilation sandbox.  It is chroot like environmnet into which rpms > are installed to construct a minimal build environment. > > The mock layer is not built.  I created it as a placeholder for the > lst files that downloads all the rpms that mock requires.  Prior to > building a layer, the lst files for both the layer being build, and > the mock pseudo layer, need to be processed. Without the mock pseudo > layer, we would have to replicate that list of mock required rpms in > each and ever layer's lst files. > > The concept ran into a bit of trouble because some of the rpms needed > by mock are themselves built by the compile or distro layers (with a > newer revision).   So the > mock pseudo layer might actually omit those rpms from it's lst file, > and they needed to be listed in the layer lst files instead. > > The compile layer is a true layer, built prior to the distro layer.  > Only a few build related packages go here.  Compilers, language > interpreters, rpm.  I wanted those packages in place so that all > distro layer packages build with the same tools. > > > > 2, for download_mirror.sh, it generate rpm list by merge file in > config/centos// and rpm list file in > stx/ > >    But for generate-cgcs-centos-repo.sh, it use rpm list file in > centos-mirror-tools folder. Rpm package should be added in two rpm > list file. > >    It is not good for maintenance. What about remove rpm list file > in centos-mirror-tools folder > > /rpms_centos.lst/rpms_centos3rdparties.lst/rpms_3rdparties.lst/other_downloads.lst/ > tarball-dl.lst/ > > That was considered and debated. The concern was that the many git > repos that make up the layer would list different versions of the same > package.  Then what do we do?  Throw an error?  Silently use the > newest package?  So we elected to keep binary rpms needed to satisfy > dependencies listed in a central place. > > At some point we may want to explore allowing lst files specify > required package but not version (beyond a possible minimum version) > when on the master branch, and have a way to 'lock down' the versions > only for a release branch. > > 3, Question about setup yum repo for rpm tailing with “tis” such > as xxx.*tis*.x86_64.rpm or xxx.*tis*.noarch.rpm > > In this patch https://review.opendev.org/#/c/681821/1 > > /There is such line in > config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo/ > > /[Starlingx-cengn_distro_layer]/ > > /name=Starlingx-cengn_distro_layer/ > > /baseurl=http://127.0.0.1:8088/localdisk/loadbuild//*/slittle1/restructure3b/*//std/rpmbuild/RPMS// > > /enabled=1/ > > /[Starlingx-cengn_distro_layer-rt]/ > > /name=Starlingx-cengn_distro_layer/ > > /baseurl=http://127.0.0.1:8088/localdisk/loadbuild//*/slittle1/restructure3b/*//rt/rpmbuild/RPMS// > > /enabled=1/ > > also in > > config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo > > config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo > > My understanding is rpm tailing with “tis” should also upload to > cengn, rpm name listed in > centos-mirror-tools/config/centos/flock/rpms_centos3rdparties.lst > > So these three files should be unnecessary, with cengn update for > layered build. > > config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo > > config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo > > config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo > > For development testing, I had to hack together a simulated cengn by > running lighttpd on 127.0.0.1:8088 and allowing it to serve up files > from builds of lower layers > > restructure3a == layer-comiler layer build > > restructure3b == layer-distro layer build > > restructure3c == layer-flock layer build  (although there shouldn't be > a repo entry referring to that one) > > Finalizing the repo entries would have to wait until cengn was up an > running. > > 4, In generate-cgcs-centos-repo.sh there is --layer-dir, and such > content in your patch commit message > > /generate-cgcs-centos-repo.sh \/ > > /--layer-dir=/localdisk/loadbuild/slittle1/layer-compile/std/rpmbuild/RPMS/ > \/ > > /--layer-dir=/localdisk/loadbuild/slittle1/layer-distro/std/rpmbuild/RPMS/ > \/ > > /--layer-dir=/localdisk/loadbuild/slittle1/layer-distro/rt/rpmbuild/RPMS/ > \/ > > //import/mirrors/starlingx/ > >    For all rpm download from cengn, --layer-dir is unnecessary to > generate link, correct? > > This is another way to do cross layer development testing without > support from cengn.  Again the goal is to allow an upper layer build > to download rpms from a lower layer build on the same machine. > > 5, could you share > build-tools/build-iso/centos_required_build_layer.cfg, share to me > > Did that not get published in my reviews? Content is very simple. > > compile,file:///localdisk/loadbuild/slittle1/restructure3a/centos_compile_iso_image.inc > distro,file:///localdisk/loadbuild/slittle1/restructure3b/centos_distro_iso_image.inc > flock,file:///localdisk/loadbuild/slittle1/restructure3c/centos_flock_iso_image.inc > > 6, For distro/compiler/flock, all are separate layer? > > Yes > > My current step > > /repo init -u https://opendev.org/starlingx/manifest.git > / > > /apply this patch to .repo/manifests/ > > /https://review.opendev.org/#/c/681914/1/ > > /repo init -m compile.xml/ > > /repo sync/ > > /apply these to patch/ > > /https://review.opendev.org/#/c/681821/1/ > > /https://review.opendev.org/#/c/681828/1/ > > /./download_mirror.sh  -n -g -l flock -c > config/centos/compiler/yum.conf.sample -S / > > /./toCopy/generate-cgts-centos-repo output/stx-r1/CentOS/pike// > > /build-pkgs/ > > /build-iso/ > > BR! > > Martin, Chen > > SSP, Software Engineer > > 021-61164330 > > -----Original Message----- > From: Scott Little > > Sent: Thursday, September 19, 2019 9:54 PM > To: Chen, Haochuan Z > > Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews > > Most of the required changes were already merged. > > I'll scan the spec when time permits to see if I missed anything. > > Scott > > On 2019-09-16 12:01 p.m., Chen, Haochuan Z wrote: > > > Hi Scott > > > > > > I read your patch for build layering, but could not find patch > for build script. > > > > > > Description in spec https://review.opendev.org/#/c/672288/12/ > > > > Modifications to package build scripts ... build-pkgs, > > > build-srpms-parallel, build-srpms-serial, build-rpms-parallel, > build-rpms-serial (cgcs-root): > > > > > > Thanks > > > > > > Martin, Chen > > > SSP, Software Engineer > > > 021-61164330 > > > > > > -----Original Message----- > > > From: Xie, Cindy > > > Sent: Friday, September 13, 2019 12:24 PM > > > To: Chen, Haochuan Z > > > > Cc: Hu, Yong > > > > Subject: FW: [Starlingx-discuss] [Build] Build layering reviews > > > > > > Martin, > > > I am wondering if you will be interested to working on this > task. To me, having layering build and provide efficiency to > developers are very important for StarlingX. It also provide a > chance that you and work together w/ WR folks being more close > collaboration. Let me know your interested level. > > > > > > Thx. -cindy > > > > > > -----Original Message----- > > > From: Scott Little > > > > Sent: Friday, September 13, 2019 4:55 AM > > > To: starlingx-discuss at lists.starlingx.io > > > > Subject: [Starlingx-discuss] [Build] Build layering reviews > > > > > > My prototype code for the layered build has been posted to gerrit. > > > (listed below) > > > > > > I was briefly able to build all layers, and produce an iso with > the same package content as the cengn build.  Then I was diverted > by non-trivial changes to the restructuring work. What I have > posted is now several weeks out of date and will almost certainly > will not work.  The devil is in keeping the lst files in sync with > the ever changing master branch. > > > > > > Other commitments will prevent me from resuming this work until > November.  If anyone wants to whip the lst files into shape and > try to get the build working again, be my guest. > > > > > > Final delivery will require changes to the CENGN build scripts > (Don or Myself), and a freeze on packaging changes will likely be > required for aprox 3 days to finalize the lst files. > > > > > > Scott > > > > > > ---------------- ---------------- > > > > > > https://review.opendev.org/#/c/681821/1 > > > > > > https://review.opendev.org/#/c/681914/1 > > > > > > https://review.opendev.org/#/c/681823/1 > > > > > > https://review.opendev.org/#/c/681824/1 > > > > > > https://review.opendev.org/#/c/681828/1 > > > > > > https://review.opendev.org/#/c/681832/2 > > > > > > https://review.opendev.org/#/c/681834/1 > > > > > > https://review.opendev.org/#/c/681836/1 > > > > > > https://review.opendev.org/#/c/681835/1 > > > > > > https://review.opendev.org/#/c/681842/1 > > > > > > https://review.opendev.org/#/c/681847/1 > > > > > > https://review.opendev.org/#/c/681848/1 > > > > > > https://review.opendev.org/#/c/681851/1 > > > > > > https://review.opendev.org/#/c/681852/1 > > > > > > https://review.opendev.org/#/c/681854/1 > > > > > > https://review.opendev.org/#/c/681856/1 > > > > > > https://review.opendev.org/#/c/681890/1 > > > > > > https://review.opendev.org/#/c/681892/1 > > > > > > https://review.opendev.org/#/c/681892/1 > > > > > > https://review.opendev.org/#/c/681898/1 > > > > > > https://review.opendev.org/#/c/681900/1 > > > > > > https://review.opendev.org/#/c/681901/1 > > > > > > https://review.opendev.org/#/c/681902/1 > > > > > > > > > > > > > > > _______________________________________________ > > > Starlingx-discuss mailing list > > > Starlingx-discuss at lists.starlingx.io > > > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Thu Sep 26 15:42:17 2019 From: sgw at linux.intel.com (Saul Wold) Date: Thu, 26 Sep 2019 08:42:17 -0700 Subject: [Starlingx-discuss] Build team meeting 9/29/2019 Message-ID: September 26, 2019 Discussed Version Standarization - Will start with updating Version: numbers to 2.0.0 for RPM specfiles - PBR work will follow to extend the version numbering Changing directory naming that contains version # - Don thinks this dates back from pre Centos - Changes should be OK Build Layering - Resource identified and activity has started - Martin has been talking with Scott - Best effort for 3.0.0 o Requires some CENGN changes o Could start with getting basic "all" build working Setting up for 2.0.1 Bugfix build and release Various names and version changes - pike, stx-r1, tis-r5 names sprinkled in mirror, download and build area o remove excess pike directory o convert stx-r1 and tis-r5 to just stx - 19.09 in the build.info file o needs to be increasing number should have been updated for 2.0 o 3.0 will be updated. - Need to be aware of cengn scripts and name usage - centos-mirror-tools repos need to be updated relative o changes for CentOS 7.7 and 8.0 updates o New RPM reps is named Centos-7 and CentOS-7.6.1810 is gone From pavan.gupta at calsoftinc.com Wed Sep 25 16:59:03 2019 From: pavan.gupta at calsoftinc.com (Pavan Gupta) Date: Wed, 25 Sep 2019 22:29:03 +0530 Subject: [Starlingx-discuss] Calsoft's Contribution to StarlingX In-Reply-To: <9A85D2917C58154C960D95352B22818BD07E8F08@fmsmsx123.amr.corp.intel.com> References: <60cc06c0-7326-518a-2f53-d8e7effd0c86@calsoftinc.com> <9A85D2917C58154C960D95352B22818BD07E8F08@fmsmsx123.amr.corp.intel.com> Message-ID: <20190925165935.38ECF13ACED@csom.calsofthq.com> We will try with Cengn.ca for storage else keep the images in Gdrive and share the public link with the audience. Pavan Sent from Mail for Windows 10 From: Jones, Bruce E Sent: Wednesday, September 25, 2019 9:56 PM To: Saichandu Behara; Bill.Zvonar at windriver.com; starlingx-discuss at lists.starlingx.io Cc: Pavan Gupta Subject: RE: [Starlingx-discuss] Calsoft's Contribution to StarlingX This is very cool! Speaking as part of the Docs team, I’d be happy to work with you (if needed) on adding the document you’re working on to the docs.starlingx.io site. Sadly, the project does not have dedicated storage for large files.  Perhaps our partner @Cengn.ca can help?           brucej From: Saichandu Behara [mailto:saichandu.behara at calsoftinc.com] Sent: Wednesday, September 25, 2019 5:21 AM To: Bill.Zvonar at windriver.com; starlingx-discuss at lists.starlingx.io Cc: Pavan Gupta Subject: [Starlingx-discuss] Calsoft's Contribution to StarlingX Hello All, The deployment of EdgeX in StarlingX is done successfully. But we faced a lot of challenges during whole process. Thus, to ease the process for a newbie, we have created ready-to-use qcow2 images. One can simply use this image to deploy the VM (containing StarlingX with K8S and EdgeX). We are in process of creating the document of how to use these images to create VMs and how to further utilize it. This is our very first step as contribution to this community and we would like to add more in future. Please let us know where can we upload these images and documents. -- Thanks & Regards Sai Chandu Behara -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.l.tullis at intel.com Wed Sep 25 20:19:19 2019 From: michael.l.tullis at intel.com (Tullis, Michael L) Date: Wed, 25 Sep 2019 20:19:19 +0000 Subject: [Starlingx-discuss] [docs][meetings] docs team meeting minutes 9/25 Message-ID: <3808363B39586544A6839C76CF81445EA1BDFA00@ORSMSX104.amr.corp.intel.com> Join us if you have interest in StarlingX docs! We meet Wednesdays, and call logistics are here: https://wiki.openstack.org/wiki/Starlingx/Meetings. Our etherpad is here: https://etherpad.openstack.org/p/stx-documentation. -- Mike Current agenda and notes 2019-09-25 * Mike -- Welcome Mary Camp to the doc team -- * All -- reviews in progress and recent merges -- ? See summary at https://review.opendev.org/#/q/project:starlingx/docs. ? Recent merges. Great job team! * https://review.opendev.org/#/c/682761/ -- Apply fixes from feedback on virtual install guides -- MERGED * https://review.opendev.org/#/c/682708/ -- Release Note document for StarlingX 2.0 -- MERGED * https://review.opendev.org/#/c/682967/ -- Apply fixes from feedback on bare metal install guides -- MERGED * https://review.opendev.org/#/c/681850/ -- Initial creation Doc page Navigate Git Code story/2005184 -- MERGED ? We have 3 open. Let's take a look to see how we can push these through. * https://review.opendev.org/#/c/679896/ tied to https://bugs.launchpad.net/starlingx/+bug/1837931 -- Add instructions for remote CLI access to Openstack -- For background, see https://drive.google.com/file/d/1-UulIR8oBFcphl_ov5as2W5-lwtl6Tqfand https://drive.google.com/file/d/1YUKKGsH-LoR_67wQOotiOZHStIziyh7i. This bug is not fully resolved with the current review, but the linked background emails may be enough. Specifically, we need instructions for REST API. Lower priority for now until we get the latest updates on the install/deploy guides merged. Greg will hunt down the REST API calls. * https://review.opendev.org/#/c/684148/ -- Improve readability of install guides R2 -- This flattens headings from 5 levels to 3 or fewer and improves usability. Almost ready to merge. * https://review.opendev.org/#/c/684820/ -- Introduction editorial updates -- * Abraham and all -- bug status -- https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.docs ? Resolution for all current bugs should be pushed to the R2 docs, not versioned for R3. ? Current status: 3 bugs open, 1 high, 1 med, 1 low. 2 of the bugs have open reviews. ? For https://bugs.launchpad.net/starlingx/+bug/1844656, Kris will verify if it is already addressed. If so, close bug and reference Gerrit reviews. * Bruce/Mike -- StarlingX-in-a-box via ready-to-use qcow2 images -- ? See http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006316.html. ? Next steps? Bruce volunteered to help with doc submission. * Mike -- future/planned reviews for installation/deployment guides -- ? A recent code change will impact bare metal use cases (and possibly others). * See https://drive.google.com/file/d/1pic5wr_69fJb94-o3JM7U2xKMJ0HpGJZ for details. * This is for R3 and should not be rolled into R2 docs. So it will be rolled into the "upcoming release" section. ? Erich Cordoba Malibran wrote an installation/deployment guide that mostly overlaps with our own. * We need to review it to see if we can pull any goodness into our official docs. Greg will review. Could be the starting point for StarlingX in a box. * See https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ and http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006059.html for details. * Mike -- report out on any progress or plans for R3 stories -- ? Where we can add the most value right now is to add the stubbed out landing page for https://storyboard.openstack.org/#!/story/2006289. See http://lists.starlingx.io/pipermail/starlingx-discuss/2019-September/006127.html for more info. We've discussed this in the community meeting and on the mailing list. We'll start this after the latest retrofitted changes to the R2 guides merge. This fits into the "gap" discussion from community. ? Background: * R3 release is currently planned for early December. * Current doc stories are here. We'll add to this list -- https://storyboard.openstack.org/#!/story/list?tags=stx.docs&tags=stx.3.0 -- * The community team is tracking top stories. I submitted these two for the doc team -- https://drive.google.com/file/d/1dXFLc6f4d5MA2l7rRBMnfyk4X6wZ07wX * Kris -- persistent URL requested for versioned docs -- Report out on status. Moving forward, we'll have explicit and persistent version URLs. Action required (AR) summary Completed ARs are archived here: https://etherpad.openstack.org/p/stx-documentation-files-003 * -- -- * 2019-05-15 -- Scott and Abraham -- Review these code and terminology changes impacting user docs -- https://drive.google.com/file/d/1sCB-lrWhDIJLNAGWBt7wJ1_JxY21m71p -- and report back on specific actions required. * 2019-07-03 -- Mike -- After the installation/deployment landing pages are updated and the applicable wikis are fully deprecated, send a message to the mailing list clarifying where the "single source of truth" is for the latest content -- wiki vs. doc site vs. Gerrit reviews in progress. Wait until we have the R3 versioned path. * 2019-09-18 -- Greg -- Hunt down REST API specifics needed to close https://bugs.launchpad.net/starlingx/+bug/1837931. For background, see https://drive.google.com/file/d/1-UulIR8oBFcphl_ov5as2W5-lwtl6Tqf and https://drive.google.com/file/d/1YUKKGsH-LoR_67wQOotiOZHStIziyh7i. * 2019-09-18 -- Greg -- Hunt down Ansible-related updates for the guides. * 2019-09-18 -- Greg -- Review Erich's contribution at https://ericho.github.io/2019-09-12-deploy-virtual-starlingx/ to see if we need to retrofit anything into our existing guides. Also recommend anything toward "StarlingX in a box." * 2019-09-25 -- Kris -- For https://bugs.launchpad.net/starlingx/+bug/1844656, verify if it is already addressed. If so, close bug and reference Gerrit reviews. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kennelson11 at gmail.com Wed Sep 25 21:14:47 2019 From: kennelson11 at gmail.com (Kendall Nelson) Date: Wed, 25 Sep 2019 14:14:47 -0700 Subject: [Starlingx-discuss] Fwd: [all][PTG] Strawman Schedule In-Reply-To: References: Message-ID: Hello Everyone! In the attached picture or link [0] you will find the proposed schedule for the various tracks at the Shanghai PTG in November. We did our best to avoid the key conflicts that the track leads (PTLs, SIG leads...) mentioned in their PTG survey responses, although there was no perfect solution that would avoid all conflicts especially when the event is three-ish days long and we have over 40 teams meeting. If there are critical conflicts we missed or other issues, please let us know, by October 6th at 7:00 UTC! -Kendall (diablo_rojo) [0] https://usercontent.irccloud-cdn.com/file/00mZ3Q3M/pvg_ptg_schedule.png -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: schedule.png Type: image/png Size: 170772 bytes Desc: not available URL: From cristopher.j.lemus.contreras at intel.com Thu Sep 26 17:00:01 2019 From: cristopher.j.lemus.contreras at intel.com (cristopher.j.lemus.contreras at intel.com) Date: Thu, 26 Sep 2019 12:00:01 -0500 Subject: [Starlingx-discuss] StarlingX platform-integ-apps docker images Message-ID: List of docker images required for "platform-integ-apps": BUILD_ID="20190926T013000Z" rabbitmq:3.7-management k8s.gcr.io/kube-proxy:v1.15.3 k8s.gcr.io/kube-apiserver:v1.15.3 k8s.gcr.io/kube-controller-manager:v1.15.3 k8s.gcr.io/kube-scheduler:v1.15.3 quay.io/airshipit/armada:8a1638098f88d92bf799ef4934abe569789b885e-ubuntu_bionic quay.io/calico/node:v3.6.2 quay.io/calico/cni:v3.6.2 quay.io/calico/kube-controllers:v3.6.2 rabbitmq:3.7.13-management rabbitmq:3.7.13 nfvpe/multus:v3.2 gcr.io/kubernetes-helm/tiller:v2.13.1 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.23.0 k8s.gcr.io/coredns:1.3.1 openstackhelm/mariadb:10.2.18 quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11 quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 mariadb:10.2.13 memcached:1.5.5 k8s.gcr.io/pause:3.1 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0 nginx:1.13.3 gcr.io/google_containers/defaultbackend:1.0 From maria.g.perez.ibarra at intel.com Thu Sep 26 22:59:33 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Thu, 26 Sep 2019 22:59:33 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190926 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-26 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From yong.hu at intel.com Fri Sep 27 01:07:26 2019 From: yong.hu at intel.com (Yong Hu) Date: Fri, 27 Sep 2019 09:07:26 +0800 Subject: [Starlingx-discuss] Call for contributors: CentOS 8.0 upgrade for StarlingX 4.0 In-Reply-To: <2FD5DDB5A04D264C80D42CA35194914F3605625F@SHSMSX104.ccr.corp.intel.com> References: <2FD5DDB5A04D264C80D42CA35194914F35F28711@SHSMSX104.ccr.corp.intel.com> <2FD5DDB5A04D264C80D42CA35194914F36055028@SHSMSX104.ccr.corp.intel.com> <2f1cd7b4-8f2c-9c0f-b1e6-34a08ffb237e@intel.com> <2FD5DDB5A04D264C80D42CA35194914F3605625F@SHSMSX104.ccr.corp.intel.com> Message-ID: <017efc5b-a425-8f1d-3469-9ce158908f5b@intel.com> Hi community members, Early this week, we saw RedHat has started releasing CentOS 8.0, which is one of big commitments we made to StarlingX 4.0. As this upgrade from 7.6 to 8.0 is a non-trivial update, we might have to address several aspects, such as: 1). SRPM/RPM impacts to current build system. 2). StarlingX patches on top of CentOS packages. 3). Kernel (3.10.x to 4.18.x) and driver, standard and RT version 4). Security fixes cumulatively merged 5). Python 3.x support and 6). Impacts to flocks and other services directly running on top of CentOS. 7). more others? Here we would like to *call for contributors* to sign up this task and kick off tech analysis and engineering efforts ASAP (better before TSC officially approving this upgrade for Stx.4.0). On the other hand, if you are interested in this important mission but with a bit concerns, NO worries at all. Anytime you reach out to myself and Shuicheng (who is quite skillful and experienced in this area after running through 2 rounds of CentOS upgrade successfully in the past). As a community, we are always around and supporting you. Thanks in advance! Yong From shuicheng.lin at intel.com Fri Sep 27 06:21:54 2019 From: shuicheng.lin at intel.com (Lin, Shuicheng) Date: Fri, 27 Sep 2019 06:21:54 +0000 Subject: [Starlingx-discuss] About task "update keystone on the host from the SRPM" of Openstack Train In-Reply-To: <9700A18779F35F49AF027300A49E7C76608CC28F@SHSMSX105.ccr.corp.intel.com> References: <9700A18779F35F49AF027300A49E7C76608CBF08@SHSMSX105.ccr.corp.intel.com> <9A85D2917C58154C960D95352B22818BD07E882D@fmsmsx123.amr.corp.intel.com> <9700A18779F35F49AF027300A49E7C76608CC28F@SHSMSX105.ccr.corp.intel.com> Message-ID: <9700A18779F35F49AF027300A49E7C76608CC88D@SHSMSX105.ccr.corp.intel.com> Hi Bruce and all, We also discussed this task in 9/25's Non-OpenStack distro meeting, and we decide to choose Option 2. Thanks. " https://storyboard.openstack.org/#!/story/2006544: update keystone on the host from the SRPM Decision was made: wait for CentOS to support OpenStack Train, and from there we get SRPM for this keystone instance on host. Background: we happened to take OpenStack Keystone as the authentication and authorization solution for StarlingX, and it is okay we keep it (keystone on host) loosely coupled with OpenStack upstream. " Best Regards Shuicheng From: Lin, Shuicheng Sent: Wednesday, September 25, 2019 4:33 PM To: Jones, Bruce E ; starlingx-discuss at lists.starlingx.io; Hu, Yong Subject: RE: About task "update keystone on the host from the SRPM" of Openstack Train Hi Bruce, Please check my inline comments. Best Regards Shuicheng From: Jones, Bruce E > Sent: Wednesday, September 25, 2019 4:07 AM To: Lin, Shuicheng >; starlingx-discuss at lists.starlingx.io; Hu, Yong > Subject: RE: About task "update keystone on the host from the SRPM" of Openstack Train Shuicheng, thank you. I tend to agree with you that Option 2 is the way to go, but I have some questions that maybe you or someone else in the community can answer. * Do we know how long it will take CentOS to produce the RPM on Train's Keystone? [shuicheng] Per history of Stein and Rocky, it is about 1 month after OpenStack's release date. * Do we know if the Stein Keystone is compatible with Train? [shuicheng] I assume Host keystone (Stein) should have no communication with OpenStack(Train). Please correct me if it is wrong. * How did we handle this in the past? [shuicheng] Based on git history, we always use SRPM/RPM from CentOS for keystone. * Why do we need CentOS to provide an RPM? Can we make our own from upstream Train sources? [shuicheng] We could do it. Option 1 is to use upstream keystone code directly. The risk is other dependent packages may need be upgraded together. For Option 2, CentOS help handle the dependency. brucej From: Lin, Shuicheng Sent: Monday, September 23, 2019 6:44 PM To: starlingx-discuss at lists.starlingx.io; Jones, Bruce E >; Hu, Yong > Subject: About task "update keystone on the host from the SRPM" of Openstack Train Hi all, There is a task 36619 [0] "update keystone on the host from the SRPM" of story 2006544 "Integrate with OpenStack Train (master)". Due to Train is not released yet, and it will take sometime for CentOS to support Train and provide the SRPM. We have two option as below. And I prefer Option 2, since host keystone is to serve flock service, not OpenStack service. Please help provide your suggestion. Thanks in advance. Option 1: To catch stx 3.0 release, we need switch SRPM to use upstream git directly. Advantage: Host keystone will align with containerized keystone. Disadvantage: A few keystone related packages need switch from SRPM to git repository. Other rpms may need be upgraded also if they have dependency on keystone. Option 2: We defer the upgrade task to stx 4.0, wait until SRPM is available in CentOS mirror. Advantage: Follow current design, and related packages could be upgraded easily together. Disadvantage: Host keystone will differ from containerized keystone. Not sure when CentOS will provide SRPM for Train. [0]: https://storyboard.openstack.org/#!/story/2006544 Best Regards Shuicheng -------------- next part -------------- An HTML attachment was scrubbed... URL: From haochuan.z.chen at intel.com Fri Sep 27 08:40:16 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Fri, 27 Sep 2019 08:40:16 +0000 Subject: [Starlingx-discuss] FW: [Build] Build layering reviews In-Reply-To: <92bad81a-e05f-6e1d-d83f-71263c01f29f@windriver.com> References: <58efa3fb-9958-4af1-27f4-21db5a90da19@windriver.com> <2FD5DDB5A04D264C80D42CA35194914F360482ED@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264A3B@CDSMSX102.ccr.corp.intel.com> <59676767-1870-b9a4-d256-77ff3a4148c8@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856265D08@CDSMSX102.ccr.corp.intel.com> <157958eb-6c13-318c-b087-a3d6b8a68662@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856266584@CDSMSX102.ccr.corp.intel.com> <92bad81a-e05f-6e1d-d83f-71263c01f29f@windriver.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D85626690A@CDSMSX102.ccr.corp.intel.com> Thanks, Scott. I have studied so much. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Scott Little Sent: Thursday, September 26, 2019 11:39 PM To: Chen, Haochuan Z ; starlingx-discuss at lists.starlingx.io Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews Returning this discussion to the mailing list. If possible, join the Build call next week. https://wiki.openstack.org/wiki/Starlingx/Meetings 1) When mock installs for the first time. it uses rpms that have been download via lst file. The mock pseudo-layer lst files capture reflect the rpms needed by mock. The mock lst's are merged with the layers lst's. In this way, the mock rpms don't have to be listed in each and every layer's lst. 2) Adding tools to generate an lst file reflacting the output of a build layer, and adding that lst for consumprion by higher layers, is indeed a possibility possibility I wanted to persue. Reference to that output lst could then be added to as a new arg to the download script when invoked by a higher layer, or a config file could specify where to find it (cengn is the likely default supplier). compile layer) The compile layer is a true layer, built prior to the distro layer. Only a few build related packages go here. Compilers, language interpreters, rpm. I wanted those packages in place so that all distro layer packages build with the same tools. Scott On 2019-09-25 10:24 p.m., Chen, Haochuan Z wrote: Still not clear about mock layer. 1, In build container, mock is already installed, why request to download mock required package firstly? 2, To build distro or flock layer, we could add compile layer’s tis rpm in distro and flock layer’s lst file. By download compile layer’s binary in mirror, it could also ensure user building package with same tool. Why introduces compile layer? Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Scott Little Sent: Thursday, September 26, 2019 12:25 AM To: Chen, Haochuan Z Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews See inline ... Scott On 2019-09-23 11:00 a.m., Chen, Haochuan Z wrote: Hi Scott I studied your patch and some questions. 1, why there is mock and compile layer, what's usage or intention for these two layers? Build-pkgs uses a tool called mock to create a reproducible compilation sandbox. It is chroot like environmnet into which rpms are installed to construct a minimal build environment. The mock layer is not built. I created it as a placeholder for the lst files that downloads all the rpms that mock requires. Prior to building a layer, the lst files for both the layer being build, and the mock pseudo layer, need to be processed. Without the mock pseudo layer, we would have to replicate that list of mock required rpms in each and ever layer's lst files. The concept ran into a bit of trouble because some of the rpms needed by mock are themselves built by the compile or distro layers (with a newer revision). So the mock pseudo layer might actually omit those rpms from it's lst file, and they needed to be listed in the layer lst files instead. The compile layer is a true layer, built prior to the distro layer. Only a few build related packages go here. Compilers, language interpreters, rpm. I wanted those packages in place so that all distro layer packages build with the same tools. 2, for download_mirror.sh, it generate rpm list by merge file in config/centos// and rpm list file in stx/ But for generate-cgcs-centos-repo.sh, it use rpm list file in centos-mirror-tools folder. Rpm package should be added in two rpm list file. It is not good for maintenance. What about remove rpm list file in centos-mirror-tools folder rpms_centos.lst/rpms_centos3rdparties.lst/rpms_3rdparties.lst/other_downloads.lst/ tarball-dl.lst That was considered and debated. The concern was that the many git repos that make up the layer would list different versions of the same package. Then what do we do? Throw an error? Silently use the newest package? So we elected to keep binary rpms needed to satisfy dependencies listed in a central place. At some point we may want to explore allowing lst files specify required package but not version (beyond a possible minimum version) when on the master branch, and have a way to 'lock down' the versions only for a release branch. 3, Question about setup yum repo for rpm tailing with “tis” such as xxx.tis.x86_64.rpm or xxx.tis.noarch.rpm In this patch https://review.opendev.org/#/c/681821/1 There is such line in config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo [Starlingx-cengn_distro_layer] name=Starlingx-cengn_distro_layer baseurl=http://127.0.0.1:8088/localdisk/loadbuild/slittle1/restructure3b/std/rpmbuild/RPMS/ enabled=1 [Starlingx-cengn_distro_layer-rt] name=Starlingx-cengn_distro_layer baseurl=http://127.0.0.1:8088/localdisk/loadbuild/slittle1/restructure3b/rt/rpmbuild/RPMS/ enabled=1 also in config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo My understanding is rpm tailing with “tis” should also upload to cengn, rpm name listed in centos-mirror-tools/config/centos/flock/rpms_centos3rdparties.lst So these three files should be unnecessary, with cengn update for layered build. config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo For development testing, I had to hack together a simulated cengn by running lighttpd on 127.0.0.1:8088 and allowing it to serve up files from builds of lower layers restructure3a == layer-comiler layer build restructure3b == layer-distro layer build restructure3c == layer-flock layer build (although there shouldn't be a repo entry referring to that one) Finalizing the repo entries would have to wait until cengn was up an running. 4, In generate-cgcs-centos-repo.sh there is --layer-dir, and such content in your patch commit message generate-cgcs-centos-repo.sh \ --layer-dir=/localdisk/loadbuild/slittle1/layer-compile/std/rpmbuild/RPMS/ \ --layer-dir=/localdisk/loadbuild/slittle1/layer-distro/std/rpmbuild/RPMS/ \ --layer-dir=/localdisk/loadbuild/slittle1/layer-distro/rt/rpmbuild/RPMS/ \ /import/mirrors/starlingx For all rpm download from cengn, --layer-dir is unnecessary to generate link, correct? This is another way to do cross layer development testing without support from cengn. Again the goal is to allow an upper layer build to download rpms from a lower layer build on the same machine. 5, could you share build-tools/build-iso/centos_required_build_layer.cfg, share to me Did that not get published in my reviews? Content is very simple. compile,file:///localdisk/loadbuild/slittle1/restructure3a/centos_compile_iso_image.inc distro,file:///localdisk/loadbuild/slittle1/restructure3b/centos_distro_iso_image.inc flock,file:///localdisk/loadbuild/slittle1/restructure3c/centos_flock_iso_image.inc 6, For distro/compiler/flock, all are separate layer? Yes My current step repo init -u https://opendev.org/starlingx/manifest.git apply this patch to .repo/manifests https://review.opendev.org/#/c/681914/1 repo init -m compile.xml repo sync apply these to patch https://review.opendev.org/#/c/681821/1 https://review.opendev.org/#/c/681828/1 ./download_mirror.sh -n -g -l flock -c config/centos/compiler/yum.conf.sample -S ./toCopy/generate-cgts-centos-repo output/stx-r1/CentOS/pike/ build-pkgs build-iso BR! Martin, Chen SSP, Software Engineer 021-61164330 -----Original Message----- From: Scott Little Sent: Thursday, September 19, 2019 9:54 PM To: Chen, Haochuan Z Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews Most of the required changes were already merged. I'll scan the spec when time permits to see if I missed anything. Scott On 2019-09-16 12:01 p.m., Chen, Haochuan Z wrote: > Hi Scott > > I read your patch for build layering, but could not find patch for build script. > > Description in spec https://review.opendev.org/#/c/672288/12/ > Modifications to package build scripts ... build-pkgs, > build-srpms-parallel, build-srpms-serial, build-rpms-parallel, build-rpms-serial (cgcs-root): > > Thanks > > Martin, Chen > SSP, Software Engineer > 021-61164330 > > -----Original Message----- > From: Xie, Cindy > Sent: Friday, September 13, 2019 12:24 PM > To: Chen, Haochuan Z > > Cc: Hu, Yong > > Subject: FW: [Starlingx-discuss] [Build] Build layering reviews > > Martin, > I am wondering if you will be interested to working on this task. To me, having layering build and provide efficiency to developers are very important for StarlingX. It also provide a chance that you and work together w/ WR folks being more close collaboration. Let me know your interested level. > > Thx. -cindy > > -----Original Message----- > From: Scott Little > > Sent: Friday, September 13, 2019 4:55 AM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] [Build] Build layering reviews > > My prototype code for the layered build has been posted to gerrit. > (listed below) > > I was briefly able to build all layers, and produce an iso with the same package content as the cengn build. Then I was diverted by non-trivial changes to the restructuring work. What I have posted is now several weeks out of date and will almost certainly will not work. The devil is in keeping the lst files in sync with the ever changing master branch. > > Other commitments will prevent me from resuming this work until November. If anyone wants to whip the lst files into shape and try to get the build working again, be my guest. > > Final delivery will require changes to the CENGN build scripts (Don or Myself), and a freeze on packaging changes will likely be required for aprox 3 days to finalize the lst files. > > Scott > > ---------------- ---------------- > > https://review.opendev.org/#/c/681821/1 > > https://review.opendev.org/#/c/681914/1 > > https://review.opendev.org/#/c/681823/1 > > https://review.opendev.org/#/c/681824/1 > > https://review.opendev.org/#/c/681828/1 > > https://review.opendev.org/#/c/681832/2 > > https://review.opendev.org/#/c/681834/1 > > https://review.opendev.org/#/c/681836/1 > > https://review.opendev.org/#/c/681835/1 > > https://review.opendev.org/#/c/681842/1 > > https://review.opendev.org/#/c/681847/1 > > https://review.opendev.org/#/c/681848/1 > > https://review.opendev.org/#/c/681851/1 > > https://review.opendev.org/#/c/681852/1 > > https://review.opendev.org/#/c/681854/1 > > https://review.opendev.org/#/c/681856/1 > > https://review.opendev.org/#/c/681890/1 > > https://review.opendev.org/#/c/681892/1 > > https://review.opendev.org/#/c/681892/1 > > https://review.opendev.org/#/c/681898/1 > > https://review.opendev.org/#/c/681900/1 > > https://review.opendev.org/#/c/681901/1 > > https://review.opendev.org/#/c/681902/1 > > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgw at linux.intel.com Fri Sep 27 15:35:18 2019 From: sgw at linux.intel.com (Saul Wold) Date: Fri, 27 Sep 2019 08:35:18 -0700 Subject: [Starlingx-discuss] Cannot allocate a VM - STX2.0-AIO-SX - Error 500 In-Reply-To: References: Message-ID: <8ec7f8a5-7b48-f4fd-b992-f85fb780692f@linux.intel.com> Has anyone got any ideas on how to further debug this? I have also seen an issue similar to this and would like help getting further. Thanks Sau! On 9/24/19 5:16 AM, Mariano Ucha wrote: > Hi all! > > I'm having a trouble now trying to allocate a VM con Openstack. I'm > using STX 2.0 AIO-SX with DPDK so when i'm trying to allocate a VM with > a flavor that have hw:mem_page_size=large metadata the system gives me > *error 500 **No valid host was found. There are not enough hosts available.* > * > * > File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 1346, in schedule_and_build_instances instance_uuids, > return_alternates=True) File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 800, in _schedule_instances return_alternates=return_alternates) > File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", > line 42, in select_destinations instance_uuids, return_objects, > return_alternates) File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", > line 160, in select_destinations return cctxt.call(ctxt, > 'select_destinations', **msg_args) File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", > line 178, in call retry=self.retry) File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", > line 128, in _send retry=retry) File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 645, in send call_monitor_timeout, retry=retry) File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 636, in _send raise result > > * > * > *Logs from Nova Scheduler* > > 2019-09-23 17:37:56.537 1 INFO nova.filters > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Filter NUMATopologyFilter returned 0 hosts > 2019-09-23 17:37:56.537 1 INFO nova.filters > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Filter NUMATopologyFilter returned 0 hosts > 2019-09-23 17:37:56.538 1 INFO nova.filters > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Filtering removed all hosts for the request with > instance ID '66175096-37a4-4a2c-b23a-e7a4a6f10ca1'. Filter results: > ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: 1)', > 'AvailabilityZoneFilter: (start: 1, end: 1)', > 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', > 'ComputeCapabilitiesFilter: (start: 1, end: 1)', 'ImagePropertiesFilter: > (start: 1, end: 1)', 'NUMATopologyFilter: (start: 1, end: 0)'] > 2019-09-23 17:37:56.538 1 INFO nova.filters > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Filtering removed all hosts for the request with > instance ID '66175096-37a4-4a2c-b23a-e7a4a6f10ca1'. Filter results: > ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: 1)', > 'AvailabilityZoneFilter: (start: 1, end: 1)', > 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', > 'ComputeCapabilitiesFilter: (start: 1, end: 1)', 'ImagePropertiesFilter: > (start: 1, end: 1)', 'NUMATopologyFilter: (start: 1, end: 0)'] > > *Logs from Nova Conductor* > > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most > recent call last): > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 1346, in schedule_and_build_instances > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > instance_uuids, return_alternates=True) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 800, in _schedule_instances > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > return_alternates=return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", > line 42, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > instance_uuids, return_objects, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", > line 160, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     return > cctxt.call(ctxt, 'select_destinations', **msg_args) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", > line 178, in call > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     retry=self.retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", > line 128, in _send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     retry=retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 645, in send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > call_monitor_timeout, retry=retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 636, in _send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     raise result > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > NoValidHost_Remote: No valid host was found. There are not enough hosts > available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most > recent call last): > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     return > func(*args, **kwargs) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > allocation_request_version, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > allocation_request_version, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > claimed_instance_uuids) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     raise > exception.NoValidHost(reason=reason) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager NoValidHost: No > valid host was found. There are not enough hosts available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Failed to schedule instances: NoValidHost_Remote: No > valid host was found. There are not enough hosts available. > Traceback (most recent call last): > >   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner >     return func(*args, **kwargs) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule >     claimed_instance_uuids) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts >     raise exception.NoValidHost(reason=reason) > > NoValidHost: No valid host was found. There are not enough hosts available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most > recent call last): > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 1346, in schedule_and_build_instances > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > instance_uuids, return_alternates=True) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 800, in _schedule_instances > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > return_alternates=return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", > line 42, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > instance_uuids, return_objects, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", > line 160, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     return > cctxt.call(ctxt, 'select_destinations', **msg_args) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", > line 178, in call > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     retry=self.retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", > line 128, in _send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     retry=retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 645, in send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > call_monitor_timeout, retry=retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 636, in _send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     raise result > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > NoValidHost_Remote: No valid host was found. There are not enough hosts > available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most > recent call last): > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     return > func(*args, **kwargs) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > allocation_request_version, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > allocation_request_version, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > claimed_instance_uuids) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager     raise > exception.NoValidHost(reason=reason) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager NoValidHost: No > valid host was found. There are not enough hosts available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.627 1 WARNING nova.scheduler.utils > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Failed to compute_task_build_instances: No valid host > was found. There are not enough hosts available. > Traceback (most recent call last): > >   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner >     return func(*args, **kwargs) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule >     claimed_instance_uuids) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts >     raise exception.NoValidHost(reason=reason) > > NoValidHost: No valid host was found. There are not enough hosts available. > : NoValidHost_Remote: No valid host was found. There are not enough > hosts available. > 2019-09-23 17:37:56.627 1 WARNING nova.scheduler.utils > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Failed to compute_task_build_instances: No valid host > was found. There are not enough hosts available. > Traceback (most recent call last): > >   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner >     return func(*args, **kwargs) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule >     claimed_instance_uuids) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts >     raise exception.NoValidHost(reason=reason) > > NoValidHost: No valid host was found. There are not enough hosts available. > : NoValidHost_Remote: No valid host was found. There are not enough > hosts available. > 2019-09-23 17:37:56.630 1 WARNING nova.scheduler.utils > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] [instance: 66175096-37a4-4a2c-b23a-e7a4a6f10ca1] > Setting instance to ERROR state.: NoValidHost_Remote: No valid host was > found. There are not enough hosts available. > 2019-09-23 17:37:56.630 1 WARNING nova.scheduler.utils > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] [instance: 66175096-37a4-4a2c-b23a-e7a4a6f10ca1] > Setting instance to ERROR state. > > How can i change Nova log mode to DEBUG? > > Anything more i can check? > > Regards, > Mariano > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > From kennelson11 at gmail.com Fri Sep 27 16:56:45 2019 From: kennelson11 at gmail.com (Kendall Nelson) Date: Fri, 27 Sep 2019 09:56:45 -0700 Subject: [Starlingx-discuss] [all][PTG] Strawman Schedule In-Reply-To: References: Message-ID: Hello Everyone! Here is an updated schedule: https://usercontent.irccloud-cdn.com/file/z9iLyv8e/pvg-ptg-sched-2 The changes that were made are adding QA to be all day Wednesday and shifting StarlingX to start on Wednesday and putting OpenStack Ops on Thursday afternoon. Please let me know if there are any conflicts! -Kendall (diablo_rojo) On Wed, Sep 25, 2019 at 2:14 PM Kendall Nelson wrote: > > Hello Everyone! > > In the attached picture or link [0] you will find the proposed schedule > for the various tracks at the Shanghai PTG in November. > > We did our best to avoid the key conflicts that the track leads (PTLs, SIG > leads...) mentioned in their PTG survey responses, although there was no > perfect solution that would avoid all conflicts especially when the event > is three-ish days long and we have over 40 teams meeting. > > If there are critical conflicts we missed or other issues, please let us > know, by October 6th at 7:00 UTC! > > -Kendall (diablo_rojo) > > [0] > https://usercontent.irccloud-cdn.com/file/00mZ3Q3M/pvg_ptg_schedule.png > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cristopher.j.lemus.contreras at intel.com Fri Sep 27 17:32:10 2019 From: cristopher.j.lemus.contreras at intel.com (cristopher.j.lemus.contreras at intel.com) Date: Fri, 27 Sep 2019 12:32:10 -0500 Subject: [Starlingx-discuss] StarlingX platform-integ-apps docker images Message-ID: List of docker images required for "platform-integ-apps": BUILD_ID="20190927T013000Z" rabbitmq:3.7-management k8s.gcr.io/kube-proxy:v1.15.3 k8s.gcr.io/kube-apiserver:v1.15.3 k8s.gcr.io/kube-scheduler:v1.15.3 k8s.gcr.io/kube-controller-manager:v1.15.3 quay.io/airshipit/armada:8a1638098f88d92bf799ef4934abe569789b885e-ubuntu_bionic quay.io/calico/node:v3.6.2 quay.io/calico/cni:v3.6.2 quay.io/calico/kube-controllers:v3.6.2 rabbitmq:3.7.13-management rabbitmq:3.7.13 nfvpe/multus:v3.2 gcr.io/kubernetes-helm/tiller:v2.13.1 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.23.0 k8s.gcr.io/coredns:1.3.1 openstackhelm/mariadb:10.2.18 quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11 quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 mariadb:10.2.13 memcached:1.5.5 k8s.gcr.io/pause:3.1 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0 nginx:1.13.3 gcr.io/google_containers/defaultbackend:1.0 From chris.friesen at windriver.com Fri Sep 27 19:45:29 2019 From: chris.friesen at windriver.com (Chris Friesen) Date: Fri, 27 Sep 2019 13:45:29 -0600 Subject: [Starlingx-discuss] Cannot allocate a VM - STX2.0-AIO-SX - Error 500 In-Reply-To: References: Message-ID: Specifying "hw:mem_page_size=large" means that it will only use hugepages, not 4K pages.   On the compute node do you have enough CPU and free hugepages on the same NUMA node to satisfy the request?  The 'NUMATopologyFilter: (start: 1, end: 0)' part of the log says that this filter ruled out your only compute node. What does "virsh capabilities|grep -C5 pages" show on the compute node? What does /etc/nova/nova.conf show inside the nova-compute container? It's possible to enable debug mode for nova.conf but it's a little tricky to get the syntax right. Basically you'd be using the "system helm-override-update" command.  Can you give the output of "system helm-override-show" for the nova chart in the openstack application? Chris On 9/24/2019 6:16 AM, Mariano Ucha wrote: > Hi all! > > I'm having a trouble now trying to allocate a VM con Openstack. I'm > using STX 2.0 AIO-SX with DPDK so when i'm trying to allocate a VM > with a flavor that have hw:mem_page_size=large metadata the system > gives me *error 500 **No valid host was found. There are not enough > hosts available.* > * > * > File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 1346, in schedule_and_build_instances instance_uuids, > return_alternates=True) File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 800, in _schedule_instances return_alternates=return_alternates) > File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", > line 42, in select_destinations instance_uuids, return_objects, > return_alternates) File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", > line 160, in select_destinations return cctxt.call(ctxt, > 'select_destinations', **msg_args) File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", > line 178, in call retry=self.retry) File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", > line 128, in _send retry=retry) File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 645, in send call_monitor_timeout, retry=retry) File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 636, in _send raise result > > * > * > *Logs from Nova Scheduler* > > 2019-09-23 17:37:56.537 1 INFO nova.filters > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Filter NUMATopologyFilter returned 0 hosts > 2019-09-23 17:37:56.537 1 INFO nova.filters > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Filter NUMATopologyFilter returned 0 hosts > 2019-09-23 17:37:56.538 1 INFO nova.filters > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Filtering removed all hosts for the request with > instance ID '66175096-37a4-4a2c-b23a-e7a4a6f10ca1'. Filter results: > ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: > 1)', 'AvailabilityZoneFilter: (start: 1, end: 1)', > 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', > 'ComputeCapabilitiesFilter: (start: 1, end: 1)', > 'ImagePropertiesFilter: (start: 1, end: 1)', 'NUMATopologyFilter: > (start: 1, end: 0)'] > 2019-09-23 17:37:56.538 1 INFO nova.filters > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Filtering removed all hosts for the request with > instance ID '66175096-37a4-4a2c-b23a-e7a4a6f10ca1'. Filter results: > ['RetryFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: > 1)', 'AvailabilityZoneFilter: (start: 1, end: 1)', > 'AggregateInstanceExtraSpecsFilter: (start: 1, end: 1)', > 'ComputeCapabilitiesFilter: (start: 1, end: 1)', > 'ImagePropertiesFilter: (start: 1, end: 1)', 'NUMATopologyFilter: > (start: 1, end: 0)'] > > *Logs from Nova Conductor* > > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most > recent call last): > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 1346, in schedule_and_build_instances > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager instance_uuids, > return_alternates=True) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 800, in _schedule_instances > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > return_alternates=return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", > line 42, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager instance_uuids, > return_objects, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", > line 160, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return > cctxt.call(ctxt, 'select_destinations', **msg_args) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", > line 178, in call > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager retry=self.retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", > line 128, in _send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager retry=retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 645, in send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > call_monitor_timeout, retry=retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 636, in _send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager raise result > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > NoValidHost_Remote: No valid host was found. There are not enough > hosts available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most > recent call last): > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return > func(*args, **kwargs) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > allocation_request_version, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > allocation_request_version, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > claimed_instance_uuids) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager raise > exception.NoValidHost(reason=reason) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager NoValidHost: No > valid host was found. There are not enough hosts available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Failed to schedule instances: NoValidHost_Remote: No > valid host was found. There are not enough hosts available. > Traceback (most recent call last): > >   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner >     return func(*args, **kwargs) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule >     claimed_instance_uuids) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts >     raise exception.NoValidHost(reason=reason) > > NoValidHost: No valid host was found. There are not enough hosts > available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most > recent call last): > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 1346, in schedule_and_build_instances > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager instance_uuids, > return_alternates=True) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", > line 800, in _schedule_instances > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > return_alternates=return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/client/query.py", > line 42, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager instance_uuids, > return_objects, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", > line 160, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return > cctxt.call(ctxt, 'select_destinations', **msg_args) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", > line 178, in call > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager retry=self.retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/transport.py", > line 128, in _send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager retry=retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 645, in send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > call_monitor_timeout, retry=retry) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", > line 636, in _send > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager raise result > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > NoValidHost_Remote: No valid host was found. There are not enough > hosts available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager Traceback (most > recent call last): > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager return > func(*args, **kwargs) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > allocation_request_version, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > allocation_request_version, return_alternates) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > claimed_instance_uuids) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager raise > exception.NoValidHost(reason=reason) > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager NoValidHost: No > valid host was found. There are not enough hosts available. > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.542 1 ERROR nova.conductor.manager > 2019-09-23 17:37:56.627 1 WARNING nova.scheduler.utils > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Failed to compute_task_build_instances: No valid host > was found. There are not enough hosts available. > Traceback (most recent call last): > >   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner >     return func(*args, **kwargs) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule >     claimed_instance_uuids) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts >     raise exception.NoValidHost(reason=reason) > > NoValidHost: No valid host was found. There are not enough hosts > available. > : NoValidHost_Remote: No valid host was found. There are not enough > hosts available. > 2019-09-23 17:37:56.627 1 WARNING nova.scheduler.utils > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] Failed to compute_task_build_instances: No valid host > was found. There are not enough hosts available. > Traceback (most recent call last): > >   File > "/var/lib/openstack/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", > line 229, in inner >     return func(*args, **kwargs) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/manager.py", > line 168, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 96, in select_destinations >     allocation_request_version, return_alternates) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 265, in _schedule >     claimed_instance_uuids) > >   File > "/var/lib/openstack/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", > line 302, in _ensure_sufficient_hosts >     raise exception.NoValidHost(reason=reason) > > NoValidHost: No valid host was found. There are not enough hosts > available. > : NoValidHost_Remote: No valid host was found. There are not enough > hosts available. > 2019-09-23 17:37:56.630 1 WARNING nova.scheduler.utils > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] [instance: 66175096-37a4-4a2c-b23a-e7a4a6f10ca1] > Setting instance to ERROR state.: NoValidHost_Remote: No valid host > was found. There are not enough hosts available. > 2019-09-23 17:37:56.630 1 WARNING nova.scheduler.utils > [req-f57095ac-6539-4efb-a6a5-f27aebb0a27c > edbcf8808d8a4f48a39b8eebb3951292 8ae61d9905d94b8aa66193b20a3ab973 - > default default] [instance: 66175096-37a4-4a2c-b23a-e7a4a6f10ca1] > Setting instance to ERROR state. > > How can i change Nova log mode to DEBUG? > > Anything more i can check? > > Regards, > Mariano > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From maria.g.perez.ibarra at intel.com Fri Sep 27 22:15:14 2019 From: maria.g.perez.ibarra at intel.com (Perez Ibarra, Maria G) Date: Fri, 27 Sep 2019 22:15:14 +0000 Subject: [Starlingx-discuss] Sanity Test - ISO 20190927 Message-ID: Status of the Sanity Test for last CENGN ISO: bootimage.iso from 2019-September-27 (link) Status: GREEN =========================================== Sanity Test is executed in a Containers - Bare Metal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] =========================================== Sanity Test is executed in a Containers - Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs PASS ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs PASS ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs PASS ] Standard - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs PASS ] Regards Maria G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cristopher.j.lemus.contreras at intel.com Sat Sep 28 07:59:23 2019 From: cristopher.j.lemus.contreras at intel.com (cristopher.j.lemus.contreras at intel.com) Date: Sat, 28 Sep 2019 02:59:23 -0500 Subject: [Starlingx-discuss] StarlingX platform-integ-apps docker images Message-ID: <0eeb65$5rqd81@FMSMGA003.fm.intel.com> List of docker images required for "platform-integ-apps": BUILD_ID="20190928T013000Z" rabbitmq:3.7-management k8s.gcr.io/kube-proxy:v1.15.3 k8s.gcr.io/kube-apiserver:v1.15.3 k8s.gcr.io/kube-controller-manager:v1.15.3 k8s.gcr.io/kube-scheduler:v1.15.3 quay.io/airshipit/armada:8a1638098f88d92bf799ef4934abe569789b885e-ubuntu_bionic quay.io/calico/node:v3.6.2 quay.io/calico/cni:v3.6.2 quay.io/calico/kube-controllers:v3.6.2 rabbitmq:3.7.13-management rabbitmq:3.7.13 nfvpe/multus:v3.2 gcr.io/kubernetes-helm/tiller:v2.13.1 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.23.0 k8s.gcr.io/coredns:1.3.1 openstackhelm/mariadb:10.2.18 quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11 quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 mariadb:10.2.13 memcached:1.5.5 k8s.gcr.io/pause:3.1 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0 nginx:1.13.3 gcr.io/google_containers/defaultbackend:1.0 From bin.yang at intel.com Mon Sep 30 02:26:12 2019 From: bin.yang at intel.com (Yang, Bin) Date: Mon, 30 Sep 2019 10:26:12 +0800 Subject: [Starlingx-discuss] StarlingX platform-integ-apps docker images In-Reply-To: References: Message-ID: <20190930022612.GA24700@desktop-xfce4> Here is the script which I use to sync the registry for starlingx provision. FYI On Fri, Sep 27, 2019 at 12:32:10PM -0500, cristopher.j.lemus.contreras at intel.com wrote: > List of docker images required for "platform-integ-apps": > > BUILD_ID="20190927T013000Z" > > rabbitmq:3.7-management > k8s.gcr.io/kube-proxy:v1.15.3 > k8s.gcr.io/kube-apiserver:v1.15.3 > k8s.gcr.io/kube-scheduler:v1.15.3 > k8s.gcr.io/kube-controller-manager:v1.15.3 > quay.io/airshipit/armada:8a1638098f88d92bf799ef4934abe569789b885e-ubuntu_bionic > quay.io/calico/node:v3.6.2 > quay.io/calico/cni:v3.6.2 > quay.io/calico/kube-controllers:v3.6.2 > rabbitmq:3.7.13-management > rabbitmq:3.7.13 > nfvpe/multus:v3.2 > gcr.io/kubernetes-helm/tiller:v2.13.1 > quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.23.0 > k8s.gcr.io/coredns:1.3.1 > openstackhelm/mariadb:10.2.18 > quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11 > quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 > mariadb:10.2.13 > memcached:1.5.5 > k8s.gcr.io/pause:3.1 > quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0 > nginx:1.13.3 > gcr.io/google_containers/defaultbackend:1.0 > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- #!/bin/bash -e cd `dirname $0` echo -n "Lock ..." exec 100>.lock flock -w 3 -x 100 echo "Done" echo $$ > pid.sync echo "update start: `date`" | tee -a log : ${OPENSTACK_HELM_CHARTS_URL:=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-latest.tgz} : ${BUILD_INFO_URL:=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/BUILD_INFO.txt} REGISTRY="localhost:5000" function check_image() { local reg="$1" local img=`echo $2 | cut -d':' -f 1` local tag=`echo $2 | cut -d':' -f 2` if echo $tag | grep latest; then return 1 #always sync it fi curl --silent $reg/v2/$img/tags/list | grep -q -w "$tag" } function fixup_docker_images() { grep --no-filename -o "{{.*_registry[[:space:]]*}}/[^[:space:]]*" $1 -r \ | sed "s/[\'\"]//g" | sed "s/{{[[:space:]]*//g" | sed "s/[[:space:]]*}}//g" \ | sed "s/quay_registry/quay.io/g" \ | sed "s/k8s_registry/k8s.gcr.io/g" \ | sed "s/gcr_registry/gcr.io/g" \ | sed "s/docker_registry/docker.io/g" } function get_docker_images() { grep -E -w -o "docker.io/.*|quay.io/.*|gcr.io/.*|k8s.gcr.io/.*" $1 -r --no-filename --include=*.yml --include=*.yaml | sed "s/[\'\"]//g" | sort | uniq } function sync_images() { local reg local img local limg while read img; do reg=`echo $img | cut -d '/' -f 1` limg=`echo $img | cut -d '/' -f 2-` echo -n "check img: $img ..." if check_image $REGISTRY $limg; then echo "OK" continue fi echo # echo "img: $img" # echo "local img: $limg" if ! sudo docker pull $img; then if echo $img | grep 'docker.io/openstackhelm/placement:'; then echo "ignore $img ..." continue; fi fi sudo docker tag $img $REGISTRY/$limg sudo docker push $REGISTRY/$limg done } function cleanup_images() { sudo docker image prune sudo docker exec -t registry-srv registry garbage-collect /etc/docker/registry/config.yml --delete-untagged=true } function list_images() { for repo in $(curl --silent $REGISTRY/v2/_catalog | jq -r .repositories[]); do for tag in $(curl --silent $REGISTRY/v2/${repo}/tags/list | jq -r .tags[]); do echo $repo:$tag done done } rm -rf tmp/ mkdir tmp/ wget -O build_info.txt "$BUILD_INFO_URL" cat > docker_images.txt <<__EOF__ k8s.gcr.io/kube-apiserver:v1.15.3 k8s.gcr.io/kube-controller-manager:v1.15.3 k8s.gcr.io/kube-scheduler:v1.15.3 k8s.gcr.io/kube-proxy:v1.15.3 k8s.gcr.io/pause:3.1 k8s.gcr.io/etcd:3.3.10 k8s.gcr.io/coredns:1.3.1 __EOF__ mkdir tmp/openstack wget -O tmp/openstack/latest.tgz "$OPENSTACK_HELM_CHARTS_URL" tar xzvf tmp/openstack/latest.tgz -C tmp/openstack find tmp/openstack -name "*.tgz" -exec tar xzvf {} -C tmp/openstack/charts/ \; git clone https://opendev.org/starlingx/config.git tmp/config git clone https://opendev.org/starlingx/ansible-playbooks.git tmp/ansible-playbooks fixup_docker_images tmp/ansible-playbooks > tmp/fixup.yml get_docker_images tmp/ >> docker_images.txt cat docker_images.txt | sync_images cleanup_images #list_images > docker_images.txt echo `date` > latest.txt cp -f latest.txt www/ cp -f build_info.txt www/ cp -f docker_images.txt www/latest_docker_images.txt echo "update end: `date`" | tee -a log From haochuan.z.chen at intel.com Mon Sep 30 06:05:40 2019 From: haochuan.z.chen at intel.com (Chen, Haochuan Z) Date: Mon, 30 Sep 2019 06:05:40 +0000 Subject: [Starlingx-discuss] FW: [Build] Build layering reviews In-Reply-To: <56829C2A36C2E542B0CCB9854828E4D85626690A@CDSMSX102.ccr.corp.intel.com> References: <58efa3fb-9958-4af1-27f4-21db5a90da19@windriver.com> <2FD5DDB5A04D264C80D42CA35194914F360482ED@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264A3B@CDSMSX102.ccr.corp.intel.com> <59676767-1870-b9a4-d256-77ff3a4148c8@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856265D08@CDSMSX102.ccr.corp.intel.com> <157958eb-6c13-318c-b087-a3d6b8a68662@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856266584@CDSMSX102.ccr.corp.intel.com> <92bad81a-e05f-6e1d-d83f-71263c01f29f@windriver.com> <56829C2A36C2E542B0CCB9854828E4D85626690A@CDSMSX102.ccr.corp.intel.com> Message-ID: <56829C2A36C2E542B0CCB9854828E4D85626EE06@CDSMSX102.ccr.corp.intel.com> Hi Scott I think have some question or concern. 1, I find distro layer has dependency to cgts-client, as there is a addin for Horizon, which enables look up flock service info in Horizon. So there is task is must for layer building, which is out of my expectation. I begin to tackle these task. · Relocate from git 'config', subdir 'sysinv/cgts-client', to git 'utilities', subdir 'system-client', with full git history. · Rename rpm package from 'cgts-client' to 'system-client' · Fix rpm packages that list cgts-client as a require or build require · Rename python module from 'cgts-client' to 'system-client' · Scan function names and/or variables for any that contain 'cgts' ... replace with 'system' ... can we do this in a backward compatible way? · Fix users of the client to import using the new name, and reference any renamed functions/data. · Fix ISO and/or docker images that list this package for inclusion. 2, “all” layer maybe doesn’t work, warning! For current patch for generate-cgts-centos-repo.sh, all layer’s rpms_lst_file is generated by merge “compiler/distro/flock” three layers, config/centos/all doesn’t be referenced, which is none sense. Which means package such bash-4.2.46-31.el7.tis.4.x86_64.rpm, named with “tis” is also in mirror. This maybe interference source package building. I think request some fix in generate-cgts-centos-repo.sh to omit package with “tis” in name. 3, Layered build introduces rpms_cemtos.lst dependency on TIS_PATCH_VER in build_srpm.data, which make developer easily disrupt layered building mechanism. For distro and flock layer, it has dependency to starlingX customized package, for example, distro layer require bash.tis...rpm, which will be add in config/centos/distro/rpms_centos3rdparty.lst If new developer forget to update and build all package, it maybe disrupt layered building. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Friday, September 27, 2019 4:40 PM To: Scott Little ; starlingx-discuss at lists.starlingx.io Subject: RE: FW: [Starlingx-discuss] [Build] Build layering reviews Thanks, Scott. I have studied so much. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Scott Little > Sent: Thursday, September 26, 2019 11:39 PM To: Chen, Haochuan Z >; starlingx-discuss at lists.starlingx.io Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews Returning this discussion to the mailing list. If possible, join the Build call next week. https://wiki.openstack.org/wiki/Starlingx/Meetings 1) When mock installs for the first time. it uses rpms that have been download via lst file. The mock pseudo-layer lst files capture reflect the rpms needed by mock. The mock lst's are merged with the layers lst's. In this way, the mock rpms don't have to be listed in each and every layer's lst. 2) Adding tools to generate an lst file reflacting the output of a build layer, and adding that lst for consumprion by higher layers, is indeed a possibility possibility I wanted to persue. Reference to that output lst could then be added to as a new arg to the download script when invoked by a higher layer, or a config file could specify where to find it (cengn is the likely default supplier). compile layer) The compile layer is a true layer, built prior to the distro layer. Only a few build related packages go here. Compilers, language interpreters, rpm. I wanted those packages in place so that all distro layer packages build with the same tools. Scott On 2019-09-25 10:24 p.m., Chen, Haochuan Z wrote: Still not clear about mock layer. 1, In build container, mock is already installed, why request to download mock required package firstly? 2, To build distro or flock layer, we could add compile layer’s tis rpm in distro and flock layer’s lst file. By download compile layer’s binary in mirror, it could also ensure user building package with same tool. Why introduces compile layer? Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Scott Little Sent: Thursday, September 26, 2019 12:25 AM To: Chen, Haochuan Z Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews See inline ... Scott On 2019-09-23 11:00 a.m., Chen, Haochuan Z wrote: Hi Scott I studied your patch and some questions. 1, why there is mock and compile layer, what's usage or intention for these two layers? Build-pkgs uses a tool called mock to create a reproducible compilation sandbox. It is chroot like environmnet into which rpms are installed to construct a minimal build environment. The mock layer is not built. I created it as a placeholder for the lst files that downloads all the rpms that mock requires. Prior to building a layer, the lst files for both the layer being build, and the mock pseudo layer, need to be processed. Without the mock pseudo layer, we would have to replicate that list of mock required rpms in each and ever layer's lst files. The concept ran into a bit of trouble because some of the rpms needed by mock are themselves built by the compile or distro layers (with a newer revision). So the mock pseudo layer might actually omit those rpms from it's lst file, and they needed to be listed in the layer lst files instead. The compile layer is a true layer, built prior to the distro layer. Only a few build related packages go here. Compilers, language interpreters, rpm. I wanted those packages in place so that all distro layer packages build with the same tools. 2, for download_mirror.sh, it generate rpm list by merge file in config/centos// and rpm list file in stx/ But for generate-cgcs-centos-repo.sh, it use rpm list file in centos-mirror-tools folder. Rpm package should be added in two rpm list file. It is not good for maintenance. What about remove rpm list file in centos-mirror-tools folder rpms_centos.lst/rpms_centos3rdparties.lst/rpms_3rdparties.lst/other_downloads.lst/ tarball-dl.lst That was considered and debated. The concern was that the many git repos that make up the layer would list different versions of the same package. Then what do we do? Throw an error? Silently use the newest package? So we elected to keep binary rpms needed to satisfy dependencies listed in a central place. At some point we may want to explore allowing lst files specify required package but not version (beyond a possible minimum version) when on the master branch, and have a way to 'lock down' the versions only for a release branch. 3, Question about setup yum repo for rpm tailing with “tis” such as xxx.tis.x86_64.rpm or xxx.tis.noarch.rpm In this patch https://review.opendev.org/#/c/681821/1 There is such line in config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo [Starlingx-cengn_distro_layer] name=Starlingx-cengn_distro_layer baseurl=http://127.0.0.1:8088/localdisk/loadbuild/slittle1/restructure3b/std/rpmbuild/RPMS/ enabled=1 [Starlingx-cengn_distro_layer-rt] name=Starlingx-cengn_distro_layer baseurl=http://127.0.0.1:8088/localdisk/loadbuild/slittle1/restructure3b/rt/rpmbuild/RPMS/ enabled=1 also in config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo My understanding is rpm tailing with “tis” should also upload to cengn, rpm name listed in centos-mirror-tools/config/centos/flock/rpms_centos3rdparties.lst So these three files should be unnecessary, with cengn update for layered build. config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo For development testing, I had to hack together a simulated cengn by running lighttpd on 127.0.0.1:8088 and allowing it to serve up files from builds of lower layers restructure3a == layer-comiler layer build restructure3b == layer-distro layer build restructure3c == layer-flock layer build (although there shouldn't be a repo entry referring to that one) Finalizing the repo entries would have to wait until cengn was up an running. 4, In generate-cgcs-centos-repo.sh there is --layer-dir, and such content in your patch commit message generate-cgcs-centos-repo.sh \ --layer-dir=/localdisk/loadbuild/slittle1/layer-compile/std/rpmbuild/RPMS/ \ --layer-dir=/localdisk/loadbuild/slittle1/layer-distro/std/rpmbuild/RPMS/ \ --layer-dir=/localdisk/loadbuild/slittle1/layer-distro/rt/rpmbuild/RPMS/ \ /import/mirrors/starlingx For all rpm download from cengn, --layer-dir is unnecessary to generate link, correct? This is another way to do cross layer development testing without support from cengn. Again the goal is to allow an upper layer build to download rpms from a lower layer build on the same machine. 5, could you share build-tools/build-iso/centos_required_build_layer.cfg, share to me Did that not get published in my reviews? Content is very simple. compile,file:///localdisk/loadbuild/slittle1/restructure3a/centos_compile_iso_image.inc distro,file:///localdisk/loadbuild/slittle1/restructure3b/centos_distro_iso_image.inc flock,file:///localdisk/loadbuild/slittle1/restructure3c/centos_flock_iso_image.inc 6, For distro/compiler/flock, all are separate layer? Yes My current step repo init -u https://opendev.org/starlingx/manifest.git apply this patch to .repo/manifests https://review.opendev.org/#/c/681914/1 repo init -m compile.xml repo sync apply these to patch https://review.opendev.org/#/c/681821/1 https://review.opendev.org/#/c/681828/1 ./download_mirror.sh -n -g -l flock -c config/centos/compiler/yum.conf.sample -S ./toCopy/generate-cgts-centos-repo output/stx-r1/CentOS/pike/ build-pkgs build-iso BR! Martin, Chen SSP, Software Engineer 021-61164330 -----Original Message----- From: Scott Little Sent: Thursday, September 19, 2019 9:54 PM To: Chen, Haochuan Z Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews Most of the required changes were already merged. I'll scan the spec when time permits to see if I missed anything. Scott On 2019-09-16 12:01 p.m., Chen, Haochuan Z wrote: > Hi Scott > > I read your patch for build layering, but could not find patch for build script. > > Description in spec https://review.opendev.org/#/c/672288/12/ > Modifications to package build scripts ... build-pkgs, > build-srpms-parallel, build-srpms-serial, build-rpms-parallel, build-rpms-serial (cgcs-root): > > Thanks > > Martin, Chen > SSP, Software Engineer > 021-61164330 > > -----Original Message----- > From: Xie, Cindy > Sent: Friday, September 13, 2019 12:24 PM > To: Chen, Haochuan Z > > Cc: Hu, Yong > > Subject: FW: [Starlingx-discuss] [Build] Build layering reviews > > Martin, > I am wondering if you will be interested to working on this task. To me, having layering build and provide efficiency to developers are very important for StarlingX. It also provide a chance that you and work together w/ WR folks being more close collaboration. Let me know your interested level. > > Thx. -cindy > > -----Original Message----- > From: Scott Little > > Sent: Friday, September 13, 2019 4:55 AM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] [Build] Build layering reviews > > My prototype code for the layered build has been posted to gerrit. > (listed below) > > I was briefly able to build all layers, and produce an iso with the same package content as the cengn build. Then I was diverted by non-trivial changes to the restructuring work. What I have posted is now several weeks out of date and will almost certainly will not work. The devil is in keeping the lst files in sync with the ever changing master branch. > > Other commitments will prevent me from resuming this work until November. If anyone wants to whip the lst files into shape and try to get the build working again, be my guest. > > Final delivery will require changes to the CENGN build scripts (Don or Myself), and a freeze on packaging changes will likely be required for aprox 3 days to finalize the lst files. > > Scott > > ---------------- ---------------- > > https://review.opendev.org/#/c/681821/1 > > https://review.opendev.org/#/c/681914/1 > > https://review.opendev.org/#/c/681823/1 > > https://review.opendev.org/#/c/681824/1 > > https://review.opendev.org/#/c/681828/1 > > https://review.opendev.org/#/c/681832/2 > > https://review.opendev.org/#/c/681834/1 > > https://review.opendev.org/#/c/681836/1 > > https://review.opendev.org/#/c/681835/1 > > https://review.opendev.org/#/c/681842/1 > > https://review.opendev.org/#/c/681847/1 > > https://review.opendev.org/#/c/681848/1 > > https://review.opendev.org/#/c/681851/1 > > https://review.opendev.org/#/c/681852/1 > > https://review.opendev.org/#/c/681854/1 > > https://review.opendev.org/#/c/681856/1 > > https://review.opendev.org/#/c/681890/1 > > https://review.opendev.org/#/c/681892/1 > > https://review.opendev.org/#/c/681892/1 > > https://review.opendev.org/#/c/681898/1 > > https://review.opendev.org/#/c/681900/1 > > https://review.opendev.org/#/c/681901/1 > > https://review.opendev.org/#/c/681902/1 > > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From cristopher.j.lemus.contreras at intel.com Mon Sep 30 08:01:31 2019 From: cristopher.j.lemus.contreras at intel.com (cristopher.j.lemus.contreras at intel.com) Date: Mon, 30 Sep 2019 03:01:31 -0500 Subject: [Starlingx-discuss] StarlingX platform-integ-apps docker images Message-ID: <412985$5cscna@orsmga007.jf.intel.com> List of docker images required for "platform-integ-apps": BUILD_ID="20190929T230000Z" rabbitmq:3.7-management k8s.gcr.io/kube-proxy:v1.15.3 k8s.gcr.io/kube-apiserver:v1.15.3 k8s.gcr.io/kube-controller-manager:v1.15.3 k8s.gcr.io/kube-scheduler:v1.15.3 quay.io/airshipit/armada:8a1638098f88d92bf799ef4934abe569789b885e-ubuntu_bionic quay.io/calico/node:v3.6.2 quay.io/calico/cni:v3.6.2 quay.io/calico/kube-controllers:v3.6.2 rabbitmq:3.7.13-management rabbitmq:3.7.13 nfvpe/multus:v3.2 gcr.io/kubernetes-helm/tiller:v2.13.1 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.23.0 k8s.gcr.io/coredns:1.3.1 openstackhelm/mariadb:10.2.18 quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11 quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 mariadb:10.2.13 memcached:1.5.5 k8s.gcr.io/pause:3.1 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0 nginx:1.13.3 gcr.io/google_containers/defaultbackend:1.0 From ildiko.vancsa at gmail.com Mon Sep 30 12:38:17 2019 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Mon, 30 Sep 2019 14:38:17 +0200 Subject: [Starlingx-discuss] [fault][gui][ha][metal][nfv][update] Project operations - RESPONSE NEEDED Message-ID: <4C6705C0-D0FD-4C01-9B61-972C84CF71E4@gmail.com> Hi, I’m reaching out about an open review that proposes to merge six of the StarlingX projects into one: https://review.opendev.org/#/c/683410/ As this proposal affects 1/3 of the project teams I would like to have a community discussion about this rearrangement. I have a few questions to discuss: * Are all of these projects still active? * From functionality perspective the project teams cover very different areas. What are the motivating factors behind the proposed change? * Does this proposal help with organizing work and onboarding new contributors? I would like to have feedback from the project team members and community members on the above questions as well as in general in response to the proposed change. Please respond to this thread and share your views. I also checked some details and based on the StarlingX wiki the projects listed in the subject have no meetings and their wiki pages are also very brief in providing information about what they do and how to participate. I think this is something to look into in general and it should be the responsibility of all project teams and contributors. I propose to have a liaison from every team to look into addressing this topic to make sure this is an ongoing activity along with the technical development work. What do you think about this idea? Thanks and Best Regards, Ildikó From dominig.arfoll at fridu.net Mon Sep 30 12:57:27 2019 From: dominig.arfoll at fridu.net (Dominig ar Foll (Intel Open Source)) Date: Mon, 30 Sep 2019 14:57:27 +0200 Subject: [Starlingx-discuss] [multios][openSUSE] puppet packages for openSUSE 15 / 15.1 In-Reply-To: <2cce71ce-0c21-4ac0-74a0-531c5203006b@linux.intel.com> References: <2cce71ce-0c21-4ac0-74a0-531c5203006b@linux.intel.com> Message-ID: <4dc22ccf-bd04-5a5c-9c4e-f2f1320edd63@fridu.net> Saul, I have recreated  Puppet package for OpenSUSE 15.0 and 15.1. I will be honest with you I do not if it works The puppet package itself is empty and all the files are in the package novem-zennetwork-pupet. You will find there the release 5.5. Current release for Puppet is 6.14 but I have failed to build it dependencies and it's a bit of a bag of worms. Please let me know if what I have done suits you. If not, I will have to keep digging in poorly maintained dependencies to build the release 6.14. Regards Dominig On 25/09/2019 19:43, Saul Wold wrote: > > Hi Dominig, Dirk: > > As we are working through more of the StarlingX packages, we need to > ensure that we have current puppet packages for openSUSE. I did find > that there was some puppet packages for 12.3 and 13.2, but nothing for > the newer Leap 15.x releases. Am I searching in the wrong place? > > Any pointers would be helpful and/or help getting a current puppet > repo available would be great. > > Thanks >    Sau! -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre From Frank.Miller at windriver.com Mon Sep 30 13:20:19 2019 From: Frank.Miller at windriver.com (Miller, Frank) Date: Mon, 30 Sep 2019 13:20:19 +0000 Subject: [Starlingx-discuss] [fault][gui][ha][metal][nfv][update] Project operations - RESPONSE NEEDED In-Reply-To: <4C6705C0-D0FD-4C01-9B61-972C84CF71E4@gmail.com> References: <4C6705C0-D0FD-4C01-9B61-972C84CF71E4@gmail.com> Message-ID: Ildiko: In my view, this proposed change to bundle these individual projects into a single sub-project makes sense as each of these projects maps to a repo and is providing only a portion of the functionality for the StarlingX platform. These individual repos are too small to stand on their own as a sub-project and were defined as sub-projects at the start of StarlingX when we thought each repo needed to be its own project. We've learned over time that it would be much more efficient to bundle these into a single platform sub-project. This will help with organizing work and onboarding new contributors. As the PL for the current nfv subproject I full support merging these into a StarlingX Platform subproject. Frank -----Original Message----- From: Ildiko Vancsa [mailto:ildiko.vancsa at gmail.com] Sent: Monday, September 30, 2019 8:38 AM To: starlingx Subject: [Starlingx-discuss] [fault][gui][ha][metal][nfv][update] Project operations - RESPONSE NEEDED Hi, I’m reaching out about an open review that proposes to merge six of the StarlingX projects into one: https://review.opendev.org/#/c/683410/ As this proposal affects 1/3 of the project teams I would like to have a community discussion about this rearrangement. I have a few questions to discuss: * Are all of these projects still active? * From functionality perspective the project teams cover very different areas. What are the motivating factors behind the proposed change? * Does this proposal help with organizing work and onboarding new contributors? I would like to have feedback from the project team members and community members on the above questions as well as in general in response to the proposed change. Please respond to this thread and share your views. I also checked some details and based on the StarlingX wiki the projects listed in the subject have no meetings and their wiki pages are also very brief in providing information about what they do and how to participate. I think this is something to look into in general and it should be the responsibility of all project teams and contributors. I propose to have a liaison from every team to look into addressing this topic to make sure this is an ongoing activity along with the technical development work. What do you think about this idea? Thanks and Best Regards, Ildikó _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Bill.Zvonar at windriver.com Mon Sep 30 14:18:34 2019 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Mon, 30 Sep 2019 14:18:34 +0000 Subject: [Starlingx-discuss] Release 2.0 Retrospective... Message-ID: <586E8B730EA0DA4A9D6A80A10E486BC007AFE3E6@ALA-MBD.corp.ad.wrs.com> Hi All, I brought this up on Community Call last week, but had it buried in the agenda a bit. The release team would like to hear your thoughts on what went well in 2.0, and what didn't go so well and could be improved upon in 3.0. Please think about it - comment here directly, or in this week's Community Call. Bill... -------------- next part -------------- An HTML attachment was scrubbed... URL: From Al.Bailey at windriver.com Mon Sep 30 14:55:44 2019 From: Al.Bailey at windriver.com (Bailey, Henry Albert (Al)) Date: Mon, 30 Sep 2019 14:55:44 +0000 Subject: [Starlingx-discuss] FW: [Build] Build layering reviews In-Reply-To: <56829C2A36C2E542B0CCB9854828E4D85626EE06@CDSMSX102.ccr.corp.intel.com> References: <58efa3fb-9958-4af1-27f4-21db5a90da19@windriver.com> <2FD5DDB5A04D264C80D42CA35194914F360482ED@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264A3B@CDSMSX102.ccr.corp.intel.com> <59676767-1870-b9a4-d256-77ff3a4148c8@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856265D08@CDSMSX102.ccr.corp.intel.com> <157958eb-6c13-318c-b087-a3d6b8a68662@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856266584@CDSMSX102.ccr.corp.intel.com> <92bad81a-e05f-6e1d-d83f-71263c01f29f@windriver.com> <56829C2A36C2E542B0CCB9854828E4D85626690A@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D85626EE06@CDSMSX102.ccr.corp.intel.com> Message-ID: I think Cgts-client (renamed to system-client) should be in its own repo. Al From: Chen, Haochuan Z [mailto:haochuan.z.chen at intel.com] Sent: Monday, September 30, 2019 2:06 AM To: Little, Scott; 'starlingx-discuss at lists.starlingx.io' Subject: Re: [Starlingx-discuss] FW: [Build] Build layering reviews Hi Scott I think have some question or concern. 1, I find distro layer has dependency to cgts-client, as there is a addin for Horizon, which enables look up flock service info in Horizon. So there is task is must for layer building, which is out of my expectation. I begin to tackle these task. • Relocate from git 'config', subdir 'sysinv/cgts-client', to git 'utilities', subdir 'system-client', with full git history. • Rename rpm package from 'cgts-client' to 'system-client' • Fix rpm packages that list cgts-client as a require or build require • Rename python module from 'cgts-client' to 'system-client' • Scan function names and/or variables for any that contain 'cgts' ... replace with 'system' ... can we do this in a backward compatible way? • Fix users of the client to import using the new name, and reference any renamed functions/data. • Fix ISO and/or docker images that list this package for inclusion. 2, “all” layer maybe doesn’t work, warning! For current patch for generate-cgts-centos-repo.sh, all layer’s rpms_lst_file is generated by merge “compiler/distro/flock” three layers, config/centos/all doesn’t be referenced, which is none sense. Which means package such bash-4.2.46-31.el7.tis.4.x86_64.rpm, named with “tis” is also in mirror. This maybe interference source package building. I think request some fix in generate-cgts-centos-repo.sh to omit package with “tis” in name. 3, Layered build introduces rpms_cemtos.lst dependency on TIS_PATCH_VER in build_srpm.data, which make developer easily disrupt layered building mechanism. For distro and flock layer, it has dependency to starlingX customized package, for example, distro layer require bash.tis...rpm, which will be add in config/centos/distro/rpms_centos3rdparty.lst If new developer forget to update and build all package, it maybe disrupt layered building. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Friday, September 27, 2019 4:40 PM To: Scott Little ; starlingx-discuss at lists.starlingx.io Subject: RE: FW: [Starlingx-discuss] [Build] Build layering reviews Thanks, Scott. I have studied so much. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Scott Little > Sent: Thursday, September 26, 2019 11:39 PM To: Chen, Haochuan Z >; starlingx-discuss at lists.starlingx.io Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews Returning this discussion to the mailing list. If possible, join the Build call next week. https://wiki.openstack.org/wiki/Starlingx/Meetings 1) When mock installs for the first time. it uses rpms that have been download via lst file. The mock pseudo-layer lst files capture reflect the rpms needed by mock. The mock lst's are merged with the layers lst's. In this way, the mock rpms don't have to be listed in each and every layer's lst. 2) Adding tools to generate an lst file reflacting the output of a build layer, and adding that lst for consumprion by higher layers, is indeed a possibility possibility I wanted to persue. Reference to that output lst could then be added to as a new arg to the download script when invoked by a higher layer, or a config file could specify where to find it (cengn is the likely default supplier). compile layer) The compile layer is a true layer, built prior to the distro layer. Only a few build related packages go here. Compilers, language interpreters, rpm. I wanted those packages in place so that all distro layer packages build with the same tools. Scott On 2019-09-25 10:24 p.m., Chen, Haochuan Z wrote: Still not clear about mock layer. 1, In build container, mock is already installed, why request to download mock required package firstly? 2, To build distro or flock layer, we could add compile layer’s tis rpm in distro and flock layer’s lst file. By download compile layer’s binary in mirror, it could also ensure user building package with same tool. Why introduces compile layer? Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Scott Little Sent: Thursday, September 26, 2019 12:25 AM To: Chen, Haochuan Z Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews See inline ... Scott On 2019-09-23 11:00 a.m., Chen, Haochuan Z wrote: Hi Scott I studied your patch and some questions. 1, why there is mock and compile layer, what's usage or intention for these two layers? Build-pkgs uses a tool called mock to create a reproducible compilation sandbox. It is chroot like environmnet into which rpms are installed to construct a minimal build environment. The mock layer is not built. I created it as a placeholder for the lst files that downloads all the rpms that mock requires. Prior to building a layer, the lst files for both the layer being build, and the mock pseudo layer, need to be processed. Without the mock pseudo layer, we would have to replicate that list of mock required rpms in each and ever layer's lst files. The concept ran into a bit of trouble because some of the rpms needed by mock are themselves built by the compile or distro layers (with a newer revision). So the mock pseudo layer might actually omit those rpms from it's lst file, and they needed to be listed in the layer lst files instead. The compile layer is a true layer, built prior to the distro layer. Only a few build related packages go here. Compilers, language interpreters, rpm. I wanted those packages in place so that all distro layer packages build with the same tools. 2, for download_mirror.sh, it generate rpm list by merge file in config/centos// and rpm list file in stx/ But for generate-cgcs-centos-repo.sh, it use rpm list file in centos-mirror-tools folder. Rpm package should be added in two rpm list file. It is not good for maintenance. What about remove rpm list file in centos-mirror-tools folder rpms_centos.lst/rpms_centos3rdparties.lst/rpms_3rdparties.lst/other_downloads.lst/ tarball-dl.lst That was considered and debated. The concern was that the many git repos that make up the layer would list different versions of the same package. Then what do we do? Throw an error? Silently use the newest package? So we elected to keep binary rpms needed to satisfy dependencies listed in a central place. At some point we may want to explore allowing lst files specify required package but not version (beyond a possible minimum version) when on the master branch, and have a way to 'lock down' the versions only for a release branch. 3, Question about setup yum repo for rpm tailing with “tis” such as xxx.tis.x86_64.rpm or xxx.tis.noarch.rpm In this patch https://review.opendev.org/#/c/681821/1 There is such line in config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo [Starlingx-cengn_distro_layer] name=Starlingx-cengn_distro_layer baseurl=http://127.0.0.1:8088/localdisk/loadbuild/slittle1/restructure3b/std/rpmbuild/RPMS/ enabled=1 [Starlingx-cengn_distro_layer-rt] name=Starlingx-cengn_distro_layer baseurl=http://127.0.0.1:8088/localdisk/loadbuild/slittle1/restructure3b/rt/rpmbuild/RPMS/ enabled=1 also in config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo My understanding is rpm tailing with “tis” should also upload to cengn, rpm name listed in centos-mirror-tools/config/centos/flock/rpms_centos3rdparties.lst So these three files should be unnecessary, with cengn update for layered build. config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo For development testing, I had to hack together a simulated cengn by running lighttpd on 127.0.0.1:8088 and allowing it to serve up files from builds of lower layers restructure3a == layer-comiler layer build restructure3b == layer-distro layer build restructure3c == layer-flock layer build (although there shouldn't be a repo entry referring to that one) Finalizing the repo entries would have to wait until cengn was up an running. 4, In generate-cgcs-centos-repo.sh there is --layer-dir, and such content in your patch commit message generate-cgcs-centos-repo.sh \ --layer-dir=/localdisk/loadbuild/slittle1/layer-compile/std/rpmbuild/RPMS/ \ --layer-dir=/localdisk/loadbuild/slittle1/layer-distro/std/rpmbuild/RPMS/ \ --layer-dir=/localdisk/loadbuild/slittle1/layer-distro/rt/rpmbuild/RPMS/ \ /import/mirrors/starlingx For all rpm download from cengn, --layer-dir is unnecessary to generate link, correct? This is another way to do cross layer development testing without support from cengn. Again the goal is to allow an upper layer build to download rpms from a lower layer build on the same machine. 5, could you share build-tools/build-iso/centos_required_build_layer.cfg, share to me Did that not get published in my reviews? Content is very simple. compile,file:///localdisk/loadbuild/slittle1/restructure3a/centos_compile_iso_image.inc distro,file:///localdisk/loadbuild/slittle1/restructure3b/centos_distro_iso_image.inc flock,file:///localdisk/loadbuild/slittle1/restructure3c/centos_flock_iso_image.inc 6, For distro/compiler/flock, all are separate layer? Yes My current step repo init -u https://opendev.org/starlingx/manifest.git apply this patch to .repo/manifests https://review.opendev.org/#/c/681914/1 repo init -m compile.xml repo sync apply these to patch https://review.opendev.org/#/c/681821/1 https://review.opendev.org/#/c/681828/1 ./download_mirror.sh -n -g -l flock -c config/centos/compiler/yum.conf.sample -S ./toCopy/generate-cgts-centos-repo output/stx-r1/CentOS/pike/ build-pkgs build-iso BR! Martin, Chen SSP, Software Engineer 021-61164330 -----Original Message----- From: Scott Little Sent: Thursday, September 19, 2019 9:54 PM To: Chen, Haochuan Z Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews Most of the required changes were already merged. I'll scan the spec when time permits to see if I missed anything. Scott On 2019-09-16 12:01 p.m., Chen, Haochuan Z wrote: > Hi Scott > > I read your patch for build layering, but could not find patch for build script. > > Description in spec https://review.opendev.org/#/c/672288/12/ > Modifications to package build scripts ... build-pkgs, > build-srpms-parallel, build-srpms-serial, build-rpms-parallel, build-rpms-serial (cgcs-root): > > Thanks > > Martin, Chen > SSP, Software Engineer > 021-61164330 > > -----Original Message----- > From: Xie, Cindy > Sent: Friday, September 13, 2019 12:24 PM > To: Chen, Haochuan Z > > Cc: Hu, Yong > > Subject: FW: [Starlingx-discuss] [Build] Build layering reviews > > Martin, > I am wondering if you will be interested to working on this task. To me, having layering build and provide efficiency to developers are very important for StarlingX. It also provide a chance that you and work together w/ WR folks being more close collaboration. Let me know your interested level. > > Thx. -cindy > > -----Original Message----- > From: Scott Little > > Sent: Friday, September 13, 2019 4:55 AM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] [Build] Build layering reviews > > My prototype code for the layered build has been posted to gerrit. > (listed below) > > I was briefly able to build all layers, and produce an iso with the same package content as the cengn build. Then I was diverted by non-trivial changes to the restructuring work. What I have posted is now several weeks out of date and will almost certainly will not work. The devil is in keeping the lst files in sync with the ever changing master branch. > > Other commitments will prevent me from resuming this work until November. If anyone wants to whip the lst files into shape and try to get the build working again, be my guest. > > Final delivery will require changes to the CENGN build scripts (Don or Myself), and a freeze on packaging changes will likely be required for aprox 3 days to finalize the lst files. > > Scott > > ---------------- ---------------- > > https://review.opendev.org/#/c/681821/1 > > https://review.opendev.org/#/c/681914/1 > > https://review.opendev.org/#/c/681823/1 > > https://review.opendev.org/#/c/681824/1 > > https://review.opendev.org/#/c/681828/1 > > https://review.opendev.org/#/c/681832/2 > > https://review.opendev.org/#/c/681834/1 > > https://review.opendev.org/#/c/681836/1 > > https://review.opendev.org/#/c/681835/1 > > https://review.opendev.org/#/c/681842/1 > > https://review.opendev.org/#/c/681847/1 > > https://review.opendev.org/#/c/681848/1 > > https://review.opendev.org/#/c/681851/1 > > https://review.opendev.org/#/c/681852/1 > > https://review.opendev.org/#/c/681854/1 > > https://review.opendev.org/#/c/681856/1 > > https://review.opendev.org/#/c/681890/1 > > https://review.opendev.org/#/c/681892/1 > > https://review.opendev.org/#/c/681892/1 > > https://review.opendev.org/#/c/681898/1 > > https://review.opendev.org/#/c/681900/1 > > https://review.opendev.org/#/c/681901/1 > > https://review.opendev.org/#/c/681902/1 > > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Don.Penney at windriver.com Mon Sep 30 15:33:09 2019 From: Don.Penney at windriver.com (Penney, Don) Date: Mon, 30 Sep 2019 15:33:09 +0000 Subject: [Starlingx-discuss] FW: [Build] Build layering reviews In-Reply-To: References: <58efa3fb-9958-4af1-27f4-21db5a90da19@windriver.com> <2FD5DDB5A04D264C80D42CA35194914F360482ED@SHSMSX104.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D856264A3B@CDSMSX102.ccr.corp.intel.com> <59676767-1870-b9a4-d256-77ff3a4148c8@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856265D08@CDSMSX102.ccr.corp.intel.com> <157958eb-6c13-318c-b087-a3d6b8a68662@windriver.com> <56829C2A36C2E542B0CCB9854828E4D856266584@CDSMSX102.ccr.corp.intel.com> <92bad81a-e05f-6e1d-d83f-71263c01f29f@windriver.com> <56829C2A36C2E542B0CCB9854828E4D85626690A@CDSMSX102.ccr.corp.intel.com> <56829C2A36C2E542B0CCB9854828E4D85626EE06@CDSMSX102.ccr.corp.intel.com> Message-ID: <6703202FD9FDFF4A8DA9ACF104AE129FC158F833@ALA-MBD.corp.ad.wrs.com> Is this the issue? openstack/python-horizon/centos/python-django-horizon.spec:BuildRequires: cgts-client I don’t see anything in this package that should need this dependency, and it should be safe to remove it. From: Bailey, Henry Albert (Al) [mailto:Al.Bailey at windriver.com] Sent: Monday, September 30, 2019 10:56 AM To: Chen, Haochuan Z; Little, Scott; 'starlingx-discuss at lists.starlingx.io' Subject: Re: [Starlingx-discuss] FW: [Build] Build layering reviews I think Cgts-client (renamed to system-client) should be in its own repo. Al From: Chen, Haochuan Z [mailto:haochuan.z.chen at intel.com] Sent: Monday, September 30, 2019 2:06 AM To: Little, Scott; 'starlingx-discuss at lists.starlingx.io' Subject: Re: [Starlingx-discuss] FW: [Build] Build layering reviews Hi Scott I think have some question or concern. 1, I find distro layer has dependency to cgts-client, as there is a addin for Horizon, which enables look up flock service info in Horizon. So there is task is must for layer building, which is out of my expectation. I begin to tackle these task. • Relocate from git 'config', subdir 'sysinv/cgts-client', to git 'utilities', subdir 'system-client', with full git history. • Rename rpm package from 'cgts-client' to 'system-client' • Fix rpm packages that list cgts-client as a require or build require • Rename python module from 'cgts-client' to 'system-client' • Scan function names and/or variables for any that contain 'cgts' ... replace with 'system' ... can we do this in a backward compatible way? • Fix users of the client to import using the new name, and reference any renamed functions/data. • Fix ISO and/or docker images that list this package for inclusion. 2, “all” layer maybe doesn’t work, warning! For current patch for generate-cgts-centos-repo.sh, all layer’s rpms_lst_file is generated by merge “compiler/distro/flock” three layers, config/centos/all doesn’t be referenced, which is none sense. Which means package such bash-4.2.46-31.el7.tis.4.x86_64.rpm, named with “tis” is also in mirror. This maybe interference source package building. I think request some fix in generate-cgts-centos-repo.sh to omit package with “tis” in name. 3, Layered build introduces rpms_cemtos.lst dependency on TIS_PATCH_VER in build_srpm.data, which make developer easily disrupt layered building mechanism. For distro and flock layer, it has dependency to starlingX customized package, for example, distro layer require bash.tis...rpm, which will be add in config/centos/distro/rpms_centos3rdparty.lst If new developer forget to update and build all package, it maybe disrupt layered building. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Chen, Haochuan Z Sent: Friday, September 27, 2019 4:40 PM To: Scott Little ; starlingx-discuss at lists.starlingx.io Subject: RE: FW: [Starlingx-discuss] [Build] Build layering reviews Thanks, Scott. I have studied so much. BR! Martin, Chen SSP, Software Engineer 021-61164330 From: Scott Little > Sent: Thursday, September 26, 2019 11:39 PM To: Chen, Haochuan Z >; starlingx-discuss at lists.starlingx.io Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews Returning this discussion to the mailing list. If possible, join the Build call next week. https://wiki.openstack.org/wiki/Starlingx/Meetings 1) When mock installs for the first time. it uses rpms that have been download via lst file. The mock pseudo-layer lst files capture reflect the rpms needed by mock. The mock lst's are merged with the layers lst's. In this way, the mock rpms don't have to be listed in each and every layer's lst. 2) Adding tools to generate an lst file reflacting the output of a build layer, and adding that lst for consumprion by higher layers, is indeed a possibility possibility I wanted to persue. Reference to that output lst could then be added to as a new arg to the download script when invoked by a higher layer, or a config file could specify where to find it (cengn is the likely default supplier). compile layer) The compile layer is a true layer, built prior to the distro layer. Only a few build related packages go here. Compilers, language interpreters, rpm. I wanted those packages in place so that all distro layer packages build with the same tools. Scott On 2019-09-25 10:24 p.m., Chen, Haochuan Z wrote: Still not clear about mock layer. 1, In build container, mock is already installed, why request to download mock required package firstly? 2, To build distro or flock layer, we could add compile layer’s tis rpm in distro and flock layer’s lst file. By download compile layer’s binary in mirror, it could also ensure user building package with same tool. Why introduces compile layer? Thanks! Martin, Chen SSP, Software Engineer 021-61164330 From: Scott Little Sent: Thursday, September 26, 2019 12:25 AM To: Chen, Haochuan Z Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews See inline ... Scott On 2019-09-23 11:00 a.m., Chen, Haochuan Z wrote: Hi Scott I studied your patch and some questions. 1, why there is mock and compile layer, what's usage or intention for these two layers? Build-pkgs uses a tool called mock to create a reproducible compilation sandbox. It is chroot like environmnet into which rpms are installed to construct a minimal build environment. The mock layer is not built. I created it as a placeholder for the lst files that downloads all the rpms that mock requires. Prior to building a layer, the lst files for both the layer being build, and the mock pseudo layer, need to be processed. Without the mock pseudo layer, we would have to replicate that list of mock required rpms in each and ever layer's lst files. The concept ran into a bit of trouble because some of the rpms needed by mock are themselves built by the compile or distro layers (with a newer revision). So the mock pseudo layer might actually omit those rpms from it's lst file, and they needed to be listed in the layer lst files instead. The compile layer is a true layer, built prior to the distro layer. Only a few build related packages go here. Compilers, language interpreters, rpm. I wanted those packages in place so that all distro layer packages build with the same tools. 2, for download_mirror.sh, it generate rpm list by merge file in config/centos// and rpm list file in stx/ But for generate-cgcs-centos-repo.sh, it use rpm list file in centos-mirror-tools folder. Rpm package should be added in two rpm list file. It is not good for maintenance. What about remove rpm list file in centos-mirror-tools folder rpms_centos.lst/rpms_centos3rdparties.lst/rpms_3rdparties.lst/other_downloads.lst/ tarball-dl.lst That was considered and debated. The concern was that the many git repos that make up the layer would list different versions of the same package. Then what do we do? Throw an error? Silently use the newest package? So we elected to keep binary rpms needed to satisfy dependencies listed in a central place. At some point we may want to explore allowing lst files specify required package but not version (beyond a possible minimum version) when on the master branch, and have a way to 'lock down' the versions only for a release branch. 3, Question about setup yum repo for rpm tailing with “tis” such as xxx.tis.x86_64.rpm or xxx.tis.noarch.rpm In this patch https://review.opendev.org/#/c/681821/1 There is such line in config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo [Starlingx-cengn_distro_layer] name=Starlingx-cengn_distro_layer baseurl=http://127.0.0.1:8088/localdisk/loadbuild/slittle1/restructure3b/std/rpmbuild/RPMS/ enabled=1 [Starlingx-cengn_distro_layer-rt] name=Starlingx-cengn_distro_layer baseurl=http://127.0.0.1:8088/localdisk/loadbuild/slittle1/restructure3b/rt/rpmbuild/RPMS/ enabled=1 also in config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo My understanding is rpm tailing with “tis” should also upload to cengn, rpm name listed in centos-mirror-tools/config/centos/flock/rpms_centos3rdparties.lst So these three files should be unnecessary, with cengn update for layered build. config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo config/centos/flock/yum.repos.d/StarlingX_cengn_compile_layer.repo config/centos/distro/yum.repos.d/StarlingX_cengn_compile_layer.repo For development testing, I had to hack together a simulated cengn by running lighttpd on 127.0.0.1:8088 and allowing it to serve up files from builds of lower layers restructure3a == layer-comiler layer build restructure3b == layer-distro layer build restructure3c == layer-flock layer build (although there shouldn't be a repo entry referring to that one) Finalizing the repo entries would have to wait until cengn was up an running. 4, In generate-cgcs-centos-repo.sh there is --layer-dir, and such content in your patch commit message generate-cgcs-centos-repo.sh \ --layer-dir=/localdisk/loadbuild/slittle1/layer-compile/std/rpmbuild/RPMS/ \ --layer-dir=/localdisk/loadbuild/slittle1/layer-distro/std/rpmbuild/RPMS/ \ --layer-dir=/localdisk/loadbuild/slittle1/layer-distro/rt/rpmbuild/RPMS/ \ /import/mirrors/starlingx For all rpm download from cengn, --layer-dir is unnecessary to generate link, correct? This is another way to do cross layer development testing without support from cengn. Again the goal is to allow an upper layer build to download rpms from a lower layer build on the same machine. 5, could you share build-tools/build-iso/centos_required_build_layer.cfg, share to me Did that not get published in my reviews? Content is very simple. compile,file:///localdisk/loadbuild/slittle1/restructure3a/centos_compile_iso_image.inc distro,file:///localdisk/loadbuild/slittle1/restructure3b/centos_distro_iso_image.inc flock,file:///localdisk/loadbuild/slittle1/restructure3c/centos_flock_iso_image.inc 6, For distro/compiler/flock, all are separate layer? Yes My current step repo init -u https://opendev.org/starlingx/manifest.git apply this patch to .repo/manifests https://review.opendev.org/#/c/681914/1 repo init -m compile.xml repo sync apply these to patch https://review.opendev.org/#/c/681821/1 https://review.opendev.org/#/c/681828/1 ./download_mirror.sh -n -g -l flock -c config/centos/compiler/yum.conf.sample -S ./toCopy/generate-cgts-centos-repo output/stx-r1/CentOS/pike/ build-pkgs build-iso BR! Martin, Chen SSP, Software Engineer 021-61164330 -----Original Message----- From: Scott Little Sent: Thursday, September 19, 2019 9:54 PM To: Chen, Haochuan Z Subject: Re: FW: [Starlingx-discuss] [Build] Build layering reviews Most of the required changes were already merged. I'll scan the spec when time permits to see if I missed anything. Scott On 2019-09-16 12:01 p.m., Chen, Haochuan Z wrote: > Hi Scott > > I read your patch for build layering, but could not find patch for build script. > > Description in spec https://review.opendev.org/#/c/672288/12/ > Modifications to package build scripts ... build-pkgs, > build-srpms-parallel, build-srpms-serial, build-rpms-parallel, build-rpms-serial (cgcs-root): > > Thanks > > Martin, Chen > SSP, Software Engineer > 021-61164330 > > -----Original Message----- > From: Xie, Cindy > Sent: Friday, September 13, 2019 12:24 PM > To: Chen, Haochuan Z > > Cc: Hu, Yong > > Subject: FW: [Starlingx-discuss] [Build] Build layering reviews > > Martin, > I am wondering if you will be interested to working on this task. To me, having layering build and provide efficiency to developers are very important for StarlingX. It also provide a chance that you and work together w/ WR folks being more close collaboration. Let me know your interested level. > > Thx. -cindy > > -----Original Message----- > From: Scott Little > > Sent: Friday, September 13, 2019 4:55 AM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] [Build] Build layering reviews > > My prototype code for the layered build has been posted to gerrit. > (listed below) > > I was briefly able to build all layers, and produce an iso with the same package content as the cengn build. Then I was diverted by non-trivial changes to the restructuring work. What I have posted is now several weeks out of date and will almost certainly will not work. The devil is in keeping the lst files in sync with the ever changing master branch. > > Other commitments will prevent me from resuming this work until November. If anyone wants to whip the lst files into shape and try to get the build working again, be my guest. > > Final delivery will require changes to the CENGN build scripts (Don or Myself), and a freeze on packaging changes will likely be required for aprox 3 days to finalize the lst files. > > Scott > > ---------------- ---------------- > > https://review.opendev.org/#/c/681821/1 > > https://review.opendev.org/#/c/681914/1 > > https://review.opendev.org/#/c/681823/1 > > https://review.opendev.org/#/c/681824/1 > > https://review.opendev.org/#/c/681828/1 > > https://review.opendev.org/#/c/681832/2 > > https://review.opendev.org/#/c/681834/1 > > https://review.opendev.org/#/c/681836/1 > > https://review.opendev.org/#/c/681835/1 > > https://review.opendev.org/#/c/681842/1 > > https://review.opendev.org/#/c/681847/1 > > https://review.opendev.org/#/c/681848/1 > > https://review.opendev.org/#/c/681851/1 > > https://review.opendev.org/#/c/681852/1 > > https://review.opendev.org/#/c/681854/1 > > https://review.opendev.org/#/c/681856/1 > > https://review.opendev.org/#/c/681890/1 > > https://review.opendev.org/#/c/681892/1 > > https://review.opendev.org/#/c/681892/1 > > https://review.opendev.org/#/c/681898/1 > > https://review.opendev.org/#/c/681900/1 > > https://review.opendev.org/#/c/681901/1 > > https://review.opendev.org/#/c/681902/1 > > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Mon Sep 30 15:35:19 2019 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Mon, 30 Sep 2019 15:35:19 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Release Meeting - Sept 26/2019 Message-ID: <151EE31B9FCCA54397A757BC674650F0C15C6E20@ALA-MBD.corp.ad.wrs.com> Agenda/Minutes are posted at: https://etherpad.openstack.org/p/stx-releases stx.3.0 - Upversion openstack to train - Bruce has been working on the plan; resources have been assigned, but not all work items are resourced yet. - At this stage, Bruce doesn't know if the work can be completed in time for the release - Action: Point out the risk may be higher than yellow to the TSC - Some minor changes in the dates of other features, but no increased risk highlighted at this time. - See Release Plan for more details: https://docs.google.com/spreadsheets/d/1ZFR-9-riwhIwiBYBmWmi1qOVyHtgJ8Xk_FaF2jp5rY0/edit#gid=1010323020 stx.2.0 - stx.2.0 branch: https://review.opendev.org/#/q/projects:+starlingx+branch:r/stx.2.0 - Maintenance Release Status - All code is merged with the exception of one bug that the test team is testing - https://bugs.launchpad.net/starlingx/+bug/1817936 (https://review.opendev.org/#/c/683818/) -- Elio is the prime for the testing - Expect to finish testing by the middle of next week - October 2 - Target for stx.2.0.1 maintenance RC build: October 3 - Ghada to request Scott to trigger build - Ada's team on board to start sanity/automated regression on October 4 - Effort: 3-4 days - Expect to be able to declare the maintenance release by October 11 - Tagging & posting on CENGN as 2.0.1 From chris.friesen at windriver.com Mon Sep 30 16:11:54 2019 From: chris.friesen at windriver.com (Chris Friesen) Date: Mon, 30 Sep 2019 10:11:54 -0600 Subject: [Starlingx-discuss] Cannot allocate a VM - STX2.0-AIO-SX - Error500 In-Reply-To: <5d8eb3ac.1c69fb81.b2c36.3e40@mx.google.com> References: <5d8eb3ac.1c69fb81.b2c36.3e40@mx.google.com> Message-ID: <78e18725-6733-5d27-973c-4b58ee5eb890@windriver.com> It looks like you don't have any hugepages allocated.  Lock the node, then use the dashboard or the CLI (running something like "system host-memory-modify controller-0 0 -1G 2" to allocate two 1G hugepages to NUMA node 0).  Then unlock the node. Kubernetes only allows a single size of hugepage, so whatever size we use for the OpenStack guests has to match the hugepage size used for vswitch (which defaults to 1G but can be changed to 2MB). Chris On 9/27/2019 7:13 PM, Mariano Ucha wrote: > > Hi Chris! Thank you for your answer. > > I have a All in One Simplex installation. I made it in a HW with 128Mb > and 2 socket with 8 core each. > > Do you prefer to crear a launchpad to keep logs and tracking? > > Outputs > > *What does "virsh capabilities|grep -C5 pages" show on the compute node?* > > controller-0:~$ virsh capabilities|grep -C5 pages > >       > >       > >       > >       > >       > >       > >       > >       > >     > >     > >       > >     > >     > > -- > >     > >     > >       > >         > >           67073312 > >           16506184 > >           0 > >           1 > >           > >             > >             > >           > >           > > -- > >             > >           > >         > >         > >           67108860 > >          16515071 > >           0 > >           1 > >           > >             > >             > >           > >           > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From erich.cordoba.malibran at intel.com Mon Sep 30 17:04:29 2019 From: erich.cordoba.malibran at intel.com (Cordoba Malibran, Erich) Date: Mon, 30 Sep 2019 17:04:29 +0000 Subject: [Starlingx-discuss] [multi-os] What is the correct workflow to submit requests in OBS Message-ID: Hi, I'm trying to send a request to the fm-common project in OBS, however apparently the workflow I follow is incorrect and creates unexpected results What I do is: - From the project's web page[0] I click on "Branch package", this creates a branched package in my account[1] - Checkout the project, I do this with: `osc co home:erichcm:branches:Cloud:StarlingX:1.0/fm-common` - For this task I'm editing the _service file and testing locally with `osc service run` and `osc build --local-package --no-verify openSUSE_Leap_15.1` - I delete all the non-needed files and keep only the _service file. Then I do a `osc ar` to make this changes - I commit the changes with `osc commit`. At this point, I see in the web page of my branched project that a set of files were created. - I click on "Submit package". The created request[2] not only contains the diff of the _service, it contains the diff of all files created after I did a `osc commit`. What should be the correct workflow for submit request in OBS? Thanks -Erich - [0] https://build.opensuse.org/package/show/Cloud:StarlingX:2.0/fm-common - [1] https://build.opensuse.org/package/show/home:erichcm:branches:Cloud:StarlingX:2.0/fm-common  - [2] https://build.opensuse.org/request/show/734131 From bruce.e.jones at intel.com Mon Sep 30 18:06:14 2019 From: bruce.e.jones at intel.com (Jones, Bruce E) Date: Mon, 30 Sep 2019 18:06:14 +0000 Subject: [Starlingx-discuss] Agenda for the Oct 1st Distro.openstack meeting Message-ID: <9A85D2917C58154C960D95352B22818BD07EBED1@fmsmsx123.amr.corp.intel.com> 10/1/2019 meeting * Upgrade to Train - Shuicheng suggests deferring Keystone upgrade until the CentOS RPM is available. Is this OK, will we hit compatibility issues? * Test plan update - Yong * Train migration update https://storyboard.openstack.org/#!/story/2006544 * Upstream progress * Opens From Eric.MacDonald at windriver.com Mon Sep 30 19:28:47 2019 From: Eric.MacDonald at windriver.com (MacDonald, Eric) Date: Mon, 30 Sep 2019 19:28:47 +0000 Subject: [Starlingx-discuss] Mainteance Redfish feature addition Useability documentation Message-ID: <210898B96CA058408C55992CCAD98676C1090A99@ALA-MBD.corp.ad.wrs.com> Starling-X Maintenance now supports the new emerging Redfish(r) Systems Platform Management protocol as an alternative to IPMI for Host Reset, Power Control, Reinstall and Sensor Monitoring. This is a host level feature that handles mixed BMC access methods of either Redfish or IPMI for different hosts within a full system. When the system administrator or the deployment manager application provisions a host's BMC, the default maintenance behavior is to issue a Redfish 'Root' query to that host's BMC to determine if it supports Redfish. Receiving a successful query with an acceptable version triggers maintenance to then issue a 'Systems get' command to fetch that host's BMC info. Successful response to both of these requests allows maintenance to continue to use Redfish as the selected board management access method, aka protocol, for that host. A failure to properly respond to either of these requests at all or in a timely manner tells maintenance to instead use the long supported IPMI protocol instead. The only customer visible change introduced by this feature comes in the form of a new service parameter that allows the system administrator to override the aforementioned the default auto-learning strategy described above. Instead, this new system wide 'platform maintenance' service parameter named 'bmc_access_method' allows the administrator to instruct maintenance to use a specific method. The following method options are supported ... o redfish - only use redfish as bmc access method for all hosts in the system o ipmi - only use IPMI as bmc access method for all hosts in the system o learn - for each host, use redfish if supported otherwise use ipmi. Follows behavior described above (default). > system service-parameter-list | grep -v "auth\|config" +--------------------------------------+----------+-------------+-----------------------------+-------+ | uuid | service | section | name | value | +--------------------------------------+----------+-------------+-----------------------------+-------+ | a9945f62-d517-4417-9477-9d27cfb9fb6b | platform | maintenance | bmc_access_method | learn | | 7b0e95e1-54b8-4334-a393-8273b3611768 | platform | maintenance | controller_boot_timeout | 1200 | | 1d7e5e47-072c-475f-bcb4-656d7008790b | platform | maintenance | heartbeat_degrade_threshold | 6 | | c51dca15-8806-4c34-9feb-4cf467726d17 | platform | maintenance | heartbeat_failure_action | fail | | 85650684-af0d-4c5f-a323-92991937836c | platform | maintenance | heartbeat_failure_threshold | 10 | | 9561201a-99c6-4d2b-8f3a-12977a25c6b9 | platform | maintenance | heartbeat_period | 100 | | 937eea58-d2e9-4289-806c-23b5bb22f72f | platform | maintenance | mnfa_threshold | 2 | | 5822127c-3911-4560-820c-200223e231ad | platform | maintenance | mnfa_timeout | 0 | | 30daac52-d6c1-4e1d-9b36-529877387f43 | platform | maintenance | worker_boot_timeout | 720 | +--------------------------------------+----------+-------------+-----------------------------+-------+ This flexibility allows the system administrator to override the default learning behavior that favors redfish over ipmi, with an explicit selection of ipmi or redfish only. Any failure to establish command based communications with the BMC using the requested method will get retried and if failure persists a bmc access alarm will get raised as it always did with the same alarm definition and ID. There are no new alarms or logs introduced by this update. The bmc access method can be changed by the following CLI commands > system service-parameter-modify platform maintenance bmc_access_method=